Is the Blackbox Black Inside ?

0

Posted in ,

Read More

The Google Toilet !!

0

Posted in , ,

Google comes up everytime with new Innovations...I found one, which i think is going to be the most innovative Invention of google so far. What u think?



Leave your comments...

Read More

The 15 Essential UNIX commands

0

Learning UNIX is a seemingly daunting task, there are thousands of commands out there, each with hundreds of options. But in reality you only need to know a few of them.


I use unix quite a bit, usually either on one of our Linux servers, or on my Powerbook with OS X. And these are the 15 commands that I use most. If you can memorize these 15 commands, you can do quite a bit on a unix operating system, and add unix as a skill on your resume.


The 15 Most Important UNIX commands



  1. man - show manual for a command, example: man ls hit q to exit the man page.

  2. cd - change directory, example: cd /etc/

  3. ls - list directory, similar to dir on windows. example: ls /etc, use ls -l /etc to see more detail

  4. cp - copy a file or directory, example: cp source dest if you want to copy a directory use the -R option for recursive: cp -R /source /dest

  5. mv - move a file, example: mv source dest

  6. rm - remove a file, example: rm somefile to remove a directory you may need the -R option, you can also use the -f option which tells it not to confirm each file: rm -Rf /dir

  7. cat - concatenate, or output a file cat /var/log/messages

  8. more - outputs one page of a file and pauses. example: more /var/log/messages press q to exit before getting to the bottom. You can also pipe to more | more from other commands, for example ls -l /etc | more

  9. scp - secure copy, copies a file over SSH to another server. example: scp /local/file user@host.com:/path/to/save/file

  10. tar - tape archiver, tar takes a bunch of files, and munges them into one .tar file, the files are often compressed with the gzip algorithm, and use the .tar.gz extension. to create a tar tar -cf archive.tar /directory, then to extract the archive to the current directory run tar -xf archive.tar to use gzip, just add a z to the options, to create a tar.gz: tar -czf archive.tar.gz /dir to extract it tar -xzf archive.tar.gz

  11. grep - pattern matcher, grep takes a regular expression, or to match a simple string you can use fast grep, fgrep failure /var/log/messages, I'm usually just looking for a simple pattern so I tend to use fgrep more than regular grep.

  12. find - lists files and directories recursively on a single line, I usually pipe grep into the mix when I use find, eg: find / | fgrep log

  13. tail - prints the last few lines of a file, this is handy for checking log files tail /var/log/messages if you need see more lines, use the -n option, tail -n 50 /var/log/messages you can also use the -f option, which will continuously show you the end of the file as things are added to it (very handy for watching logs) tail -f /var/log/messages

  14. head - same as tail, but shows the first few lines the file

  15. vi - text editor, there are several text editors such as emacs, and nano, but vi is usually installed on any server so its a good one to learn. To edit a file type vi file to edit a line press Esc i then to save changes and exit use Esc wq, or to quit without saving use Esc q!. There are a million other commands, but that will enable you to edit files at a basic level.


Once you learn these commands, and are comfortable with them, you shouldn't stop there, there are lots of other commands that can make your life easier.


Did I miss any commands that you think are essential to using a UNIX based operating system?

Read More

The Most Complete List of Repositories for openSUSE 10.2

0

Posted in

Here is the most complete list of repositories that you can ever-ever find on this planet, Earth, for your openSUSE 10.2 Linux. If you do manageto find few more, just holla

Caution: May I remind you, that by adding unknown (what those repos contain) and untested (the ones which are considered as unstable) repositories, you might damage your openSUSE 10.2 integrity (dependencies and so forth, the worst being you are unable to load your favourite application). Don’t just blindly add them, make sure what you are doing. Also, even if you decide to add them all, it will definitely take time everytime you launch Yast Saftware Manager (with option refresh turned ON) or SMART (when updating repo db), as they will need to download quite a lot on what new is available. Well, you understood me I hope.

[server-apache-php-extensions]
type = rpm-md
name = server-apache-php-extensions
baseurl = http://software.opensuse.org/download/server%3a/php%3a/extensions/server_apache_openSUSE_10.2/

[Guru]
type = rpm-md
name = Guru
baseurl = http://ftp.gwdg.de/pub/linux/misc/suser-guru/rpm/10.2/RPMS/

[KDE-Playground]
type = rpm-md
name = KDE-Playground
baseurl = http://software.opensuse.org/download/KDE:/Playground/openSUSE_10.2/

[KDE-Backports]
type = rpm-md
name = KDE-Backports
baseurl = http://software.opensuse.org/download/KDE:/Backports/openSUSE_10.2/


