Category: Tech
How to List Linux Processes by Memory Usage
Use this command to list Linux processes according to their memory usage in descending order (via Linux Questions): ps -e -orss=,args= | sort -b -k1,1nr | pr -TW$COLUMNS The output will look something like this: 181300 /usr/sbin/clamd 64144 amavisd (ch9-avail)...
How to show current file in TextMate’s Project Drawer?
I’d been wondering this for a while and finally googled for it: how to show the current open file in TextMate’s Project Drawer? Command + Control + R Conversely, you can find and open a file by keyword with Command +...
How to Secure Your Server: disabling root login and changing the SSH port
This AWS Tutorial for WordPress can also help you secure your server. The instructions are similar for any Linux system. Related Links: Top 20 SSH Best Practices

Recommended Laptop Stand and Travel Keyboard – Good Remote Ergonomics
Note: The Worksound.com domain name is for sale as well as many others. Learn more. I regularly work remotely at coffeeshops with my laptops and get a lot of questions about my portable ergonomic setup. Here’s a list of the components...

Helping Iran with Javascript and the CIA with WordPress Installation
Just another average day on my blog: One of the reasons I like StatCounter.com vs. Analytics is that it reveals IP addresses.
How to Install WordPress in the Amazon Web Services Cloud
In a day and age where people routinely post their thoughts on Facebook, an unlinkable, unsearchable, corporate-controlled walled-“garden”, I’m a big fan of owning your own blog. Not only does it give you full creative control, but it’s free of...
Remotely Print Files via Dropbox and Automator on OS X
Print Files from Any Phone or Remote Computer via Dropbox is a very simple way to use Dropbox to automate remote printing. I can be on my laptop at the airport, drop a file in my Dropbox Print folder and it...