How to install the new VIM 8.1 release from source code.

Installing the new VIM release from source is very easy. I have this running on Ubuntu 17.10 and it is great, the editor allows the user to open a terminal within the editor. Make a new folder to download the files into. Go into the directory, and then run this…

Read More

Useful tips for a programmer on a Macintosh machine. Install GCC.

How to install the GCC compiler for Macintosh programming on a Macintosh Air. This simple command will install the GCC compiler collection and the make command on a Macintosh. This enables programming console apps on a Macintosh machine. These instructions are for Macintosh OSX Sierra. May not be the same…

Read More

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…

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  …

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…

Read More

Install tcsh on Ubuntu with this simple guide.

Install the tcsh shell on Ubuntu Linux easily with this simple guide The tcsh shell for Linux is a free but enhanced version of the old Berkeley UNIX C shell (csh). This is a very good alternative to the standard bash shell that most Linux machines come with. Download the…

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…

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….

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…

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….

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…

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…

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…

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…

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…

Read More

Just upgraded my Ubuntu 15.04 installation to kernel 4.0.

I have just upgraded my Linux installation to kernel 4.0. This new kernel brings me many benefits. One of those is that the radeon drivers finally work and I no longer need to install the kernel source and try and compile the ATI drivers that you download from the Internet….

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…

Read More