Somehow, my default terminal has been changed to terminator after I upgraded to 13.10. Here is the way to change it back in command sudo update-alternatives --config x-terminal-emulator To review all the default application settings: sudo update-alternatives --all
Author: Jackie Chen
Setup GitHub in Linux
I should have done this earlier - to use GitHub to manage my scripts/configs/documentations. So I can have them managed and tracked. Later better than never, I got them setup Today in my Ubuntu box. Here is the how to:1) Go to the GitHub.com to create an account.2) Install git client.jchen@mylaptop:~$ sudo apt-get install git … Continue reading Setup GitHub in Linux
CentOS Project joins forces with Red Hat
The announcement from the CentOS team:With great excitement I'd like to announce that we are joining the Red Hat family. The CentOS Project ( http://www.centos.org ) is joining forces with Red Hat. Working as part of the Open Source and Standards team ( http://community.redhat.com/ ) to foster rapid innovation beyond the platform into the next … Continue reading CentOS Project joins forces with Red Hat
Install Evernote and Gdrive client in Ubuntu
Evernote and GDrive are my two favourite Cloud tools. Unfortunately, either of them currently has the official client. But there are a couple unofficial clients which work well in Ubunu. Nevernote and Everpad are for Evernote, Grive and Insync are for GDrive. Personally, I prefer Nevernote and Grive.How to install Nevernote in Ubuntu:sudo add-apt-repository ppa:vincent-c/nevernotesudo apt-get … Continue reading Install Evernote and Gdrive client in Ubuntu
Recreate Citrix LHC
We received a user report complaining that one of the published applications can not be opened. Login into the Citrix console, I noticed there are couple alerts regarding that single server which hosts the published application. Health Monitoring and Recovery test failed. Server lost connection to farm data store. I checked the networks, everything looks … Continue reading Recreate Citrix LHC