debug : Wireless LAN with Realtek and Dlink

things i looked BIOS checkup related to ethernet controller Details of network and network card using iwlist command Security Mechanism Supported By Network Card and Router Looked for Matching the standards Like security mechanisms related. Looked for matching standards in Wireless like IEEE 802.11bg Debian Research These Notes Comes With NO WARRANTY Using iwlist command …

findup . find dUPlicate files.

commandline session $ 4.1.5 3 249—> cd $ 4.1.5 4 250—> $ 4.1.5 4 250—> cd .mozilla/ $ 4.1.5 5 251—> /usr/share/fslint/fslint/findup firefox/625qvjz5.default/bookmarkbackups/bookmarks-2012-08-09.json firefox/625qvjz5.default/bookmarkbackups/bookmarks-2012-08-10.json firefox/625qvjz5.default/Cache/B/32/B73FDd01 firefox/625qvjz5.default/blocklist.xml firefox/625qvjz5.default/Cache/2/90/C2EE2d01 firefox/625qvjz5.default/Cache/5/60/BF572d01 firefox/625qvjz5.default/Cache/A/D8/DB996d01 firefox/625qvjz5.default/Cache/B/F2/AFA8Fd01 firefox/625qvjz5.default/Cache/A/FE/A20B7d01 firefox/625qvjz5.default/Cache/B/F3/3B077d01 firefox/625qvjz5.default/Cache/3/F0/215E4d01 firefox/625qvjz5.default/Cache/A/ED/CB4DCd01 firefox/625qvjz5.default/Cache/7/83/3D82Dd01 firefox/625qvjz5.default/Cache/C/E6/E2E3Ad01 firefox/625qvjz5.default/Cache/F/08/7726Dd01 firefox/625qvjz5.default/Cache/6/85/8A7FEd01 firefox/625qvjz5.default/Cache/9/47/C031Dd01 firefox/625qvjz5.default/Cache/5/33/312ACd01 firefox/625qvjz5.default/Cache/B/FA/7E28Bd01 firefox/625qvjz5.default/Cache/E/B6/83C07d01 firefox/625qvjz5.default/Cache/E/C5/0FDC3d01 firefox/625qvjz5.default/Cache/8/E0/AE2A7d01 firefox/625qvjz5.default/Cache/9/2F/5168Ad01 firefox/625qvjz5.default/Cache/2/4F/7E1CCd01 firefox/625qvjz5.default/Cache/A/93/23EA4d01 firefox/625qvjz5.default/Cache/E/33/3377Ad01 firefox/625qvjz5.default/Cache/F/37/510091d01 firefox/625qvjz5.default/Cache/1/71/00FA9d01 firefox/625qvjz5.default/Cache/2/16/736D7d01 firefox/625qvjz5.default/Cache/4/4C/254FFd01 firefox/625qvjz5.default/Cache/A/E7/06BBAd01 firefox/625qvjz5.default/Cache/A/15/E56B7d01 firefox/625qvjz5.default/Cache/E/81/93992d01 …

example working with scala 4 ( Commonly Used Types )

commandline session $ 4.2.29 1 2—> scala Welcome to Scala version 2.9.2 (OpenJDK 64-Bit Server VM, Java 1.6.0_24). Type in expressions to have them evaluated. Type :help for more information. scala> 1.toString res0: java.lang.String = 1 scala> 33.to(40).toString res1: String = Range(33, 34, 35, 36, 37, 38, 39, 40) scala> Jeffrin.intersect(Jose) :8: error: not found: …

& – Forking operator(AND operator)

commandline session $ 4.2.29 11 511—> ping -c5 google.com & [1] 4376 $ 4.2.29 12 512—> PING google.com (173.194.38.1100) 56(84) bytes of data. 64 bytes from sin04s02-in-f5.1e100.net (173.194.38.1100): icmp_req=1 ttl=54 time=75.8 ms 64 bytes from sin04s02-in-f5.1e100.net (173.194.38.1100): icmp_req=2 ttl=54 time=75.3 ms 64 bytes from sin04s02-in-f5.1e100.net (173.194.38.1100): icmp_req=3 ttl=54 time=75.4 ms 64 bytes from sin04s02-in-f5.1e100.net (173.194.38.1100): …

example working with scala 2 (declaring values and variables)

Get The Hang $ 4.2.29 1 501—> scala Welcome to Scala version 2.9.2 (OpenJDK 64-Bit Server VM, Java 1.6.0_24). Type in expressions to have them evaluated. Type :help for more information. scala> val stat = data + ticks :7: error: not found: value data val stat = data + ticks ^ scala> val stat = …

example working with scala 1 (include auto-completion)

Get The Hang $ 4.2.29 2 502—> scala Welcome to Scala version 2.9.2 (OpenJDK 64-Bit Server VM, Java 1.6.0_24). Type in expressions to have them evaluated. Type :help for more information. scala> 6/3 res0: Int = 2 scala> res0. % & * + – / > >= >> >>> ^ asInstanceOf isInstanceOf toByte toChar toDouble …