by ray | Sep 15, 2016 | Linux / Ubuntu
rc.local doesn’t tolerate errors. rc.local doesn’t provide a way to intelligently recover from errors. If any command fails, it stops running. The first line, #!/bin/sh -e, causes it to be executed in a shell invoked with the -e flag. The -e flag is what...
by ray | Sep 15, 2016 | Linux / Ubuntu
In Ubuntu, you create init scripts using the SysV init system. Details are here. In this article, I will create a very simple script to start and stop Tomcat. In this tutorial, our goal is to start and stop Tomcat as the user “joe”. First, we will create a script...
by ray | Sep 15, 2016 | Linux / Ubuntu
Q: I want my touchpad to be disabled when I use my mouse. How can I do that? touchpad-indicator has stopped working on 11.10. It used to work on 11.04. Gnome3 is not a solution as I don’t like it and find it buggy. A: Run the following command in a terminal:...
by ray | Sep 15, 2016 | Training/Coding
Check out General Assembly.
by ray | Sep 15, 2016 | Microsoft Windows
All you need to do is add the language pack and use the language bar to switch to Korean. I’m on Windows 7 Home Premium and I can write in Korean just fine. I think the other people who answered think that you want to see the all the text in Windows in Korean...