Good reference for git.
Kernel Hackers' Guide to git
Thursday, August 28, 2008
Tuesday, August 26, 2008
Citrix client in linux
After you have the permission to login using Citrix client follow the below instructions:
1. download tar ball
http://download2.citrix.com/files/de/products/client/ica/current/linuxx86.tar.gz
2. ragha@hoysala:~$ tar xzvf linuxx86.tar.gz
3. execute install script from the extracted directory as 'root' user(sudo in ubuntu)
ragha@hoysala:~$./setupwfc
4. Now create link to plugin in firefox
ragha@hoysala:~$cd /usr/lib/mozilla/plugins/
ragha@hoysala:/usr/lib/mozilla/plugins$ln -s /usr/lib/ICAClient/linuxx86/npica.so npica.so
5. Restart your firefox
6. Verify if the installation is correct by typing this at firefox address bar: about:plugins
Enjoy !
1. download tar ball
http://download2.citrix.com/files/de/products/client/ica/current/linuxx86.tar.gz
2. ragha@hoysala:~$ tar xzvf linuxx86.tar.gz
3. execute install script from the extracted directory as 'root' user(sudo in ubuntu)
ragha@hoysala:~$./setupwfc
4. Now create link to plugin in firefox
ragha@hoysala:~$cd /usr/lib/mozilla/plugins/
ragha@hoysala:/usr/lib/mozilla/plugins$ln -s /usr/lib/ICAClient/linuxx86/npica.so npica.so
5. Restart your firefox
6. Verify if the installation is correct by typing this at firefox address bar: about:plugins
Enjoy !
Subscribe to:
Posts (Atom)