Archive

Archive for the ‘Useful Appli'ns’ Category

How to: Make your Linux with Gnome look cooler than Windows 7

February 18th, 2010 oDx No comments

The first reason for any normal computer user to use Windows 7 is its cooler look and faster performance. Extended support for themes, desktop gadgets, sidebar etc are helping windows 7 to look nice. The people who uses linux for every day use is increasing day by day, but still its not even close to the numbers of windows users. The main reason is being the ugly user interface, which is not the truth but what most people think.

Now in a KDE desktop, for example Kubuntu, all these effects which windows 7 boasts to have, are there. But what about the Gnome Lovers, so thats why I am writing this blog post today. Gnome can be made lot more cooler than even windows 7 with the use of some tools. Cairo-Dock/Glx-Dock is on of this kind application.

With Cairo Dock we can make the Gnome desktop look like anything we want. The best feature of this cairo-dock is, it is customizable to very high extend. Cairo-Dock is a bar to launch applications hosted (or dock, to the way Mac OS X) incorporating in its latest versions, management of plugins as desklets (or widgets) directly displayed on the desktop of user icons such “interactive”. Incorporated by Fabrice Rey (aka Fabounet) and developed on Ubuntu (also works on other distributions and desktop environments Linux in 32 or 64 bit) it allows quick launching favorite applications directly from the user’s desktop.  A manager of transparency as Compiz Fusion, Beryl, Compiz or Metacity associated with xcompmgr is necessary.  The dock also works under XFCE (with the composite manager xfwm4 or Compiz), and normally with KDE since Kwin manages the composition display.

You can find the installation instruction HERE. Information for Ubuntu Users are available HERE.

PS: If you are experiencing any issues after the install, just right click and quit the application and then launch it by using the -c switch. like cairo-dock -c.

Also if you are using Radeon cards, you may want to add the boot parameter radeon.modeset=1.

If you got any doubts ask me, through he comments. Here are some desktops which uses Cairo-Dock.

  • Share/Bookmark

How to: Integrate Google Buzz to your Blog

February 16th, 2010 oDx No comments

Now that google’s Buzz is really making a Buzz in the internet world, everyone with a blog or website might be trying to figure out how to integrate it with their website. Now here I am going to explain how to integrate it to your wordpress blog.

The easiest way for doing it is Use Plugins. I will list a few plugin which will do the integration for you.

Google Buzz Button

This Google Buzz Button plugin that allows you to add a “Buzz This” button to each of your WordPress posts. this may also look familiar because lots of famous techie websites use this.

How to:

  1. Download Google Buzz Button Wordpress Plugin
  2. Upload in wp-content/plugins folder on your server
  3. Activate the plugin from Plugin Dashboard
  4. Done! A new Google Buzz Button will start appearing after the post content on each single page. You can customize the location of Buzz Button.

WP Google-buzz

Another button plugin option is WP Google-buzz. This plugin has some more options compared to the previous one.

Features:

  1. Show Google-buzz button before/after post content.
  2. Manual insertion of code: Use this: <?php if(function_exists(‘add_wp_google_buzz’)) { add_wp_google_buzz(); } ?>
  3. 10 different beautiful image options

WPBuzzer

This plugin also has got lots of options by which we can customize the look and feel.  Download WPBuzzer v0.5 from here.

Light Social

The Light Social plugin takes a slightly different approach to the Google Buzz button. Light Social is a plugin that inserts a set of social share links at the bottom of each of your WordPress posts.

Buzz In Your Sidebar

Google Buzz ER Plugin allows you to use the google Buzz features to display your public Buzz content. Just enter in your username and define how many Buzz entries you want to display and drag the widget to your designated choice in your blog.

  • Share/Bookmark

How to : Install PHP MySql Apache server in Ubuntu

February 7th, 2010 oDx No comments

Since we all love to do things in a simple way, I introduce you LAMP Server. LAMP is Linux Apache MySql PHP server.

It’s useful if you want to set up a private web development environment. Perhaps you want to develop your own WordPress theme. If you are developing websites and experimenting, it’s nice to do it in the privacy of your own computer, rather than out on the public internet.

