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

Notes for various programming topics and areas

Docker Now Available for Windows Home

  • Post author:Van Ly
  • Post published:2020-05-29
  • Post category:Docker/Windows

For the longest time, Docker just didn't like Windows Home. Legend has it that, with VirtualBox running a Linux VM, you then can install Docker Toolbox on top of that.…

Continue ReadingDocker Now Available for Windows Home

Some Cloud Storage Services

  • Post author:Van Ly
  • Post published:2020-04-21
  • Post category:Java/Programming

Azure Blob Storage ("Azure") and Google Cloud Storage ("GCS") are now supported as well as AWS S3 ("S3") by log4j-s3-search project. While working on adding the two options, I learned…

Continue ReadingSome Cloud Storage Services

Setting up Git repo on Dreamhost

  • Post author:Van Ly
  • Post published:2020-03-15
  • Post category:Programming/Uncategorized

Create an empty repo Create an empty repo off of /home/username where username is your user name.The following will create an empty repo named "myrepo" in the subdirectory /home/username/myrepo.git cd…

Continue ReadingSetting up Git repo on Dreamhost

Django app dev in Docker

  • Post author:Van Ly
  • Post published:2020-01-26
  • Post category:Django/Docker/Programming

Start with Docker's doc The link https://docs.docker.com/compose/django/ for the most part is valid in setting up a development environment for working with Django in Docker. Update to use Pipfile The…

Continue ReadingDjango app dev in Docker

Fast Guide to Launching an EC2 Instance w/ SSH Access

  • Post author:Van Ly
  • Post published:2019-09-29
  • Post category:AWS/ec2/ssh/Windows

Concepts Minimal number of concepts to understand: Key pair -- a pair of public and private cryptographic keys that will be used to establish a secure shell/terminal to the launched…

Continue ReadingFast Guide to Launching an EC2 Instance w/ SSH Access

Django’s (default) Permission Codenames

  • Post author:Van Ly
  • Post published:2019-05-27
  • Post category:Django/Programming

Permission String The documentation for Django authentication (e.g. https://docs.djangoproject.com/en/2.2/topics/auth/default/#permissions-and-authorization) talks about allowing code to restrict access to models through a vague notion of a "permission." Read further and you kinda…

Continue ReadingDjango’s (default) Permission Codenames

More MVN Repository Notes

  • Post author:Van Ly
  • Post published:2018-12-05
  • Post category:Maven

More findings from working with MVN repository When mvn release:perform is run, there are two steps that I didn't pay attention to before. Of course, the building, signing, and uploading…

Continue ReadingMore MVN Repository Notes
  • Go to the previous page
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • …
  • 10
  • Go to the next page
  • Author.instance().info()
  • Docker Starters
  • Patience-impaired Navigation
Copyright - WordPress Theme by OceanWP