Android App To Send And Receive Text Messages Via Gmail Or GTalk: DesktopSMS

DesktopSMS is an Android application that forwards SMS messages from your phone to GMail or Google Talk. You can even reply to these text messages, either using Gmail or using your favourite IM client (it needs to support Google Talk).

DesktopSMS


While replying to text messages via Gmail is as easy as replying to an email, using DesktopSMS with Google Talk makes it a bit annoying because you have to add each contact that texts you to your Gtalk. Also, when someone sends an SMS for the first time, Google Talk displays a pop-up to add that person as a friend, but the initial SMS is not displayed.


DesktopSMS was created by the ROM Manger developer and is currently in beta. In my initial test, there was a delay when replying to text messages via Gmail, but this didn't happen in a later test. Still, this is currently in beta so you may encounter delays or other bugs, so use DesktopSMS at your own risk.


Download DesktopSMS


Thanks to Matt for the tip!
Written by in Wep Upd8

Facebook Notifier With Ubuntu Messaging Menu Integration: FBuntu

Fbuntu

FBuntu is an application that integrates Facebook into the Ubuntu Messaging Menu and displays NotifyOSD notifications for each new Facebook notification you receive.


The application is a bit difficult to set up but I've tried to make it easier so all you have to do is copy/paste a few commands:


1. Install BZR and get FBuntu using the commands below:
sudo apt-get install bzr
cd
bzr branch lp:fbuntu


2. Click THIS link to authorize FBuntu with Facebook. After authorizing the application, copy the link to which it redirects and paste it into the url="" field (it's on line 24) in the auth.py.example file (you'll find it in the fbuntu folder in your home directory).

3. Use the commands below to copy the facebook.png file into the ~/.icons folder, rename auth.py.example to auth.py and run Fbuntu:
cd
mkdir -p ~/.icons
cp fbuntu/facebook.png ~/.icons/
mv fbuntu/auth.py.example fbuntu/auth.py
python ~/fbuntu/fbuntu.py

The last command above should start FBuntu.

For enabling inbox notifications, see the README file. In my test, I got a lot of notifications after enabling this so it may be better to leave this off.


If you want to report a bug or contribute code, you can find FBuntu @ Launchpad.

Thanks to Greg for the tip!
Written by in Web Upd8

Complete List of Ubuntu Unity Shortcut keys & Mouse Tricks

Super Key(Windows Key) - Opens dash.
Hold Super Key - Invokes Launcher.
Hold Super Key and hit 1, 2, 3 etc - Open an Application from Launcher. When you hold the Super Key, specific numbers will be displayed in order above each application.
Alt + F1 - Put keyboard focus on the Launcher, use arrow keys to navigate, Enter launches the application, Right arrow exposes the quicklists if an application has them.
Alt + F2 - Opens dash in special mode to run any commands.
Super + A - Opens up application window from launcher.
Super + F - Opens up files and folders window from launcher. Both these shortcuts can be viewed by simply holding the Super Key as well.
Super + W - Spread mode, zoom out on all windows in all workspaces.
Super + D - Minimize all windows(acts as Show Desktop). Hitting it again restores them.
Super + T - Opens trash can.
Super + S - Expo mode (for everything), zooms out on all the workspaces and let's you manage windows.
Ctrl + Alt + T - Launch Terminal.
Ctrl + Alt + L - Lock Screen.
Ctrl + Alt + Left/Right/Up/Down - Move to new workspace.
Ctrl + Alt + Shift + Left/Right/Up/Down - Place window to a new workspace.
F10 - Open the first menu on top panel, use arrows keys to browse across the menus.

Mouse Shortcuts/Tricks for Ubuntu Unity

  • Clicking and holding an icon and then dragging it around will allow you to reorder it on the launcher. You can also drag it off to the right of the launcher to move it around. Note that you need to make an explicit movement to the right to move the icon off the launcher before you can move it around.
  • Dragging and Dropping an icon into the trash can will remove it from the Launcher.
  • Moving and holding the cursor on the left side for a few seconds will launch Unity dock.
  • Moving the cursor to top-left corner(near Ubuntu icon) will launch Unity dock as well.
  • Scrolling the mouse wheel while over the Launcher scrolls the icons if you have too many and need to move around quickly.
  • By Scrolling the mouse wheel while over the Sound icon on top panel helps you increase or decrease system volume.
  • Middle click on an application's launcher icon - Open a new instance of the application in a new window. Very useful at times. In laptops with touchpads, hitting left/right click buttons together is akin to middle click.
  • Maximizing - Dragging a window to the top panel will maximize it.
  • Restore/Unmaximize - Dragging the top panel down OR double clicking on the top panel will do.
  • Tiling - Dragging a Window to the left/right border will auto tile it to that side of the screen. One of the highlights of new Unity experience.
