|
You are here |
johna.compoutpost.com | ||
| | | | |
2bits.com
|
|
| | | | | ||
| | | | |
www.h-i-r.net
|
|
| | | | | Introduction OpenBSD comes with a web server called httpd, which is based on relayd. We're going to tackle setting up OpenBSD to serve "... | |
| | | | |
www.codeandunicorns.com
|
|
| | | | | We all have an old computer at home, that hasn't been used in years, but because it still works, we hadn't had the heart to trow it away. Well its time of misery has come to an end, we are going to convert it to a home data server. Using a torrent client to download files from the web, and running a ftp server on the machine, we will make your personal PC's hard drive love you more, by not filling it with hundreds of gigabytes of data (read: movies, music), and making it available to any PC on your home network. But why use Ubuntu server? I hear you ask, well I assume you are going to use an old computer and the server edition doesn't use nearly as much resources as the desktop one or the Windows os, you can install Ubuntu desktop if you have a more powerful... | |
| | | | |
isthisit.nz
|
|
| | | Installing an F# development environment on Ubuntu is easy! We use .NET Core as the runtime rather than the traditional Mono, and then install the VS Code editor with the F# extension Ionide. First up install .NET Core. Follow the instructions on the Microsoft website. These will always be up to date and also provide installation options for non Debian based linux distributions. By default Microsoft has telemetry enabled. This collects data about the commands run through the dotnet executable and sends the supposedly anonymised timestamp, operating system information and country it thinks your IP address belongs to. Run the command below to disable it, though one would think it should be disabled by default. | ||