Skip to content
Programming Notes
  • Home
  • Docker Starters
  • Author.instance().info()
  • Toggle website search
Menu Close
  • Home
  • Docker Starters
  • Author.instance().info()
  • Toggle website search

Programming

  1. Home>
  2. Programming>
  3. Page 6

EC2: “chmod ugo+rw ~” breaks SSH

  • Post author:Van Ly
  • Post published:2015-07-26
  • Post category:AWS/ec2/Programming/ssh
  • Post comments:0 Comments

"chmod go+rw ~" breaks SSH Quick note: running chmod go+rw /home/ec2-user could break subsequent attempts to SSH into the EC2 instance. When all the usual suspects regarding SSH identity files,…

Continue ReadingEC2: “chmod ugo+rw ~” breaks SSH

Spring boot w/ Thymeleaf, jQuery & jQuery UI, and Bootstrap

  • Post author:Van Ly
  • Post published:2015-06-15
  • Post category:Programming/Spring Boot/Uncategorized
  • Post comments:0 Comments

A more typical/modern setup would be to replace JSP with one of the template engines and JS and styling libraries: Thymeleaf as the templating engine jQuery as the JavaScript library…

Continue ReadingSpring boot w/ Thymeleaf, jQuery & jQuery UI, and Bootstrap

Spring Boot w/ JSP

  • Post author:Van Ly
  • Post published:2015-04-15
  • Post category:Java/Maven/Programming/Spring Boot
  • Post comments:0 Comments

Project Setup From the CLI or http://start.spring.io/, initialize a project with "web" capability.  What ends up happening is addition of the dependency: <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-web</artifactId> </dependency> Start with this directory…

Continue ReadingSpring Boot w/ JSP

SimpleDB w/ AWS JDK

  • Post author:Van Ly
  • Post published:2015-04-14
  • Post category:Programming
  • Post comments:1 Comment

Problem to solve A flow on the App server triggers an event that needs to be handled by several listeners that then need to each run for a couple of seconds…

Continue ReadingSimpleDB w/ AWS JDK

Aptana w/ Rails for Windows 7

  • Post author:Van Ly
  • Post published:2014-12-25
  • Post category:IDE/Programming/Ruby on Rails
  • Post comments:0 Comments

See http://www.therealvan.com/pn/?p=186 for installing: Rails 3.0.3 & MySQL on Windows 7. After installing those, and once work begins, chances are an IDE w/ line-debugging capabilities are needed. Aptana Studio 3 seems to…

Continue ReadingAptana w/ Rails for Windows 7

Heroku on Windows 7

  • Post author:Van Ly
  • Post published:2014-08-17
  • Post category:Heroku/Programming/Windows
  • Post comments:0 Comments

Prerequisites Git installed and on PATH Installation Sign up for a Heroku account.  Note the user email address and password. Download and install the Heroku Toolbelt. (see https://devcenter.heroku.com/articles/quickstart) Even if…

Continue ReadingHeroku on Windows 7

Grails’s RESTClient

  • Post author:Van Ly
  • Post published:2014-06-13
  • Post category:Grails/Groovy/Programming
  • Post comments:0 Comments

The groovy.net.http.RESTClient class is a subclass of a more general groovyx.net.http.HttpBuilder class and comes with the "rest" plugin (http://grails.org/plugin/rest). GET A simple GET request with query parameters: def rest =…

Continue ReadingGrails’s RESTClient
  • Go to the previous page
  • 1
  • …
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • Go to the next page
  • Author.instance().info()
  • Docker Starters
  • Patience-impaired Navigation
Copyright - WordPress Theme by OceanWP