Xubuntu iBus: Unable to type in local language / No input method listed

Problem: I am using Xubuntu (lightweight version of Ubuntu) and I am unable to type in local language using iBus (an input method (IM) framework for multilingual input in Unix-like operating systems). iBus is already installed. When I go to its ‘Preferences‘ and then click the ‘Input Method‘ tab, I could only see ‘Chinese‘ language … Read more

Linux command: Change permission of files or folders

Here are some linux commands to change the permission of files and folders/directories. chmod is used change the file system mode / permission of files and folders. Change Particular File and Folder Permission This will give 775 permission to test directory which is insde /var/www directory chmod 775 /var/www/test This will give 664 permission to … Read more