Ubuntu Usermod Options

For Ubuntu 14.04.1 LTS Usage: usermod [options] LOGIN Options: -c, –comment COMMENT new value of the GECOS field -d, –home HOME_DIR new home directory for the user account -e, –expiredate EXPIRE_DATE set account expiration date to EXPIRE_DATE -f, –inactive INACTIVE set … Continued

How to Install CURL on Ubuntu

It’s very easy. From the terminal use the follwing apt-get command. Then restart apache or nginx, whichever you’re running. I also saw someone post on Stack Overflow that you can just use this command. However, I the first one I … Continued