Open a terminal and run following commands :
sudo apt-get install rar
sudo ln -fs /usr/bin/rar /usr/bin/unrar
After that you can find Archive Manager in the Gnome menu under Applications -> Accessories.
Open a terminal and run following commands :
sudo apt-get install rar
sudo ln -fs /usr/bin/rar /usr/bin/unrar
After that you can find Archive Manager in the Gnome menu under Applications -> Accessories.
If you are looking for a way to batch resize many pictures at the same time with just 2 easy steps, you have found the right tutorial. I found a way by blogging on Internet to add resize and rotate option to your right click and have it always there right beside your hand ;-)
Installation
To add this functionality we’ll need to install the nautilus-image-converter package:
#sudo aptitude install nautilus-image-converter
Use
Before you’re able to use this functionality you’ll need to restart nautilus or simply logout and back in. You’ll now be able to right-click on any image on your machine and you’ll see two new menu items:
"resize images"
"rotate images"
Check out the screen shots down here ...
You can also choose to resize by percentage or by exact dimension.
Source : Modifed but direct tutorial from Ubuntu Tutorials Dapper
You made the switch to Linux and at least one Windows computer is still on your network. The old days when Windows and Linux didn't play together are long gone. You can easily set up your Linux computer to have read and write access to the files housed on a nearby Windows computer. If you've used Macs in the past, the process is practically identical.
Set up sharing on your PC
In Windows, choose the folder you want to share, right click on it and choose properties. In the Sharing tab, turn on sharing. Feel free to name your folder anything you want and ignore any warnings Windows gives about the name being longer than 12 characters.
Determine your PC's IP Address
You will need to give your Linux computer a location when trying to access shared folders. This location is your PC's IP address. In the Command Prompt type ipconfig and you will see your IP address (it probably starts with 192). My IP address is shown below as 192.168.1.117
Accessing the shared folder from Linux
There are two very easy ways to access shared folders in Linux. The easiest way (in Gnome) is to press (ALT+F2) to bring up the run dialog and type smb:// followed by the IP address and the folder name. As shown below, I need to type smb://192.168.1.117/Shared. If you have your Windows account passworded, you will need to enter the password to access the shared folder.
Accessing all shared folders from Linux
Linux automatically detects and connects to Windows networks. In Gnome, by going to Places and then Network you will automatically see all the Windows networks. You can then navigate through the Windows networks and connect to the shared folder. This is an easy way to manage your shared folders if you have many Windows networks with shared folders.
Making it easier
By bookmarking your shared folder you can access it from the Gnome menu.
Install the file named "compizconfig-settings-manager."
Check the box labeled "Rotate Cube.
Google Chrome can copy bookmarks and other browser settings from Firefox and Internet Explorer. Learn more about importing browser settings
The bookmarks from the other browser will now appear as a subfolder within the 'Other bookmarks' folder at the end of the bookmarks bar.
Google Chrome will export your bookmarks as a HTML file.
If for some odd reason you missed having the Windows operating system and you decided to install it on another partition, you will notice your GRUB is missing afterwords. This usually happens and is a huge headache for those trying to get their GRUB back. Here’s what you need to do to get it back:
Put your bootable Ubuntu/Xubuntu install disk in the CD drive and run it. Instead of installing anything, click on the menu to open the terminal application.
In terminal mode, type the following:
sudo grub
find /boot/grub/stage1
root (x,y)
setup (x)
quit
sudo shutdown "now" -r
The resulting “find” command will display something like (hd0,1)
. In this example, you would then type root (hd0,1)
and then setup (hd0)
in the above area. These numbers might be different; that’s why I included the “find” command so that folks who might have their Ubuntu partitions located either in front or behind their Windows installation or on a completely separate internal/external hard drive so that you will get the appropriate/correct setup numbers.
Ok, now you got your GRUB-on, but what about that darn GRUB menu? It’s not displaying what you want it to display? Well, let just see here…
Upon reboot, select “Recovery Mode”, usuaully the second option down on the GRUB menu. This will allow you to boot into the root. Once you’re in the terminal mode, type:
editor /boot/grub/menu.lst
Well, the rest is pretty much self explanatory. There should be enough comments in the menu.lst to direct you to what you can and cannot do to your GRUB menu.lst.
I usually put the Windows option at the top of the menu so that others (none-Linux users) who use my computer can find it easily if they have to do a reboot. Your Windows installation will have a different root than your Ubuntu/Xubuntu, but it’s usually automatically placed by GRUB once it’s set up again (like the above). I also recommend removing the timeout option as this is sometimes annoying.