[gladiac]
type = rpm-md
name = gladiac
baseurl = http://software.opensuse.org/download/home%3a/gladiac/openSUSE_10.2/

[kommerck]
type = rpm-md
name = kommerck
baseurl = http://software.opensuse.org/download/home%3a/kommerck/openSUSE_10.2/

[d7]
type = rpm-md
name = d7
baseurl = http://software.opensuse.org/download/home%3a/d7/openSUSE_10.2/

[mlasars]
type = rpm-md
name = mlasars
baseurl = http://software.opensuse.org/download/home%3a/mlasars/openSUSE_10.2/

[qfix]
type = rpm-md
name = qfix
baseurl = http://software.opensuse.org/download/qfix/openSUSE_10.2/

[suse-non-oss]
type = yast2
name = SUSE 10.2 Add-On Repository with non-OSS Packages
baseurl = http://download.opensuse.org/distribution/10.2/repo/non-oss

[cgoncalves]
type = rpm-md
name = cgoncalves
baseurl = http://software.opensuse.org/download/home%3a/cgoncalves/openSUSE_10.2/

[dmayr]
type = rpm-md
name = dmayr
baseurl = http://software.opensuse.org/download/home%3a/dmayr/openSUSE_10.2/

[editors]
type = rpm-md
name = editors
baseurl = http://software.opensuse.org/download/editors/openSUSE_10.2/

[Games-roleplay]
type = rpm-md
name = Games-roleplay
baseurl = http://software.opensuse.org/download/games:/roleplay/openSUSE_10.2/

[Adventure-Games]
type = rpm-md
name = Adventure-Games
baseurl = http://software.opensuse.org/download/games:/adventure/openSUSE_10.2/

[Apache]
type = rpm-md
name = Apache
baseurl = http://software.opensuse.org/download/Apache/openSUSE_10.2/

[Games-strategy-realtime]
type = rpm-md
name = Games-strategy-realtime
baseurl = http://software.opensuse.org/download/games:/strategy:/realtime/openSUSE_10.2/

[server-php]
type = rpm-md
name = server-php
baseurl = http://software.opensuse.org/download/server%3a/php/server_apache_openSUSE_10.2/

[kkemenczy]
type = rpm-md
name = kkemenczy
baseurl = http://software.opensuse.org/download/home%3a/kkemenczy/openSUSE102/

[rpm-sys]
type = rpm-sys
name = RPM System

[Apache Modules]
type = rpm-md
name = Apache-Modules
baseurl = http://software.opensuse.org/download/Apache:/Modules/openSUSE_10.2/

[elvigia]
type = rpm-md
name = elvigia
baseurl = http://software.opensuse.org/download/home%3a/elvigia/openSUSE_10.2/

[Banshee]
type = rpm-md
name = Banshee
baseurl = http://software.opensuse.org/download/Banshee/openSUSE_10.2/

[sndirsch]
type = rpm-md
name = sndirsch
baseurl = http://software.opensuse.org/download/home%3a/sndirsch/openSUSE_10.2/

[Games-strategy-turn-based]
type = rpm-md
name = Games-strategy-turn-based
baseurl = http://software.opensuse.org/download/games:/strategy:/turn-based/openSUSE_10.2/

[Wine]
type = rpm-md
name = Wine
baseurl = http://software.opensuse.org/download/Emulators:/Wine/openSUSE_10.2/

[suse-wine]
type = rpm-md
name = Latest wine packages
disabled = yes
baseurl = http://software.opensuse.org/download/Emulators:/Wine/openSUSE_10.2

[werner2101]
type = rpm-md
name = werner2101
baseurl = http://software.opensuse.org/download/home%3a/werner2101/openSUSE_10.2/

[snorp]
type = rpm-md
name = snorp
baseurl = http://software.opensuse.org/download/home%3a/snorp/openSUSE_10.2/

[Sax]
type = rpm-md
name = Sax
baseurl = http://software.opensuse.org/download/SaX2/SL10.2/

[michal-m-php4]
type = rpm-md
name = michal-m-php4
baseurl = http://software.opensuse.org/download/home%3a/michal-m%3a/php4/openSUSE_10.2/

[lrupp-edu]
type = rpm-md
name = lrupp-edu
baseurl = http://software.opensuse.org/download/home%3a/lrupp%3a/EDU/openSUSE_10.2/

[thomas-schraitle]
type = rpm-md
name = thomas-schraitle
baseurl = http://software.opensuse.org/download/home%3a/thomas-schraitle/openSUSE_10.2/

