More Helpful Commands in Linux


A backdrop of stars Difficulty: Easy Application: KStars You may already have played with KStars, but how about creating a KStars backdrop image that’s updated every time you start up? KStars can be run with the –dump switch, which dumps out an image from your startup settings, but doesn’t load the GUI at all. You…

Creating a Counter-Strike Server on Linux


From http://www.cstrike-planet.com: On this page we will explain how to install Counter-Strike and Counter-Strike: Source. We assume you have some Linux knowledge. We will start with Counter-Strike: Source. Installing Counter-Strike: Source (SRCDS) First, lets create a directory where we will run the hldsupdatetool, run the following command: code: mkdir srcds Now we switch to the…

10 Must Play Linux games for 2012


Gaming on Linux? A few years ago this would only be said as a joke. Thankfully for us, Linux gaming has evolved offering some mature open source games, as well as some very nice commercial games. Let’s try and find out what are the best 10 games a Linux gamer must play this year… Oil…

Android

Mobile Security with Android


Hacking experts on Wednesday demonstrated ways to attack Android smartphones using methods they said work on virtually all such devices in use today, despite recent efforts by search engine giant Google (GOOG.O) to boost protection. Experts showed off their prowess at the Black Hat hacking conference in Las Vegas, where some 6,500 corporate and government…

Fork bomb

Can Linux crashes in just one command?


After a very nice discussion over Linux vs Windows between the group members, all the Linux & Windows supporter was trying to prove their OS better. One of the Windows supporter write a text string (can say a command) to execute in a Linux terminal, which can crash it in just one enter. WARNING!!!: DON’T…

All about Fuser in LINUX


The fuser utility in Linux is a powerful tool. As the name suggests it gives information about file user or the process that is currently using the file or directory. But fuser functionality is not just limited to giving information about the process. The article explains how to use fuser utility with 5 practical examples.…

What is Network Address Translation?


Network Address Translation (NAT) is the process where a network device, usually a firewall, assigns a public address to a computer (or group of computers) inside a private network. The main use of NAT is to limit the number of public IP addresses an organization or company must use, for both economy and security purposes.…