We have been using Clonezilla for some time now here in our lab as well as at several client sites. Recently a client of mine went about updating their Clonezilla Live PXE install to the newest version and ran into some problems. Honestly, our setup has been working flawlessly for years so I never really… Read More
OpenIT Integrated Business Solutions
While we have been testing Windows 8/8.1 for awhile now, I have finally realized it is time to take the leap and run it as my main Windows OS. With that said, I will be writing some articles on my experiences transitioning to Windows 8.1. To start we will want to remove all the Metro… Read More
If you are like me then one of your biggest pet peeve’s with Nginx is its lack of authentication methods like those so easily accessible in Apache. Beyond that, if you would like to add an authentication method to Nginx, it will typically require a recompile. If you are running Debian or Ubuntu then I… Read More
If you would like to use the latest version of Nginx and prefer using the package manager like me, the following steps below will enable you to install Nginx 1.4.4 from the DotDeb repositories. At the time of writing, the latest version in the DotDeb repo is 1.4.4.
If you would like to use the latest version of Subversion and prefer using the package manager like me, the following steps below will enable you to install Subversion 1.8 from the WanDisco repositories. At the time of writing, the latest version in the WanDisco repo is 1.8.5.
FlexGet is a multipurpose automation tool for content like torrents, nzbs, podcasts, comics, series, movies, etc. It can use different kinds of sources like RSS-feeds, html pages, csv files, search engines and there are even plugins for sites that do not provide any kind of useful feeds. There are numerous plugins that allow utilizing FlexGet… Read More
Nginx (pronounced engine-x) is a free, open-source, high-performance HTTP server and reverse proxy, as well as an IMAP/POP3 proxy server. Igor Sysoev started development of Nginx in 2002, with the first public release in 2004. Nginx now hosts nearly 12.18% (22.2M) of active sites across all domains. Nginx is known for its high performance, stability,… Read More
Bash completion is a useful tool for completion of file paths, commands etc. By default it is enabled on Ubuntu but not on Debian. Chances are, if you have been using Ubuntu like me, you will dearly miss bash completion on Debian. With two simple steps it can also be enabled on Debian. This article… Read More
If you have ever used Ubuntu Server then you should be familiar with the dynamic MOTD. This is what is presented to the user in terminal when a log on occurs. This feature is very nice as it will give you a quick look at useful information. Unfortunately, Debian Server does not include the dynamic… Read More
In order to install VMware Tools On Debian you will be employing a two step process. First you will need to right click on the Virtual Machine in vSphere and choose “guest” > “Install/Upgrade VMware Tools” pictured left. Next you will need to run the following commands in terminal. This procedure works for every version… Read More