Tag Archive | "Line"

Chat From The Linux Command Line With CenterIM


class="align-right" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/11/centerim-icon.png" alt="linux chat" />Chat from the command line. Whether you use Google Talk, Windows Live Messenger, Yahoo Chat, AIM, Jabber or some combination of the above, CenterIM lets you talk with your buddies in your Linux terminal. We’ve previously highlighted a few href="http://www.makeuseof.com/tags/instant-messaging/">instant messaging programs, but nothing quite like CenterIM. That’s because this Linux chat program runs entirely from the command line, but still gives you access to the features you expect.

Is this just a novelty? Perhaps for some, but there are other reasons to use command line software. It’s easy to use via href="http://www.makeuseof.com/tags/ssh/">SSH, for one thing. It’s also light on resources. It works in your full-screen terminal, allowing you to chat without the distractions provided by the web. And an efficient series of keyboard shortcuts makes chatting quick for those who dislike the mouse.

More than that, though, CenterIM is just plain effecient. Get to know this program’s keyboard shortcuts and you just might come to love it, even if you don’t usually go for terminal applications.

Setting Up

You can launch CenterIM from the command prompt by typing centerim and hitting enter. Of course, like all instant messaging programs, it doesn’t do much out of the box. You need to configure it to work with your various services.

First you will be presented with some general options:

class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/11/centerim-initial.png" alt="linux chat" width="580" height="335" />

Browse up and down with your up and down arrow keys, and change a particular setting by hitting enter and making the appropiate changes. Don’t worry if you don’t understand everything here; the defaults all work well and you can change them later.

Press right to switch to the “Done” button, then click enter. You’ll be given the chance to enter your IM information:

class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/11/centerim-accounts.png" alt="linux command line chat client" width="581" height="423" />

It most cases all you need is a username and password. Configure as necessary.

You may notice there is no option here for Google Talk. Don’t worry, you can use Jabber to connect to Google Talk. CenterIM suggests you use these settings:

jab_nick yourGmailAddress@gmail.com

jab_pass yourPlaintextPassword

jab_server talk.google.com:5223

jab_prio 4

jab_ssl 1

jab_status o

You can add this information within CenterIM, or you can edit the “config” file in “~/.centerim” and add the above text manually. Both processes worked for me, but be warned – using CenterIM messed up the names of my contacts for some reason. I’m not sure why, but don’t add Google Talk to CenterIM if this is something you care about.

Using CenterIM

Using CenterIM is easy, if you know how to follow directions. I say this because at the bottom of every CenterIM window is a list of keyboard shortcuts:

class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/11/centerim-talking.png" alt="linux chat" width="580" height="347" />

Follow these instructions to switch between conversations, start new ones and configure the software. It might seem clumsy at first, but use this for a while and you might wonder why you ever chatted any other way.

Installing CenterIM

As always, Ubuntu users can href="apt:centerim">simply click here to install CenterIM. All Linux users can also check their package manager for “centerim” becuase it’s almost certainly in there.

Conclusion

I love learning href="http://www.makeuseof.com/tag/4-websites-to-learn-cool-linux-command-line-tricks/">cool command line tricks for Linux, like href="http://www.makeuseof.com/tag/read-google-reader-terminal-textonly-browser-elinks-linux-mac/">reading Google Reader from the command line. CenterIM is quickly becoming another command-line favorite for me. Will it for you? Let’s talk about it in the comments below!



View full post on MakeUseOf

Posted in Useful APPsComments (0)

CommandLineFu: Amazing Collection Of Command Line Gems [Linux & Mac]


class="align-right" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/10/commandlinefu-icon.png" alt="linux command line" />Browse an assortment of amazingly useful commands. Whether you’re an veteran system admin or a command-line neophyte striving to discover more, href="http://www.commandlinefu.com">CommandLineFu is a vote-driven collection of commands that serves up thousands of ideas you should have thought of but didn’t.

