<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>IT Solutions Knowledge Base &#187; BackTrack</title>
	<atom:link href="http://www.itsolutionskb.com/category/linux/backtrack/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.itsolutionskb.com</link>
	<description></description>
	<lastBuildDate>Fri, 02 Jul 2010 07:26:50 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>Install VMware Tools on Ubuntu</title>
		<link>http://www.itsolutionskb.com/2009/04/install-vmware-tools-on-ubuntu/</link>
		<comments>http://www.itsolutionskb.com/2009/04/install-vmware-tools-on-ubuntu/#comments</comments>
		<pubDate>Sat, 25 Apr 2009 17:53:23 +0000</pubDate>
		<dc:creator>Glafkos Charalambous</dc:creator>
				<category><![CDATA[BackTrack]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[VMware]]></category>

		<guid isPermaLink="false">http://www.itsolutionskb.com/?p=950</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p>In this article we will describe how we can install VMware Tools on Linux distributions and more specific to Debian based distributions like Ubuntu, Backtrack, etc.. </p>
<p>While on VMWare Workstation we Install VMWare Tools and then on our Linux distribution we first mount the cdrom drive and we copy and install the VMwareTools-x.x.x-x.tar.gz file contained within.</p>
<p>On Debian based distributions before proceeding do the following: </p>
<blockquote><p>
1. apt-get install build-essential<br />
2. apt-get install linux-headers-server
</p></blockquote>
<blockquote><p>
1. mkdir /mnt/cdrom<br />
2. mount /dev/cdrom /mnt/cdrom<br />
3. cp /mnt/cdrom/VMwareTools-x.x.x-x.tar.gz /tmp/<br />
4. cd /tmp/<br />
5. tar -zxf VMwareTools-x.x.x-x.tar.gz<br />
6. cd vmware-tools-distrib<br />
7. perl vmware-install.pl<br />
8. Accept the default questions<br />
9. /etc/init.d/networking stop<br />
10. rmmod pcnet32<br />
11. rmmod vmxnet<br />
12. depmod -a<br />
13. modprobe vmxnet<br />
14. /etc/init.d/networking start<br />
15. Restart X Server or Reboot your machine
</p></blockquote>
<p>On reboot you can start /usr/bin/vmware-toolbox or create a script that will autostart vmware-toolbox on each boot</p>
<blockquote><p>
1. echo &#8220;/usr/bin/vmware-toolbox &#8211;minimize&#8221; > ~/.kde/Autostart/vmware-tools.sh<br />
2. chmod +x ~/.kde/Autostart/vmware-tools.sh</p>
<p><strong>Note:</strong> If you are running Backtrack 4 replace ~/.kde with ~/.kde3
</p></blockquote>
<p>Note: If you are running Backtrack 4 replace ~/.kde with ~/.kde3 </p>
<p>On latest Ubuntu distributions we can also install the VMware Tools through apt-get. VMware has released the VMware tools source code as Open Source Project under the name <a href="http://open-vm-tools.sourceforge.net/">Open Virtual Machine Tools</a>.</p>
<p><strong>References:</strong><br />
<a href="http://open-vm-tools.sourceforge.net/">http://open-vm-tools.sourceforge.net/</a><br />
<a href="http://www.ubuntu.com/">http://www.ubuntu.com/</a><br />
<a href="http://www.vmware.com/">http://www.vmware.com/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.itsolutionskb.com/2009/04/install-vmware-tools-on-ubuntu/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to make a Backtrack 4 Hard Drive Installation &#8211; Step by Step Guide</title>
		<link>http://www.itsolutionskb.com/2009/04/how-to-make-a-backtrack-4-hard-drive-installation-step-by-step-guide/</link>
		<comments>http://www.itsolutionskb.com/2009/04/how-to-make-a-backtrack-4-hard-drive-installation-step-by-step-guide/#comments</comments>
		<pubDate>Thu, 23 Apr 2009 21:32:45 +0000</pubDate>
		<dc:creator>Glafkos Charalambous</dc:creator>
				<category><![CDATA[BackTrack]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://www.itsolutionskb.com/?p=858</guid>
		<description><![CDATA[Backtrack 4 does not contain any installer yet thus we wrote this step by step guide based on muts cookbook on how to install Backtrack 4 on our hard disk drive. Step 1 &#8211; Creating the partitions First we will need to create three partitions to be able to install backtrack on our hard disk [...]]]></description>
			<content:encoded><![CDATA[<p>Backtrack 4 does not contain any installer yet thus we wrote this step by step guide based on muts cookbook on how to install Backtrack 4 on our hard disk drive.</p>
<p><strong>Step 1 &#8211; Creating the partitions</strong></p>
<p>First we will need to create three partitions to be able to install backtrack on our hard disk drive. We will need boot, swap and root partitions to be created. (We can still create 2 partitions and install the boot inside the root partition)</p>
<p><a href="http://www.itsolutionskb.com/wp-content/uploads/2009/04/installing_backtrack4_step1.png" rel="lightbox[858]"><img class="alignnone size-medium wp-image-861" title="fdisk /dev/sda" src="http://www.itsolutionskb.com/wp-content/uploads/2009/04/installing_backtrack4_step1-300x122.png" alt="fdisk /dev/sda" width="300" height="122" /></a></p>
<p><a href="http://www.itsolutionskb.com/wp-content/uploads/2009/04/installing_backtrack4_step2.png" rel="lightbox[858]"><img class="alignnone size-medium wp-image-863" title="Creating the partitions" src="http://www.itsolutionskb.com/wp-content/uploads/2009/04/installing_backtrack4_step2-300x246.png" alt="Creating the partitions" width="300" height="246" /></a></p>
<p>After we create the three partitions we need to change the type of partition 2 to swap and activate the boot partition, then write the changes</p>
<p>Command (m for help): t<br />
Partition number (1-4): 2<br />
Hex code (type L to list codes): 82<br />
Changed system type of partition 2 to 82 (Linux swap / Solaris)<br />
Command (m for help): a<br />
Partition number (1-4): 1<br />
Command (m for help): w<br />
The partition table has been altered!<br />
Calling ioctl() to re-read partition table.<br />
Syncing disks.<br />
root@bt:~#</p>
<p><strong>Step 2 &#8211; Format the file systems</strong><br />
We format our file system with mkreiserfs for root partition, ext2 for boot and swap for the swap partition.</p>
<p><strong><a href="http://www.itsolutionskb.com/wp-content/uploads/2009/04/installing_backtrack4_step2a1.png" rel="lightbox[858]"><img class="alignnone size-medium wp-image-876" title="mkfs.ext2 /dev/sda1" src="http://www.itsolutionskb.com/wp-content/uploads/2009/04/installing_backtrack4_step2a1-300x182.png" alt="mkfs.ext2 /dev/sda1" width="300" height="182" /></a></strong></p>
<p><strong><a href="http://www.itsolutionskb.com/wp-content/uploads/2009/04/installing_backtrack4_step2b.png" rel="lightbox[858]"><img class="alignnone size-medium wp-image-877" title="prepare swap" src="http://www.itsolutionskb.com/wp-content/uploads/2009/04/installing_backtrack4_step2b-300x41.png" alt="prepare swap" width="300" height="41" /></a></strong></p>
<p><a href="http://www.itsolutionskb.com/wp-content/uploads/2009/04/installing_backtrack4_step2c.png" rel="lightbox[858]"><img class="alignnone size-medium wp-image-880" title="mkfs.reiserfs /dev/sda3" src="http://www.itsolutionskb.com/wp-content/uploads/2009/04/installing_backtrack4_step2c-300x226.png" alt="mkfs.reiserfs /dev/sda3" width="300" height="226" /></a></p>
<p><strong>Step 3 &#8211; Mount and Copy Directories</strong></p>
<p>After we had prepare the file systems its time to copy over the backtrack files to our hard drive and configure it to run the backtrack on boot.</p>
<p><a href="http://www.itsolutionskb.com/wp-content/uploads/2009/04/installing_backtrack4_step2d.png" rel="lightbox[858]"><img class="alignnone size-medium wp-image-888" title="Mount and Copy the Directory Structure" src="http://www.itsolutionskb.com/wp-content/uploads/2009/04/installing_backtrack4_step2d-300x62.png" alt="Mount and Copy the Directory Structure" width="300" height="62" /></a></p>
<p><strong>NOTE:</strong> The copy operation will take some time so be patient until it finish</p>
<p><strong>Step 4 &#8211; Configure Bootloader</strong></p>
<p><a href="http://www.itsolutionskb.com/wp-content/uploads/2009/04/installing_backtrack4_step4a.png" rel="lightbox[858]"></a><a href="http://www.itsolutionskb.com/wp-content/uploads/2009/04/installing_backtrack4_step4a1.png" rel="lightbox[858]"><img class="alignnone size-medium wp-image-895" title="nano /etc/lilo.conf" src="http://www.itsolutionskb.com/wp-content/uploads/2009/04/installing_backtrack4_step4a1-300x258.png" alt="nano /etc/lilo.conf" width="300" height="258" /></a></p>
<p>We will need to configure /etc/lilo.conf and define the boot and root partition so we will be able to boot into backtrack. In case we do not correctly define the root partition we will get an error &#8220;Kernel panic: no init found&#8221;.</p>
<p><a href="http://www.itsolutionskb.com/wp-content/uploads/2009/04/installing_backtrack4_step4b.png" rel="lightbox[858]"><img class="alignnone size-medium wp-image-891" title="Configure fstab" src="http://www.itsolutionskb.com/wp-content/uploads/2009/04/installing_backtrack4_step4b-300x92.png" alt="Configure fstab" width="300" height="92" /></a></p>
<p>Edit /etc/fstab and append the following lines:</p>
<blockquote><p>/dev/sda3 / reiserfs defaults 0 0 # AutoUpdate<br />
/dev/sda2 none swap sw 0 0</p></blockquote>
<p><a href="http://www.itsolutionskb.com/wp-content/uploads/2009/04/installing_backtrack4_step4c.png" rel="lightbox[858]"><img class="alignnone size-medium wp-image-892" title="Execute lilo -v" src="http://www.itsolutionskb.com/wp-content/uploads/2009/04/installing_backtrack4_step4c-300x193.png" alt="Execute lilo -v" width="300" height="193" /></a></p>
<p>Execute lilo -v and reboot</p>
<p><strong>References:</strong></p>
<p><a href="http://www.offensive-security.com/documentation/bt4install.pdf">http://www.offensive-security.com/documentation/bt4install.pdf</a><br />
<a href="2009/04/how-to-install-nessus-on-backtrack-4/">2009/04/how-to-install-nessus-on-backtrack-4</a><br />
<a href="2009/04/backtrack-4-beta-quick-fixes">2009/04/backtrack-4-beta-quick-fixes</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.itsolutionskb.com/2009/04/how-to-make-a-backtrack-4-hard-drive-installation-step-by-step-guide/feed/</wfw:commentRss>
		<slash:comments>21</slash:comments>
		</item>
		<item>
		<title>How to make Backtrack 4 persistent installation on USB Disk Drive</title>
		<link>http://www.itsolutionskb.com/2009/04/how-to-make-backtrack-4-persistent-installation-on-usb-disk-drive/</link>
		<comments>http://www.itsolutionskb.com/2009/04/how-to-make-backtrack-4-persistent-installation-on-usb-disk-drive/#comments</comments>
		<pubDate>Fri, 17 Apr 2009 12:48:52 +0000</pubDate>
		<dc:creator>Glafkos Charalambous</dc:creator>
				<category><![CDATA[BackTrack]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Bootable USB]]></category>
		<category><![CDATA[USB]]></category>

		<guid isPermaLink="false">http://www.itsolutionskb.com/?p=817</guid>
		<description><![CDATA[In this article we will describe how we can create a bootable Backtrack 4 USB Drive that will save all the changes we make on the USB itself. In this scenario we will use 2 USB Drives. One USB drive of 1GB and the 2GB USB drive which will hold our changes. Firstly we need [...]]]></description>
			<content:encoded><![CDATA[<p>In this article we will describe how we can create a bootable Backtrack 4 USB Drive that will save all the changes we make on the USB itself. In this scenario we will use 2 USB Drives. One USB drive of 1GB and the 2GB USB drive which will hold our changes.</p>
<p>Firstly we need to create a bootable USB Drive on the 1GB USB Drive and boot our machine (A DVD Drive can be used also)<br />
Instructions on how to do this can be found on the following link: 2009/04/how-to-make-backtrack-4-boot-from-usb/ </p>
<p>Secondly we will need to to prepare our 2GB USB Drive with 2 partitions, one for the USB Boot with (bt4 and boot folder) FAT32 and the other one EXT2 to keep our changes.</p>
<p><a href="http://www.itsolutionskb.com/wp-content/uploads/2009/04/bt4_fdisk.png" rel="lightbox[817]"><img src="http://www.itsolutionskb.com/wp-content/uploads/2009/04/bt4_fdisk-300x207.png" alt="BT4 List partitions" title="BT4 List partitions" width="300" height="207" class="alignnone size-medium wp-image-818" /></a></p>
<p>As you can see in the above screenshot the two USB devices are listed as /dev/sdb1 for the 1GB bootable USB Drive and /dev/sdc1 for the 2GB drive. </p>
<p>We now need to delete the /dev/sdc1 partition and create 2 new partitions for the /dev/sdc USB Drive:</p>
<blockquote><p>root@bt:~# fdisk /dev/sdc</p>
<p>Command (m for help): <strong>d</strong><br />
Selected partition 1<br />
Command (m for help): <strong>n</strong><br />
Command action<br />
   e   extended<br />
   p   primary partition (1-4)<br />
<strong>p</strong><br />
Partition number (1-4): <strong>1</strong><br />
First cylinder (1-2813, default 1):<br />
Using default value 1<br />
Last cylinder, +cylinders or +size{K,M,G} (1-2813, default 2813): <strong>+1024M  </strong><br />
Command (m for help): <strong>t</strong><br />
Selected partition 1<br />
Hex code (type L to list codes): <strong>b</strong><br />
Changed system type of partition 1 to b (W95 FAT32)<br />
Command (m for help): <strong>a</strong><br />
Partition number (1-4): <strong>1</strong><br />
Command (m for help): <strong>n</strong><br />
Command action<br />
   e   extended<br />
   p   primary partition (1-4)<br />
<strong>p</strong><br />
Partition number (1-4): <strong>2</strong><br />
First cylinder (1489-2813, default 1489):<br />
Using default value 1489<br />
Last cylinder, +cylinders or +size{K,M,G} (1489-2813, default 2813):<br />
Using default value 2813<br />
Command (m for help): <strong>w</strong><br />
The partition table has been altered</p></blockquote>
<p>We now format the linux partition with mkfs.ext2, mount it and create &#8220;changes&#8221; folder:</p>
<blockquote><p>
root@bt:/# mkfs.ext2 /dev/sdc2<br />
root@bt:/# mkdir -p /mnt/sdc2<br />
root@bt:/# mount -t ext2 /dev/sdc2 /mnt/sdc2<br />
root@bt:/# mkdir /mnt/sdc2/changes
</p></blockquote>
<p>On the first partition we need to copy BT4 and boot folders from the 1GB USB Drive to our 2GB USB Drive first partition /dev/sdc1:</p>
<blockquote><p>
Format the partition to FAT32<br />
root@bt:/# mkdosfs -F 32 /dev/sdc1<br />
root@bt:/# mkdir -p /mnt/sdc1<br />
root@bt:/# mount -t vfat /dev/sdc1 /mnt/sdc1<br />
root@bt:/# cp -Rf /mnt/sdb1/boot/ /mnt/sdc1/<br />
root@bt:/# cp -Rf /mnt/sdb1/BT4/ /mnt/sdc1/
</p></blockquote>
<p>Now we have to make our 2GB USB Drive bootable and keeping the changes on our second partition:</p>
<blockquote><p>
chmod +Xx /mnt/sdc1/boot/syslinux/lilo<br />
chmod +Xx /mnt/sdc1/boot/syslinux/syslinux</p>
<p>nano /mnt/sdc1/boot/syslinux/syslinux.cfg</p></blockquote>
<p>Append the changes to reflect the Linux EXT2 partition we created before:</p>
<blockquote><p>LABEL BT4<br />
MENU LABEL BT4 Beta &#8211; Console<br />
KERNEL /boot/vmlinuz<br />
APPEND vga=0&#215;317 initrd=/boot/initrd.gz ramdisk_size=6666 root=/dev/ram0 rw quiet <strong>changes=/dev/sdb2</strong></p></blockquote>
<p>As you can see we had put /dev/sdb2 partition because on the next boot we will remove the 1GB USB drive that it currently has the /dev/sdb partition and our new bootable USB Drive will use /dev/sdb.</p>
<p>The last step is to write our MBR Boot record to make our USB Drive bootable:</p>
<p>As we notice running bootinst.sh on backtrack 4 we get an error as follow<br />
root@bt:/# sh /mnt/sdc1/boot/bootinst.sh<br />
/mnt/sdc1/boot/bootinst.sh: 27: Bad substitution</p>
<p>To fix this we need to force symbolic link the /bin/bash with /bin/sh and reboot the system:</p>
<blockquote><p>
root@bt:/# ln -sf /bin/bash /bin/sh<br />
root@bt:/# sh /mnt/sdc1/boot/bootinst.sh<br />
root@bt:/# reboot
</p></blockquote>
<p>Now you have a full Backtrack 4 installation on your USB Drive that will keep all the changes we make.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.itsolutionskb.com/2009/04/how-to-make-backtrack-4-persistent-installation-on-usb-disk-drive/feed/</wfw:commentRss>
		<slash:comments>24</slash:comments>
		</item>
		<item>
		<title>Installing HP Mini Note 2133 VIA Graphics Driver (Backtrack 4)</title>
		<link>http://www.itsolutionskb.com/2009/04/installing-hp-mini-note-2133-via-graphics-driver-backtrack-4/</link>
		<comments>http://www.itsolutionskb.com/2009/04/installing-hp-mini-note-2133-via-graphics-driver-backtrack-4/#comments</comments>
		<pubDate>Sun, 12 Apr 2009 12:42:14 +0000</pubDate>
		<dc:creator>George Nicolaou</dc:creator>
				<category><![CDATA[BackTrack]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Graphics]]></category>
		<category><![CDATA[VIA]]></category>

		<guid isPermaLink="false">http://www.itsolutionskb.com/?p=781</guid>
		<description><![CDATA[This article is a guide for installing a custom video driver on Backtrack 4. This solves issues like freezing while loading KDE (X11 Window System) or any other video related errors. This guide will go through installing drivers for HP Mini Note 2133 which comes with a VIA GPU. Step1: Boot your computer with BackTrack [...]]]></description>
			<content:encoded><![CDATA[<p>This article is a guide for installing a custom video driver on Backtrack 4. This solves issues like freezing while loading KDE (X11 Window System) or any other video related errors. This guide will go through installing drivers for HP Mini Note 2133 which comes with a VIA GPU.</p>
<p><strong>Step1:</strong></p>
<p>Boot your computer with BackTrack 4</p>
<p>If you have any issues getting pass this step you can try pressing &#8220;Tab&#8221; and editing/adding the &#8220;vga&#8221; argument into &#8220;vga=ask&#8221;</p>
<p>On Boot Options:</p>
<blockquote><p>&gt; /boot/vmlinuz <strong>vga=ask</strong> initrd=/boot/initrd.gz ramdisk_size=6666 root=/dev/ram0 rw quiet</p></blockquote>
<p>Then press ENTER to see available video modes.</p>
<p><strong>Step2:</strong></p>
<p>Log in as root. Now before you execute &#8220;startx&#8221; you need to install your video drivers.</p>
<p>You will need to download/compile and install the drivers on your own.</p>
<blockquote><p>wget http://www.viaarena.com/Driver/5.74.33.85a-44597.tar.gz</p></blockquote>
<p>When the download finishes run the following commands in order to install the driver:</p>
<blockquote><p>1. mkdir /lib/modules/2.6.28.1/kernel/ubuntu /lib/modules/2.6.28.1/kernel/ubuntu/via_chrome9<br />
2. tar xvf 5.74.33.85a-44597.tar.gz<br />
3. cd 5.74.33.85a-44597<br />
4. ./vinstall</p></blockquote>
<p>Note that you have to create the /lib/modules/2.6.28.1/kernel/ubuntu and /lib/modules/2.6.28.1/kernel/ubuntu/via_chrome9 directories in order to install or you can edit the vinstall script.</p>
<p><strong>Step3:</strong><br />
Locate and copy a working xorg.conf file into /etc/X11<br />
For the Mini Note I am using &#8220;who&#8221;&#8216;s xorg.conf located at:</p>
<p>https://wiki.ubuntu.com/LaptopTestingTeam/HP2133/DisplayConfig810</p>
<p><strong>Step4:</strong><br />
Execute &#8220;startx&#8221;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.itsolutionskb.com/2009/04/installing-hp-mini-note-2133-via-graphics-driver-backtrack-4/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Backtrack 4 Beta Quick Fixes</title>
		<link>http://www.itsolutionskb.com/2009/04/backtrack-4-beta-quick-fixes/</link>
		<comments>http://www.itsolutionskb.com/2009/04/backtrack-4-beta-quick-fixes/#comments</comments>
		<pubDate>Sat, 11 Apr 2009 09:23:10 +0000</pubDate>
		<dc:creator>Glafkos Charalambous</dc:creator>
				<category><![CDATA[BackTrack]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Error]]></category>
		<category><![CDATA[Fix]]></category>

		<guid isPermaLink="false">http://www.itsolutionskb.com/?p=754</guid>
		<description><![CDATA[In this article we will show some quick fixes for the new Backtrack 4 Beta version. As you may know the new Backtrack 4 is based on Ubuntu and it is running on KDE v3.5. References: http://backtrack4.blogspot.com/ Issue #1: W: GPG error: http://ppa.launchpad.net intrepid Release: The following signatures couldn&#8217;t be verified because the public key [...]]]></description>
			<content:encoded><![CDATA[<p>In this article we will show some quick fixes for the new Backtrack 4 Beta version. As you may know the new Backtrack 4 is based on Ubuntu and it is running on KDE v3.5.</p>
<p><strong>References:</strong></p>
<p>http://backtrack4.blogspot.com/</p>
<p><strong>Issue #1: </strong><br />
W: GPG error: http://ppa.launchpad.net intrepid Release: The following signatures couldn&#8217;t be verified because the public key is not available: NO_PUBKEY CB2F6C86F77B1CA9<br />
W: You may want to run apt-get update to correct these problems</p>
<p><strong>Fix #1: </strong></p>
<blockquote><p>
gpg &#8211;keyserver keyserver.ubuntu.com &#8211;recv CB2F6C86F77B1CA9<br />
gpg &#8211;export &#8211;armor CB2F6C86F77B1CA9 | apt-key add -
</p></blockquote>
<p><strong>Issue #2: </strong><br />
apt-get upgrade breaks BT4 Beta KDE</p>
<p><strong>Fix #2: </strong></p>
<blockquote><p>
cd /etc/alternatives/<br />
mv x-session-manager x-session-manager-broke<br />
ln -s /usr/kde3/bin/startkde x-session-manager<br />
cd /opt/kde3/share/<br />
mv applications borked-applications<br />
mv pixmaps borked-pixmaps<br />
mkdir -p /usr/local/share/applications/kde<br />
cp borked-applications/kde/ksnapshot.desktop /usr/local/share/applications/kde<br />
ln -s /usr/local/share/pixmaps pixmaps<br />
ln -s /usr/local/share/applications applications<br />
cd /opt/kde3/share/icons/crystalsvg/16&#215;16/apps/<br />
ln -s cache.png preferences-web-browser-cache.png<br />
cd /opt/kde3/share/applications/kde<br />
cat ksnapshot.desktop |grep -v ^GenericName &gt; ksnapshot.desktop1<br />
mv ksnapshot.desktop1 ksnapshot.desktop
</p></blockquote>
<p>Thanks to muts for the temp solution</p>
<p><strong>Issue #3: </strong><br />
Nikto missing from /pentest/scanners/nikto<br />
root@bt:/# cd /pentest/scanners/nikto/<br />
bash: cd: /pentest/scanners/nikto/: No such file or directory</p>
<p>Fast-Track issue also:<br />
Updating Nikto&#8230;<br />
/bin/sh: ./nikto.pl: not found</p>
<p><strong>Fix #3: </strong></p>
<blockquote><p>mkdir /pentest/scanners/nikto<br />
ln -s /usr/bin/nikto /pentest/scanners/nikto/nikto.pl</p></blockquote>
<p><strong>Issue #4: </strong><br />
Change BT4 Beta Screen Resolution</p>
<p><strong>Fix #4: </strong><br />
On terminal type: <strong>krandrtray </strong>and the screen resize and rotate tray icon will appear on the low right corner to let you configure your screen resolution</p>
<p><strong>Issue #5: </strong><br />
Can&#8217;t connect to wire/wireless network</p>
<p><strong>Fix #5: </strong><br />
Method 1:</p>
<blockquote><p>/etc/init.d/networking start</p></blockquote>
<p>Method 2: (Manual way)</p>
<blockquote><p>ifconfig eth0 up<br />
dhclient</p></blockquote>
<p>Also be sure to start the Network Manager daemon </p>
<blockquote><p>/etc/init.d/NetworkManager start</p></blockquote>
<p><strong>Issue #6: </strong><br />
ERROR 2002 (HY000): Can&#8217;t connect to local MySQL server through socket &#8216;/var/run/mysqld/mysqld.sock&#8217; (2)</p>
<p><strong>Fix #6: </strong></p>
<blockquote><p>1. sudo ln -s /etc/mysql/my.cnf /etc/my.cnf<br />
2. /etc/init.d/mysql restart</p></blockquote>
<p><strong>Issue #7: </strong><br />
ERROR 1 (HY000): Can&#8217;t create/write to file &#8216;/tmp/#sql_37ed_0.MYI&#8217; (Errcode: 13)</p>
<p><strong>Fix #7: </strong></p>
<blockquote><p>1. chown root:root /tmp<br />
2. chmod 1777 /tmp<br />
3. /etc/init.d/mysql start</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.itsolutionskb.com/2009/04/backtrack-4-beta-quick-fixes/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>How to make Backtrack 4 boot from USB</title>
		<link>http://www.itsolutionskb.com/2009/04/how-to-make-backtrack-4-boot-from-usb/</link>
		<comments>http://www.itsolutionskb.com/2009/04/how-to-make-backtrack-4-boot-from-usb/#comments</comments>
		<pubDate>Fri, 10 Apr 2009 21:01:28 +0000</pubDate>
		<dc:creator>Glafkos Charalambous</dc:creator>
				<category><![CDATA[BackTrack]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[usb boot]]></category>

		<guid isPermaLink="false">http://www.itsolutionskb.com/?p=735</guid>
		<description><![CDATA[In this article we will describe how we can make a USB Bootable drive for Backtrack 4 Linux distribution. The new release is based on Debian/Ubuntu and not on Slackware as it was used to be in earlier versions (Backtrack 3 and below). In this article the UNetbootin Windows version tool has been used to [...]]]></description>
			<content:encoded><![CDATA[<p>In this article we will describe how we can make a USB Bootable drive for Backtrack 4 Linux distribution. The new release is based on Debian/Ubuntu and not on Slackware as it was used to be in earlier versions (Backtrack 3 and below).</p>
<p>In this article the UNetbootin Windows version tool has been used to demonstrate the above scenario.</p>
<p><strong>Requirements:</strong><br />
Minimum USB Drive capacity 1 GB<br />
Format the USB to FAT32</p>
<p><strong>Tools:</strong></p>
<p>http://unetbootin.sourceforge.net/</p>
<p>http://www.remote-exploit.org/cgi-bin/fileget?version=bt4-beta-iso</p>
<p><strong>Workaround:</strong></p>
<blockquote><p>1. Download BT4 Beta ISO<br />
2. Download UNetbootin to make our usb bootable<br />
3. Run Unetbootin and select bt4-beta.iso for diskimage<br />
4. Select USB Drive letter and click on OK to start making a bootable usb drive</p></blockquote>
<p><a href="http://www.itsolutionskb.com/wp-content/uploads/2009/04/unetbootin_options.png" rel="lightbox[735]"><img class="alignnone size-medium wp-image-737" title="UNetbooting Options" src="http://www.itsolutionskb.com/wp-content/uploads/2009/04/unetbootin_options-300x219.png" alt="UNetbooting Options" width="300" height="219" /></a></p>
<p><a href="http://www.itsolutionskb.com/wp-content/uploads/2009/04/unetbootin_process.png" rel="lightbox[735]"><img class="alignnone size-medium wp-image-744" title="Unetbootin Creation Process" src="http://www.itsolutionskb.com/wp-content/uploads/2009/04/unetbootin_process-300x220.png" alt="Unetbootin Creation Process" width="300" height="220" /></a></p>
<p><a href="http://www.itsolutionskb.com/wp-content/uploads/2009/04/unetbootin_finisg.png" rel="lightbox[735]"><img class="alignnone size-medium wp-image-751" title="UNetbootin Finished" src="http://www.itsolutionskb.com/wp-content/uploads/2009/04/unetbootin_finisg-300x219.png" alt="UNetbootin Finished" width="300" height="219" /></a></p>
<p>After the creation process finishes restart your machine and boot from the new usb bootable drive created and enjoy Backtrack 4 Beta on your system.</p>
<p>Default Backtrack 4 username is root and password is toor</p>
<p><strong>Note:</strong> Be sure that your install the MBR on the USB drive by executing drive:\boot\bootinst.bat on your USB drive. (BT4 Beta Only)</p>
<p><strong>The above article works for Backtrack 4 PreFinal and Final versions</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.itsolutionskb.com/2009/04/how-to-make-backtrack-4-boot-from-usb/feed/</wfw:commentRss>
		<slash:comments>45</slash:comments>
		</item>
		<item>
		<title>Upgrading BackTrack 3 Beta to Final &#8211; Clean Upgrade</title>
		<link>http://www.itsolutionskb.com/2008/11/upgrading-backtrack-3-beta-to-final-clean-upgrade/</link>
		<comments>http://www.itsolutionskb.com/2008/11/upgrading-backtrack-3-beta-to-final-clean-upgrade/#comments</comments>
		<pubDate>Tue, 11 Nov 2008 10:49:07 +0000</pubDate>
		<dc:creator>Glafkos Charalambous</dc:creator>
				<category><![CDATA[BackTrack]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Upgrade]]></category>

		<guid isPermaLink="false">http://www.itsolutionskb.com/?p=307</guid>
		<description><![CDATA[BackTrack 3 Final version is available to public for quite some time now. Some of us may still use BackTrack 3 Beta and wish to upgrade our BackTrack Beta version to Final. In this article we will see how we can do an upgrade over the beta version of BackTrack but keep in mind that [...]]]></description>
			<content:encoded><![CDATA[<p>BackTrack 3 Final version is available to public for quite some time now. Some of us may still use BackTrack 3 Beta and wish to upgrade our BackTrack Beta version to Final. In this article we will see how we can do an upgrade over the beta version of BackTrack but keep in mind that we will lose all of our current data before proceeding with this method so it would be strongly advised to make a backup of our existing system before proceed.</p>
<p>First we need to boot from BackTrack 3 Final media and list the partition tables on our system</p>
<blockquote><p>fdisk -l</p></blockquote>
<p>In this example lets assume that the main partition table is /dev/sda and /dev/sda4 is the BT3 Beta Linux partition / and that /dev/sda3 is the Linux Swap.</p>
<p>At first we might want to check if /dev/sda4 is mounted and if yes need to unmount it.</p>
<blockquote><p>mount<br />
umount /dev/sda4</p></blockquote>
<p>Now we have to format /dev/sda4 partition with mkreiserfs command so we will be able to copy all the new files from BackTrack 3 Final to our existing system.</p>
<blockquote><p>mkreiserfs /dev/sda4</p></blockquote>
<p>When done we configure the system to be ready to copy all files from BT3 Final media to our HDD.</p>
<blockquote><p>
mkdir /mnt/backtrack<br />
mount /dev/sda4 /mnt/backtrack<br />
mkdir /mnt/backtrack/boot</p></blockquote>
<p>So lets copy now. It might take some time until copy finishes..</p>
<blockquote><p>cp &#8211;preserve -R /{bin,dev,home,pentest,root,usr,etc,lib,opt,sbin,var} /mnt/backtrack</p></blockquote>
<p>After the recursive copy of files is done to our HDD its time for us to configure the system to be used with our new installation.</p>
<p>Create Dynamic Directories:</p>
<blockquote><p>mkdir /mnt/backtrack/{mnt,proc,sys,tmp}
</p></blockquote>
<p>Mount /dev to our new upgrade installation:</p>
<blockquote><p>mount &#8211;bind /dev/ /mnt/backtrack/dev/ </p></blockquote>
<p>Mount /proc to our new upgrade installation:</p>
<blockquote><p>mount -t proc proc /mnt/backtrack/proc/</p></blockquote>
<p>Configure the Boot Loader:</p>
<blockquote><p>cp /boot/vmlinuz /mnt/backtrack/boot<br />
chroot /mnt/backtrack /bin/bash<br />
nano /etc/lilo.conf </p></blockquote>
<p>Sample working LILO Configuration:</p>
<blockquote><p>boot = /dev/sda<br />
prompt<br />
timeout = 1200<br />
change-rules<br />
reset<br />
vga=791</p>
<p># Linux Boot<br />
image = /boot/vmlinuz<br />
root = /dev/sda4<br />
label = Pwnage<br />
read-only</p>
<p># Windows Boot<br />
other=/dev/sda1<br />
label=Windows<br />
table=/dev/sda</p></blockquote>
<p>Final step now is to make LILO write on MBR (Master Boot Record)</p>
<blockquote><p>lilo -v</p></blockquote>
<p>Reboot and enjoy your new upgraded version of BackTrack 3 Final</p>
]]></content:encoded>
			<wfw:commentRss>http://www.itsolutionskb.com/2008/11/upgrading-backtrack-3-beta-to-final-clean-upgrade/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Intel Wireless 3945ABG Packet Injection &#8211; Backtrack</title>
		<link>http://www.itsolutionskb.com/2008/11/intel-wireless-3945abg-packet-injection-backtrack/</link>
		<comments>http://www.itsolutionskb.com/2008/11/intel-wireless-3945abg-packet-injection-backtrack/#comments</comments>
		<pubDate>Tue, 11 Nov 2008 00:41:37 +0000</pubDate>
		<dc:creator>Glafkos Charalambous</dc:creator>
				<category><![CDATA[BackTrack]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Packet Injection]]></category>
		<category><![CDATA[Wireless]]></category>

		<guid isPermaLink="false">http://www.itsolutionskb.com/?p=301</guid>
		<description><![CDATA[Have you ever tried to packet inject with Intel 3945ABG on any linux operating system and you don&#8217;t succeed? The reason behind this, is that the card does not provide packet injection and monitoring capabilities. It really does not matter if you have the latest kernel installed with the latest intel drivers for your intel [...]]]></description>
			<content:encoded><![CDATA[<p>Have you ever tried to packet inject with Intel 3945ABG on any linux operating system and you don&#8217;t succeed? The reason behind this, is that the card does not provide packet injection and monitoring capabilities. It really does not matter if you have the latest kernel installed with the latest intel drivers for your intel 3945ABG card and the latest firmware.</p>
<p>In this article we will describe how to install enhanced injection drivers for your Intel 3945ABG wireless adapter to support packet injection and monitoring.</p>
<p>First think to do is to download and install the kernel sources from BackTrack website:</p>
<blockquote><p>wget http://www.offensive-security.com/kernel.lzm &amp;&amp; lzm2dir kernel.lzm /<br />
mkdir drivers &amp;&amp; cd drivers</p></blockquote>
<p>Now lets extract and install the enhanced injection drivers:</p>
<blockquote><p>wget http://homepages.tu-darmstadt.de/~p_larbig/wlan/ipwraw-ng-2.3.4-04022008.tar.bz2<br />
tar -xjvf ipwraw-ng-2.3.4-04022008.tar.bz2<br />
cd ipwraw-ng<br />
make &amp;&amp; make install<br />
make install_ucode</p></blockquote>
<p>At this point is a good idea to blacklist ipwraw drivers from autostarting when computer boots.</p>
<blockquote><p>echo &#8220;blacklist ipwraw&#8221; | tee /etc/modprobe.d/ipwraw</p></blockquote>
<p>Initialize module dependencies</p>
<blockquote><p>depmod -ae</p></blockquote>
<p>Now to be able to use the wireless card in monitor mode we must first unload intel drivers and load the new ones to support packet injection which by default are set to monitor mode.</p>
<blockquote><p>modprobe -r ipw3945<br />
modprobe ipwraw</p></blockquote>
<p>When its time to switch back to your normal drivers you can unload ipwraw and load ipw3945</p>
<blockquote><p>sudo modprobe -r ipwraw<br />
sudo modprobe ipw3945</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.itsolutionskb.com/2008/11/intel-wireless-3945abg-packet-injection-backtrack/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>
