PNG(s) to PDF, the command line way

Categories: Imaging Tips Utilities
A quick tip for command line users: if you want to convert .png files to .pdf: Simple! If you want to keep control of page sequence or specific files to convert: Needless to say, but I’ll say it anyways, the .pdf won’t be in vector graphics, so not scalable but that is because .png is not a vector graphics format.

Diff with vimdiff

Categories: Tips Utilities
For those who are vim fans, a quick tip on how to run a diff/merge task: Open the files with: To jump between files: To jump places where differences are found: These are just the quick basics, there are a ton of other commands listed on Vim’s documentation page.

Encrypt files with GnuPG

Categories: Tips Utilities
Here is a simple and quick way for you to encrypt files in Linux: gpg –output doc.gpg –encrypt –recipient [email protected] 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 address of your GPG key. To decrypt: I recently used this to encrypt a sensitive file before placing it on my Dropbox account.

Read More →

Tip: discover and terminate high CPU processes (Linux)

Categories: Tips
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: Open the terminal Run “top” Press “k” and the number on “pid” column of the process which appears on the top of the list.

Read More →

Using Twitter with Pidgin

Categories: Messaging Tips
The eco-system around Pidginis fantastic, below is yet another cool plug-in tip for it. Pidgin-Twitter plug-in works with Linux and Windows for you to get back into posting to and receiving notes from Twitter (also works well with Identi.catoo!). Steps to get it working: download and install the plug-in the plug-in; go to Pidgin menu under Tools > Plug-ins you’ll find Pidgin-Twitter to activate and configure; place your username / password and define a couple of other options (such as show users’ avatars) Add a buddy to your GTalk account called twitter@twitter.

Read More →

Open source at work

Categories: Office Tips
Migrating from a proprietary licensed mindset into open source can be perceived as a pretty challenging task. It is incredibly common for me to see that branding power often blinds people in a way that the functionalities of a software are disregarded in favor of the comforting sound of a brand name. What does all that marketing blah blah means? At my work, all new computers have open source software on it.

Read More →

Free movie tip – D.O.A.

Categories: Tips
Found in the Internet Archive, D.O.A. of 1950 is a classic film noir movie. Although I’m not a fan of old movies, this drama mystery was pretty worth it. The basic story is of a person who tries to investigate who murdered him. The story is pretty rich with very good moments of suspense and a nice character build-up. The victim who has received a deadly poison goes out to search for his own killer.

Read More →

Top podcasts � vidcasts

Categories: Tips
Sharing with you my list of Linux and Open Source podcasts and vidcasts I subscribe to: FLOSS Weekly(podcast) – part of the Twit.tv world, excellent interviews with leaders of different FLOSS projects; Linux Outlaws(podcast) – this show is quite informal but has very nice comments on what’s new on the Linux and FLOSS world; Stack Overflow(podcast) – more geared towards programming and software development; The Linux Journal(vidcast) – short but very nice Linux tips; Category 5(vidcast) – a lot of good information for those starting in the world of Linux with live Q&A session; The Source(vidcast) – just started following it and so far I’ve seen some very nice interviews with important community members of the open source world.

Read More →

Immediate song preview in Gnome [Linux]

Categories: Audio and Video CD and DVD Tips
If you’re using Linux with Gnome, do a mouseover the music file and you’ll start hearing the song immediately. You don’t even need to double-click to open the file in a media player, not even a mouse click is needed. Nice little hidden secrets of an awesome desktop file manager.

FLOSS Manuals

Categories: Tips
If you’re interested in Free Libre Open Source Software and would like some valuable reading material to become an expert, FLOSS Manuals is a great site. You can find books about Blender, Inkscape, Firefox, OpenOffice, Audacity, WordPress, Linux Command Line, to name a few. Find the manual you want, read it on their site, download, or order a printed copy. Only the printed copy is not free. Also cool is the ability to remix your book to get only certain chapters that you find interesting.

Read More →