Some see the href="http://www.makeuseof.com/tags/command-line/">command line as Linux’s weak point, the ultimate symbol of a system lacking ease of use. Others know the command line as one of Linux’s best features, giving learned users quick access to features most computer users don’t even know exist. There’s a reason even Mac OS X comes with a full-featured terminal. CommandLineFu is an encyclopedia of exactly those features. A database featuring over 8,000 unique commands, this site can seem overwhelming at first – just like the command line itself. Dig in though, and you will wonder just how you used a computer without the command line.

Sorry, Windows users – the majority of these commands only work on Linux. Some work on Mac OS X as well.

Browsing

Head over to href="http://www.commandlinefu.com">CommandLineFu to get started. You will immediately see the commands submitted most recently.

You can “grep” (read: search) the archive, if you want, or simply click “All Time Greats” to see the most popular commands. Or if you prefer, simply browse the massive tag cloud that makes up this sites right sidebar.

A Few Highlight Commands

Experienced command line users will immediately find things they are interested in, but what about everyone else? Here is a quick list of my discoveries from this site.

href="http://www.commandlinefu.com/commands/view/71/serve-current-directory-tree-at-httphostname8000">Quick, Temporary Web Server

Want to quickly share a file with someone? Set up your own web server in a few keystrokes with this handy command:

python -m SimpleHTTPServer

Just like that, your current directory will be shared. Here’s what it looks like in a web browser:

class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/10/commandlinefu-temphost.png" alt="linux command line" width="408" height="176" />

Naturally, you’re going to need to set up your router properly if you want to share with someone outside your current network. A dedicated IP or a service like href="http://www.makeuseof.com/tag/connect-home-network-dyndns/">DynDNS will also be needed. Still, for local file sharing, it’s hard to beat the above command: it’s quick and easy. It worked for me on Ubuntu and OS X.

href="http://www.commandlinefu.com/commands/view/13/run-the-last-command-as-root">Run Preview Command As Sudo

This one’s probably only useful for users of Ubuntu, or other systems utilizing href="http://xkcd.com/149/">sudo. It allows you to re-run the last command you executed as sudo, perfect if you forgot to add that vital preface.

class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/10/commandlinefu-sudo.png" alt="linux command line tools" width="580" height="178" />

href="http://www.commandlinefu.com/commands/view/3386/check-your-unread-gmail-from-the-command-line">See Your Unread Emails

Want a quick rundown of your unread emails? this simple command can do the trick, provided your email client of choice is Gmail.

class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/10/commandlinefu-gmail.png" alt="linux command line tools" width="580" height="233" />

It worked for me on Ubuntu and OS X; Linux users should make sure “curl” is installed.

href="http://www.commandlinefu.com/commands/view/1556/currently-mounted-filesystems-in-nice-layout">See Your Mounted Devices

A mounted device is any storage drive plugged into your system and working. Need to see a full list of them? Simple.

class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/10/commandlinefu-mounted.png" alt="linux command line tools" width="580" height="188" />

href="http://www.commandlinefu.com/commands/view/1713/watch-star-wars-via-telnet">Watch A Text Version of StarWars

Okay, this one’s not useful. It is, however, awesome. Watch a text-only version of Star Wars, complete with ASCII animated characters:

class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/10/commandlinefu-starwars.png" alt="linux command line" width="580" height="358" />

The code for this is simple:

telnet towel.blinkenlights.nl

3 Different Feeds

Do you want to know every time a new awesome command is discovered? CommandLineFu offers three different Twitter and RSS feeds for just that purpose. Which one you use depends on how frequently you want updates; href="http://www.commandlinefu.com/site/faq">check them all out here.

Conclusion

This site is awesome. Exploring it can teach you a great deal about not only the command line but also about computers in general.

Did you learn anything cool? Share links to your favorite commands in the comments below, or just list them yourself.



View full post on MakeUseOf

Posted in Useful APPsComments (0)

How To Backup Your Website Through SSH Command Line


ssh backupBacking up your website or blog can be an expensive and arduous task, requiring a variety of plugins, or additional plans from your hosting provider – but it needn’t be really. If you have SSH access to your website host (generally you would need at least a virtual private server for this), then it’s easy to backup, restore and migrate your entire website with only a few commands. Let me show you how.

What is SSH Command Line?

