Linux

Accessing and managing remote files easily with SSHFS

Everyone has experienced the need to modify or browse files on a server. Copying and transferring files is often easiest when the directory is accessible as a drive or folder on your local system. Depending on your system’s setup, you may have access to FTP, SFTP, or even SMB on a local network. But when […]

Continue Reading

Setup a simple adresbook database

I wanted to understand how I could setup a quick database for some data. What is easier than setup an address book in a database. In this example I will show you how it can be done. First of all you need to have a CLI with mysql-client installed and a database server , for […]

Continue Reading