[Board-Games]
type = rpm-md
name = Board-Games
baseurl = http://software.opensuse.org/download/games:/board/openSUSE_10.2/

[sax2]
type = rpm-md
name = sax2
baseurl = http://software.opensuse.org/download/home%3a/sax2/10.2/

[appleonkel]
type = rpm-md
name = appleonkel/
baseurl = http://software.opensuse.org/download/home%3a/appleonkel/openSUSE_10.2/

[lmich]
type = rpm-md
name = lmich
baseurl = http://software.opensuse.org/download/home%3a/lmich/openSUSE_10.2/

[isc-dhcp]
type = rpm-md
name = isc-dhcp
baseurl = http://software.opensuse.org/download/server%3a/isc-dhcp/openSUSE_10.2/

[OpenSync-devel]
type = rpm-md
name = OpenSync-devel/
baseurl = http://software.opensuse.org/download/OpenSync-devel/openSUSE_10.2/

[mge1512]
type = rpm-md
name = mge1512
baseurl = http://software.opensuse.org/download/home%3a/mge1512/openSUSE_10.2/

[KDE-Community]
type = rpm-md
name = KDE-Community
baseurl = http://software.opensuse.org/download/KDE:/Community/openSUSE_10.2/

[wrosenauer]
type = rpm-md
name = wrosenauer
baseurl = http://software.opensuse.org/download/home%3a/wrosenauer/SL-10.2/

[eIDconfig-belgium]
type = rpm-md
name = eIDconfig-belgium
baseurl = http://software.opensuse.org/download/eIDconfig-belgium/openSUSE_Factory/

[network-aaa]
type = rpm-md
name = network-aaa
baseurl = http://software.opensuse.org/download/network:/aaa/openSUSE_10.2/

[jimfunk]
type = rpm-md
name = jimfunk
baseurl = http://software.opensuse.org/download/home%3a/jimfunk/SUSE-10.2/

[poeml]
type = rpm-md
name = poeml
baseurl = http://software.opensuse.org/download/home%3a/poeml/openSUSE_10.2/

[RemoteDesktop]
type = rpm-md
name = RemoteDesktop
baseurl = http://software.opensuse.org/download/X11:/RemoteDesktop/openSUSE_10.2/

[dsteuer]
type = rpm-md
name = dsteuer
baseurl = http://software.opensuse.org/download/home%3a/dsteuer/openSUSE_10.2/

[Beineri]
type = rpm-md
name = Beineri
baseurl = http://software.opensuse.org/download/home%3a/Beineri/openSUSE_10.2/

[php-applications]
type = rpm-md
name = php-applications
baseurl = http://software.opensuse.org/download/server%3a/php%3a/applications/openSUSE_10.2/

[kraxel]
type = rpm-md
name = kraxel
baseurl = http://software.opensuse.org/download/home%3a/kraxel/openSUSE_10.2/

[server-monitoring]
type = rpm-md
name = server-monitoring
baseurl = http://software.opensuse.org/download/server%3a/monitoring/openSUSE_10.2/

[kukuk]
type = rpm-md
name = kukuk
baseurl = http://software.opensuse.org/download/home%3a/kukuk/openSUSE_10.2/

[faust3]
type = rpm-md
name = faust3
baseurl = http://software.opensuse.org/download/home%3a/faust3/openSUSE_10.2/

[netmax]
type = rpm-md
name = netmax
baseurl = http://software.opensuse.org/download/home%3a/netmax/SUSE_Linux_10.2/

[suse-mozilla]
type = rpm-md
name = Latest mozilla.org packages
disabled = yes
baseurl = ftp://ftp.suse.com/pub/projects/mozilla/10.2

[xfce]
type = rpm-md
name = xfce
baseurl = http://software.opensuse.org/download/X11:/xfce/openSUSE_10.2/

[php-extensions]
type = rpm-md
name = php-extensions
baseurl = http://software.opensuse.org/download/server%3a/php%3a/extensions/openSUSE_10.2/

[Packman]
type = rpm-md
name = Packman
baseurl = http://packman.iu-bremen.de/suse/10.2/

[sdrahn]
type = rpm-md
name = sdrahn
baseurl = http://software.opensuse.org/download/home%3a/sdrahn/openSUSE_10.2/

[openSUSE-10.2]
type = yast2
name = openSUSE-10.2
baseurl = http://download.opensuse.org/distribution/10.2/repo/oss/

[Mozilla-Factory]
type = rpm-md
name = Mozilla-Factory
baseurl = http://software.opensuse.org/download/mozilla/SUSE_Factory/

