Blog
Configure Samba File Sharing In Ubuntu
https://www.howtoforge.com/tutorial/samba-server-ubuntu-16-04/ http://computerbeginnersguides.com/blog/2016/05/26/install-and-configure-samba-file-sharing-in-ubuntu-16-04-xenial-xerus/ https://help.ubuntu.com/community/How%20to%20Create%20a%20Network%20Share%20Via%20Samba%20Via%20CLI%20(Command-line%20interface/Linux%20Terminal)%20-%20Uncomplicated,%20Simple%20and%20Brief%20Way! The Windows machine must be in the same workgroup. To check the value in the Windows machine…
How To Change The Hostname On Your Ubuntu System
https://www.server-world.info/en/note?os=Ubuntu_16.04&p=hostname 1. Temporarily change hostname. (but if rebooting, it will be back). show current hostname: $ hostname ubuntu # output…
Mounting An External Drive On Ubuntu Server
https://help.ubuntu.com/community/Mount/USB 1. Get device info: $ lsblk or $ sudo fdisk -l 2. Create the Mount Point In the example…
How To Create A Self-Signed SSL Certificate For Apache In Ubuntu 16.04
https://www.digitalocean.com/community/tutorials/how-to-create-a-self-signed-ssl-certificate-for-apache-in-ubuntu-16-04 A self-signed certificate will encrypt communication between your server and any clients. However, because it is not signed by…
How To Install Gogs On Ubuntu 16.04
https://www.youtube.com/watch?v=deSfX0gqefE https://gogs.io/docs/installation/install_from_binary https://dl.gogs.io/0.10.8/linux_amd64.tar.gz 1. SSH into the server $ ssh user@ip_address 2. Create the Gogs database (a) login to mysql:…
WordPress .htaccess File Settings For Image Hotlinking
http://stevegrunwell.github.io/wordpress-git/#/ This code can be used inside local wordpress website development (root directory) to link to images from the live/…