TECH TIPS
Tech Solutions: How can I vet poor answers from expert answers?
Stack Exchange gathers all the best tech forums (i.e. Stack Overflow) as well as some random forums and lists the top-rated experts in each tech category.
Why doesn’t rc.local run all my commands, and what can I do about it?
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 makes a...
Creating an Init Script in Ubuntu 14.04
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...
Ubuntu: How to disable the touchpad?
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: xinput...
Online Computer Courses
Check out General Assembly.
Can I write in Korean on any version of Windows 7?
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 language...