nav-left cat-right
cat-right
Home > 2007 > April

Restore some configuration files

Sometimes I do not want to reuse my old $HOME/.kde folder completely or other hidden folders after I reinstalled the operating system. In this case I want to copy only selected folders and file to the new $HOME. This script does most of the necessary copy operations for me: CopyConfigFiles.script #!/bin/bash   # --------------------------------------------------------- # copy_and_backup_Files...

Local network shares with linux

NFS sharesConfiguration filesautomountsetup cron job NFS shares First NFS needs to be activated (client and server), then we can start with the configuration files. Configuration files The exported shares are listed in /etc/exports /home/links/Musik/ 192.168.2.0/255.255.255.0(ro,root_squash,sync) /home/links/Install/ 192.168.2.0/255.255.255.0(ro,root_squash,sync) /home/matthias/...
Page 3 of 3123