Posts by: chrislyw
Searching for GPS in Google navigation
Turn off “Access my location” in Location Access Setting go into google services framework in applications, settings, and clear data Clear data for maps as well reboot the phone Turn on “Access my location” in Location Access Setting
Git web interface
Git web interface for internal use git repos for q-station.net (https://git.it-touch.com:13002/gitweb/q-station.net) To clone a project GIT_SSL_NO_VERIFY=true git clone https://git.it-touch.com:13002/git/q-station.net/xxxyy.git or, run following in local git repos git config http.sslVerify false Eclipse with GIT Git version control with Eclipse (EGit) – Tutorial
HelloWorld using Maven + Spring
A step by step guide to create a HelloWorld java application using Spring framework.
Reverse Group Membership Maintenance
The memberof overlay updates an attribute (by default memberOf) whenever changes occur to the membership attribute (by default member) of entries of the objectclass (by default groupOfNames) configured to trigger updates. Add memberof module in cn=config dn: cn=module{0},cn=config changetype: modify add: olcModuleLoad olcModuleLoad: memberof.la Turn on memberof in the db dn: olcOverlay=memberof,olcDatabase={1}bdb,cn=config changetype: add objectClass: olcMemberOf objectClass: olcOverlayConfig objectClass: olcConfig objectClass: top olcOverlay: memberof olcMemberOfDangling: ignore olcMemberOfRefInt: TRUE olcMemberOfGroupOC: groupOfNames olcMemberOfMemberAD: member olcMemberOfMemberOfAD: memberOf It does not automatically update the existing data in the database, you need to re-load the DB to take effective Testing the function dn: uid=test1,ou=People,dc=q-station,dc=net changetype:
ASP.net & IIS & Basic Authentication
If you want to specific your asp.net web app to be access from some one, then you could, My assumption, there is an AD for user/password checking, No need setup NTFS security Turn on Basic Authentication in your application setting in IIS manager Modify the web.config to use Windows as the authentication mode <system.web> <authentication mode=”Windows” /> </system.web> Add allowed user or group in .NET authorization rule in your application setting in IIS manager
Slackware 64bit multilib installation
Slackware 64bit is a pure 64-bit OS. In case, you should running/building 32bit program, then you may need to modify your system to support 32bit library or compiler by installing multilib.
Strongwan IKEv2 VPN for Windows 7
We will build a IKEv2 VPN for Windows 7 using strongSwan and client authenticate itself using MSCHAPv2.
My Add-on package for Slackware 13.37
You won’t interest in this post as it serve for my private usage to record down which package should I install with my Slackware. lame a52 libdca x264 ffmpeg libbluray (for bluray only) libaacs – place the KEYDB.cfg in ~/.config/aacs (for bluray decrypt) mplayer audacious3 32bit compatibility for 64 Virtual box
Linux L2TP/IPsec VPN server
Building a L2TP/IPsec VPN server on Linux could be easy but troublesome. This post list out the steps to setup the tunnel. L2TP/IPsec is another type of VPN tunnerl, beside PPTP, which could be get connected by WinXP, or other Windows platform, out of the box.
Linux as PEAP/MSCHAPv2 Client
This summarize my experience on using Linux as a PEAP/MSCHAv2 client and using wpa_supplicant to connect to the 802.1x AP.