9/15/2005
Use SSH Tunnel to Circumvent ISP Blocking Port 25
Run the following in a terminal window:
Configure mail client with the following changes:
SMTP server: localhost
SMPT port: 2525
Everything else should remain the same.
Popularity: 15%
Run the following in a terminal window:
Configure mail client with the following changes:
SMTP server: localhost
SMPT port: 2525
Everything else should remain the same.
Popularity: 15%
Marc Liyanage posted a script to open a new Terminal window in a specified directory or run a specified command.
What it does is open up a new Terminal window and execute the arguments as command in that new window. When no arguments are given, it opens the new window in the current directory, which means it acts like a “clone” operation for the frontmost window. This is useful if you’re in some deeply nested directory and you need a second window right there. This way you don’t have to copy/paste or type the directory path.
I modified the script slightly to interface with iTerm, opening a new default session instead of a new window.
Download the file, place somewhere in your path, and make sure its executable.
Examples:
Open a second iTerm session in the current directory.
Open a second iTerm session in my home directory.
Open a second iTerm session and start editing my .bashrc file.
Open a second iTerm session in the current directory and start editing filename.
Open a second iTerm session in the current directory (presumably /var/log/httpd) and start following the error_log file using tail.
Popularity: 60%
Follow the directions given by udb-sanitizer. One or more days may be cleared, a whole month may be cleared or the data can be rolled back using any available backups.
Popularity: 11%
To generate a paragraph of Lorem ipsum dolor filler text in Textmate just type lorem and hit Tab.
Will produce:
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
Popularity: 8%
Popularity: 16%
Open the Urchin Configuration GUI and select the following window: Configuration -> Scheduler -> Task History. From this view you will see a Status column. Each item in the “Status” column is a clickable link. The link will open a window that displays the process status when Urchin attempted to process the log file for that profile. Stuck tasks will normally appear as running with a date in the past.
Popularity: 10%