[X11-Utilities]
type = rpm-md
name = X11-Utilities
baseurl = http://software.opensuse.org/download/X11:/Utilities/openSUSE_10.2/

[bwalle]
type = rpm-md
name = bwalle
baseurl = http://software.opensuse.org/download/home%3a/bwalle/openSUSE_10.2/

[server-mail]
type = rpm-md
name = server-mail
baseurl = http://software.opensuse.org/download/server%3a/mail/openSUSE_10.2/

[tsieden]
type = rpm-md
name = tsieden
baseurl = http://software.opensuse.org/download/home%3a/tsieden/openSUSE_10.2/

[anagappan]
type = rpm-md
name = anagappan
baseurl = http://software.opensuse.org/download/home%3a/anagappan/openSUSE_10.2/

[lrupp]
type = rpm-md
name = lrupp
baseurl = http://software.opensuse.org/download/home%3a/lrupp/openSUSE_10.2/

[steve-beattie]
type = rpm-md
name = steve-beattie
baseurl = http://software.opensuse.org/download/home%3a/steve-beattie/openSUSE-10.2/

[NX]
type = rpm-md
name = NX
baseurl = http://software.opensuse.org/download/NX/openSUSE_10.2/

[fisu81]
type = rpm-md
name = fisu81
baseurl = http://software.opensuse.org/download/home%3a/fisu81/openSUSE_10.2/

[FunkyPenguin]
type = rpm-md
name = FunkyPenguin
baseurl = http://software.opensuse.org/download/home%3a/FunkyPenguin/SUSE_Linux_10.2/

[openchrome]
type = rpm-md
name = openchrome
baseurl = http://software.opensuse.org/download/X11:/Drivers:/Video:/openchrome/openSUSE_10.2/

[cthiel1]
type = rpm-md
name = cthiel1
baseurl = http://software.opensuse.org/download/home%3a/cthiel1/openSUSE_10.2/

[GPhoto]
type = rpm-md
name = GPhoto
baseurl = http://software.opensuse.org/download/GPhoto/openSUSE_10.2/

[Science]
type = rpm-md
name = Science
baseurl = http://software.opensuse.org/download/science/openSUSE_10.2/

[M17N]
type = rpm-md
name = M17N
baseurl = http://software.opensuse.org/download/M17N/openSUSE_10.2/

[GNOME-Stable]
type = rpm-md
name = GNOME-Stable
baseurl = http://software.opensuse.org/download/GNOME:/STABLE/SUSE_Linux_10.2/

[netmask]
type = rpm-md
name = netmask
baseurl = http://software.opensuse.org/download/home%3a/netmask/openSUSE_10.2/

[jnweiger]
type = rpm-md
name = jnweiger
baseurl = http://software.opensuse.org/download/home%3a/jnweiger/openSUSE_10.2/

[Action-Games]
type = rpm-md
name = Action-Games
baseurl = http://software.opensuse.org/download/games:/action/openSUSE_10.2/

[openSUSE-10.2-non-oss]
type = yast2
name = openSUSE-10.2-non-oss
baseurl = http://download.opensuse.org/distribution/10.2/repo/non-oss/

[mhopf]
type = rpm-md
name = mhopf
baseurl = http://software.opensuse.org/download/home%3a/mhopf/openSUSE_10.2/

[openSUSE-Tools]
type = rpm-md
name = openSUSE-Tools
baseurl = http://software.opensuse.org/download/openSUSE:/Tools/openSUSE_10.2/

[KDE-QT]
type = rpm-md
name = KDE-QT
baseurl = http://software.opensuse.org/download/KDE:/Qt/openSUSE_10.2/

[adrianSuSE]
type = rpm-md
name = adrianSuSE
baseurl = http://software.opensuse.org/download/home%3a/adrianSuSE/openSUSE_10.2/

[rbos]
type = rpm-md
name = rbos
baseurl = http://software.opensuse.org/download/home:/rbos/openSUSE_10.2/

[mrcin]
type = rpm-md
name = mrcin
baseurl = http://software.opensuse.org/download/home%3a/mrcin/openSUSE_10.2/

[suse]
type = yast2
name = SUSE 10.2 Repository
baseurl = http://download.opensuse.org/distribution/10.2/repo/oss

[Education Desktop]
type = rpm-md
name = Education-Desktop
baseurl = http://software.opensuse.org/download/Education:/desktop/openSUSE_10.2/

[hgraeber]
type = rpm-md
name = hgraeber
baseurl = http://software.opensuse.org/download/home%3a/hgraeber/openSUSE_10.2/

[eID-belgium]
type = rpm-md
name = eID-belgium
baseurl = http://software.opensuse.org/download/eID-belgium/openSUSE_10.2/

