Ubuntu Linux tips and various tricks to master the command-line interface.

Computers are very frustrating sometimes.

Ubuntu Linux tips and tricks for using it on the desktop. The main thing about using Linux is getting it installed is one thing, but getting various hardware working and configured is another. Nvidia drivers are one major stumbling block for willing Ubuntu users. Here is a nice tutorial that explains how to install Nvidia … Read more

Use nftables on your Linux machine to add more security.

The nftables firewall is a good alternative to iptables. This has better performance than the old iptables system. To install this on Ubuntu 18.04, run this command. 4.4 Thu Sep 12 jason@Yog-Sothoth 0: $ sudo apt install nftables4.4 Thu Sep 12 jason@Yog-Sothoth 0: $ sudo apt install nftables Edit the /etc/nftables.conf file to remove the … Read more

Installing Gentoo on a laptop. My experiences with this distro.

I have just installed Gentoo hardened Linux on my laptop. This distribution is far more hands-on than Ubuntu and Linux Mint, but it was enjoyable to install. I have not built and installed a desktop environment yet, I am just using the framebuffer console and this suits me fine. Once the system is installed, the … Read more

Installing Debian from the netinstall ISO image is very easy.

Installing Debian from the minimal netinstall image is very easy indeed. The ISO image is available at this link. http://cdimage.debian.org/debian-cd/8.5.0/amd64/iso-cd/debian-8.5.0-amd64-netinst.iso. This version of the netinstall ISO contains extra firmware if this is required. http://cdimage.debian.org/cdimage/unofficial/non-free/cd-including-firmware/8.5.0+nonfree/amd64/iso-cd/firmware-8.5.0-amd64-netinst.iso. Now we can begin installation of the Debian distribution. Choose the language for the installation. Now select the country where you … Read more

How to install Ubuntu server and setup a simple LAMP instance.

Installing Ubuntu server is quite straightforward. Firstly, choose the language. Then the user needs to choose what country they are in. And choose what keyboard layout you are using. After this is out of the way, we get to the main installation tasks. We need to choose a hostname for our server instance. Now we … Read more

Ubuntu installation and setup for beginners. This video and some tips will help you out.

Ubuntu installation is very easy, this video will help out those who are installing Ubuntu for the first time. After installation; re-boot into your new Ubuntu Linux desktop and open the terminal. Those of you using Unity may use the Ctrl-Alt-t keyboard shortcut to open the terminal window. Then type this command to update all … Read more

I am installing Gentoo again on a spare partition. This will be fun.

I am installing Gentoo again. I have decided to try out this source based Linux distribution one more time and see whether I can use this distribution on my computer again. I erased the contents of a spare bootable partition and I unpacked the Stage3 tarball into it and then I unpacked the Portage tarball … Read more

New Ubuntu 12.10 distribution shipping with a Gnome Shell option on the desktop.

The Ubuntu 12.10 Linux distribution will be shipping with a dedicated Gnome option. So you will be able to download a Gnome Shell ISO of Ubuntu as well as the Kubuntu and Ubuntu options. You can already install Gnome Shell by typing sudo apt-get install gnome-shell to install the newest Gnome desktop on Ubuntu anyway; … Read more

Installing a vanilla kernel on Linux Mint 13 Maya. How to build from the kernel.org tarball.

The installation of a vanilla kernel on Linux Mint 13 is very simple. Once you have downloaded the kernel tarball from kernel.org you will have to unpack the tarball: tar jxvf linux-3.4-rc2.tar.bz2tar jxvf linux-3.4-rc2.tar.bz2 Then enter the directory thus created and run make mrproper to make sure the kernel source tree is clean. C:\HOME\FLYNN\DOCUMENTS> cd … Read more

Installing Debian GNU/Linux Wheezy and the Gnome 3 desktop.

Installing Debian GNU/Linux Wheezy and the Gnome 3 desktop. How to install the Debian Wheezy distribution with the Gnome Shell desktop using the Debian 6.0 installation media. This is how to install the Debian Wheezy distribution alongside Windows and have a nice dual boot system for experimenting with Linux.

E17 desktop available for the Debian Testing repository.

The enlightenment E17 desktop window manager is now available for the Debian testing distribution, now all of those complex steps that were formerly required to install this window manager are a thing of the past. I have installed the enlightened window manager as it is a nice complement to the Debian testing distribution. I used … Read more

Gentoo kernel installation.

Performing a kernel upgrade on Gentoo GNU/Linux How best to upgrade the Gentoo kernel. Installing a vanilla kernel for the Gentoo GNU/Linux distribution is very easy. This is necessary when a kernel upgrade is required. Just install the vanilla kernel source from kernel.org and then unpack the sources into /usr/src/linux as shown below. I am … Read more

Installing Gentoo once again. The source based distro based on BSD.

My computer is now running Gentoo once again, I installed the x86_64 stage3 tarball and the latest portage tarball and installed the system from within a chroot using my Ubuntu 11.04 distribution. The installation was different from the last time I installed a Gentoo system, I am using newer hardware this time, but now it … Read more

Re-Installing the bootloader on Debian Squeeze.

I had to re-install the Debian bootloader after installing Windows 7 Ultimate and I did this by loading up my OpenSuse x64 installation DVD and selecting the rescue option which gave me a login prompt. I logged in as root and after following this post: Gentoo chroot guide, and setting up a chroot to my … Read more