Tag: cli
Install Recoll
Recoll is a personal full text search tool for Unix/Linux. It is based on the very strong Xapian backend, for…
Sharing an Internet Connection from A Linux System using IPTables
To setup internet connection sharing in Linux system using IPTables Enable IP forwarding Run as root sysctl -w net.ipv4.ip_forward=1 To…
Yum Options
Using yum command usage: yum [options] < upgrade, install, update, info, search > Use the -y option to bypass the…
yum install
Stuff I had to install after doing a Fedora Core 6 Install from DVD Libraries qca-tls Multimedia mplayer vlc xine…
Using Subversion – Import, Checkout and Update
Import/New Project svn import <Folder> <Repository> Online Repository Example svn import Nexty https://nexty.svn.sourceforge.net/svnroot/nexty Checkout svn checkout https://nexty.svn.sourceforge.net/svnroot/nexty [<folder>] Update svn…
Backup Using Rsync
Backups the script folder to a remote location. Original Article… rsync -avze ssh Scripts/ binnyva@binnyva.com:backup/Scripts/
Recent Comments