Using NTP to sync time on CentOS Howto: Linux server change or setup the timezone Linux, Clocks, and Time
Tag: linux
Frequently Used Linux Command Lines
Install WordPress wget https://wordpress.org/latest.tar.gz tar xfz latest.tar.gz cp -r * ~/public_html/your/website/folder/ Change Permissions (rwx => 4 + 2 + 1 = 7) For Directories: find /path/to/your/directory/ -type d -exec chmod 755 {} \; For Files: find /path/to/your/file/ -type f -exec chmod 644 {} \; Permissions chmod -R 755 directory chmod -R 644 files Remove files … Continue reading “Frequently Used Linux Command Lines”
Red Hat Training
Notes from Red Hat System Administration I (RH124) from April 2-6, 2012 Day 1 Covered: Installing Red Hat 6, which took almost half a day. Using GNOME graphical desktop. Editing files with gedit. Managing files with Nautilus. Getting help with manuals (F1 for help) Managing system clock. Configuring printers. Command Lines: uname -r (find out … Continue reading “Red Hat Training”