Archive for the tag 'linux'

 

 

Sep 04 2009

Configure WPA on Linux Howto

Published by under Linux,Security

WPA encryption is not much hassle to set up and is way more secure than WEP if you use a strong pre-shared key.   First off, we’ve got a wifi interface that can be displayed with iwconfig (from the wireless tools): [root@db ~]# iwconfig lo no wireless extensions. eth0 no wireless extensions. ath0 IEEE 802.11g […]

No responses yet

Aug 09 2009

How to crack a WEP key and decrypt live traffic

Published by under Linux,Security

Cracking a WEP key is extremely easy and is a matter of a few seconds. Truth? Pretty much… We are going to decrypt traffic in real time as well without even needing to connect to the wireless access point. All steps will be run under root super-user as interfaces state needs to be changed.  Aircrack Installation […]

One response so far

Feb 27 2009

Linux Graphic Mode Installation Crash

Published by under Linux,Misc

Packard Bell Easynote E6100 Graphic cards aren’t always detected by Linux. This can be a problem as many distributions only support graphic mode installation type, like Ubuntu, Fedora or Debian. This is the case of my Packard Bell Easynote E6100 and its onboard Via Unichrome card freezing on graphic mode startup. One solution is to […]

One response so far

Jan 21 2009

Find Duplicate Files with a Shell Script

Published by under Linux

This shell script finds duplicate files in a given directory comparing their (md5) checksum. This means the content is checked and is strictly identical, rather than the filename or date of creation. This is usually useful to delete large files. ‘Find’ command option -size can help speeding up and finding the largest duplicate files.   […]

No responses yet

Dec 21 2008

Linux and Solaris Package Managers

Published by under Linux,Solaris

Here’s a package managers basic commands quick reminder/comparative for (in this order) – Linux Debian/Ubuntu, – Linux Redhat/Suse and – Solaris/OpenSolaris.   rpm and dpkg are basic package managers while yum (rpm) and apt-get/aptitude (dpkg) manage dependancies and (online) repositories.   # List ALL installed packages dpkg –list rpm -qa | grep rpm pkginfo   […]

No responses yet

« Prev - Next »