Thursday, February 26, 2009

Good Value Binoculars

[RESEARCH] + wifislax Netbooks (Acer One, Asus Eee, Dell Mini, HP Mini-Note)

netbook fever has reached our days and from Linux to the Fund have decided to do a little research on the support of the audit suites, and these smaller netbooks that can be as practical for these purposes, for its size and portability.
In the beginning we have focused on the 2 models cheaper and affordable that we can find on the market, which is the Acer Aspire One and ASUS Eee 900 (or higher with the same Chipeta). Right in the beginning we realize that these netbook share Atheros 5006x chipset, which is not supported for entry into the suite of audit, but we shall see, applying a simple patch, we can monitor and inject packets normally.


Chipset Model not
chipset support working?
Acer Aspire One Atheros 5006x (AR242x) If If
Asus Eee 900 16GB
Atheros 5006x (AR242x)
If If
Dell Mini 9
Broadcom 4312 (miniPCI)
"?
HP Mini-Note 2133 Broadcom 4311BG
(miniPCI) If

not

Atheros Chipset (Acer Aspire One and Asus Eee 900)

Just see the wireless card chipset of these two models and good vibrations arise, since atheros chipset is widely supported in linux. To use the distribution wifislax to these two models have to do a series of changes in the distribution wifislax base and prepare a pendrive (if applicable) Prepare
  1. wifislax
      lib.lzm
    • Download the file ( http://rapidshare.com/files/139704217/lib.lzm.html ) that gives support for Atheros cards for wifislax
    • Open ISO with an ISO editor's (or Archives)
    • Copy the downloaded lib.lzm
    • our wifislax iso in / wifislax / base "(overwrite)
    • Save changes
    • Ready! our ISO already supported preparanda Atheros, and we can burn to a CD
      (To burn it to a USB flash drive in live mode, follow the instructions at the end - Appendix A -)
This method is extensible to any model of laptop carrying atheros chipset. We just have to follow the steps above to add support for this chipset. Broadcom Chipset



In our test we were also trying to run another 2 models slightly higher in price. These models are the Dell Mini 9 and the HP Mini-Note. These models but are more usable for day to day, to be something bigger The previous and size of keys, more usable, has worse support for audit suites. The chipsets of these models are Broadcom, the Caules in itself have a more complicated support the cards as they bring these laptops are miniPCI models, which are not supported in these suites. Although we will continue researching for future updates.

== Appendix A: Live-USB Pendrive ==
  • Download files needed:
    http://telefonica.net/web2/wifislax/modulos-extra/ws31usb.zip
  • Unzip
  • contents of the ISO in the pendrive
  • [Only Wifiway] Rename the folder "wifiway" a "wifislax"
  • Copy initrd.gz "&" vmlinuz "(ws31usb.zip file) to folder" / boot "pendrive of
  • [Optional] Customize
    boot options only have to edit the file "/ boot / syslinux / syslinux.cfg" with a text editor and copy and paste the entries you want to add the desired cheatcodes, for example.
  • bootinst.sh Run the file (Linux) or bootinst.bat (Windows), from pendrive as root if you're in linux


I hope you serve this small guide, and from Linux to the Fund, will try to go to expand the information as we can prove some new netbooks on the market.

Wednesday, February 25, 2009

Best Upconverting Blu-ray Player

HOW TO: How to know the date in which packages are installed apt-get.

not If you ever have happened, but the other day I installed a java package and overwrote some libraries from an older version, which stopped working a few things. At the time I got the doubt of being able to know what had been the latest packages installed. After some research I found the following option: display the log of dpkg.

This log is located in / var / log / dpkg.log

log with grep This will help us realize the searches in question.

reading it can see the following structure. 25/02/2009 11:47:28

trigproc 2.7-10ubuntu4 libc6 2.7-10ubuntu4
25/02/2009 11:47:28 status half-configured libc6 2.7-10ubuntu4
25.02.2009 11:47: 29 status installed libc6 2.7-10ubuntu4


to us in the specified date and time, action taken and package which performs the action.

Hope this helps you manage and / or revise the installed packages.