This is how the BubbleUPnP Server could be installed in Ubuntu 16.04 server running headless. First install a headless version of JRE (because the normal JRE has many graphical dependencies,…
Author: lihiniya
Ubuntu home server headless – Boot non-interactively
Running a server completely headless is fine as long as the server boots and remote access is available (via ssh, rdp, vnc or similar). I have a HP mediasmart EX490…
HP EX490 MediaSmart server: Using a 6TB GPT boot drive in Ubuntu with a non EFI BIOS!
HP EX490/EX495 MediaSmart servers were at one time very popular option for a home server. These 4-bay home servers came with Microsoft Windows Home Server V1 as the operating system.…
Migrating Ubuntu server from Amazon EC2 to DigitalOcean
Recently I migrated my blogs from AWS EC2 micro instance to a DigitalOcean 512MB VPS. Migration was surprisingly easy. All I had to do was sync everything from EC2 instance…
Using Eigen Linear Algebra Library with Visual C++ 2010 Express 64bit
Eigen is a free and open source, relatively fast, very versatile linear algebra library written completely in C++ templates. It is very fast and in some cases produces code as…
Securing Ubuntu Server with a free SSL certificate from StartSSL™
Pre-Requirements: Working LAMP installation with Ubuntu Server. Help is here and here. SSL security is enabled for Apache with Name Based Virtualhosts. Assumption Name of the website is www.example.com. Replace…