The latest version of this magnificent operating system just arrived today.
You can download CD images from their Ubuntu Releases site.
Upgrading through the integrated updater, will come soon.
There are so many applications available .... but which one is the best for .... is there a free version .... does it work on several operating systems ....
Subversion 1.6 Quick Reference Card
- You want to know subversions new features?
- You like quick reference cards like the ones that come with emacs and gdb?
Get the Subversion Quick Reference card for Subversion 1.6. This two-page PDF document summarizes common Subversion command line commands, subcommands and switches.
Found on CollabNet.
Mind mapping - Freemind
FreeMind is a premier free mind-mapping software written in Java and therefore a multi-platform high productivity tool.
It claims that its operation and navigation is faster than that of MindManager (a commercial software only for Windows).
A mind map is a diagram used to represent words, ideas, tasks, or other items linked to and arranged around a central key word or idea. Mind maps are used to generate, visualize, structure, and classify ideas, and as an aid in study, organization, problem solving, decision making, and writing.
Install instructions
I highly recommend to install the latest release candidate 0.9.0rc3. Just unpack the archive somewhere and launch freemind with one of the startup scripts for your platform (and of course, make sure you have Java installed).
Automatic updates
If you want to get automatic updates, use Ubuntu's package management.
sudo -s
echo "deb http://eric.lavar.de/comp/linux/debian/ unstable/deb-src http://eric.lavar.de/comp/linux/debian/ unstable/
deb http://eric.lavar.de/comp/linux/debian/ experimental/
deb-src http://eric.lavar.de/comp/linux/debian/ experimental/" > /tmp/freemind.list
mv /tmp/freemind.list /etc/apt/sources.list.d
aptitude update
aptitude install freemind
exit
At the moment, this will install Release Candidate 1-2, not the latest one.
Picasa Photo Organizer
Picasa is a very powerful image manager.
It's main features are:
Organize | ||
Edit | ||
Create | ||
Share |
Install instructions for Linux
Just copy and paste the following instructions into a Terminal (you'll have to do it twice, as the first sudo -v stops the rest of instructions):
sudo -v
# Add Google's public package signing key on your system to prevent warnings or errors
wget -q https://dl-ssl.google.com/linux/linux_signing_key.pub -O- | sudo apt-key add -
echo "deb http://dl.google.com/linux/deb/ stable non-free #Google repository" > /tmp/GooglePicasa.list
# If you don't want to install the beta testing version, don't paste the following line:
echo "deb http://dl.google.com/linux/deb/ testing non-free #Google testing repository" >> /tmp/GooglePicasa.list
sudo mv /tmp/GooglePicasa.list /etc/apt/sources.list.d/
sudo aptitude update
sudo aptitude install picasa
Subscribe to:
Posts (Atom)