Check These Out
EXAMPLES
jb "next sun 12pm" "/bin/sh ~you/1.sh" &
jb "2010-08-29 12:00:00" "~you/1.sh" &
jb "29aug2010 gmt" ". ~you/1.sh" &
jb 12:00p.m. "nohup ./1.sh" &
jb 1min "echo stop!" &
SEE ALSO
parsedate(3) strftime(3)
Allow to launch nc like a daemon, in background until you still stop it.
You can stop it with kill %1 (jobs method) or kill PID.
The -k option can force nc to listen another connection, but if you use redirection, it will work only one time.
The loop's inside doesn't do anything, but we can imagine to send a message to screen when a connection is established
Uses the file located in /etc/services
This command attempts to attach to existing irssi session, if one exists, otherwise creates one.
I use "irc" because I use different irc clients depending on what system I am working on. Consistency is queen.
Shows all block devices in a tree with descruptions of what they are.
An advantage is that this doesn't modify remained string at all. One can change {0,1} with {0,n} to drop several columns
You set the file/dirname transfer variable, in the end point you set the path destination, this command uses pipe view to show progress, compress the file outut and takes account to change the ssh cipher. Support dirnames with spaces.
Merged ideas and comments by http://www.commandlinefu.com/commands/view/4379/copy-working-directory-and-compress-it-on-the-fly-while-showing-progress and http://www.commandlinefu.com/commands/view/3177/move-a-lot-of-files-over-ssh
swap out "80" for your port of interest. Can use port number or named ports e.g. "http"
Rip DVD to YouTube ready AVI file, using MPEG-4 video codec and MP3 audio codec. Resizes to 320x240 and deinterlaces as needed.
If your admin has disabled Apache's directory index feature but you want to have a cheap way to enable it for one folder, this command will just create an index.html file with a link to each file in the directory (including the index.html file, which is not ideal but makes the command much simpler). The HTML isn't even remotely compliant, but it could easily be improved on. Also, the command needs to be run each time a file is added or removed to update the index.html file.