Install LAMP

The Ubuntu developers have created a very easy way to install a LAMP server on an existing system. It’s all kicked off with this one simple terminal command.

sudo apt-get install lamp-server^

Note: Please make note of the caret (^) in the above command, it’s not a typo, it’s required to make the command work.

  • Share/Bookmark

Access Home Computer From Office via Internet

February 3rd, 2010 oDx No comments

Step 1. Install the VNC server.

Windows users: TightVNC is free Windows VNC server and client software. TightVNC is a nice choice because it also allows for file transfers and high compression levels for slow connections. Download TightVNC from here and run the installation on your home computer. Start the server, and set a password for incoming connections.

TightVNC can be set to run as a Windows service, which means your Windows usernames and passwords can be used to authenticate on the VNC server connection. Be sure all your Windows passwords are set and strong, and that any passwordless guest accounts are disabled.

Mac users: OSXvnc is a free Mac VNC server. Download, install, set up a password and start the server.

If your VNC server is connected directly to the Internet, it is now listening for Internet requests on port 5900, VNC’s default port (which is also configurable). Visit WhatIsMyIP from your home computer to determine its IP address and write it down.

Step 2. Install the VNC client.

On the remote Windows computer, also download and install TightVNC, but this time, start the viewer, NOT the server. If you’re on a Mac, download the free Chicken of the VNC Mac viewer to connect to your home PC. Enter your home computer’s IP address and password to connect.

Here’s a screengrab of a VNC connection to my Windows PC from my Mac. Click on the image to see a larger version.

And that’s that! You’re virtually sitting at your home desktop from anywhere in the world.

A few extra VNC tips to chew on:

  • For slower network connections, set the compression to “best.” The window image quality will be lower, but the connection response will be snappier.
  • Bring a VNC viewer with you on a USB memory stick so you don’t have to download and install on every computer you want to use to connect to your server.
  • Avoid having to install a server on Mom’s computer; email her the 166K self-extracting SingleClick UltraVNC server for your next tech support phone session. More on SingleClick in an upcoming Lifehacker feature.

FOOTNOTES:
[1] LogMeIn is a web-based application that also provides this remote desktop control and may be a better option for some folks. I prefer VNC because it’s more of a challenge and doesn’t require third party intervention.

[2] If your home computer is behind a home network router with a firewall, remote computers will not be able to connect. You must open up a port on your router’s firewall and forward requests to it to your computer.

[3] Alternately, you can enter your home computer’s domain name. For setting Up a Hostname For your computer You can use the free service of DynDNS.

Credits:[LifeHacker]

  • Share/Bookmark

WordPress for Android 1.0 Released

February 3rd, 2010 oDx No comments

WordPress for Android is now available in the Android Market.

The Features are:

  • Configure and manage multiple blogs
  • Comment moderation including the ability to reply to comments
  • Create and Edit Posts including categories, tags and photos
  • Create and Edit Pages
  • Get notified of new comments in the Android notification bar

For More info on this Visit:

WordPress on Android

  • Share/Bookmark
Categories: Useful Appli'ns Tags: , ,

Firefox for Mobile Launched

February 2nd, 2010 oDx No comments

Atlast firefox for mobile has released. Moving right along from the release candidate, Firefox Mobile has arrived in 1.0 form on phones like the N900 that run Maemo. It’s got add-ons, an AwesomeBar, desktop syncing through Weave, and plenty more to recommend it. We just wish it could work on more devices.

Image from jkOnTheRun.

Firefox Mobile’s features are listed and explained at a helpful Mozilla page, but to see what Firefox Mobile looks like in action, check out mobile-obsessed blog jkOnTheRun’s screenshot tour. You can also see the thinking, and a few action shots, of Firefox Mobile in Mozilla’s own video, ported by the folks at the Android and Me blog to YouTube:

Via [LifeHacker] Via Firefox for Mobile Now Available on Nokia’s Maemo Platform! [The Mozilla Blog]

  • Share/Bookmark
Contact Us

*required fields

Thank you. Your message has been sent.
There was an error while sending your message. Please try again later.
Plugin by psd to wordpress Solutions.