Linux command line tutorials and useful housekeeping items!
PCIe Bus Error: severity=Corrected, type=Physical Layer, id=00e6(Receiver ID) Step-By-Step How to Fix For the impatient the solution is…
TL;DR: I'm a Miner. What Do I need to Do to Prepare for Byzantium Hard Fork? You should…
This content is password protected. To view it please enter your password below: Password:
GREP_COLORS and How to Change the Color of Grep Output Note: You may use either double or single…
Monitor Logs Files in Real-time By default the tail command displays the last n=10 lines of any file[1].…
How to Create Command Line Aliases in Linux This nifty tip was provided by Maco on StackEchange's AskUbuntu…
Grep: Find Which Files Contain a Keyword Use the grep command to search within files for a keyword…
Overview: Migrating from Apache 2.2 to 2.4 We are starting to migrate our systems from Ubuntu 12.04 LTS…
Python 3.4 is installed on the stable release of Ubuntu 14.04. To use it, just type python3. For…
Removing Entries from the Linux Command Line History File First you can avoid have commands saved to the…
Set Correct Time Zone and System Clock $ dpkg-reconfigure tzdata Then follow instructions that proceed
Hard Drive Space The df command will show you overall disk usage. To find out how much space…
This tutorial explains how to automate the execution of PHP scripts using a Linux utility called crontab. A…
This content is password protected. To view it please enter your password below: Password:
Find: Searching for a File or Directory sudo find / -iname 'target_to_find' -type d Where: Reference: Ubuntu Community…