Hello, this is my first tutorial i will try to be as specific as possible.
References:
IPTABLES:
https://help.ubuntu.com/community/IptablesHowTo
i want to make a WPA2 AP with this key: "test1234"
i used this:
airbased-ng -Z 4 -w "HEX form of 'test1234'" -e "blah blah blah" mon0
but it says: Invalid WEP key length. "airbase-ng --help" for help.
srry for my bad ENG . . . (Peace)
Hi there,
First of all sorry to open this thread here but I am new and I found just this way to ask the following question.
I have a HOW with ARHD 9.3.1 and I had installed the CD Suite Tools but when I trying to install any theme (skins, wifi, signal or battery) the download start but when the HOX boot with Clockword this give this error:
E: unknown volume for path [SDCARD:/Androir/data/
I installed ubuntu inside windows 7 using VMware.
I need the package libusb for another package I am installing.
I tried the following which seemed to install the package,
sudo apt-get install libusb-dev
but when I try to install the other package I get,
configure: error: Package requirements (libusb-1.0 >= 0.9.1) were not met:
No package 'libusb-1.0' found
Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed so
Dear *,I want to install xen hypervisor in !# and related tools.From the official Debian wiki (Squeeze) it says that installation can be done through a metapackage. Nevertheless, I get the following when giving it a try:nuno@NINhOs:~$ sudo apt-get install xen-linux-system
Reading package lists... Done
Building dependency tree
Reading state information...
I need to manually install the drivers for my graphics card, which is an ATI 2600 xt. But I am using a 64-bit platform and to do so i need the ia32-libs package. i have scoured the net for fixes, workarounds etc. but have found none that work. the output i get after trying apt-get is:
Reading package lists... Done
Building dependency tree
Reading state information...
Dave Reisner wrote:
systemd and udev have been merged upstream. We will still ship them in separate
packages. However, in order to keep things simple, udev will now be part of a package
called systemd-tools. This package contains several other standalone tools which
can be used without systemd.
I am creating a package that needs to depend on a package if another is installed, but needs a different dependency if no such package is installed. Is that possible using just the control file of the .deb, or are other tools needed? This package is actually meant for Ubuntu, so any tools unavailable in Ubuntu repositories can't be used.