July 2013
M T W T F S S
1234567
891011121314
15161718192021
22232425262728
293031  

Categories

July 2013
M T W T F S S
1234567
891011121314
15161718192021
22232425262728
293031  

Mysql backup using samba

#!/bin/bash # This script creates a copy of the /opt/zimbra folder and then compress # it localy before sending it over the nework so make sure there is enough space # left on your local hard drive ($parentfold variable). # A samba share is used in this script, fill the ## NETWORKING ## section # […]

Bash Profile Tips

If you’ve been learning the command-line and you have the basics down (you should be, as the most effective way to use a computer is a combination of a GUI and command-line), the next step is to customize your environment.

Beginner’s Tip: “command-line” and “shell” are often used synonymously. In unix, technically speaking, the shell […]