I use rsync for all my backup scripts. It is fast and easy. #!/bin/bash LOGFILE=/var/log/backup.log EMAILID=Alfred Tuinman@xyz.com NASDISK=192.168.x.x:/volume1/backup/myserver # the NAS station ARGMNTS="-rptgoDLKve ssh --delete-excluded --safe-links β¦
Read more βOpen Source
Posts tagged with
MP3
You have to add the repository to be able to get plugins for mp3 yum localinstall --nogpgcheck http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm Then ad the actual plugin yum β¦
Read more βAdding Java to your Firefox browser
Sometimes Java isnβt installed by default. To add it sudo apt-get install icedtea6-plugin
Read more βAdding a GUI to your Ubuntu server
I know that you donβt need a GUI op a server but sometimes you are in a small business environment where the people having to use it are not that familiar with a terminal. If you install ubuntu-desktop you overkill it by installing all user software packages like office, some games,gimp, etc which β¦
Read more β