And Some Useful Window Management Shortcuts

Alt + F10 - Toggle between Maximize/Unmaximize current window.
Alt + F9 - Minimize current window.
Alt + Tab - Toggle between currently open windows.
Alt + F4 - Closes current window.
Alt + F7 - Moves the current window(both keyboard and mouse can be used)

28 Beautiful HD Wallpapers You`ve Seen On WebUpd8



1. ".56"

Wallpaper 56



2. (no name)

Wallpaper



3. (no name)

Wallpaper



4. Aqua Pro

Wallpaper Aqua Pro



5. Calm

Wallpaper Calm



6. Hole

Hole Wallpaper



7. Order

Wallpaper order



8. Rotatory

Rotatory wallpaper



9. Solid

Solid wallpaper



10. Ubuntu Clear

Ubuntu clear wallpaper



11. Striped

Striped Wallpaper



12. Serenity

Serenity



13. Mirrored

Wallpaper room mirrored



14. Embraced

Wallpaper space abstract



15. When It Falls

Wallpaper When It Falls



16. Woodism




17. Meerkats in the sun

Wallpaper Ubuntu meerkats in the sun



18. Abstraction Wave

Wallpaper abstraction wave



19. Stadium Doors

Stadium Doors



20. Surface I Wallpaper

Wallpaper Surface I



21. Sunset

Sunset Wallpaper



22. Snow Blind

Snow Blind Wallpaper



23. Road

Road wallpaper



24. Persistence Wallpaper

Wallpaper Persistence green



25. Green Mist

Wallpaper Green Mist



26. ".28"

.28 wallpaper flowers



27. Mystical Forest Path

Wallpaper Blue Forest mystical forest path



28. Whirl

Wallpaper Whirl


Written by in Web Upd8

Laptop Mode Tools - Laptop power saving package for Linux systems

Laptop Mode Tools is a laptop power saving package for Linux systems. It allows you to extend the battery life of your laptop, in several ways. It is the primary way to enable the Laptop Mode feature of the Linux kernel, which lets your hard drive spin down. In addition, it allows you to tweak a number of other power-related settings using a simple configuration file.

Ubuntu has a laptop-mode-tools package, which is installed by default on laptops. However, laptop mode is disabled by default in Ubuntu Edgy (6.10), because some people have been experiencing hangups with it on certain laptops (mostly Thinkpads). Until now, nobody has any clue what is happening here. To reenable laptop mode, edit /etc/default/acpi-support and set ENABLE_LAPTOP_MODE=true.

If you want to use the latest version of laptop mode tools, you can use the Debian packages, they are compatible enough to work out-of-the-box on Ubuntu. In fact, I would definitely advise using these packages -- the Ubuntu packages are crippled so that some options don’t work, the most notable of which are ENABLE_LAPTOP_MODE_ON_AC, ENABLE_LAPTOP_MODE_WHEN_LID_CLOSED and DISABLE_LAPTOP_MODE_ON_CRITICAL_BATTERY_LEVEL.

Install Laptop Mode Tools on ubuntu
Make sure you have a kernel that supports laptop mode. Any version starting from 2.6.6 should do, or any version that includes the file /proc/sys/vm/laptop_mode.
Now you need to download lastes version of .deb package from here
Once you have deb package you can install by double clicking on that or run the following command from your terminal

sudo dpkg -i laptop-mode-tools_1.47-1_all.deb

If everything went OK, laptop mode will be activated automatically the next time you unplug your laptop from the mains (except when you have an APM laptop). You can configure laptop mode tools using the config file, which is in /etc/laptop-mode/laptop-mode.conf. You can read more about the configuration options using
man laptop-mode.conf

Udev Discover - Tool for udev testers, coders, hackers and consumers

Udev discover aims for being a gnome-device-manager-like app using gudev instead of HAL, and to provide some fancy features for udev users and hackers.

Main features:
Browsing the sysfs tree via udev
Reports udev device info and udev properties
Filter and search devices
Monitorize udev device events

Install Udev Discover on ubuntu Natty
Open the terminal and run the following commnads
sudo apt-add-repository ppa:fontanon/udev-discover
sudo apt-get update
sudo apt-get install udev-discover
You can run this application using the following command from your terminal
udev-discover
Screenshot

New GNOME 3 Icon Theme By Tiheum: Faience

Faience icon theme

Tiheum, who is best known for the Faenza icon theme and Equinox GTK themes has started working on a new icon theme for GNOME 3 / GNOME Shell called "Faience". The theme is work in progress (this is the first public release) and it currently depends on the original Faenza for many icons, but it looks really promising and it already comes with 3 folder color variations.


Faience azur icon theme
(Faience Azur)

Faience Ocre
(Faience Ocre)

Faience icon theme is especially designed for GNOME Shell so it's not recommended to use it with Unity / GNOME 2.


Tiheum is also working on a GNOME Shell and GTK2/3 theme which will complete the "Faience" pack. The GTK2/3 theme is not yet available but you can already use the Faience GNOME Shell theme:

Faience GNOME Shell theme
(Faience GNOME Shell theme and the original Faience folder icons)


Installation



Faience icon theme


To use Faience, you must firstly install the Faenza icon theme. If you run Ubuntu, you can install it from its official PPA using the commands below:
sudo add-apt-repository ppa:tiheum/equinox
sudo apt-get update
sudo apt-get install faenza-icon-theme

Alternatively, download Faenza icon theme from DeviantArt, extract the downloaded archive and copy it to the ~/.icons folder.

Faience is not yet available in the above PPA so to install it, download the archive and copy all the 3 folders (Faience, Faience-Azur and Faience-Ocre) to the ~/.icons directory (if this folder doesn't exist, create it), then use GNOME Tweak Tool to apply the icon theme:

Gnome Tweak Tool


Faience GNOME Shell theme


To use the Faeience GNOME Shell theme, download it from HERE, extract it to the ~/.themes folder and use GNOME Tweak Tool to apply it. If for whatever reason you don't want to use GNOME Tweak Tool (like... you can't install the user-theme extension which is required by this feature), just remove all the files under /usr/share/gnome-shell/theme and copy the Faience GNOME Shell theme files to this folder.


Download: Faience icon theme | Faience GNOME Shell theme


Written by in Webupd8

Search, View, Download & Convert YouTube Videos in Linux


If you’re a Linux user looking for a user-friendly, simple way to search for, view, download, and even convert videos from YouTube (and more), then a project called Gmediafinder might be just what you’ve been looking for.
YouTube is a great way to find user-submitted videos, but for some people, YouTube – and any website that uses Flash – isn’t an option, either because of their computer’s speed or simply because they don’t want to install Adobe Flash.  Regardless, one of Gmediafinder’s advantages is that it does everything without using Flash.
Installing Gmediafinder is simple, for the most part.  First, head over to the Gmediafinder entry at GTK-apps.

Gmediafinder GTK Apps Page

Read up on what it can do, and if it sounds like something you’d like to try out, scroll down to the download links.  At the moment, you can download the source code or a package for Mandriva.

Download Options

Ubuntu users also have the option of installing Gmediafinder via a personal package archive, which has the advantage of automatically installing prerequisites, as well as keeping your copy always up-to-date.  To do this in Ubuntu, first open a Terminal.

Open Terminal

Then type the following, which will add the Gmediafinder PPA to your software lists, update those lists, and then finally install Gmedia and any required libraries.
sudo apt-add-repository ppa:s-lagui/ppa && sudo apt-get update && sudo apt-get install gmediafinder. 
Once installed, you’ll find Gmediafinder in your Applications menu, under Sound & Video.

Launch Gmediafinder

Gmediafinder has a nicely laid out interface, with obvious options that should be simple to figure out for most users.

Gmediafinder Interface

The top four buttons, labeled PlaylistDownloadsSettings and About are easy access buttons that take you to the Playlist screen (shown), to the Downloads interface (discussed below), to the Settings window or to the About screen.
Below that is where you select the engine you want to search.  As mentioned, Gmediafinder supports YouTube for videos, Google for basic searches, as well as a host of MP3 sites.

Supported Search Engines

Once you’ve selected your search engine, enter what you want to find in the search box, and hit the Find button (or hit Enter on your keyboard).  Here we’ve searched YouTube for “Phish” and are watching a video, right in the main window.

Viewing YouTube Video

If we want, we can use the Playlist Options (at the bottom of the Playlist window), to either continue or loop through the playlist, for a neverending stream of videos (or music).  And we can download using Gmediafinder as well.  For MP3s, simply click the download button. YouTube videos can be downloaded in any of the supported sizes and formats; simply choose the one you want and click the download button.

Downloading Videos

The built-in download manager is informative, but at the moment a little basic.  For instance, there’s currently no way to pause, or even cancel downloads, without resorting to quitting the program altogether.  And if you do quit the program in the middle of a download, that download is lost forever; you can’t restart Gmediafinder and pick up where you left off.
When a download is complete, you’ll see a few new buttons to the right of the progress field.

Download Complete Options

The first button is for deleting the entry from the download manager, the second – found only beside downloaded videos – is for converting the video’s audio to MP3, and the last is to view the file just downloaded.  Converting to MP3 is a nice touch, as you may find a custom remix of a song you want to listen to, without viewing the video.  The function works well, but at the moment you have no control over the quality of the conversion.
In fact, Gmediafinder is pretty much lacking in configuration options.

Gmediafinder Options

But don’t let the single YouTube option dissuade you from trying Gmediafinder.  It’s fast, easy to use, and for searching, viewing/listening, downloading and converting, it’s a tough combination to beat.

Oil Rush : Ubuntu Download

 Oil Rush From Unigine, the company that develops the cross-platform 3D engine for Linux, Mac, Windows, and PS3, comes a new RTS game called Oil Rush.
Oil Rush
Battle in the City
In this fast-paced, real-time naval strategy game, you must not only out-drill your openents for oil, but also amass your army by capturing other platforms and subsequently defending them from invasion tower-defense style.
If you spend too much of your efforts pumping oil, your enemy will take over all the platforms in the sea and quickly destroy you; however, if you focus too intently on capturing other towers without spending time drilling and upgrading your arsenal, your enemy will capture all of the oil and leave you with no fuel for your forces.
The key is to think quickly, act quickly, and most importantly, form a balance of resource gathering and terrain acquisition.
Oil Rush is now available in the Ubuntu Software Center for Maverick/Natty i386/amd64 at the price of $19.95.  While the game is still in development, you will receive instant access to the latest beta which is already quite polished.  Please note that you will need a beefy video card, even at low settings, for an enjoyable experience with this game.  For more details, please visit the Oil Rush website.

By Brian Thomason, :

Just another share OMG Ubuntu UK

‘Super Boot Manager’ eases BURG, GRUB, Plymouth tweaking pains

Tweaking your GRUB bootloader to look pretty can often not only be confusing but leave you with a broken system should you get it wrong!
The newly launched ‘Super Boot Manager’ application, created by the developers behind graphical boot menu BURG, aims to streamline and simplify the process of tweaking boot ‘options’.
Super Boot manager is made up of three modules. Each one deals with a specific ‘boot’ function. You do not need to use all of them; if you want to tweak Plymouth alone simply use the ‘Plymouth’ module.
As with anything bootloader-related you are not advised to "mess" with GRUB unless you’re confident in what you’re doing and able to revert any changes.

GRUB Module

The GRUB module is capable of handling the most oft-used tasks, such as: -
  • One-click to re/install GRUB
  • Easy way to set the default boot OS
  • Change the GRUB screen resolution and menu time out
  • Remove old kernel/menu entries
  • Tweak text colours and set a background picture
  • Booting an .iso

buc_061-484x500-r80

Plymouth manager

The Plymouth module comes with some super helpful options. There is one-click enable/disabling of Plymouth itself, a gallery of alternative animated boot themes ready for easy download and, perhaps the jewel in the octopus-shaped crown, a one-click ‘proprietary driver’ fix that can help to turn a  garbled Plymouth boot under "official" drivers into something worth looking at.

buc_067-497x500-r80

BURG manager

Finally the option set many of you will be downloading the app for: the graphical bootloader BURG.
The BURG module in SBM comes with options not so dissimilar to that of GRUB, albeit with some added ‘visual’ goodness.
With one click can you install BURG itself to a hard drive of your choosing.
Set the default OS to boot into; set the screen resolution and timeout for the menu; easily install and enable  new themes (note that some may be considered inappropriate).
And the proverbial cherry-on-top comes in the form of a ‘BURG Removal’ button that wipes BURG away and reinstalls the traditional GRUB menu.
buc_069-485x500-r80

Download

Super Boot Manager is a free download and can be installed from a PPA, below, or manually downloaded and install  from sourceslist.eu.
The Super Boot Manager PPA provides packages for Ubuntu 10.04, 10.10 and 11.04.
  • sudo add-apt-repository ppa:ingalex/super-boot-manager
  • sudo apt-get update && sudo apt-get install buc super-boot-manager
Once installed search ‘super boot’ in the Unity Dash or look for ‘Super Boot Manager’ under the ‘System’ menu.

Thanks to Jan B

i copy and paste this from OMGUbuntu UK for own reference.

Find Us On Facebook

Related Posts Plugin for WordPress, Blogger... Linux Directory