From the category archives:

Technology

Great sysadmins use aliases to avoid repeatedly typing common commands. Everybody knows lazy sysadmins are the best ones.
The Commands:
alias a=’cat ~/.bash_aliases’
alias ea=’vi ~/.bash_aliases; echo “Refreshing aliases”; source ~/.bash_aliases’
Here’s what they do:

the command ‘a’ now prints out a list of your current aliases
the command ‘ea’ brings up vi to edit your aliases and refreshes them [...]

{ 1 comment }

Most good sysadmins already know how to forward a local port to a remote machine and vice versa. However, sometimes it is useful to open a port on the remote machine to the world and have that traffic forwarded through SSH to your local machine.
A practical reason for this is if your web development server [...]

{ 0 comments }

I get a lot of commercial email trying to sell me technology services. Even though these are commercial emails with an unsubscribe link it is still annoying to have to filter through them and unsubscribe. A simple email hack that works well is to filter all email into a separate folder that is not coming [...]

{ 0 comments }

photo of wheels without bike (theft)

A discussion about the risks and rewards of online video tours for real estate listings.

{ 8 comments }

Video, discussion on online marketing for REALTORS® and why things currently suck.

{ 25 comments }