

Getdeb is a really cool open source software catalog which allows one-click installation on Ubuntu Linux systems. This is a good place to check when you want to install a Linux program, but it is archived in non-deb format. You may find the same software here and install it more easily.
RationaleSitting here in the middle of the night I came to think of an idea that would bring Ubuntu, and thus GNU/Linux infinite advantages over Windows. Could it be possible, during install of Ubuntu, to create a Salvage-partition on which the system via automated function could make a backup of a users documents and pictures so that if the user deletes a file by accident there will be a backup of files that are say up to a year old? Or what ever limit could be agreed upon. A function asking the user to specify a time of day when the computer WILL be on, in order for the system to run the background backup of newest documents and picture files.
After the backup is done, the system should unload the backup program from memory to free the space.
0/2
Approvals
0
votes![]()
Propose your solution
AttachmentsNo attachments.DuplicatesComments
thegeniusfiles wrote on the 21 Sep 09 at 02:15 Report as spam / offensive I think the idea would be most useful if implemented through the Ubuntu One cloud storage service. Potentially, you could just sync your entire Home directory, thus ensuring a consistent computing experience across devices. Versioning would address the concern of accidental file deletion.
Ubuntu Brainstorm is a forum where you can submit your ideas about how to improve Ubuntu. A form of crowd-sourcing, it is modeled after Dell Computer's excellent Idea Storm. Users can vote ideas up or down; this causes the best ideas to "bubble up" to the top ranking.
You don't have to be very technical-minded in order to contribute or vote on good ideas. If you would like to help design the perfect computer operating system, check out Ubuntu Brainstorm and add your voice.
Install clicks is available in Firefox on Ubuntu. [?]
466,708 users
246,963 users
241,575 users
50,161 users
768,097 users
Wine Microsoft Windows Compatibility Layer
Microsoft Windows Compatibility Layer (Binary Emulator and Library)
464,750 users
750,512 users
46,031 users
530,457 users
141,912 users
587,699 users
593,270 users
GStreamer plugins for aac, xvid, mpeg2, faad
GStreamer plugins from the "bad" set (Multiverse Variant)
469,346 users
275,235 users
407,735 users
326,535 users
279,234 users
172,710 users
433,336 users
1,045,335 users
Appnr is a website which allows you to browse a catalog of the many applications available for Ubuntu Linux. Features include click-to-install, if you are browsing with Firefox on an Ubuntu system, and keyword search. If you are thinking about making the switch from Windows to Ubuntu Linux, Appnr is a great place to check out your options and see whether the programs you use in Windows have a Linux equivalent.
- Picasa 3.0 for Linux
To report problems, go to http://groups.google.com/group/Google-Labs-Picasa-for-Linux.
Using the Testing Repository
Using the Testing Repository is just like using the regular Google repositories; just replace the word "stable" with "testing" in the repository path.
Note: The Testing Repository is meant to supplement the regular Google repositories. If you want access to all the available software, you must include both the testing and regular repositories in your package manager configuration.
For instance, to configure Apt, you would add the following lines to your configuration file:
# Google repository
deb http://dl.google.com/linux/deb/ stable non-free # Google testing repository
deb http://dl.google.com/linux/deb/ testing non-freeNote that you also need to follow the other steps specified in the regular repository configuration guides, such as importing the Google package signing key.
Then, for example, you can install the latest test version of Picasa by doing:sudo apt-get update sudo apt-get install picasa
Ubuntu 9.04 comes with a very powerful digital photo editor called GIMP. GIMP is comparable to Adobe Photoshop in its feature set. However, sometimes you might just want to do quicker, simpler edits like crop, resize, red-eye removal, auto-adjust, etc. For such tasks, Picasa is easier to use. Above are the instructions to install Picasa 3 in a way which will enable auto-updates. This is the best practice when installing Linux software.
Actually, rather than editing your configuration file, it's even simpler if you go to System > Software Sources > Third party Software then click the "Add" button, paste the first deb line, etc.
Then copy the text from the package signing key, paste it into text editor and save with a name like Google_PGP_Key. Then click Authentication > Import Key File, navigate to the file you just saved, and select it. You should now see an entry that says "Google, Inc. Linux Package Signing Key." Then you can run the apt-get commands in the Terminal. Now you have Picasa 3, with auto-updates - yay!
Using SMEStorage Multi-Cloud Explorer with Ubuntu Posted by info on September 6th, 2009 One of our users recently pointed out to us how they are using the SMEStorage Multi-Cloud explorer within Ubuntu. The explorer is one component of our windows tooling that is installed. The explorer itself is a dedicated .exe file so that makes it compact an easy to run when using virtualisation libararies such as WINE or Crossover.
Ubuntu provides support for WINE within its additional applications. To intalle support for Wine in Ubuntu you need to add the Wine Package:Once Wine is added Just double clicking on the explorer file will launch it using the WINE virtualisation.
The Explorer can work with the Following clouds (depending on your package): - Amazon S3
- Mosso Cloud Files
- MobileME
- Box.net
- WebDav enabled Clouds
- GMail-as-a-Cloud
- Email-as-a-Cloud
- FTP-as-a-Cloud (Private Cloud) A single version of the explorer without having to install the entire suite on windows to extract it can be downloaded here.
SMEStorage is a multi-platform cloud storage service which hooks into Amazon S3, Rackspace, Box.net, iDisk, Gmail, and other providers to provide a unified interface. Here we see a way to run the Multi-Cloud Explorer in Wine on Ubuntu.
6.16. Wine displays corrupted or missing text.
This may be bug 16146, caused by the nvidia-96xx legacy driver, or bug 18120, which affects QT 4.5.0 applications. It could also be caused by missing fonts, font conflicts, or adding new fonts to Wine.
Try using a fresh Wine prefix (by moving or deleting ~/.wine, or changing the $WINEPREFIX environment variable). If you still have this problem, try setting the following in the Wine registry:
[HKEY_CURRENT_USER\Software\Wine\X11 Driver]
"ClientSideWithRender"="N"Place above in a text file called norender.txt and it can be inserted into the registry with the command regedit norender.txt. Please apply only as required. (This was reported as being required of OS X on the 1 Dec 2007, and more recently on other platforms, such as Ubuntu.)
I installed Dropbox in Ubuntu 9.04 so I could access my files in the cloud. The process was kind of a hassle, because of a few details which were not well-documented. There are a couple of approaches you can take. You can download the .deb package and then double-click it to install. This works, but you won't get automatic updates through Synaptic. I decided to add the 3rd-party Software Source and Key, so that I can get automatic updates. The procedure goes like so: open System > Administration > Software Sources, go to the Third-Party Software tab, click Add, then paste in:
deb http://linux.getdropbox.com/ubuntu jaunty main then do the same thing withdeb-src http://linux.getdropbox.com/ubuntu jaunty main Exit the window. Don't worry about the warning message. Then go to Terminal and pastegpg --keyserver pgp.mit.edu --recv-keys 3565780E then hit Enter. This will import the keys to authenticate the PPA. Then type apt-get update and hit Enter, this will refresh the package list. Next, type sudo apt-get install nautilus-dropbox and hit Enter. This will actually install the application. After it's installed, typedropbox start -i
to start Dropbox. You may have to logout then back in first. I have found that the Dropbox app does not automatically start on startup, so instead of opening the Terminal every time, I created app launcher by right-clicking on the desktop and selecting "Create Launcher." Enter the command above and you are good to go.