[openSUSE-update]
type = rpm-md
name = openSUSE-update
baseurl = http://suse.mirrors.tds.net/pub/suse/update/10.2

[net-snmp]
type = rpm-md
name = net-snmp
baseurl = http://software.opensuse.org/download/net-snmp/SuSE_Linux_10.2/

[GNOME-Community]
type = rpm-md
name = GNOME-Community
baseurl = http://software.opensuse.org/download/GNOME:/Community/openSUSE_10.2/

[Riggwelter]
type = rpm-md
name = Riggwelter
baseurl = http://software.opensuse.org/download/home%3a/Riggwelter/10.2/

[xorg73]
type = rpm-md
name = xorg73
baseurl = http://software.opensuse.org/download/xorg73/openSUSE_10.2/

[xorg72]
type = rpm-md
name = xorg72
baseurl = http://software.opensuse.org/download/xorg72/openSUSE_10.2/

[maw]
type = rpm-md
name = maw
baseurl = http://software.opensuse.org/download/home%3a/maw/openSUSE_10.2/

[KDE3]
type = rpm-md
name = KDE3
baseurl = http://software.opensuse.org/download/KDE:/KDE3/openSUSE_10.2/

[data-generic-games]
type = rpm-md
name = data-generic-games
baseurl = http://software.opensuse.org/download/games:/data/Generic/

[kukuk-images]
type = rpm-md
name = kukuk-images
baseurl = http://software.opensuse.org/download/home%3a/kukuk%3a/images/openSUSE_10.2/

[multimedia-photo]
type = rpm-md
name = multimedia-photo
baseurl = http://software.opensuse.org/download/multimedia:/photo/openSUSE_10.2/

[hennevogel]
type = rpm-md
name = hennevogel
baseurl = http://software.opensuse.org/download/home%3a/hennevogel/openSUSE_10.2/

[php]
type = rpm-md
name = php
baseurl = http://software.opensuse.org/download/server%3a/php/openSUSE_10.2/

[XGL]
type = rpm-md
name = XGL
baseurl = http://software.opensuse.org/download/X11:/XGL/openSUSE_10.2/

[Games-puzzle]
type = rpm-md
name = Games-puzzle
baseurl = http://software.opensuse.org/download/games:/puzzle/openSUSE_10.2/

[server-messaging]
type = rpm-md
name = server-messaging
baseurl = http://software.opensuse.org/download/server%3a/messaging/openSUSE_10.2/

[msvec]
type = rpm-md
name = msvec
baseurl = http://software.opensuse.org/download/home%3a/msvec/openSUSE_10.2/

[Kolab]
type = rpm-md
name = Kolab
baseurl = http://software.opensuse.org/download/server%3a/Kolab/openSUSE_10.2/

Read More

49 Open Source Projects in the Spotlight

0

Posted in

This is something every opensource lover should know!Too often, open source projects labor in near obscurity. No corporate stipend, no team of publicists, no media blurbs for every new release. But the open source community is a vital source of productive creativity – truly an engine of the future.

Audio Tools

1. Audacity This cross-platform sound recorder and editor receives high marks for its speed and ease of use. Key features include envelope editing, mixing, and built-in effects; supported formats include WAV, AIFF, Ogg, and MP3.
2. Linux MultiMedia StudioThink you have what it takes to be a record producer? LMMS lets you create music on your computer, including creating loops, synthesizing and mixing sounds, arranging samples, and more.
3. Jajuk If you have a large or scattered music collection, Jajuk is for you. This jukebox provides a lot of advanced features for users who know what they’re doing, while also being relatively intuitive.

Communication

4. Mumble With Mumble, you can easily talk to other players while gaming, and the voices seem to come from the on-screen characters. Plus, the echo cancellation feature means you won’t get those annoying reverberation effects from your microphone picking up the sound from your speakers.
5. ePresence Interactive MediaDeveloped at the University of Toronto, ePresence claims to be “the world's first open source webcasting and conferencing solution.” It is designed to support conferences, online meetings, seminars, and demonstrations. Click the “Project Web Site” link from the link above to check out some of the (mostly educational) presentations created with ePresence.
6. Elastix With final code just released November 2007, Elastix is a brand-new appliance software for Asterisk-based PBX systems. It combines a lot of the most popular Asterisk tools with a unique interface, utilities, and add-ons for a complete open-source VoIP system.
7. trixbox Formerly known as Asterisk@home, trixbox is another VoIP solution based on the Asterisk PBX software. Ideal for home or small business users, the Web-based interface makes the software easy to set up and use.

