Here’s a quick guide to install VirtualBox 3.1.2 on Fedora 12 1. Import Sun’s public key [dexter]# wget -q http://download.virtualbox.org/virtualbox/debian/sun_vbox.asc -O- | rpm –import – 2. Download the Fedora repo file and save it into the /etc/yum.repos.d/ directory [dexter]# cd /etc/yum.repos.d/ [dexter]# wget http://download.virtualbox.org/virtualbox/rpm/fedora/virtualbox.repo [dexter]# yum clean all 3. Install VirtualBox 3.1.2 [dexter]# yum install [...]
Google Chrome for Linux is finally out!! It’s in BETA for now so expect to run into a few bugs here and there. 23 developer builds 2,713 Linux-specific bugs fixed 12 external committers and bug editors to the Google Chrome for Linux code base, 48 external code contributors 60,000 lines of Linux-specific code written 23 [...]
What ya think? Is Linus Torvalds digging Windows 7? The Japanese dude behind has no clue what going on…!! Source: LinuxInsight
Is this how we Linux people think? I think maybe not all the time. What do you think?
Here’s a simple walkthrough to setup an OpenSSH server on Jaunty together with 2 basic hardening options you should apply. 1. Install the OpenSSH server. Fire up a console and run the command below. This will install the required binaries and packages for the OpenSSH server. apt-get install openssh-server 2. Get some basic hardening in [...]