SSH gives you the ability to talk directly to your web-server. It doesn’t give a pretty interface, or a nice GUI, just a straight-up powerful command line. This can be daunting to some people, but the sheer power, speed, and level of automation it provides can be an absolute life-saver and makes the process of migrating sites incredibly easy.

Most shared hosts unfortunately don’t allow SSH access to your account, at least not by default. If you’re hosting with GoDaddy, you can enable it though, so be sure to check first.

To log in via SSH, open up the Terminal in OS X (or get some free SSH software for Windows) and type in the following:

ssh username@yourdomain.com

You’ll be prompted for your password. If you’ve never used SSH before, you might be surprised when typing in your password doesn’t anything on screen. Don’t worry, that’s for security.

Once logged in, you’ll be presented with a command prompt, similar to the following:

-bash-3.2$

This means everything is fine, so go ahead and continue with these commands.

Start by taking a look around and trying to navigate to your web directory. Type:

ls

To ‘list’ the current files and folders.

cd directoryname

to change to a directory. In this case, I’m going to navigate to the httpdocs directory, which is the root of my web site (where all my wordpress files are stored). You can then ‘ls’ again, just to be sure.

ssh backup

At this point, we’re ready to begin the SSH backup process.

Backing up the Database:

Since the majority readers will be doing this with a WordPress install, you will most certainly have a database to backup in addition to any files stored on the site. First off, you’ll need 3 bits of information to backup your database, but all can be found within wp-config.php (if you’re running wordpress, that is):

  • Database name
  • Database user
  • Database password

Then, issue this simple command, being sure to replace the username, table name, and backup filename where neccessary:

mysqldump --add-drop-table -u username -p tablename > backupfilename.sql

Hit enter, and enter your password. Once it’s run, you can then issue another ‘ls’ command to check that the file has been output. Congratulations, this is all the information in your database as a single SQL file, ready to backup or import somewhere else.

Note: I’ve assumed that your database server is running on the same server on which you are hosting. On a GoDaddy host however, the MySQL database is actually stored remotely on a separate server to which you don’t have SSH access. In cases like these, you will need to access PHPMyAdmin via the hosting control panel, but that is out of the scope of this tutorial.

Backing Up Files:

Now that we have the database stored to single file on the server, we can go ahead and backup both that and your website files down to a single compressed backup file. To do this, we are going to issue one simple command. You need only replace yourbackupfilename with whatever you want it to be called.

tar -vcf yourbackupfilename.tar .

Let me break that down. Tar is a common linux compression format, similar to zip but more efficient. -vcf are simple some options that say “make a new archive, and tell me what you’re doing”. Next is the name of the file we want to create, and finally a single period mark tells it to include everything. We could have written * instead, but this would miss any hidden files such .htaccess which is essential for WordPress.

That’s it. Once that’s run, you will have a single .tar file consisting of every file on your site. You could log in via FTP at this point and download it, but let me show one final step that allows you to restore all these files.

Restoring Everything:

Let’s say the worst has happened, and something has gone horribly wrong with your site. You’ve got a tar file of everything that you backed up last week, so now you’d like to restore it to that. First off, log in via FTP and upload the backup file onto your server. Perhaps you’ve been storing them in a special directory. Either way, move the latest complete backup file into the root of your site, and we’ll begin.

Start by unpacking all the files, the reverse of what we did to back them up:

tar -vxf yourbackupfilename.tar

The crucial difference here is in the -vxf switch, which tells it to extract the files instead of creating a new backup. Also, there is no period on the end of the command this time.

The last step is to suck your database back in to where it was before. Make sure you have a blank database setup with the same password and tablename as before, or you’ll need to change your site configuration settings too. To suck the data back in, issue this command:

mysql -u username -p tablename > databasebackupfilename.sql

Next week: Automating Your Backups

That’s enough to get you started with doing SSH backups for now, then next I’ll show how to automate the task with a simple shell script and a CRON command. If you have some Amazon s3 storage space, I’ll even show you how you can automatically upload your backup files to a storage bucket once they’re done.

One last tip – when I first began to use the command line, this one really impressed me – try pressing the tab key when your typing in a long filename, and if the name is unique enough it will attempt to autocomplete the rest of the filename!


