set the dpi to 96 in kcontrol-->fonts
or by hand
exec /usr/bin/X -nolisten tcp -dpi 96
and add this to /etc/bash.bashrc
alias startx='startx -dpi 96'
Type: Posts; User: imported__arc_; Keyword(s):
set the dpi to 96 in kcontrol-->fonts
or by hand
exec /usr/bin/X -nolisten tcp -dpi 96
and add this to /etc/bash.bashrc
alias startx='startx -dpi 96'
apt-get --purge remove ********
apt-get clean
also
dpkg --purge ********
Have a look at deborphan and debfoster too
Along with KMDave, I would be happy to help you to integrate encryption into your project.
PM me if you are interested.
Mexicant
You can try specifying a UUID in crypttab instead of the device name.
/dev/disk/by-uuid/<UUID>
xCPPx
I have read and used your tutorial for bt3, nice.
No problem with unmounting here...
Hi KMDave
No problems with unmounting as with BT3.
Thank you for your comments :)
jojokoko
I would double check fstab, lilo.conf and crypttab and make sure they tally with your partitions.
Also check /etc/initramfs-tools/modules for the relevent...
Ni it is not installed, these should help,
http://www.aircrack-ng.org/doku.php?id=acx&s=acx
http://acx100.sourceforge.net/wiki/Main_Page
Check the channel of the AP first and then
set the card to monitor mode and supply the channel of the AP at the end of the command
airmon-ng start <interface> <channel>
Try using different boot options (press tab when at the boot menu)
noacpi noapic vga=
Have a look here, halfway down the page for some examples.
hxxps://help.ubuntu.com/community/BootOptions
add this line to fstab
usbdevfs /proc/bus/usb usbdevfs defaults 0 0
then
mount -t usbfs usbfs /proc/bus/usb
usbview
eeePC 901
Ethernet = Works
Wireless = * Works after installing ralink driver (monitor mode works, injection does not)
Bluetooth = Works
Graphics = Works
Sound = Speakers Work, Microphone Not...
IBM T61
Everything works otb
Ethernet = Works
Wireless = Works monitor mode and injection
Bluetooth = Works
Graphics = Works
Sound = Speakers Work, Microphone Not Tested
Touchpad = Works
This should help
hxxp://forums.remote-exploit.org/showthread.php?t=20153
Use wpa_supplicant for fakeauth
yes it's still necessary to use wpa_supplicant to fakeauth
yes, it works well for me, have you tried updating the driver and the firmware?
Setting up initramfs-tools preparing and creating the initrd image
Add the encryption information to crypttab
echo "btcrypt /dev/sda1 none luks,retry=1,lvm=btcrypt" >>...
This is a similar tutorial to the one I posted previously, this one enables you to have
the boot partition on a usb stick rather than have it reside on the hard drive.
I hope you find this easy to...
Setting up initramfs-tools preparing and creating the initrd image
Add the encryption information to crypttab
echo "btcrypt /dev/sda2 none luks,retry=1,lvm=btcrypt" >> /etc/crypttab...
Hi, sorry I missed these posts earlier,
have a look here, it should help
hxxp://forums.remote-exploit.org/showthread.php?p=120071
Are you guys using wpa_supplicant to fake auth not aireplay-ng, if not you should be
from hxxp://aircrack-ng.org/doku.php?id=iwlagn
I have not had any problems with injection at all but have...
No tweaks it worked out the box.
try
rmmod iwlagn
modprobe iwlagn debug=0x43fff
dmesg
I can confirm the 4965agn (rev 61) works
monitor mode via airmon-ng is working
injection test via aireplay-ng is working
Not sure about the wesside-ng error, could be this but I have not had...
This is my first tutorial here, I hope it is useful to you :)
This will allow you to have an encrypted BT4-beta install with the boot partition located on the hard drive.
I hope you find this...