How to update packages on your Debian GNU/Linux system.

The packages on your Debian GNU/Linux system must be kept up to date to ensure the security concerns are addressed. Use this command to install any pending updates. sudo apt-get update; sudo apt-get upgradesudo apt-get update; sudo apt-get upgrade The Debian user may also use this command. sudo aptitude update; sudo aptitude safe-upgradesudo aptitude update; … Read more

How to update the grub menu manually on Kali Linux.

The update-grub command will update the grub menu on Kali Linux. root@kali:~# update-grub Generating grub.cfg … Found background image: /usr/share/images/desktop-base/desktop-grub.png Found linux image: /boot/vmlinuz-3.12-kali1-amd64 Found initrd image: /boot/initrd.img-3.12-kali1-amd64 Found memtest86+ image: /boot/memtest86+.bin Found memtest86+ multiboot image: /boot/memtest86+_multiboot.bin No volume groups found doneroot@kali:~# update-grub Generating grub.cfg … Found background image: /usr/share/images/desktop-base/desktop-grub.png Found linux image: /boot/vmlinuz-3.12-kali1-amd64 Found … Read more

The Fedora Project has officially announced the release of Fedora 19 ‘Schrödinger’s Cat’ today.

The latest Fedora release; Fedora 19 ‘Schrödinger’s Cat’. This brings many improvements to the venerable Linux distribution. The main updates include OpenShift Origin, which allows easy building of Platform-as-a-Service infrastructure; node.js; Ruby 2.0.0; MariaDB; Checkpoint & Restore, which allows users to checkpoint and restore processes; and OpenLMI, which makes remote management of machines simpler. The distribution also packs GNOME 3.8, KDE Plasma Workspace 4.10 and MATE Desktop 1.6.

Get the downloads here: http://fedoraproject.org/en/get-fedora-options.

How to install a Debian *.deb file on Ubuntu and other useful Linux tips.

To install a Debian *.deb packages that you have downloaded, use this command. john@adeptus-mechanicus ~/Downloads $ sudo dpkg -i rxvt_2.6.4-14_i386.debjohn@adeptus-mechanicus ~/Downloads $ sudo dpkg -i rxvt_2.6.4-14_i386.deb This will install the Debian package. john@adeptus-mechanicus ~/Downloads $ sudo dpkg -i rxvt_2.6.4-14_i386.deb [sudo] password for john: Selecting previously unselected package rxvt. (Reading database … 281734 files and directories … Read more

Ubuntu 11.10 Alpha 2 released into the wild.

The Alpha 1 released ISO of the Ubuntu Linux distribution has been released into the wilds, bringing with it new features including the 3.0-3-generic Linux kernel and many other software updates including Firefox updated to version 5 and NetworkManager updated to version 0.9. This is an alpha release and not recommended for day-to-day usage, but … Read more

Firefox 5 final released on Linux.

http://news.softpedia.com/news/Download-Firefox-5-Final-for-Linux-207133.shtml The fifth edition of the best web browser out there, Firefox has hit version number 5 bringing new features to the table; CSS animation being one feature that will either be a good or bad thing depending on the utilisation, many stability enhancements and location aware browsing.Here is a list of the new features … Read more