Installing Windows HyperV Server 2012 and creating a new VM instance.

HyperV Server is a standalone hypervisor that allows a machine to host server instances without the overhead of a server operating system like Server 2012 R2. Firstly, download the ISO image here: http://care.dlservice.microsoft.com/dl/download/3/4/7/347A95F0-A63C-492F-BE43-F376AE30C9FE/9200.16384.WIN8_RTM.120725-1247_X64FRE_SERVERHYPERCORE_EN-US-HRM_SHV_X64FRE_EN-US_DV5.ISO. 1.6 Gigabytes. Then burn this at a slow speed to a suitable DVDR disk. Boot from the…

Read More

How to install Linux and totally wipe ChromeOS off a Chromebook.

https://superuser.com/questions/662927/is-there-a-way-to-completely-delete-chrome-os-on-a-chromebook-and-install-linu. This posting on superuser.com explains how to totally remove the Chrome OS from the Chromebook and install Linux instead. This is a good option if you want a proper operating system on your Chromebook and not the Google operating system supplied with the netbook. Installing Linux would allow someone…

Read More

How I got the ATI graphics working again with the 3.13 kernel on Fedora 20.

I recently updated to the 3.13 kernel on Fedora Core 20 and the 12.1 ATI drivers stopped working. I fixed this by downloading the 14.1 beta drivers which support that kernel. Download this here: http://support.amd.com/en-us/kb-articles/Pages/Latest-LINUX-Beta-Driver.aspx. This works perfectly for those Fedora 20 users like me who are also affected by…

Read More

How to use the alien command to convert an RPM file to a Debian deb package.

The alien command is used to convert Linux packages from one format to another. Install this on Linux by typing this command: homer@lollinux-machina:~/Desktop$ sudo apt-get install alienhomer@lollinux-machina:~/Desktop$ sudo apt-get install alien Then you may convert a package using this command. Below is an example. homer@lollinux-machina:~/Desktop$ sudo alien me-tv-1.3.6-1.fc14.x86_64.rpm warning: me-tv-1.3.6-1.fc14.x86_64.rpm:…

Read More

Apple open source code that is available to everyone. How I installed the zsh shell on Fedora 19 from source code.

http://www.apple.com/opensource/. There is a good selection of open-source code here that Apple is using on their machines. I downloaded the tarball of the zsh shell here: http://www.opensource.apple.com/source/zsh/zsh-55/zsh-4.3.11.tar.bz2. This was compiled very easily after I installed the ncurses-devel RPM from this location for Fedora 19: ftp://rpmfind.net/linux/fedora/linux/releases/19/Everything/x86_64/os/Packages/n/ncurses-devel-5.9-11.20130511.fc19.x86_64.rpm. Then I was able to…

Read More

How to install Sublime text in Linux Mint 15 with a PPA.

The Sublime text 2 editor is an amazing new text editor for Linux and Windows that will make your text editing duties much easier. Firstly, you need to add the PPA for Linux Mint 15/Ubuntu 13.04. sudo add-apt-repository ppa:webupd8team/sublime-text-3sudo add-apt-repository ppa:webupd8team/sublime-text-3 Then update the package repositories to enable the apt…

Read More

How I installed Gnome Shell 3.8 on Linux Mint 14 x64.

This posting gives a link explaining how to install Gnome Shell 3.8 on Linux Mint 14 with a PPA. The Gnome Shell 3.8 desktop is very fast and it even though the desktop seems to behave a little differently when you activate the search option; the whole experience is faster…

Read More