How To Use SSHFS to Mount Remote File Systems Over SSH

In many cases it can become cumbersome to transfer files to and from a droplet. Imagine a development usage scenario where you are coding apps remotely and find yourself uploading a script repeatedly to your virtual server to test. This can become quite a hassle in a...

How To Set Up an NFS Mount on Ubuntu 16.04

NFS, or Network File System, is a distributed file system protocol that allows you to mount remote directories on your server. This lets you manage storage space in a different location and write to that space from multiple clients. NFS provides a relatively quick and...

Bash: How to send email from Terminal

With the minimum installation of any Linux operating system, you will not see most of the commands in your system. In minimum operating system installation only required packages are installed for running an operating system and skipped unnecessary packages. Mail...

How to mount iPhone 6s on Ubuntu?

Installing several important tools with script This will allow you to save yourself some time. First thing you need to create a file nano iphone_setup.sh and then past bellow script #!/bin/bash zip_dir_name=”” function install_package () { ./autogen.sh...

Installing sSMTP MTA (Mail Transfer Agent)

sSMTP is an extremely simple MTA to get mail off the system to a mail hub. It contains no suid-binaries or other dangerous things – no mail spool to poke around in, and no daemons running in the background. Mail is simply forwarded to the configured mailhost....

Pin It on Pinterest