Ubuntu 16.04 to serve as an iSCSI target

What is ISCSI iSCSI, which stands for Internet Small Computer System Interface, works on top of the Transport Control Protocol (TCP) and allows the SCSI command to be sent end-to-end over local-area networks (LANs), wide-area networks (WANs) or the Internet. IBM developed iSCSI as a proof of concept in 1998, and presented the first draft of the iSCSI standard to the Internet Engineering […]

Personal proxy server Squid setup

How to set up a personal Proxy server with Squid Squid: Optimising Web Delivery Squid is a caching proxy for the Web supporting HTTP, HTTPS, FTP, and more. It reduces bandwidth and improves response times by caching and reusing frequently-requested web pages. Squid has extensive access controls and makes a great server accelerator. It runs […]

Install Webmin On Ubuntu 16.04 LTS

Webmin is a web-based interface for system administration for Unix. Using any browser that supports tables and forms (and Java for the File Manager module), you can setup user accounts, Apache, DNS, file sharing and so on. Webmin consists of a simple web server, and a number of CGI programs which directly update system files […]

Installing Resilio Sync on Ubuntu 16.04

Keep Your Files Safe Backup your files automatically to another device you own. Create your own Disaster Recovery site. Setup your phone to backup all photos to your laptop, or backup all your documents from your laptop to your NAS. Protect yourself from losing information on a crashed or misplaced device. Here is a guide […]

Change ip to static Ubuntu

A small guide to how you change from DHCP to static. sudo nano /etc/network/interfaces # This file describes the network interfaces available on your system # and how to activate them. For more information, see interfaces(5). # The loopback network interface auto lo iface lo inet loopback # The primary network interface auto eth0 iface […]

Ubuntu softether Open VPN

SoftEther VPN Project SoftEther VPN Project develops and distributes SoftEther VPN, An Open-Source Free ​Cross-platform Multi-protocol VPN Program, as an academic project from University of Tsukuba. What is SoftEther VPN SoftEther VPN (“SoftEther” means “Software Ethernet”) is one of the world’s most powerful and easy-to-use multi-protocol VPN software. It runs on Windows, Linux, Mac, FreeBSD and Solaris. Here is a […]

Kimchi – KVM VM Interface

What is Kimchi? Kimchi is a beautiful interface for QEMU that displays and allows control of all the VM’s running on a system. It is a great way to manage most of the basic features required to run a set of guest OS’s. First, let’s make sure everything is updated and upgraded. I’m working with […]