Category: Tech
Where are the Regulations on International Data Roaming Fees?
I have a 5 GB tethered data plan with AT&T which costs me $50 monthly. Whenever I travel to Canada, AT&T texts me about roaming costs. The cost of using my full data allowance while roaming without an additional subscription...
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...