Need Assistance? Ask questions to MakeUseOf staff and thousands of other readers on MakeUseOf Answers!


 

 

More articles about: , , , , , ,



View full post on MakeUseOf

Posted in Useful APPsComments (0)

Learn Some entertaining features on the subject line of MP3 Players


MP3 players can be considered as the current growth in music industry. The tag MP3, appears quite unique and interesting for some music formations. Ever since supplementary music formats for instance CD player, Tape recorders, cassette player and DVD player could to throw out all kinds of phonation than MP3 player including associated to the music storing creation used to perform on tracks in these players. Except for MP3 is a different word used for in the least music player. Introit Solve the jumble. Genuinely MP3 is an form or abbreviation of MPEG audio Layer-3, where MPEG is again an acronym for Moving Picture Experts Group. The MPEG corporation has done outstanding job in favor of music industry in the same degree it has evolved a compression system for condense video tracks.every part of the extant mode as well as DVD movies, DSS satellite systems and HDTV transmissions are using MPEG developed compression system to consign video or movie data hooked on relatively restricted spaces. This stupefying compression system offers a subsystem to compress sound wherever audio is concerned. And this subsystem is actually called MPEG audio Layer-3, for which an abbreviation of MP3 is identically used in all throughout the music globe. Thus the mp3 player has been the very interesting fact in the wake of such an unique term used in any music format.       

The development of MP3 players has been believed an fascinating phenomenon in music industry. Unlike other music formats which are only bound to their distinct music industry and entice fixed number of customer, MP3 players crossed the limit of distinct music industry and engage the vast market of online world. The great volume of online music lovers downloading, saving, listening and even sending their favorite music albums to their confidants and home is the number one support behind the unconstrained popularity of MP3 players as compared with CD players, DVD players and many other music formats obtainable in current music market.

But if on one hand MP3 player is maturing to confirm itself the best music format then on other hand some critics are also pointing fingers towards the music quality MP3 is producing them. This music fans does not even want to measure MP3 player with a CD or a vinyl album side of the same song that has been just heard on MP3. They say that no doubt that MP3 offers compression, characteristic and portability but still CD is proving them the music quality that a MP3 is producing. Whatever the critics are saying, it’s their own view about MP3 players still at the highest when it comes to experiencing superb music.

Posted in UtilitiesComments (0)

Angel – Download & Watch Free Tv Episode On Line



(safe free tv episode link) www.anrdoezrs.net Free on line tv episode: Angle. Graboid Tutorial. Angel TV Episode! Free! Download and watch Angel tv episode. Only days after premiering on tv. For free. Angels is a BBC medical soap-opera which launched on 1st September 1975 and was the blue print for such medical soaps as Casualty, Holby City, plus daytime soap, Doctors. Graboid is legal and safe. Graboid tv show is virus free, has no adware, and no spyware. Use Graboid to download angeltvshow tv episode with confidence and security. The medical soap focuses on different departments within Heath Green Hospital and was a highly successful continuing drama. It featured familar faces from its time and had Julia Smith & Tony Holland on the production crew who would go on to create EastEnders & Eldorado. Sign up free. No credit card required to watch Agnel. You do not provide billing information. But after nine seasons and 220 episodes the BBC pulled the plug on this successful drama on 22nd December 1983. Several of the actors and actresses that featured in the show did indeed go on to have regular roles in EastEnders. Follow these excellent, fast and easy step by step instructions and youll be watching Angel, the tv episode, in no time. Downloadfree, Watchfree. This tutorial shows you how to download and watch Angel. The tv episode. For free. Lets get started. Click on the link in the description of this video. The Graboid website will open in a new window. In the Graboid

Posted in Cell PhonesComments (6)

Angel – Download & Watch Free Tv Episode On Line



