Configure Synergy as systemd service


Synergy is a mouse and keyboard sharing software (not free anymore). I use it for sharing my Fedora 20 K&M with my Windows box. As Fedora 20 replaces init with systemd, there is no rc.local where I can add my own startup script. Systemd provides a easy way to allow you create your own system service. … Continue reading Configure Synergy as systemd service

DNF – The New YUM


It is said that DNF will replace YUM as the default package manager in Fedora 22. I have been using YUM since Fedora 9, it may be the time to learn something different now. I am using Fedora 20 which has DNF installed by default. If you don't have DNF installed, simply use yum to … Continue reading DNF – The New YUM

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