Stupid Bash Tricks - Part Two

2016-05-13 00:00:00 -0600

In the last article, Stupid BASH Tricks One I went over escape codes, customizing the BASH prompt, and having fun with Fortune, and Cowsay. This time around we are going to cover BASH aliases, and end with a fork bomb.

read more

Stupid BASH Tricks - Part One

2016-05-05 00:00:00 -0600

As I’ve been customizing my servers, I’ve come to the time where it is time to customize my shell environment, which leads to Stupid BASH tricks. Some of these are useful, some are not, but they are all Fun.

read more

Customizing my Webserver, and Internet Connections

2016-04-25 00:00:00 -0600

I have gone into detail regarding configuring my server already. I have written my SSL with Let’s Encrypt guide. I also wrote my Rsync with SSH guide. This article is about how I finished the steps of securing and customizing my server This article is about how I finished the steps of securing and customizing my server.

read more

Rsync Over SSH without a Password

2016-04-23 00:00:00 -0600

I looked over my website creation process, and decided that I needed to find a quicker, more secure way to move my website from my local computer to my webserver.

read more

SSL with Let's Encrypt and Webmin

2016-04-18 00:00:00 -0600

[SSL](https://en.wikipedia.org/wiki/Transport_Layer_Security) allows two computers to communicate securely. Secure communication can be used with web traffic, email traffic, and FTP Traffic. I am going to speak about setting up SSL with web traffic, and email traffic in mind, because for secure file transfer I prefer to use SFTP, which provides its own secure connection. read more