Hello to all!! this is simple instruction how to run VLC in BackTrack 5. I think this is not a simple for newbie ! but to the old timer this is just like eating peanut with 'Teh Tarik'. Ok let's begin:-
1. Install VLC player
apt-get install vlc
2. open file
hexedit /usr/bin/vlc
3. Edit the file
press the TAB button to move cursor form HEX to Word section and find this word :- geteuid._libc_start_man change to this:- getppid._libc_start_man
4. Save all the work
ok that's all ......Happy hunting!!
Tuesday, June 14, 2011
Simple step to run VLC player in BackTrack 5
Tuesday, June 7, 2011
Metasploit vs MS Office
Watch video on-line: http://blip.tv/g0tmi1k/metasploit-vs-microsoft-office-5241818
Download video: http://www.mediafire.com/?qr6c0h9gva90mvv
great thanks to gotmi1k you are the man! bro
Download video: http://www.mediafire.com/?qr6c0h9gva90mvv
great thanks to gotmi1k you are the man! bro
GRUB2 repair in Backtrack 5
Good day to all my friend's all around the globe. Lately i am busy at my office and not post any article to my blog. Due to the BackTrack 5 release and still updating at my machine for more, i post this guide to repair GRUB2 after installing Windosws XP/VISTA/7 dualboot with BackTrack. Maybe this guide will help you all out there.....!!! lets go
First:-
1. Boot from Backtrack 5 DVD
2. Find partition location of your BackTrack 5
root@bt:~# fdisk -l
Disk /dev/sda: 80.0 GB, 80026361856 bytes
240 heads, 63 sectors/track, 10337 cylinders
Units = cylinders of 15120 * 512 = 7741440 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0xed1f86f7
Device Boot Start End Blocks Id System
/dev/sda1 * 1 6772 51196288+ 7 HPFS/NTFS
/dev/sda2 6773 10338 26953729 5 Extended
/dev/sda5 6773 6902 975872 82 Linux swap / Solaris
/dev/sda6 6902 10338 25976832 83 Linux <----OK this is Linux partition
root@bt:~#
3. Create mount-point for BackTrack 5 partition
root@bt:~# mkdir /media/root
4. Mount the partition using this line:
root@bt:~# mount /dev/sda6 /media/root
5. Confirm your root location by typing this line:
root@bt:~# ls /media/root
bin dev initrd.img lib32 media proc selinux tmp vmlinuz
boot etc initrd.img.old lib64 mnt root srv usr vmlinuz.old
cdrom home lib lost+found opt sbin sys var
6. if those line above appear, you may proceed by installing GRUB 2:
root@bt:~# grub-install --root-directory=/media/root /dev/sda
Installation finished. No error reported
7. Reboot your system!
Ok..happy hunting!!
First:-
1. Boot from Backtrack 5 DVD
2. Find partition location of your BackTrack 5
root@bt:~# fdisk -l
Disk /dev/sda: 80.0 GB, 80026361856 bytes
240 heads, 63 sectors/track, 10337 cylinders
Units = cylinders of 15120 * 512 = 7741440 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0xed1f86f7
Device Boot Start End Blocks Id System
/dev/sda1 * 1 6772 51196288+ 7 HPFS/NTFS
/dev/sda2 6773 10338 26953729 5 Extended
/dev/sda5 6773 6902 975872 82 Linux swap / Solaris
/dev/sda6 6902 10338 25976832 83 Linux <----OK this is Linux partition
root@bt:~#
3. Create mount-point for BackTrack 5 partition
root@bt:~# mkdir /media/root
4. Mount the partition using this line:
root@bt:~# mount /dev/sda6 /media/root
5. Confirm your root location by typing this line:
root@bt:~# ls /media/root
bin dev initrd.img lib32 media proc selinux tmp vmlinuz
boot etc initrd.img.old lib64 mnt root srv usr vmlinuz.old
cdrom home lib lost+found opt sbin sys var
6. if those line above appear, you may proceed by installing GRUB 2:
root@bt:~# grub-install --root-directory=/media/root /dev/sda
Installation finished. No error reported
7. Reboot your system!
Ok..happy hunting!!
Subscribe to:
Posts (Atom)