(safe free tv episode link) www.anrdoezrs.net Free on line tv episode: Angle. Graboid Tutorial. Angel TV Episode! Free! Download and watch Angel tv episode. Only days after premiering on tv. For free. Angels is a BBC medical soap-opera which launched on 1st September 1975 and was the blue print for such medical soaps as Casualty, Holby City, plus daytime soap, Doctors. Graboid is legal and safe. Graboid tv show is virus free, has no adware, and no spyware. Use Graboid to download angeltvshow tv episode with confidence and security. The medical soap focuses on different departments within Heath Green Hospital and was a highly successful continuing drama. It featured familar faces from its time and had Julia Smith & Tony Holland on the production crew who would go on to create EastEnders & Eldorado. Sign up free. No credit card required to watch Agnel. You do not provide billing information. But after nine seasons and 220 episodes the BBC pulled the plug on this successful drama on 22nd December 1983. Several of the actors and actresses that featured in the show did indeed go on to have regular roles in EastEnders. Follow these excellent, fast and easy step by step instructions and youll be watching Angel, the tv episode, in no time. Downloadfree, Watchfree. This tutorial shows you how to download and watch Angel. The tv episode. For free. Lets get started. Click on the link in the description of this video. The Graboid website will open in a new window. In the Graboid

Posted in Cell PhonesComments (6)

Free MP3 downloads – An On Line Guide


With the price of audio recordings today, there’s absolutely nothing like free music. Free MP3 music has been all the rage, heightening music-mania all over the world.

Of course there have been some controversies involving the questionable legality of peer-to-peer sharing of free files, e.g. the issue on Napster, but all that has been remedied when intellectual property laws were modified to cover copyrighted materials online.

So now, sharing free music and downloading them from legal websites is completely legit.

But there’s more to it than that. Just as you can use your car stereo system as a learning station, so instead of music you listen to training tapes while you drive, with an MP3 you can now do this anywhere.

In the gym, walking the dog, cutting the grass, jogging, or even while you are in bed!

So what’s a nost MP3 file anyway?

MP3 actually stands for MPEG -1/2 Audio Layer 3 and it is also referred to as MPG3, MPG-3, MPG Level 3, MPG Level III, MPEG 3, etc. Essentially, it is an audio file compressed into tiny bits using the same fractal-based algorithms for compressing photographs into JPG format.

Like JPG, free MP3 files have a slightly loose format. This means that the final sound of an MP3 file is not quite the same as that of its source.

However, the difference between the sound of an MP3 file and that of a conventional WAV file are usually too subtle for human discernment. In fact, only particularly trained listeners can distinguish the slightly different sound of an MP3 file from that of its source.

This makes a free MP3 music perfect to listen to even when you’re at home, in the subway, or while driving.

So, where can I get this no-cost MP3 music for myself?

The Internet is practically crawling with websites that offer free MP3 downloads.

There’s MP3.com, of course, which is perhaps one of the largest online music community in the world. The site features free MP3 album streaming and videos.

You can choose from different genres from rock/pop and alternative/indie to hardrock/metal and hip-hop, and even to soul, urban, latin, and more.

You can also check out some cool MP3 players so you can play all your free MP3 music downloads anywhere you want, anytime you want.

Then, there’s Nullsoft’s popular Winamp free MP3 collection. Not only does Winamp feature this type of MP3 music, but they also let you download their free MP3 winamp player, complete with ultra-phat skins and visualizations.

Aside from that, Winamp also features some great plug-ins to give your MP3 player some fabulous additions, like an i-pod interface, language packs, midi control and more.

Another great site for free MP3 music is Epitonic. In addition to their wide variety of free MP3 files, this site offers their very own Epitonic radio where you can listen to cutting edge music of your chosen genre.

There are dozens and dozens of sites that offer free MP3 for the music fan.

Just be careful though because there are as many websites of questionable legality as there are legitimate sites.

The internet is proving to be veritable distributor of everything digital.

As my parents used to say – Whatever Next?

Posted in UtilitiesComments (0)

Unleash Your Über-Nerdiness by Using Google Apps via Command Line


google command lineIf you use YouTube, Blogger, Picasa, Google Docs, Google Contacts, or Google Calendar, some recent news from the Open Source at Google blog might pique your interest: you can now use all of these Google services from the command line.

Yes, the command line – that sexy, monochrome, text-based terminal where hackers do their dirty work in movies – and now you can show your friends just how hardcore you are by uploading your photos to Picasa with it.


