Recent Posts

extjs.pilotwarezhk

extjs.pilotwarezhk

Return To Blog Listing

a personal learning experience in SEO, PHP, ExtJS, LAMP, etc...

Search This Blog's Tags For:

Recent Posts Tagged With 'Linux'

  • Remove files with one find command on *nix

    Posted on Thursday December 4th, 2008 at 19:37 in Linux, Unix, find, remove

    Question: How do I delete files with same extension under *nix system? Answer: To remove files with same extension is easy on *nix system, with the find command, and it can be easily done. Example Find all .cfm files in current directory and remove t...

  • Connect to a Cisco VPN with vpnc

    Posted on Thursday August 21st, 2008 at 02:13 in Linux, ubuntu, vpn, cisco, vpnc

    Two of my company’s web servers are behind a VPN, which requires you to connect to the VPN first, then you can access the administration page. And also, I’ve set up a proxy server on this two servers, same situation, you need to connec...