How to install prboom+ on Ubuntu with the command line.

Install prboom+ on Ubuntu or Linux Mint like this. ubuntu ~ $ sudo apt install prboom-plusubuntu ~ $ sudo apt install prboom-plus Install prboom like this. ubuntu ~ $ sudo apt install prboomubuntu ~ $ sudo apt install prboom Install the shareware version of Doom with this command. This gives you the first episode of … Read more

How to install a Linux version of the SGI UNIX desktop on Fedora 25.

I just installed the Linux version of the SGI desktop on my Fedora 25 Linux machine. This was not too hard either. Download a copy of the installation script from here: http://www.maxxinteractive.com/site/?page_id=51. Run the script as root to download and install the MaXX desktop tarball. [root@localhost Downloads]# sh MaXX-Indy-1.0.0-Installer.sh   >>> Downloading MaXX Interactive Desktop … Read more

Install Ubuntu from a mini ISO image over the Internet.

How to install Ubuntu from a mini.iso over the Internet Download the ISO image here: http://archive.ubuntu.com/ubuntu/dists/zesty/main/installer-amd64/current/images/netboot/mini.iso. Installing Ubuntu minimal from a mini.iso is very easy, the netinstall option downloads and installs all packages from the repositories on the Internet. Boot the installer and then select your installation language. Then set your location, this is important, … Read more

New Russian Linux distribution to compete with Windows server.

There is a new Russian Linux distribution available. Astra Linux is designed to offer the services required by an office. It has directory server services available and a Windows styled desktop. The Astra Linux installer is essentially the Debian installer, and therefore is very easy to use. There is an option for English during installation, … Read more

How to install KDE 4 on Fedora 25 easily.

Installing the KDE 4 desktop on Fedora 25 is very easy. There are package groups that allow installation of desktop environments. This is how to install the KDE desktop environment group. [root@localhost jason]# dnf install @kde-desktop-environment[root@localhost jason]# dnf install @kde-desktop-environment This command will fetch and install KDE 4 on Fedora. Then install the KDM desktop … Read more

Getting started with Ubuntu 17.04 and setting up your system.

Getting started with the Ubuntu Linux distribution Getting started with Ubuntu is a lot of fun, this post will show you how to get setup after installation of the new Ubuntu 17.04 distribution. Download a copy of Ubuntu Kylin 17.04 here: http://cdimage.ubuntu.com/ubuntukylin/daily-live/current/. After the installation of Ubuntu Kylin, I could not get the networking to … Read more

Install the arc Gnome shell GTK3 theme on Fedora 25.

The arc Gnome Shell theme is a very nice theme for the Gnome Shell desktop. This is how to install this theme on Fedora 25. Firstly, download the theme this way. [jason@darkstar Desktop]$ git clone https://github.com/horst3180/arc-theme.git Cloning into ‘arc-theme’… remote: Counting objects: 10466, done. remote: Compressing objects: 100% (4/4), done. remote: Total 10466 (delta 1), … Read more

Just installed Fedora 25 to replace Ubuntu.

My hard drive with Ubuntu 16.10 failed, so I decided to install Fedora 25 instead. This Linux distribution has the advantage of NSA Selinux that greatly improves security. And the Gnome desktop is very fast and good looking to boot. Adding the RPMFusion repositories to Fedora allows the installation of restricted codecs and associated software … Read more

How to install updates on various Linux and UNIX distributions.

The MS DOS operating system has quite a lot of command-line arguments that may be used to ease the task of file management. Sure, it is no match for the Linux shell, but the DOS operating system in its time. But then along came the easy to use Linux distributions such as Mandrake Linux and … Read more

How to build a 4.8.4 Linux kernel on Ubuntu 16.10.

To build the latest 4.8.4 Linux kernel on Ubuntu 16.10, you will only need the ncurses-dev and build-essential packages installed. Then we are ready to install a new Linux kernel. Download the latest Linux kernel tarball. jason$ wget https://cdn.kernel.org/pub/linux/kernel/v4.x/linux-4.8.4.tar.xzjason$ wget https://cdn.kernel.org/pub/linux/kernel/v4.x/linux-4.8.4.tar.xz And then unpack the Linux tarball that we have downloaded. jason$ tar -xvf linux-4.8.4.tar.xzjason$ … Read more

How to install Powershell for Linux in Ubuntu 16.04.

Installing Powershell for Linux in Ubuntu 16.04 is very easy. I had problems with the packages, but I sorted it out very quickly. Firstly, download the Powershell Debian package. https://github.com/PowerShell/PowerShell/releases/download/v6.0.0-alpha.9/powershell_6.0.0-alpha.9-1ubuntu1.14.04.1_amd64.deb. Then the required libicu package. http://security.ubuntu.com/ubuntu/pool/main/i/icu/libicu52_52.1-3ubuntu0.4_amd64.deb. Then install the libicu package. jason$ sudo dpkg -i libicu52_52.1-3ubuntu0.4_amd64.deb Selecting previously unselected package libicu52:amd64. (Reading database … 490392 … Read more

How to get comprehensive information on HDD errors on Debian.

The smartmontools package for Debian allows the user to get comprehensive hard disk information. This is useful if the hard disk drive is behaving strangely. This might mean it is failing. Install the smartmontools package. root@neo:/home/jason# apt install smartmontoolsroot@neo:/home/jason# apt install smartmontools Now you may check your hard disk drive for any errors. root@neo:/home/jason# smartctl … Read more

Set up the package manager in FreeBSD 10.3 after installation.

The package manager in FreeBSD 10.3 is very effective and easy to use for setting up your FreeBSD 10.3 system. Here is how to install it. type this command as root. pkgpkg This will install the pkg package management system. Then, once that has completed, type this command to update the package repositories information. pkg … Read more

The best tutorial I found to install FreePBX on Ubuntu 14.04 LTS server.

This is the best tutorial I have found that allowed me to install FreePBX on an Ubuntu 14.04 instance on an Amazon AWS instance. I tried a few and this one really did work for me after following all of the steps and exercising patience. http://wiki.freepbx.org/display/HTGS/Installing+FreePBX+12+on+Ubuntu+Server+14.04+LTS. FreePBX is a very useful tool for setting up … Read more

Plan9 from Bell labs. The alternative UNIX like OS that is a good way to learn about an OS.

The plan9 operating system from Bell labs is a UNIX like OS that is a fun way to learn about operating systems. The installation when using the text based installer is quite counter-intuitive but this is a good learning experience. There are amd64 packages available to install your system, I had problems when installing this … Read more

The proper command to install the ATI fglrx drivers on Linux Mint Debian Edition.

This is the proper command to install the accelerated ATI drivers on Linux Mint Debian Edition. The fglrx-driver package allowed me to use higher resolutions after enabling the driver with this command: sudo aticontrol –initial but the driver did not allow acceleration. After using this command to install all of the required ATI packages, I … Read more

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 disk and choose to install … Read more