Apache Config – Force https
Issue: Some Web Applications provide feature to force direct to https from http links either at installation stage or configured later by application administrators, but some web applications do not…
Issue: Some Web Applications provide feature to force direct to https from http links either at installation stage or configured later by application administrators, but some web applications do not…
Issue: When import a spreadsheet in .csv format, all imported dates become 00-00-0000. Solution: make sure the date format of the cells in .csv must be in yyyy-mm-dd. Tricks: the…
Issue: sometimes boot process hang in the middle due to previous power down or system hang. Solution: Boot under "Solaris failsafe" run: fsck /dev/rdsk/c0d0s0 reboot to normal multi-user mode
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…
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…