SSL is a Secure Sockets Layer, a protocol for encrypting information over the Internet.
Tag: Ubuntu
Ubuntu: How to add GNOME panel
This is the instruction to add GNOME panel which was deleted in ubuntu.
// Use gconftool-2 to customize Gnome
gconftool-2 –shutdown
rm -rf ~/.gconf/apps/panel
// Kill Then Reanimate Your GNOME Panel
pkill gnome-panel
Thank You
Ubuntu: Adding entries(eclipse) in GNOME menu
I’m using Ubuntu 12.4, and I’d like to automate the addition of some menu items in GNOME menu But i lost to find eclipse. So i am adding eclipse in GNOME as following steps.
Converting character encoding
Introduction ICONV
Iconv is a computer program and a standardized API used to convert between different character encodings.
This module contains an interface to iconv character set conversion facility. With this module, you can turn a string represented by a local character set into the one represented by another character set, which may be the Unicode character set. Supported character sets depend on the iconv implementation of your system. Note that the iconv function on some systems may not work as you expect. In such case, it’d be a good idea to install the » GNU libiconv library. It will most likely end up with more consistent results.