
looking for a lunch partner...
looking for a lunch partner… Original Tweet

looking for a lunch partner… Original Tweet

More followers… weird felling of emptiness… nothing to say. No life to share. 57 channels and nothing no… Dexter clueless Original Tweet

wedding day..food… elevator music… food…weird clothes… food… empty kisses… food… small talk… food… Original Tweet

twitter 1st login and already following and with followers ?! Original Tweet

bork bork bork Original Tweet

If you need for some reason to download a full website, wget is a nice tool to accomplish this. With “man wget” you can get a pretty good idea of all available features. I heard there is also a wget version for windows. Let us examine an example: -m stands for mirroring -k and -K convert the page with local links -E to convert to an html suffix –random-wait to add a random waiting period between requests wget -m -E -k -K -w 1 --random-wait -o logfile https://website_uri/path

You can disable directory browsing at several levels like everything else. In order to do that: Edit either the http.conf or a specific .conf file or the .htaccess file. If exists, look for “Option Indexes” Replace it or create a new line with “Options -Indexes”

After trying the gnome network configuration tool with little success, I tried the hardcore version, changing by hand the /etc/network/interfaces file again with little success. First search for your AP: iwlist eth1 scanning If you have a working wireless network adapter (eth1) and your AP in range, your configuration file should look something like this: auto eth1 iface eth1 inet dhcp wpa-driver wext wpa-ssid SSID wpa-ap-scan 1 wpa-proto WPA wpa-pairwise TKIP wpa-group TKIP wpa-key-mgmt WPA-PSK wpa-psk XXXXXXXXXXXXXXXXXXXXf4b3cff05d8ebf483435050268bxxxxxxxxxx Your key for wpa-psk can be generated using: ...

You can find it here: rpmfind.net/linux/rpm2html/search.php?query=&submit=Search+…&system=&arch=

In order to check the latest kernel version available just do this: finger @kernel.org And get an output similar to: [kernel.org] The latest stable version of the Linux kernel is: 2.6.22.4 The latest prepatch for the stable Linux kernel tree is: 2.6.23-rc3 The latest snapshot for the stable Linux kernel tree is: 2.6.23-rc3-git4 The latest 2.4 version of the Linux kernel is: 2.4.35.1 The latest 2.2 version of the Linux kernel is: 2.2.26 The latest prepatch for the 2.2 Linux kernel tree is: 2.2.27-rc2 The latest -mm patch to the stable Linux kernels is: 2.6.23-rc2-mm2