Setup a Raspberry Pi as a NAS in two minutes!
How to setup a Raspberry Pi as Network attached storage in two minutes! SMB Conf: http://pastebin.com/kz9DBTCk Check out what else James is doing over on […]
How to setup a Raspberry Pi as Network attached storage in two minutes! SMB Conf: http://pastebin.com/kz9DBTCk Check out what else James is doing over on […]
The performance of a RAM drive is in general orders of magnitude faster than other forms of storage media, such as an SSD, hard drive, […]
Ever since the announcement of .NET Core I’ve been interesting in writing some C# code on my Linux desktop. Recently I found some time to […]
From the world of “why would anyone ever bother to do this?” comes a new approach to backing up your favourite Windows 10 computer! OK […]
There is an updated version of this tutorial here! As of Linux Mint 19 there is no longer a menu option for the old vino-preference […]
I learned a fun bash trick about a week ago that I thought I would share. In a bash shell you can use the caret […]
Following this tutorial assumes that you have followed along with the other two parts in this series. However, if you already have some familiarity with […]
In this post I want to cover one of the most commonly used features of lvm, extending a logical volume. If you were following along […]
Not too long ago I ran into a problem where a server with systemd would not shutdown or reboot through normal means. When executing  sudo shutdown […]
There are many instances when it’s useful to have multiple files open in vim, but if you aren’t familiar with this tool you can find […]
Finding help with Linux If you hang out in enough Linux forums asking questions sooner or later someone will tell you to read the manual […]
This post is just a quick walk-through of some basic commands to help you find information about rpm packages. These commands will work for any […]
I got the following ominous sounding message as I was about to fire up my Opera browser at the office today: I don’t believe I’ve […]
If you dig into the man pages for zypper, you will notice that zypper provides three distinct options for keeping your OpenSUSE system up-to-date; update […]
Accessing internal services on paranoidpenguin.net using self-signed certificates does no longer work in my preferred browser due to HSTS preloading. Instead of actually fixing the issue […]
Satellite 6, Red Hat’s patch, configuration, and deployment management one stop shop solution is a powerful tool. It is also a formidable and complicated piece […]
In the last post, we looked at basic file permissions. The ideas covered in that post are probably enough to get you through a large portion […]
Have you ever wondered what applications were using all of your system bandwidth? Well now you can easily tell with a handy command line application […]
In the previous two posts, we’ve looked at file permissions and access control lists. Today let’s take look at file attributes. Whereas, permissions and ACL’s deal with user […]
Over the next few posts I’ll be covering three basic elements of files in Linux: Permissions ACL’s (Access Control Lists) File Attributes The ls command […]