Desktop Enhancements

8. LCARS 24 Ever wish your screen looked like those cool interfaces on Star Trek? LCARS 24 offers an alarm clock, calendar, games, maps, etc. all with look of the displays on the Enterprise. It’s probably not something you’d install on your regular computer, but you might want to use it to turn an old DOS laptop into a useful conversation piece.
9. Synergy If you’ve got more than one computer sitting on your desk, Synergy let’s you use the same mouse and keyboard for both. It works cross-platform, so it’s great if you switch back and forth between a Linux machine and a Windows machine, or a Windows machine and a Mac, etc.
10. LXDE Lightweight X Desktop Environment does just what the name suggests: it offers a fast desktop for Linux/Unix systems that doesn’t consume a lot of power or memory. Unlike a lot of similar projects, each of the components can be installed separately, so you can use only the pieces you want.
11. Lazarus Lazarus offers a complete and easy-to-use programming environment for FreePascal. It runs on Windows, Linux, OS X, and FreeBSD.
12. jEdit This java-based text editor provides auto-indent and syntax highlighting for more than 130 different programming languages. Its huge library of add-ons gives programmers nearly every feature you could hope for in a text editor.
13. DotNetNuke DotNetNuke offers an alternative application framework for the Microsoft ASP.NET 2.0 platform. If offers enterprise users a versatile, user-friendly means to create cutting-edge Web applications.
14. Mantis This Web-based bug tracker is free, easy to install, and available in 68 different languages. Written in PHP, it works with MySQL, MS SQL, or PostgreSQL databases and multiple platforms.

Education

15. GCompris GCompris provides an open source alternative in a category that has very few open source options—children’s educational software. Although the Windows version is somewhat limited, the Linux version offers more than 100 activities for kids age 3 to 10.
16. LogiCampus Educational Platform Built by a college in Texas, LogiCampus gives educational institutions a free way to manage distance learning and on-campus classes. It gives educators the tools they need to set up an online class and stay in touch with students, and it simplifies tasks like exam scheduling, ordering textbooks, and making course changes.
17. WIKINDX Having trouble keeping track of all those sources you’re using to write your thesis? WIKINDX manages your quotes, notes, and citations so that they’re easy to search. Best of all, it formats the bibliography information for you based on your choice of style guide.

Enterprise

18. Openbravo ERP This Web-based enterprise resource planning tool offers small- and medium-sized businesses the benefits of integrated systems management without the high cost. It includes customer resource management (CRM), business intelligence (BI), procurement and warehouse management, project and service management, production management, and financial management capabilities.
19. Compiere Compiere ERP + CRM Business Solution is designed specifically for the distribution, retail, manufacturing, and service industries. It includes components for managing and reporting on projects, financial management, point-of-sale, e-commerce, service, sales, order management, manufacturing, materials management, purchasing, and performance management.
20. MailArchiva Thanks to all the new compliance requirements, many organizations must pay closer attention to how long they store e-mail and other messages. MailArchiva works with Exchange and other popular messaging systems to provide long-term storage with an easy “Google-like” search capability.
21. Covide Covide offers web-based groupware and customer relationship management (CRM) in a single package. It can also integrate with PBX systems to provide VoIP services.
22. Open EMM This professional e-mail newsletter and marketing software offers many of the features of commercial products, including event- and time-driven transaction e-mails. It makes it easy to manage bounced e-mails, as well as providing advanced tracking and statistics.

Finances

23. Buddi Buddi makes it easy to set up a household budget and track your finances, even if you’ve never done it before. The feature set is purposefully small so that financial novices won’t get confused, but it does allow you to create reports and graphs so that you can see exactly where all your money went.
24. GFDThis personal finance manager runs on any Java-enabled operating system and is available in 11 different languages. While it’s still easy for novices to use, it includes some advanced filtering, report, and chart capabilities for tracking your household finances.

Games

25. FreeCol Remember the old game Colonization? This is a free version where you start with a few colonists on a boat and try to create an independent nation. (Also similar to Civilization.)
26. PokerTH Have you fallen prey to the Texas Hold ‘Em craze? PokerTH lets you play against up to six computer opponents or online players from around the world.
27. Scorched3DThis is a 3D version of the old DOS game Scorched Earth. In case you don’t remember how it’s played, you use your tanks to try to blow up your opponent’s tanks. The new version has much better graphics, as well as changing environmental conditions and the ability to network with 24 other online players at a time.
28. UFO:Alien InvasionIn this futuristic sci-fi game, you and your secret organization must defend the earth against an alien invasion. While you hurry to maneuver your troops for tactical advantage in skirmishes with the aliens, you also have to try to uncover the secret alien plot in time to save humanity from certain doom.

