Debian stopped including mkisofs in sid. Instead they have a program called xorrisofs. Here is how to use it to create iso images from a directory.
Sunday, July 10, 2011
Posted by Posted by
WL
at
9:13 AM
Categories:
0
comments
Sunday, February 20, 2011
iptables can block Internet access to application running as a specific group or user. So to enable application specific Internet blocks can be achieved this way:
Add a group which we can then add to the blocked list. I am adding here a group named 'nosoupforyou'
Set a password for this group
Add iptables rule to enable blocking. This will drop all packets created by nosoupforyou
finally run a program as this new group
You will notice that if you start firefox this way, you can not access any sites at all. You can just start any other programs you would like to block from accessing Internet.
Posted by Posted by
WL
at
9:05 AM
Categories:
0
comments
Tuesday, February 8, 2011
To explode/burst/split a pdf files into multiple files of single pages
To join multiple PDF files into a single PDF
Posted by Posted by
WL
at
9:23 PM
Categories:
0
comments
Friday, January 21, 2011
To import already existing code to SVN repository:
1. Create a new SVN repository
2. import to this newly created repository
Posted by Posted by
WL
at
11:00 AM
Categories:
0
comments
To create a new repository:
Create the directory and then use
To import already existing code into this new repository:
Go under the directory where the code is located
Posted by Posted by
WL
at
10:57 AM
Categories:
0
comments