How to install .deb file in Ubuntu I used to download and double click .deb file to open through Ubuntu Package Manager and install. Today one of .deb file did…
Cannot change screen brightness in Ubuntu I just reconfigured Ubuntu 14.4 in my Latitude 3540 model laptop, ran software update to latest patches available for Ubuntu 14, for wifi I…
Install and configure Jasper Report Server on Ubuntu Server (Configuring through terminal/putty) Type the below command to start the download $ wget -c http://downloads.sourceforge.net/project/jasperserver/JasperServer/JasperReports%20Server%20Community%20Edition%205.6.0/jasperreports-server-cp-5.6.0-linux-x64-installer.run Give permission to run as super…
To take backup and restore Mozilla Thunderbird mail client (Windows/Ubuntu/Mac) This walk through explains a very easy way of taking Mozilla Thunderbird backup and restoring it in different platform of…
I found some of commands more helpful fixing an issue while ubuntu OS was not starting. Get in to ubuntu recovery mode (Keep pressing shift key while system start) If…
Ubuntu - xsession-errors is huge in size Problems I - Graphics mode won't work II - Can't install any other software as there is no space left (space used by…
To download and install python on ubuntu through terminalOpen Terminal and follow the steps belowstep -i - wget http://python.org/ftp/python/2.7.3/Python-2.7.3.tgz step -ii - tar -xzf Python-2.7.3.tgz step -iii - cd Python-2.7.3…
Steps to install Komodo 7.1 in ubuntu1 - Press Ctrl + Alt + T to open Terminal in Ubuntu.2 - Type Sudo apt-get update 3 - sudo add-apt-repository ppa:mystic-mirage/komodo-edit - To add this…
To install a .bin file in UBUNTU.Open Terminal and type ./ (where is the bin file name, let say you need to install xyz.bin file. so command will be sudo…
How to start and stop X server in Ubuntu How to start/stop X in Ubuntu, It does not use gdm (Gnome Display Manager) but uses lightdm To stop the xserver,…