• Tips

    PNG(s) to PDF, the command line way

    by  • October 25, 2012 • Imaging, Tips, Utilities • 0 Comments

    A quick tip for command line users: if you want to convert .png files to .pdf: convert *.png filename.pdf Simple! If you want to keep control of page sequence or specific files to convert: convert page1.png page2.png page3.png filename.pdf Needless to say, but I’ll say it anyways, the .pdf won’t be in vector graphics,...

    Read more →

    Diff with vimdiff

    by  • January 20, 2011 • Tips, Utilities • 1 Comment

    For those who are vim fans, a quick tip on how to run a diff/merge  task: Open the files with: vimdiff file1 file2 file3   –> Vertical split is default vimdiff -o file1 file2 file3  –> If you’d like horizontal split of files To jump between files: Ctrl-W w To jump places where differences...

    Read more →

    Encrypt files with GnuPG

    by  • August 1, 2010 • Tips, Utilities • 3 Comments

    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...

    Read more →

    Using Twitter with Pidgin

    by  • April 30, 2009 • Messaging, Tips • 2 Comments

    The eco-system around Pidgin is 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.ca too!). Steps to get it working: download and install the plug-in the plug-in; go...

    Read more →

    Open source at work

    by  • April 22, 2009 • Office, Tips • 2 Comments

    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...

    Read more →

    Free movie tip – D.O.A.

    by  • April 12, 2009 • Tips • 1 Comment

    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...

    Read more →

    Top podcasts & vidcasts

    by  • March 23, 2009 • Tips • 1 Comment

    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...

    Read more →

    FLOSS Manuals

    by  • March 21, 2009 • Tips • 1 Comment

    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,...

    Read more →