An operating system is the main software component of a computer it controls all the hardware and makes everything work; there are various operating systems available each with different usages and software. The most common is Windows mainly due to their wide usage and most new computers will come with Windows pre installed. I have
Continue reading...
The Void
Well it’s been a long time since I have done a post or any work related to any of the projects I have been working on and they have been on hold. I am starting to begin blogging again due to me recently finished university and starting a new job as a junior software developer
Continue reading...
I’m using Virtualmin which is a UI for managing web servers and such I could get rid of the UI and just configure everything myself but for usability I just use Virtualmin (I also host some clients websites so they need a easy to use interface), with my installation of Virtualmin on a CentOS 5
Continue reading...
This is a problem I’ve ran into many times especially when I first started using CSS and divs to build websites, you may have noticed (or not) that if you have a container DIV with some child DIVs which are using the float: attribute the container doesn’t resize to fit the child DIVs, if you
Continue reading...
SSH is a secure shell command line technology allowing a user to connect to a second computer and perform many tasks securely. I have written a post which is found here which tells out all about the SSH technology. In this post I am showing you how to connect to a SSH server in Windows
Continue reading...
SSH allows communicate to be achieved between two computers (usually used to control a remote computer), there are two parts to a SSH connect and that is a SSH server located on the machine we wish to connect to and a SSH client which allows us to connect to the SSH server. We need authentication
Continue reading...