-
Research performed trying to get wireless card working on a laptop
“bcm4306 linux” search:Dossy’s Blog: Linksys WMP54GS with Broadcom chipset under LinuxHow to Get One 802.11g Wireless Card to Work on Linux “wmp54gs driver” search:WinDrivers Computer Tech Support Forums – Linksys WMP54GS Wireless with LinuxHARDWARE wmp54gs – Gentoo Linux Wiki “‘no version of ndiswrapper found’”Ndiswrapper Package Broken? [Archive] – Ubuntu Forums Conclusion: use 1.18 version of…
-
I never learned this in school.
Actually, I haven’t had to format a Linux partition manually since (maybe) I experimented with Slackware in 1995. So, when I had a nice little 400 GB USB HD with three partitions (two NTFS, one Linux), I was somewhat at a loss as to how to proceed. I found this handy guide to partitioning and…
-
Quick ascii table in hex.
The Linux Quick Hacks page inspired on this one: perl -e ‘foreach $x (32..126) { printf(“:: %c %x ::”, $x, $x) } print “n”‘ Output::: 20 :::: ! 21 :::: ” 22 :::: # 23 :::: $ 24 :::: % 25 :::: & 26 :::: ‘ 27 :::: ( 28 :::: ) 29 :::: *…
