We often use Eclipse for Android programming. Of-course creating an Android project is simple and easy for a beginner and advance user using Eclipse. Eclipse creates a file hierarchy needed for an Android project. Also building and running an apk
is even simpler. But for those who don’t want to switch to GUI or who want to stick to the terminal for Android programming, read on ..
Tag Archives: terminal
using pdftk
merging
suppose I have some pdf pages like
front.pdf, toc.pdf, auth_colo.pdf, part1.pdf, chap01.pdf, chap02.pdf, part2.pdf, chap03.pdf, chap04.pdf, chap05.pdf, part3.pdf, app_A.pdf, app_B.pdf, and, index.pdf
burn an iso image from terminal
Now you can burn an ISO image directly from your terminal, no need for any GUI tool.
The utility is called wodim, its derived from the tool cdrecord. To check for devices, on you system, simply type,
wodim --devices
Continue Reading…