Category Archives: Technical

Technical parts

Virus File Scanner Online

https://www.virustotal.com/ A good one. I had a suspicious email in my CUNY account with a doc attachment. And with this online scan, I could lookup lots of details and even determined that the virus I got "should not" infect Android … Continue reading

Posted in Technical | Leave a comment

Huawei's true capacity li-ion battery

China's is known for selling fake batteries (falsely labelled high capacity); now it is also where we are supposed to get true high capacity/fast charging battery (about 10 minute charge for 3000 mAh.

Posted in News, Technical | Leave a comment

Problems with Lithium Ion Batteries

With my Fujitsu Lifebook P1620, the battery that came with it is loosing charge capacity. It is discharging faster than I anticipate (about 1 hour of life only). The solution has to do with a COMPLETE discharge of the battery … Continue reading

Posted in Technical | Leave a comment

Optimum Online Speed Test

http://www.speedtest.net/my-result/4755704520 at home. After new modem upgrade. I think there's not much difference.

Posted in Technical | Leave a comment

Adobe Acrobat Reader DC: Hide Tools Pane by default

Solution: Edit xml file: C:\Program Files\Adobe\Acrobat Reader DC\Reader\AcroApp\ENU\Viewer.aapp to contain only the first line. I had the rest commented out with: <!-- ... -->

Posted in Technical | Leave a comment

IP Addresses Range

I'd often wondered/confounded by the /32, /24, /16, etc. appearing after the ip addresses. Now it is clear. CIDR Start Range End Range 69.208.0.0/0 0.0.0.0 255.255.255.255 69.208.0.0/1 0.0.0.0 127.255.255.255 69.208.0.0/4 64.0.0.0 79.255.255.255 69.208.0.0/8 69.0.0.0 69.255.255.255 69.208.0.0/11 69.192.0.0 69.223.255.255 69.208.0.0/12 69.208.0.0 … Continue reading

Posted in Technical | Leave a comment

DD-WRT Block ip, subnet

iptables -I FORWARD -d 58.108.0.0/16 -j DROP Blocks all ip: 58.108.*.* Despite many commands suggested to block ip, the above appears to work best. FORWARD, not INPUT. Unless, of course, I was misled by coincidence where just after executing the … Continue reading

Posted in Technical | Leave a comment

Coursera: Introduction to Engineering Mechanics

Georgia Institute of Technology Dr. Wayne Whiteman The scientist describes what is; The engineer creates what never was. ~ theodore von Karman - Hungarian-American Physicist and aeronautical engineer.

Posted in Projects, Quotes, Technical | Leave a comment

Super Glue

In USA, there's Gorilla Crazy Glue. But it's not crazy enough. One must order from overseas...AFAIK. The true super glue contains: Cyanoacrylate

Posted in Technical | Leave a comment

Missing Recycle Bin in Windows 7 Explorer

Solution: Right click an empty area in the left panel column of Window Explorer, select "Show All Folders". Done.

Posted in Technical | Leave a comment