Jan 5, 2018 | Linux, Windows
While Microsoft has been making a lot of progress in supporting open source software, and released things such as SQL Server on Linux, their support for consumer software is still lacking. But while applications like Office are still not available for desktop users...
Oct 7, 2016 | Linux, Ubuntu and Debian
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...
Jul 17, 2016 | Ubuntu and Debian
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...
Jul 5, 2016 | DirectAdmin
This is how to set up a SSL certificate on your server and running with it, using DirectAdmin on Debian GNU/Linux. All of the following tasks are done as root, from the command line: cd /usr/local/directadmin/conf create a private key: openssl genrsa -out cakey.pem...