[TIP] Add Directories Recursively To Perforce (P4) Depot

Perforce is an excellent revision control system for the code but the GUIs (P4WIN and P4V) are too slow to be productive. Hence, I like to do most of my work through command lines. Now, the other day I needed to add a directory and all its subdirectories and files to the repository (or perforce depot). This is a trivial task through the GUI. Just drag the top level directory onto the changelist area and the GUI takes care of everything but there is no straightforward way to do this through command line, until, I discovered the “-x” option of P4. [Read More]

Ubuntu TIP: Automating Package Installation – apt-get to the rescue

Admin Note: Rahul is a long time friend of mine, and is a well known geek amongst his friends and colleagues. I’m happy to announce that he will be enriching this site from time-to-time as a guest editor/author. First up is a small tid-bit of a script that he wrote to ease up his life between installations and reinstallations of everyone’s favourite OS: Ubuntu. Over to his post.. Have you ever had to reinstall your ubuntu installation, and then bear the pain of manually installing the applications you’ve come to love (i mean use :)) everyday? [Read More]