wifi only works on LAN but can’t access internet?
Issue: after bringing up ath0 driver for wifi on acer notebook, it can only access wireless AP, but cannot access internet. Guess that it is because hostname unknown issue. Solution:…
Issue: after bringing up ath0 driver for wifi on acer notebook, it can only access wireless AP, but cannot access internet. Guess that it is because hostname unknown issue. Solution:…
Issue: How to enable built-in wifi in Acer Aspire 3623WXMi? Solution: add package ath driver v.0.5 for Solaris 10 download wificonfig binary to /usr/bin create profile: wificonfig createprofile profilename essid=ssidname…
A news headline made me shock: A HKUST fresh grad. jumped down to commit suicide! It shocked me in 3 pts.: He's a devoted Christian A HKUST grad. His parents…
this is the 1st week i report to duty. i brought with me a Logitech wireless (RF) keyboard as i was given only a notebook to work here, nothing ergonomical.…
Issues: after migrate from CentOS-3.5 server to FC5 for osCommerce-2.2, there are some issues mainly caused by imcompatibility w/ php5. cannot display categories cannot display admin page manager cannot edit…
Issue: After migrating phpBB from CentOS server to FC5 server. phpBB forum was started up fine to user level, but when clicked "go to Administration Panel", left frame appeared blank!…
Issue: Blank Screen!? after migration from pLog to LifeType 1.0.6 Solution: Modify php.ini to increase memory_limit from 8M to 16M Modify httpd.conf to add <Directory "path/to/LifeType"> AllowOverride All ... </Directory>…
Issue: Windows-based SSH client, PuTTY work fine using password authentication method, but with error message: Server refused key. Solution: 1. Use: >ssh-keygen -t dsa -b 1024 to generate key pair;…
Issue: Error message "Access denied, unable to connect" on the Windows PC printer status using samba printer. Solutions: Insert 2 lines in /etc/samba/smb.conf at Samba server [printer] section: guest ok…
Issue: Run: Yum install postgreSQL for SQL-Ledger, but appear: unable to find pid then the shell running yum as root quited unexpectedly Solution: Run: rpm --rebuilddb; yum clean all Tricks:…