Graphics

29. Inkscape If you’d rather not spend the many, many dollars you need to stay up-to-date on the latest releases of Adobe Illustrator, try Inkscape. This vector graphics editor is compatible with Windows, OS X, and Linux, and it includes features like transparency, gradients, node editing, pattern fills, PNG export, and more.
30. Art of Illusion This 3D modeling and rendering studio boasts many of the features of much more expensive applications, including subdivision surface based modeling tools, skeleton based animation, and a graphical language for designing procedural textures and materials. And because it’s built in Java, it’s platform-independent.

Groupware

31. Group-OfficeGroup-Office groupware allows work groups to share calendar, project management, e-mail, tasks, addressbook, and file management information. It works with the company Intranet or the Internet, and users can use any browser they like.
32. Simple Groupware Built in sgsML for easy customization, Simple Groupware is a standards-based enterprise-ready groupware application. It offers email, calendaring, contacts, tasks, document management, synchronization with cell phones and Outlook, and full-text search. Plus, it’s simple to install, update, use, and adapt to your needs.
Messaging
33. aMSN Have friends who only use MSN for instant messaging? This platform-neutral MSN messenger clone lets you keep in touch without actually using a Microsoft product.
34. SquirrelMail The “Webmail for Nuts” is written in PHP and renders pages in pure HTML 4.0 for maximum compatibility. An active community has developed more than 65 plug-ins that extend SquirrelMail’s capabilities and make it even easier to use.
35. Miranda IM This instant messaging client for Windows aims to be “smaller, faster, easier.” It supports multiple protocols, including AIM, Jabber, ICQ, IRC, MSN, Yahoo, and Gadu-Gadu, and it has hundreds of handy plug-ins as well.

Miscellaneous

36. StarDict Modestly calling itself “the best free dictionary program in Linux and Windows,” StarDict searches multiple international dictionary databases to find the correct spelling, definition, and/or translation for any word. The latest version (released November 2007) includes full-text translation, fuzzy queries, and more.
37. Gramps Genealogy continues to be one of the country’s most popular hobbies, and Gramps (Genealogical Research and Analysis Management Programming System) gives you many of the tools of more costly family tree tracking applications for free. It was developed by genealogists and offers a huge wiki of advice for how to trace your ancestry. Plus, its name is one of the best acronyms we’ve ever seen.
38. NavIt NavIt is an open-source alternative for in-vehicle navigation. It works with multiple maps and is touch-screen friendly.
39. Gnaural It already does everything else--now your computer can help you meditate. Using something called the “binaural beat principle,” Gnaural generates audio tones designed to get you in the right frame of mind for relaxation.

Multimedia

40. MediaPortal MediaPortal aims to turn your PC or TV into a complete media center. It combines DVR capabilities with a radio tuner, audio player, video player, and more.
41. NicePlayer NicePlayer calls itself “Quite simply, the nicest media player for Mac.” The base version plays the same types of files as QuickTime, and add-ons provide support for most other types of video files.
42. xine Xine plays CDs, DVDs, and VCDs, as well as decoding and playing most types of audio and video files. Written in Assembly and C, Xine works with OS X, Linux, FreeBSD, and Solaris.
Photography
43. Gallery Gallery makes it easy to add a photo library to your personal or business Web site. Key features include user authentication, automatic thumbnails, mirroring, themes, and more.
44. Souvenance Unlike most photo gallery programs, the XML-based Souvenance doesn’t require a separate database, making it really fast to deploy. It was just released in October of 2007, so it’s still a very much work in progress.

Office Productivity

45. OpenProj This project manager will look and feel very familiar to users of Microsoft Project, and it even opens MSProject files. It works on multiple platforms, and was downloaded more than 100,000 times in the first month it was released.
46. OpenOffice.org Portable Now you can take the entire OpenOffice.org suite (Writer, Impress, Math, Draw, Calc, Base) with you wherever you go. Simply load OpenOffice.org onto a USB drive, CD, iPod, or other portable drive and you can use the programs without installing them in your system.
47. PDF Split and Merge Need to cut a long pdf file down to size? Or would you like to combine two shorter documents? PDF Split and Merge lets you do both without having to purchase the costly software.
48. PDFCreator As you might expect, PDFCreator creates PDF files from any Windows program. It can also create PNG, JPG, TIFF, BMP, PCX, PS, and EPS files, as well as encrypting PDF files.
49. MultiMedia Office This package from Plata Software combines some of the most popular open source software into a single package. It includes OpenOffice.org, Audacity, GIMP, VirtualDub, Thunderbird, and Opera.

