Dec 6, 2007

Earn money by writing post in your blog

Smorty is a website that allows blogger to write post of advertisers into their blog. This is place where advertisers and bloggers connect with each other. If you are a blogger then you can earn money by writing post and if you are a advertiser then you can promote your blog.

How will you earn by blogging:
You can be get paid to blog by your blog by writing post of your interest. You will be paid weekly by this. This earning facility will be provided to you by Smorty.

Make Money Join Smorty

What is the procedure:
Smorty is a website there bloggers may register and submit their blogs to approve. once your blog is approved you will be given posts to write into your blog. these posts will be around 150-200 words.

How much you can earn:
By this you can earn atleast 6$ to 100% per post. It depends upon pagerank and populirity to your blog. By this way you can write posts in any numbers of blogs as you can manage and earn weekly. Payment will be sent to you by PayPal. Opportunities are sent directly to your personal admin panel and email account. If you want to make more money then you can create more blogs and submit them for approval. After approval of your blog you may start given posting into your blog and earn money.

You can also earn by reffering other bloggers:
They also provide facility to earn by reffering other bloggers. Place a text banner or image banner they provide you into your blog and refer other bloggers.

How much you earn by reffering other blogger:
You will earn 5% commission of the total payment given to your reffered blogger for the life of your reffered blogger. So why are you waiting for start earning money and happy blogging.

I can summerise that this is the place where blogger and advertisers both get advantage. So why are you waiting for.

Click Here and Start Making Money
READ MORE - Earn money by writing post in your blog

Nov 27, 2007

Linux Shell Commands (Tutorial):

Print Working Directory (pwd):

pwd command is used to print working directory means it will display the current directory name where you are working. Type the pwd command press Enter Key to do so.

pwd

Displaying List of files and subdirectories:

ls command is used to display list of files and subdirectory in the current directory. It is just like DIR command of DOS (Disk Operating System). Like DOS, this command also has options. Options are always used with – followed by option name. Type the following command at Linux shell prompt and press Enter Key.

ls

Above Linux command will display list of files and subdirectories in current directory.

ls –l

Above Linux command will display detailed list of file and subdirectories of current working directory. Details list of files and directories includes file permissions, file owner, file size, file modification time then at the last filename or directory name.

ls –a

Above Linux command will display list of file and directories including hidden files.

What should I do when option of commands do not work: There may be following reasons.

1. You may be mistakenly put a space between – sign and option name. There must not be any space between – sign and option name.

2. There must be a space between command (ls) and – sign.

ls directory name

Above Linux command ls is followed by a directory name will display the content of the mentioned directory.

Wild Cards: Same as in DOS, wild cards are also used in Linux OS. There are two wild cards * and ?. * Means any number of characters and ? Means single character.

ls –l pro*

Above command will display all those files, which name start from pro. For example product, promote etc.

ls –l pro?

Above command will display all those file, which name start from pro and fourth character is something else. For example prod, proc etc.
READ MORE - Linux Shell Commands (Tutorial):

Nov 26, 2007

Linux Shell Commands (Tutorial):

Rules for naming a file in Linux or naming conventions:

There are some rules for naming file in Linux OS. Here are they:
1. Filename must not have blanks. You can not create filename Manoj Pal but you can create ManojPal.
2. Filenames in Linux are case sensitive that means Apple, apple and APPLE are different filenames. You cannot access Apple by typing apple.
3. Filename could be 255 characters long and this file name may be combinations of upper and lower case letters.
4. You can use . dot Underscore _ hyphen – in file names at any place in the filename.
5. Filename also may have extensions.
6. You can use more than one dot in filename and at any place.


Creating More than one directory using single mkdir command:

It is possible too to create more than one directory at a time by using single mkdir command. To do so type mkdir command at Linux command prompt followed by directory names which are to be created.

mkdir product product/computer product/computer/floppy

the above command will create a directory called product in current working directory and directory named computer under product directory and floppy under computer direcotory.

What should I do when I will not be able to create a directory:
There are certain rules to create a directory under Linux OS. If tries to create directory under Linux/Unix OS and fails then it may be due to following reasons.

1. The directory you are trying to create, a file with same name exists in the same directory.
2. You don’t have enough permission to create a directory.
3. Directory already present with the same name as you desire to create.


Changing a directory:

If you wish to change your current working directory. cd command is used. Just suppose if you want to change your current working directory to product directory. Type the following command to do so.

cd product

Removing a directory: To remove any directory under Linux OS. rmdir command is used. suppose you want to remove directory called product. command will be as follows.

rmdir product

Removing more than one directory using single rmdir command:

It is possible too to remove more than one directory at a time by using single rmdir command. To do so type rmdir command at Linux command prompt followed by directory names which are to be deleted.

rmdir product/computer/floppy product/computer product

the above command will delete three directories at a time. But one thing always you should keep in your mind, while removing directories, you should remove lower level directory first then upper level in the tree as shown in the above example.


What should I do when I will not be able to remove any directory:

There are certain rules to remove a directory under Linux OS. If tries to remove directory under Linux/Unix OS and fails then it may be due to following reasons.

1. The directory you are trying to remove is not empty means the directory have subdirectories first remove then and try again.
2. You don’t have enough permission to remove a directory.
3. you must be get out of that directory which is to be deleted you must not be in anyone of its subdirectories in order to delete the directory.
READ MORE - Linux Shell Commands (Tutorial):

Nov 24, 2007

Linux Shell Commands (Tutorial):

Shell commands are commands through which we can operate Linux. Here I am giving commands that how to operate Linux shell. These commands must be typed in small case at Linux shell prompt.

Creating a text file in Linux Shell:

cat > filename


By using above shell command we can easily create a file in Linux OS. You can give any filename of your wish and then press Enter Key and then type some matter (text) for the file and then press CTRL + D from the keyboard to save the file and you are done. You have successfully created a file in Linux.

Displaying Contents of a text file in Linux Shell:

Suppose you want to display contents of any text file in Linux OS, just type the following command at the Linux shell prompt and press Enter (Return) Key.

cat filename

In place of filename you can type any filename that exist in that directory. This will show you whole contents of the file.

Displaying contents of more than one file in one command:

By using following command you can display content of more then one file at a time in a single shell command. Here in this example I am displaying matter of two files at a time.

cat filename1 filename2

Removing a file:

If you no longer need any file then you can easily remove any file from shell to do so type the following command at shell prompt.

rm filename

Making a directory:

If you want to make a directory type the following command at the shell prompt and then press Enter Key.

mkdir directoryname

You can type any directory name as your want.

More Linux Shell Commands

READ MORE - Linux Shell Commands (Tutorial):

Infolinks In Text Ads

Total Pageviews

Powered by Blogger.

Dont Forget To Follow Us