Author Archives: fsormok

Swisscom GPRS under Fedora

Contents 1 Get MAC 2 Get Channel 3 Create /dev/rfcomm0 4 /etc/ppp/peers/gprs 5 /etc/ppp/peers/gprs.chat 6 Connect Get MAC shell> hcitool scan Scanning … 01:12:3A:55:88:99 myphone   Get Channel shell> sdptool search DUN Inquiring … Searching for DUN on 01:12:3A:55:88:99 … … Continue reading

Posted in Fedora, Linux | Leave a comment

TrueCrypt

Using the Command-Line http://blog.gnu-designs.com/truecrypt-on-linux-with-xfs-and-ext2ext3-volumes sudo truecrypt –create sudo truecrypt -l sudo mke2fs -m0 /dev/mapper/truecrypt1 sudo truecrypt /dev/sde1 /mnt/external

Posted in Linux, Security | Leave a comment

Work with LVM (Logical Volume Manager)

Concatenate two disk to one large disk Prepare the disks [root@moloch mnt]# pvcreate /dev/hdg1 Physical volume “/dev/hdg1” successfully created [root@moloch mnt]# pvcreate /dev/hdh1 Physical volume “/dev/hdh1” successfully created [root@moloch mnt]# Verify the creation of the Physical Volumes [root@moloch ~]# pvdisplay … Continue reading

Posted in Linux, LVM | Tagged , | Leave a comment

Bash Magic

Ctrl + A Go to the beginning of the line you are currently typing on Ctrl + E Go to the end of the line you are currently typing on Ctrl + L Clears the Screen, similar to the clear … Continue reading

Posted in Bash, Linux, Mac OS X, Software | Leave a comment