ICS for Ubuntu? Close enough.
If you’re on Gnome-Shell, get this here: https://github.com/r3gis3r/Holo-Gnome3-Theme
Notice that it resembles the Ice Cream Sandwich theme =]
ICS for Ubuntu? Close enough.
If you’re on Gnome-Shell, get this here: https://github.com/r3gis3r/Holo-Gnome3-Theme
Notice that it resembles the Ice Cream Sandwich theme =]
Ubuntu Global Jam 2012!
Hey guys, this holler is to all the Linux and Ubuntu fans out there. The Ubuntu Global Jam will be held at my college this year and everyone’s invited.
So if you’re around Mumbai today (March 03) or tomorrow (March 04) then feel free to drop in!
Useful links:
Ubuntu Mumbai Loco Team Event
Event on Facebook
After a lot of reading and trying, I finally setup a LAMP server. The easiest way to do this (and I wish I had started off from here to begin with) is from the Ubuntu Community Docs.
Here is the docs to setup Apache, MySQL and Php.
Having setup, this is completely optional but very useful. Install phpMyAdmin.
Please note: Follow this method only if the option from System->Preferences->Mouse->Touchpad doesn’t work (And also considering your laptop supports multi-touch)
synclient VertTwoFingerScroll=1
synclient HorizTwoFingerScroll=1
synclient EmulateTwoFingerMinW=5
synclient EmulateTwoFingerMinZ=48
$ sudo chmod +x2fsrl
$ ./2fsrl
That should do it!
Two finger scrolling should now be enabled!
You may also want to add the file to startup.
Access your Linux Drives in Windows
Tried it in Windows 7 x64. Worked perfectly well with my ext3 and ext4 (with extends enabled!) partitions.
Ok it is very common to have all your media on some other drive of some other os (win or fedora etc) and it is very annoying to mount the volume each time. So here’s a simple tutorial on how to auto-mount those drives at startup on your Ubuntu.
sudo mkdir /media/whatverNameYouWant
sudo fdisk -lsudo cp /etc/fstab /etc/fstab.bak sudo gedit /etc/fstab /dev/sdxY /media/Z filesystem defaults 0 0 sudo mount -a Also after you’ve done that, if you find the mounted volume icon on your desktop irritating you can follow these steps to clear your desktop:
gconf-editor volumes_visible field
You can see the changes take place as you select/de-select the volumes_visible option
For further help leave a comment below or refer to any of the following links: