Monthly Archives: October 2008

Limiting Resources: nice & ionice

Limiting a certain process’ CPU usage can be done by changing its “nice“-value. This value determines how “nice” you are to other processes. If the value is high (10+) the process is considered very nice, because it’s not hogging up … Continue reading

Posted in linux | Tagged , , , , | Leave a comment

MySQL: #1054 – Unknown column ‘table.columnname’ in ‘on clause’ Even Though Column Name Exists

You might run in to the following problem with a MySQL 5 installation. SELECT * FROM table1, table2 INNER JOIN table3 ON table1.columnname = table3.columnname; > #1054 – Unknown column ‘table1.columnname’ in ‘on clause’ While that would have been a valid … Continue reading

Posted in programming | Tagged | 2 Comments

How To Mount A USB Hard Disk Through Command Line (Linux)

Here’s how to mount a USB hard disk drive (ie; external storage) on a Linux server, through the command line.

Posted in linux | Tagged , , , | 3 Comments

Widgets, Gadgets, … You Can Keep’m!

Around the same time when “Web 2.0″ became (in)famous, there was also the uprising of widgets and gadgets. Meaningless clutter on your desktop/homepage, supposedly to give you “at-a-glance” information about subjects you like (the weather in a country thousands of … Continue reading

Posted in windows | Tagged , , , | 2 Comments

Exploring New Limits For Windows’ Task Manager (Through The Command Line)

Everyone knows the Windows Task Manager (accessed through CTRL+SHIFT+ESC or via CTRL+ALT+DEL), and perhaps even Process Explorer (by Microsoft) as a tool used to identify all processes & programs running on your computer. You can use to shut dow services … Continue reading

Posted in windows | Tagged , , | 1 Comment