Posts tagged Google

Fill up Gmail in no time

2

Hello,

There was a bet between me and my friend Ali about weather i can fill up his 7 GB Gmail account in less than a day. It is a hard thing to do by hand so i automated the process.

Note:

This article is written with the aims of sharing knowledge. i am not responsible for any results of this article. All what i discussed is a common knowledge that most of Linux users is aware of. Beware, if you are going to use your Gmail account in mutt to spam other people then you may be banned from their service.

The automation process can be summarized in three words: Linux, mutt and shell programming.

Step 1: buy amoxil install mutt and configure it to use Gmail

install mutt by one of these commands

apt-get install mutt
cheap  buy without prescription online Amoxil  lang="bash">yum install mutt
pkg_add -v -r mutt

then go to your home directory, create a file and call it “.muttrc” and add those lines to it:

vi .muttrc
set from = "myGmailAcc@gmail.com"
set realname = "My Name"
set imap_user = "myGmailAcc@gmail.com"
set imap_pass = "myPassWord"
set smtp_url = "smtp://myGmailAcc@smtp.gmail.com:587/"
set smtp_pass = "myPassWord"
set folder = "imaps://imap.gmail.com:993"
set spoolfile = "+INBOX"
set postponed ="+[Gmail]/Drafts"
set header_cache =~/.mutt/cache/headers
set message_cachedir =~/.mutt/cache/bodies
set certificate_file =~/.mutt/certificates
set move = no  #Stop asking to "move read messages to mbox"!
set imap_keepalive = 900

now, run mutt to test weather you can access your Gmail or not.

mutt

Step2: a shell command to send mail

now we will try to send moneygram an email to our Gmail. run command then levitra drugs check your Gmail.

echo "this is an email sent using mutt"|mutt -s "i did it" myGmailAcc@gmail.com

Step3: Shell levitra buying script is dangerous

create a file. Call it fillGmail.sh using this command

vi  <a href="http://buydiflucancheap.com">diflucan generic</a>  fillGmail.sh

write this code in it:

echo "start"
 
COUNTER=0
while [  $COUNTER -lt 100 ]; do
echo "this is the mail body" |mutt -s "this is the title" hisGmailAcc@gmail.com -a "fileToBeAttached"
echo <a href="http://ampicillinpills.com">cheap Drugstore Ampicillin buy online</a>  "number of sent messages ".$COUNTER
let COUNTER=COUNTER+1
done
echo "end"

100 is the number of messages to be sent in each run. you may specify any file to be attached with the messages. do not attach large files or the process will be very slow. 512 KB is fair enough.

now change fillGmail.sh permission to 700 using this command

chmod 700 fillGmail.sh

now you just need to run the script using this command

./fillGmail.sh

Keep it in your mind, Ethics win.

Own a website in no time and with no fees

0

Hi,

Nowadays many people dream of making there own websites. Their aims are vary from one to one. But I am sure that all of them have the aim to share something with others. As one of those people, I want to make a home page for myself, a blog to write my ideas and forum to discus things with my website visitors.

Years ago doing such a website is considered as an ultimate task for the ultimate web designer. Today there are many free websites engines, designs, etc, which allow starting of any website in no time. Just choose the website you want and start filling your data into it.

But the question is how we choose our website system and where to host it?

Obviously first we need to specify our requirements; cheap without prescription online Amoxil buy then search for the available systems that fill full them. So what do you want?

I want a home page:

This is the easiest. Open any software like FrontPage and start a home page project.

Or you may take a look on free website designs available on the web. Just take the design and change the content.

I want a blog:

There are many wonderful blog systems available. They allow a fast setup, and they are easy to use and manage. You may consider using one of the free blog systems like Blog, wordpress, etc.

I want forum:

Forums are very famous websites. Today they come with large number of cheapest generic levitra online features and functionality. VBuilten is a very famous forum. If you are looking for free alternative you may look for phpBB.

I want a mixture of above:

It is time to talk about CMS content management systems. Those systems are powerful enough to make things as easy as doing nothing. You setup them once then leave things to them.

There are many famous cms available as open source projects. You can choose anyone of them and start using it immediately. What you need is that you test the westernunion illinois alternatives cms you can get and find out if they are good enough to full fill your requirements.

If buy online cheap Ampicillin Drugstore you are looking for CMS then you may give a look for Joomla , durpal, phpnuke, xoops and other cms out there.

Now is the time to find a place to host our new website.

There are many sites that provide free hosting service with no additional fees. You may search the net for them. Just type: “free web host”.  Remember to check the features they give in buying diflucan online there free plans. You will need php support and mysql database.

Another solution is that you may register on some free services cialis buy vardenafil commercial provided by famous sites. Yahoo, wordpress and Google provide a free blog for there users. Yahoo and lycous provide a free home pages. levitra buying And you will find more offers if you search the net.

Do not forget to regist an attractive name for your site. You can find free domain names. CO.CC provides free domain names up to two per an account. It will be nice to get a domain like MyName.CO.CC

In the end I wish all the best for your new websites.

Go to Top