Read More

Most sexiest and Beautiful ubuntu wallpapers you had ever seen!

1

Posted in

Here is the list of sexy wallpapers for Ubuntu and actually for any other Linux distribution. Every wallpaper can be downloaded from gnome-look.org.



























Read More

Ten Firefox extensions to keep your browsing private and secure

0

Posted in

Most people lock their doors and windows, use a paper shredder to protect themselves from identity theft, and install antivirus software on their computers. Yet they routinely surf the Internet without giving a second thought to whether their browser is secure and their personal information safe. Unfortunately, it's easy for someone with nefarious intentions to use a Web site to glean data from -- or introduce spyware to -- your computer. Even worse, sometimes all you have to do is randomly click on a site to have your data probed in a most unwelcome way.

Mozilla Firefox has several security settings you can adjust via the Preferences pane, but there are also more than 150 privacy and security extensions you can add as well. They are easy to install and take little time to set up; some even work automatically after you restart your browser. Let's have a look at some of the most popular and most useful.
One of the best ways to protect your computer is to prevent the browser from using JavaScript at Web sites without permission. JavaScript, though useful for developing glitzy Web sites, has gained something of a reputation as a method for doing Bad Things to unsuspecting computers. NoScript is an extension that makes every site that uses JavaScript ask your permission before running it. NoScript can render JavaScript-heavy sites unreadable, but it provides a whitelist of acceptable sites that you can easily add to in order to speed up your surfing experience.
Many people use Tor to hide their online surfing habits. FoxTor provides a way to mask and unmask your browser on the fly, without having to commit to anonymous surfing throughout an entire browsing session. It requires the use of Tor and Privoxy.
Your browser's history logs help provide a speedier surfing experience for you. Unfortunately, skilled hackers can peek at them remotely to see where you've been. Deleting log information after each browsing session would slow you down, but fortunately, there's another way. Don't delete your data -- hide it with SafeHistory.
Some of the most sensitive information sent over the Internet travels via email, so many people prefer to send their messages encrypted. The Gmail S/MIME extension encrypts Gmail messages, including attachments, automatically, as long as you have the recipient's digital certificate.
While Firefox 2 has built-in phishing protection, it never hurts to have a backup plan. The premise behind Petname is simple: leave reminder notes on your trusted Web sites and the notes will automatically appear each time you return. If you surf to what you assume is one of your whitelisted sites and no reminder note appears, you'll know something's not right. This extension is particularly useful if you're running an older version of Firefox without anti-phishing protection.
SecurePasswordGenerator is a long name for a little extension that sits in your toolbar and helps you create unique passwords. Half the battle of staying safe online is using complex and different passwords whenever you register at a Web site. Use this tool to help you create a unique password everywhere you go.
Have you ever wondered where the information you type into an online form goes once you hit "send"? With FormFox, you can find out. Once you download and enable this extension, hovering your mouse over the data field of a form or search box will reveal exactly who receives the information you enter. Use this extension to check out an unfamiliar Web site before you cough up your name, address, and credit card information while doing your online holiday shopping.
Many people use disposable or temporary email addresses around the Internet to avoid email spam. Although spam is generally considered more of a nusiance than a security issue, there are occasions when a disposable address may be a safer option than providing a real one (on message forums, for example). There are several temporary email services to choose from; the TrashMail.net Firefox extension makes that service an attractive choice.
Sometimes you need to protect your information from the prying eyes of people around you. If you're surfing at an airport or local coffee shop, people wandering past can have a look at the titles of the tabs you have open. Page Title Eraser lets you either blank out the title and icon in your browser's tabs, or replace the text with something of your choice.
When trying to protect your privacy, the last thing you want is for a Web site to collect data on what you do while you visit: where you click, how long you view a page, and so on. That's called profiling. While it's harmless if a site tracks data on how long it took you to read an article on how to install a video game, most people feel that there's no reason a Web site needs to know anything about your surfing habits, even if it's only to collect data for marketing purposes.
Most extensions and tools commonly used to prevent data profiling by search engines work by concealing information from outsiders. TrackMeNot takes the opposite approach and actually sends out a bunch of information for the search engines to process. Of course, it sends mostly false information, which means your search activities remain hidden from view and search engines won't glean any meaningful data from your visit.
These are only a few of several dozen privacy and security extensions available for Firefox; you can find a larger list at Mozilla's Web site. Tools like these can make your surfing experience safer, but remember: nothing is foolproof, and talented hackers can still find ways to pull information from your system if they try hard enough. Always be careful.

Read More