Create To addresses for Local Linux Users
If you want to set external email address to be used as “To” address for System users then edit the file “/etc/mail.rc” Add entries such as alias root [email protected]
Finding stories in everyday adventures
If you want to set external email address to be used as “To” address for System users then edit the file “/etc/mail.rc” Add entries such as alias root [email protected]
Microsoft Website has a good selection of HD Wallpapers. However, it’s hard to click on each image and download individually. There are some ways to bulk download images using some software tools or browser extensions but either those tools are confusing to me or require purchase to download files without any limitations. So, I was determined to find a better way. You’ll …
Read moreTrick: Bulk Download 100+ Wallpapers from Microsoft Website
Edit the /etc/apt/sources.list file on your system and add the lines : deb http://download.webmin.com/download/repository sarge contrib deb http://webmin.mirror.somersettechsolutions.co.uk/repository sarge contrib You should also fetch and install GPG key with which the repository is signed, with the commands : cd /root wget http://www.webmin.com/jcameron-key.asc apt-key add jcameron-key.asc You will now be able to install with the commands : apt-get update …
Configuring SUDO1. Open a terminal.2. In the terminal enter the following: su –login -c ‘visudo’ 3. Press enter, at the password prompt enter the password for root, then press enter.4. A display similar to the following will be displayed: # sudoers file.## This file MUST be edited with the ‘visudo’ command as root.## See the sudoers man page for the …
I had somewhat of a hard time setting up a machine for my Ruby on Rails experiments but fortunately I was able to set up one after banging my head on the wall several times and with the help of several internet articles. So, here’s what I did: 1. First make sure you have apache, curl, git, mysql, sqlite and node.js …