zzapper.co.uk
Bash: Selectively Tar-ing files from a web root (back up your website) | Vim, Cygwin, MySQL & Zsh Tips by zzapper
http://zzapper.co.uk/bash-selectively-tar-ing-files-from-a-web-root-back-up-your-website
Vim, Cygwin, MySQL and Zsh Tips by zzapper. Bash: Selectively Tar-ing files from a web root (back up your website). Bash: Selectively Tar-ing files from a web root (back up your website). June 15th, 2012. Nice -n 19 find . -type f ( -iname “*.php” -o -iname “*.js” -o -iname “*.inc” ) -print0 xargs -0 tar rvf dev$(date ‘ %d-%m-%Y’).tar. Why the selective backup? Because there are huge images and PDFs etc which would have slowed down the backup enormously. E-Mail (will not be published) (required).
zzapper.co.uk
WordPress have your menus dropped to the bottom? | Vim, Cygwin, MySQL & Zsh Tips by zzapper
http://zzapper.co.uk/wordpress-have-your-menus-dropped-to-the-bottom
Vim, Cygwin, MySQL and Zsh Tips by zzapper. WordPress have your menus dropped to the bottom? WordPress have your menus dropped to the bottom? November 5th, 2011. This has happened to me several times and I’ve always blamed a WordPress update or Theme update so I’ve de-installed and re-installed etc etc, but in the end it has always been the same simple mistake namely An Unclosed DIV Tag in a Post. E-Mail (will not be published) (required). Subscribe to comments feed. Valid XHTML 1.1.
zzapper.co.uk
How to Play the MP3 Files in Order on Your USB Car Radio | Vim, Cygwin, MySQL & Zsh Tips by zzapper
http://zzapper.co.uk/how-to-mp3-usb-car-radio
Vim, Cygwin, MySQL and Zsh Tips by zzapper. How to Play the MP3 Files in Order on Your USB Car Radio. How to Play the MP3 Files in Order on Your USB Car Radio. October 13th, 2013. It’s nothing to do with alphabetical order and little to do with copying them to the USB in sequence, sub-directories don’t help so what’s the secret? In future avoid deleting individual files on your USB stick delete the lot each time. It nearly drove me crazy before I found the solution). Subscribe to comments feed.
zzapper.co.uk
linux | Vim, Cygwin, MySQL & Zsh Tips by zzapper
http://zzapper.co.uk/category/linux
Vim, Cygwin, MySQL and Zsh Tips by zzapper. Archive for the ‘linux’ Category. Linux Job Control: Foreground, Background, Disown, Nohup and Wait. October 30th, 2012. Started a job but wish you’d put into background? Control-Z (stop the job). Bg (run stopped job in background). Disown %1 (ensure job doesn’t die if console accidentally closed. But next time use nohup (no hangups). Nohup php reallylongjob.php &. Want to start a second job when this finishes? Wait %1 && php finish.php. Valid XHTML 1.1.
zzapper.co.uk
Best of VIM Tips, gVIM's Key Features zzapper
http://zzapper.co.uk/vimtips.html
Best of Vim Tips. Zzapper 16 Years of Vi 9 years of Vim and still learning. 31May16 : Last Update (Now in VIM Help Format :h helptags). These Tips are now being maintained at zzapper.co.uk/vimtips.html. Vim Tips Blog (NEW). Submit to Social Websites. Http:/ www.vim.org/ : (first) search BACKWARDS! Nose*$ v ( tongue)@! Nose* & %( %(tongue ) @! Use following :%s/ r/ r/g : Turn DOS returns M into real returns :%s= *$= : delete end of line blanks :%s= $= : Same thing :%s# s* r? Command : last substitute :hel...
zzapper.co.uk
~+ Another Magical ZSH Tip | Vim, Cygwin, MySQL & Zsh Tips by zzapper
http://zzapper.co.uk/another-magical-zsh-tip
Which gives you a pick list of recent" /. Vim, Cygwin, MySQL and Zsh Tips by zzapper. Another Magical ZSH Tip. Another Magical ZSH Tip. November 17th, 2012. I’ve been using zsh’s ability to cd to any of your recent directories for a long while. Cd - tab which gives you a pick list of recent directories. I’ve just learnt however about the operator which allows. 1 — /c/aaz. 2 — /c/aaa. 3 — /c/aax. 4 — /usr/bin. I type 1-4 to pick the desired directory and then can continue completion. Valid XHTML 1.1.
zzapper.co.uk
Uncategorized | Vim, Cygwin, MySQL & Zsh Tips by zzapper
http://zzapper.co.uk/category/uncategorized
Vim, Cygwin, MySQL and Zsh Tips by zzapper. Archive for the ‘Uncategorized’ Category. How to Play the MP3 Files in Order on Your USB Car Radio. October 13th, 2013. It’s nothing to do with alphabetical order and little to do with copying them to the USB in sequence, sub-directories don’t help so what’s the secret? In future avoid deleting individual files on your USB stick delete the lot each time. It nearly drove me crazy before I found the solution). Brilliant locate & updatedb (linux/cygwin). My latest...
zzapper.co.uk
zzapper’s Technical Tips | Vim, Cygwin, MySQL & Zsh Tips by zzapper
http://zzapper.co.uk/hello-world
Vim, Cygwin, MySQL and Zsh Tips by zzapper. Zzapper’s Technical Tips. Zzapper’s Technical Tips. July 16th, 2008. Vim Tips and Tricks. Vim Tips in Detail. An Alternative to bash. ZSH Daily Twitter Tip. Linux on your Windows PC. E-Mail (will not be published) (required). Subscribe to comments feed. Ubuntu: Connecting to a Windows Network Printer. Valid XHTML 1.1.
zzapper.co.uk
Linux Job Control: Foreground, Background, Disown, Nohup and Wait | Vim, Cygwin, MySQL & Zsh Tips by zzapper
http://zzapper.co.uk/linux-job-control-foreground-background-disown-nohup-and-wait
Bg (run stopped job in background) disown %1 (ensure job doesn't die if" /. Vim, Cygwin, MySQL and Zsh Tips by zzapper. Linux Job Control: Foreground, Background, Disown, Nohup and Wait. Linux Job Control: Foreground, Background, Disown, Nohup and Wait. October 30th, 2012. Started a job but wish you’d put into background? Control-Z (stop the job). Bg (run stopped job in background). Disown %1 (ensure job doesn’t die if console accidentally closed. But next time use nohup (no hangups). Valid XHTML 1.1.