GoogleCL is an Google command line application written in Python that allows you to make Google Data API calls from the command line, and all jokes aside, can actually be very useful if you’re writing scripts to interact with the aforementioned Google services.  In this guide, I’ll give you a tour of GoogleCL with some examples to get you started.

Getting Started

Note: This guide is going to be very technical. If you are not familiar with working in a command line environment, editing system path variables, or creating batch scripts, you should not proceed.

First, the tough part. GoogleCL can be used in Windows, Linux, and Mac operating systems, but there are a few prerequisites before you can get started.  If you have any problems with this guide, make sure to check out GoogleCL’s system requirements page for more information.

Google Command Line for Windows Users

Windows users have to follow a few extra steps to make this work. The following information is based off instructions from public int’s instructions (but hopefully a little easier to follow).

  1. Download and install Python – I’m using version 2.6.5 in this guide and selected the default settings when I installed it. You’ll need at least Python 2.5 installed, and if you already have Python you can use the python –V command to see what version you’re using.
  2. Add the directory where you installed Python to your Windows PATH.
    • Windows 7/Vista: Right click My Computer, select Properties, and click Advanced system settings. Click Environment Variables, select Path under System Variables and click the Edit button. Separate the new entry by adding a semicolon (;) then type the location to your Python location.  In my case, I added ;C:/Python26 to my Path variable.
      python-path
    • Windows XP: Right click My Computer, select Properties, and click the Advanced tab. Click the Environment Variables button, select Path under System Variables and click the Edit button. Separate the new entry by adding a semicolon (;) then type the location of your Python directory.
  3. Download the gdata-python-client library and the GoogleCL application.  Extract the contents of both of these files and note their location. (Note: gdata-python-client is available as a .zip but GoogleCL is only in .tar.gz format – 7-zip is a great free application to extract these).  I extracted these files right in my Downloads folder.
  4. Open the Windows Command Line tool by clicking Start –> Run and typing cmd. You can also access this by pressing the WIN key + R and then typing cmd.
  5. Navigate (using the cd command) to the folder where you extracted the gdata-python-client and GoogleCL files from Step 3 and issue the following commands (make sure to change the folder names as necessary):

cd gdtata-2.0.10

setup.py install

cd ..

cd googlecl-0.9.7

setup.py install

Finally, you can make a “google” command line script to easily launch GoogleCL. Create a blank text file, enter the following information (making sure to change the bolded part to the location where you saved the GoogelCL files in Step 2), and save the file as google.cmd in the folder where you installed Python (mine being C:/Python26).

@echo off

set googlecl_home=D:\Downloads\googlecl-0.9.7\src

python %googlecl_home%\google %*

Now you can type a command like google docs list in your command line to bring up a prompt for your username.

After you type your username, you’ll be taken to a browser page where you need to grant access for GoogleCL to access your information. You will only need to authenticate each service once.

Finally, go back to the command line and press Enter. You did it! GoogleCL should now be working, so give yourself a high five. If you have problems, refer to public int’s guide or check out PCWorld’s guide for alternate instructions using Cygwin.

Mac and Linux Users:

  1. Download and install Python. You’ll need at least Python 2.5 installed, and if you already have Python you can use the python –V command to see what version you’re using.
  2. Download the gdata-python-client library and the GoogleCL application. Extract the contents of both of these files and note their location.
  3. In a Terminal window, navigate to the folder where you extracted the files from Step 2 and issue the following commands (make sure to change the folder names as necessary):

cd gdata-2.0.10

sudo python setup.py install

cd ..

cd googlecl-0.9.7

sudo python setup.py install

Using GoogleCL

Now that we’ve gotten through the bad stuff, it’s time to have some fun with GoogleCL!

Creating a Blogger post

Your blog will gain an infinite amount of nerd-cred if you post to it via command line.  Use the following command to post directly to your blogger account:

google blogger post –title “Your Title” “Your content”

Press enter when you’re finished, and you’ll have this:

Using your Google Calendar

To view events on your Google Calendar, use the following command and specify a date range, separated by commas, after –date.  In the example below, I’ll list events for the month of May.

google calendar list –date 2010-05-01,2010-05-31

You can easily add events to Google Calendar with the following command:

