Search
Categories
Category Archives: Linux
Speed up your boot time in Fedora – Enable/disable services
Priorities: L = Only laptops need this. D = Only Desktops need this. A = All need this! Keep it enabled. HR = Highly Recommended! But not absolutely needed. Better to keep enabled. R = Not needed at all but … Continue reading
Posted in Fedora, Linux
Leave a comment
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