Excalibur's Sheath - page 7
Rsync Over SSH without a Password
April 23, 2016I 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.
SSL with Let's Encrypt and Webmin
April 18, 2016SSL 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.
Building the Port-a-Oi
April 03, 2016Over the last month or so, I’ve been experimenting with building a portable Raspberry Pi2 based system. My goals for the system were to utilize parts I alreadyhave as much as possible, to be able to browse in a web browser, and to have a usable Shell. The Parts I already had are: [Raspberry Pi 2, Micro USB Power Supply, 2.8 TFT Resistive Touch Screen, WIFI USB Dongle]
Setting Up a BBS
December 31, 2015I recently took the time to do a project, which I have wanted to do since I was a child, in the 1980s and 1990s. I have setup a Bulletin Board System, or BBS for short. I have the BBS software setup, but at this point its not finished, I am still working on it.
Migrating a Wordpress Blog to Jekyll
November 07, 2015About six months ago, I learned about the Jekyll Static Site Generator. I have wanted to speed up my blogs for some time, and I thought a static site mamay be the way to accomplish that.