Friday, 26 September 2014

Webmin

I installed another package, Webmin, which grants me a nice GUI for general settings and viewing what's happening with all my server services.


It's a little similar to the options in Windows server as well.


Friday, 19 September 2014

Apache Server

After installing all the packages for Apache server, I was able to test it on my local (home) network.


By using the IP address of my server, it was also able to work from another device (my phone) in the same network:


Friday, 12 September 2014

Solving the Ubuntu Error

As mentioned in the earlier post, I was getting errors installing packages. This was universal across any sort of packages, whether trying to install via CD or downloaded. This issue was also consistent on different builds of Ubuntu that I was trying.

The first step that most online forums were suggesting to try "apt-get update". Unfortunately this also brought errors and had no resolution.

As I was running version 13.04 (as 14+ only supports 64 bit), I decided to try the last .Iso release of 13.10. Once installed, I was successfully able to run the "apt-get update" as well as install packages without error. It appears that there's a problem updating slightly older versions.
I was then successfully able to also install a GUI using "apt-get install ubuntu-desktop".

Friday, 5 September 2014

Ubunutu Errors

For some unknown reason to me, on the current build of Linux I am using I am receiving package errors. I will try to have this resolved by the end of the week.
I've also tried installing "Kali Linux" to a virtual machine.