google calendar add “Collapse after writing article about GoogleCL today at 11pm”

Create a text document in Google Docs

You can easily create and edit Google Docs from the Google command line with the following command. You’ll have to specify a text editor in this command – Linux users can use Vim (which keeps you in the command line) and Windows users can use Notepad. Save the document when you’re finished and it will be uploaded to Google Docs!

google docs edit –title “Your Title” –editor Notepad

google command line

And much more…

There are many more functions available in GoogleCL – check out some of Google’s example scripts to learn the basic syntax and start experimenting.  GoogleCL’s functionality will only be increasing as more APIs are available, so keep an eye out for good things to come.

Now that you’ve gotten a crash course in GoogleCL, I hope to see you sharing some creative code in the comments!

Follow MakeUseOf on Twitter. Includes cool extras.


Similar MakeUseOf Articles



View full post on MakeUseOf.com

Posted in Useful APPsComments (1)

Star Wars Battlefront 2: First Line of Defence – 04



Star Wars Battlefront 2 Campaign Walkthrough for Windows XP. Mission Four Elite Difficulty

Posted in WindowsComments (25)

Inside Gaming Plus E3 2010: Spec Ops: The Line Interview w/ Walt Williams (2K Games)



www.youtube.com Click here to watch Inside Gaming: E3 2010 Coverage – Day 3 (Hourly Coverage!)! Inside Gaming Plus E3 2010: Spec Ops: The Line Interview w/ Walt Williams (2K Games) We interviewed Walt Williams at E3 about Spec Ops: The Line. – - – - – - – - – - – - – - – - – - – - – - – - – - – - – - – - – - – - – - Follow Machinima on Twitter! Machinima twitter.com Inside Gaming twitter.com Machinima Respawn twitter.com Machinima Entertainment, Technology, Culture twitter.com FOR MORE MACHINIMA, GO TO: www.youtube.com FOR MORE GAMEPLAY, GO TO: www.youtube.com FOR MORE SPORTS GAMEPLAY, GO TO: www.youtube.com TAGS: yt:quality=high Spec Ops The Line 2K Games Yager Development “PlayStation 3″ PS3 Xbox 360 X360 Microsoft “Windows 7″ Windows Vista PC Computer “video game” Third-person shooter 3rd Person single-player multiplayer squad-based tactics Dubai Fracture Red Faction series elite Delta Force bravo team US Army Colonel John Konrad Take-Two Interactive “E3 2010″ Coverage Inside Gaming Plus IGP IG IG+

Posted in WindowsComments (25)

E3 2010 Coverage – Machinima – Spec Ops: The Line Interview w/ Walt Williams (2K Games)



www.youtube.com Click here to watch Inside Gaming: E3 2010 Coverage – Day 3 (Hourly Coverage!)! Spec Ops: The Line Interview w/ Walt Williams (2K Games) We interviewed Walt Williams at E3 about Spec Ops: The Line. – - – - – - – - – - – - – - – - – - – - – - – - – - – - – - – - – - – - – - Follow Machinima on Twitter! Machinima twitter.com Inside Gaming twitter.com Machinima Respawn twitter.com Machinima Entertainment, Technology, Culture twitter.com FOR MORE MACHINIMA, GO TO: www.youtube.com FOR MORE GAMEPLAY, GO TO: www.youtube.com FOR MORE SPORTS GAMEPLAY, GO TO: www.youtube.com TAGS: yt:quality=high Spec Ops The Line 2K Games Yager Development “PlayStation 3″ PS3 Xbox 360 X360 Microsoft “Windows 7″ Windows Vista PC Computer “video game” Third-person shooter 3rd Person single-player multiplayer squad-based tactics Dubai Fracture Red Faction series elite Delta Force bravo team US Army Colonel John Konrad Take-Two Interactive “E3 2010″ Coverage Inside Gaming Plus IGP IG IG+

Posted in WindowsComments (25)

Star Wars Battlefront 2: A Line in the Sand – 05



Star Wars Battlefront 2 Campaign Walkthrough for Windows XP. Mission Five Elite Difficulty

Posted in WindowsComments (25)


Blogroll