I am a proud Indian, proud father, a blogger,
Being in a profession as System administrator, my passion is troubleshooting computer issues, I do like sharing solutions through blogging making videos of solving issues.
How to Fix FileZilla error add new site “Filezilla is running in kiosk mode” Filezilla is best file transfer application so most of us use it to download and upload…
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…
You may get below errors while you do Sudo.sudo: /etc/sudoers is mode 0755, should be 0440 sudo: no valid sudoers sources found, quitting sudo: unable to initialize policy pluginSteps to…
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…
Enable Network Level Authentication for Remote Desktop on Windows XP machine While accessing Windows Server 2012 or Windows 8 machine, you get an error saying "The remote computer requires Network…
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…
Error The remote session was disconnected because there are no Remote Desktop client access licenses available for this computer. Please contact the server administrator. When you get above error while…
Solved - Windows update cannot currently check for updates because the service is not running, restart the machine. Even if you restart the machine also you will find same error…
Error - “Io exception: The Network Adapter could not establish the connection”. Solution - When you stuck connecting db from Oracle sql developer. while you have correct user credential Then…
Import .sql database file through command prompt MS SQL Server 2008 Error - system.OutOfMemoryException() while executing a query in sql server 2008 Solution - Open command prompt Start -> Run…