Run 32 bits fortinet SSL VPN in 64 bits Linux (Fedora 20)


I am using Fedora 20 64bits on my new Ultrabook. Here is how I set up the Fortinet SSL VPN 32 bits client: 1) Download the tar ball file, ftp://ftp.2rosenthals.com/pub/FortiNet/forticlientsslvpn_linux_4.0.2254.tar.gz. 2) Extract it [jchen@latte software]$ tar xvzf forticlientsslvpn_linux_4.0.2254.tar.gz forticlientsslvpn/ forticlientsslvpn/helper/ forticlientsslvpn/helper/sysconfig.linux.sh forticlientsslvpn/helper/config forticlientsslvpn/helper/subproc forticlientsslvpn/helper/fortisslcacert.pem forticlientsslvpn/helper/License.txt forticlientsslvpn/helper/linux.rtbackup forticlientsslvpn/helper/fortisslclient.crt forticlientsslvpn/helper/setup.linux.sh forticlientsslvpn/helper/fortisslclient.key forticlientsslvpn/helper/cleanup.linux.sh forticlientsslvpn/forticlientsslvpn 3) As you can … Continue reading Run 32 bits fortinet SSL VPN in 64 bits Linux (Fedora 20)

Run jnlp file in Linux


jnlp (java network launching protocal) is the Java Web Start file (also known as javaws). Many hardware devices' (switch,router, servers...) remote control utility uses this technology. For example Brocade fiber switch management page, Cisco ADSM, IBM X3650 IMM.remote control. When you visit the management page via Chrome or Firefox in Linux. The jnlp file will … Continue reading Run jnlp file in Linux

Restore MSSQL database using batch script


If you are looking for a tool which can restore the MS SQL DB backup from the production environment to the development environment, this script is just the one that you are after. In my example, the script does the following things: 1) Copy of the latest pro db backup to local. 2) Close all connections of … Continue reading Restore MSSQL database using batch script

Convert Lazy Zeroed Disk to Eager Zeroed Disk


We plan to build a new file server cluster by utilizing couple existing Windows 2012 R2 in the VMware 5.5 farm. According to the VMware KB, the system drive has to be created with Eager Zeroed  disk, I think the reason is to have low disk latency otherwise the high disk latency may lead to failover. The … Continue reading Convert Lazy Zeroed Disk to Eager Zeroed Disk