How to Create Files Via Terminal

 Command Line  Comments Off on How to Create Files Via Terminal
Mar 042015
 

In this brief post, we’ll look at a few ways to quickly create files via the command line. 1. Use Redirection Operator > Tammy@JacobPC $ > Test-File.txt The above example will create a file called Test-File.txt in your current working directory. What if the file already existed? In that case, Read More

Peerio Promises Encryption for Masses

 Open Source, Security  Comments Off on Peerio Promises Encryption for Masses
Mar 022015
 

Average computer users are in a terrified state today. Trapped between the Scylla of anonymous hackers from around the world and the Charybdis of government spy agencies, countless computer users have abandoned all hope in the privacy and security of their computer messages and files. The precarious situation would seem Read More

Where to Buy Pre-Installed Linux PCs

 Linux, Products  Comments Off on Where to Buy Pre-Installed Linux PCs
Mar 022015
 
Where to Buy Pre-Installed Linux PCs

One major obstacle to the growth of Linux on the desktop is the lack of easy availability of pre-installed Linux PCs and laptops. You can go to Staples or Best Buy and pick up a Windows PC or Chromebook (at Best Buy only) and be out of the store in Read More

Master lsof Basics in 10 Minutes

 Command Line  Comments Off on Master lsof Basics in 10 Minutes
Feb 262015
 

A powerful command in the tool box of Linux (and Unix) systems administrators, lsof stands for list of open files. Because of the sheer number of options available for this command line utility, some systems administrators prefer to use lsof instead of netstat or ps. For those aspiring to a Read More

WC – What Can You Do With It?

 Command Line  Comments Off on WC – What Can You Do With It?
Feb 262015
 

Let’s discuss about the wc command line tool today. wc, which stands for word count, prints the count of lines, words and bytes for a file. Here’s the basic syntax for wc: wc [OPTION]… [FILE]… By the way, wc can be used in command line pipelines as well. We’ll get Read More

Frequent Freezes – Linux Mint’s Ugly Secret

 How To, Linux  Comments Off on Frequent Freezes – Linux Mint’s Ugly Secret
Feb 252015
 
Frequent Freezes - Linux Mint's Ugly Secret

To say that Linux Mint has taken the Linux world by storm and galvanized a gazillion people to try Linux for the first time would be a gross understatement. Having tried Linux Mint and discovered its user friendly features, millions around the world have abandoned the familiar terrain of their Read More