Filtered by: tags=ubuntu

Script to Create Secure Django Site Deployment Environment

Oct. 13, 2016 |  ubuntu  deploy  django  script  bash 
My first production level shell script is out. Yes, after two decades spent in the depths of code, I have finally published a shell script that is worthy of being called 'code'. It's something that started as a few lines hack to update a Linux box with a s

Script to Create Secure Django Site Deployment Environment

Oct. 13, 2016 |  ubuntu  deploy  django  script  bash 
My first production level shell script is out. Yes, after two decades spent in the depths of code, I have finally published a shell script that is worthy of being called 'code'. It's something that started as a few lines hack to update a Linux box with a s

Enable/Disable Synaptics Touchpad on Ubuntu

Nov. 21, 2014 |  ubuntu  thinkpad  touchpad  t440 
A day working from home brought out another problem the new Thinkpad. I did not have a spare mouse lying around and had to fall back to the flawed Touchpad/Trackpoint mechanism on the new T440. My original idea was to disable Touchpad completely through th

Ubuntu 12.04 on Thinkpad T440

Nov. 19, 2014 |  ubuntu  thinkpad  precise  trim  wifi  t440 
Being a slightly dated OS release, mating Ubuntu 12.04 to Thinkpad T440 hardware throws up a few challenges. This post lists these and how those can be worked around. Disclaimer: I  don't claim to have solved all these issues by myself. Instead all of them

Linux Command Output Redirection Rules

Dec. 24, 2013 |  ubuntu  linux  redirection 
Here's another thing that I learned today -- command output redirection syntax. In other words: This is how things work on Ubuntu and bash. Other shells could very well be different.