• Posts Tagged ‘linux’

    Encrypt files with GnuPG

    by  • August 1, 2010 • Tips, Utilities • 1 Comment

    Here is a simple and quick way for you to encrypt files in Linux: gpg –output doc.gpg –encrypt –recipient EmailofRecipient@blah.com original_file.doc Further explained: –output (or -o) is the name of the encrypted file –recipient (or -r) is the person who will be decrypting the file. If the file is for yourself only, use the email [...]

    Read more →

    Tip: discover and terminate high CPU processes (Linux)

    by  • April 25, 2010 • Tips • 6 Comments

    A quick tip to get the dust out of our blog If you hear the fan of your computer going way up, most likely that was because some application or process is using too much CPU. Find out which one and terminate it by: 1. Open the terminal 2. Run “top” 3. Press “k” and [...]

    Read more →

    Gwibber microblogging app now 2.0 [Linux]

    by  • October 25, 2009 • Utilities • 2 Comments

    Gwibber, an open source microblogging app for Gnome has now reached version 2.0! Although at 2.0, the developers are not considering this a stable release yet and not making it available on the stable distribution channels. What I could notice first from the upgrade was the UI from: to Which means: it is now easier [...]

    Read more →

    Arora – completely FLOSS Webkit browser

    by  • September 6, 2009 • Utilities • 4 Comments

    If you want to run a WebKit web browser with no strings attached (unlike Safari and Google Chrome), Arora is surely worth a try. First plus is that it runs on Linux, Windows and MacOS X. It is fast, has private browsing and looks like it has some plug-in support. Another good news is the [...]

    Read more →

    Pidgin now supports audio and video

    by  • August 23, 2009 • Messaging • 0 Comments

    One of the “I thought it would never come” moments in the open source software industry would be audio and video support in Pidgin. Now it is here! Almost… Windows is not yet supported. With the release of Pidgin 2.6.1. audio and video is finally supported in the xmpp protocol (used by GTalk). I have [...]

    Read more →

    Compare files in Linux

    by  • July 26, 2009 • Utilities, Web services • 3 Comments

    Not long ago I was working with some .po files and needed a nice and simple diff program to merge 2 files. First I tried the multi-purposed text editor vim. Using vim as a diff and merge tool: with Andrej’s article I found some nice tips & tricks and the Vim manual for diff tasks. [...]

    Read more →

    Emacs – text editor on steroids

    by  • June 14, 2009 • Utilities • 0 Comments

    Although it has been a round for quite some time, I’m not a coder so my experience with text editors and IDEs is very limited. To give you an example, I’ve been using on the command line the good-ol’ simple nano. But, since I’m starting to need a bit more powerful features, my search began [...]

    Read more →

    Ebook reader and manager

    by  • May 25, 2009 • Office, Utilities • 0 Comments

    For those who like ebooks, Calibre is a great program that was created to manage pretty much any aspect of your reading files. The list of features is pretty extensive: convert files from and to epub, mobi, LRF and supports input of several other formats including PDF, html, odt, rtf amongst others; syncs to mobile [...]

    Read more →

    Import and edit PDF files in OpenOffice

    by  • May 24, 2009 • Office • 0 Comments

    For quite a while now OpenOffice has been promising the ability to import and edit PDF files. Although not released with the program itself, you can grab the Sun PDF Import extension to do just that. This extension is in beta and is available multi-platform for Windows, Linux and MacOS X systems. Tests that I [...]

    Read more →

    New Android 1.5 (Cupcake)

    by  • May 9, 2009 • Mobile • 4 Comments

    The last time there was an Android upgrade, I had to wait over 1 month to get mine. Fortunately this time it appears Europe had Android 1.5 launch date before users in the U.S. This is a much expected release because of the extensive list of new features. Without further delay, here is the tour [...]

    Read more →