Posts

Showing posts from January, 2014

Git ssh is hanged during cloning

I installed Git and NetExtender 7.5.758 client in my laptop (Linux Mint 16) to connect my office computer. NetExtender client was successfully connected to my office computer. Then, I tried to clone Git repository, it looked like Git ssh hanged. After few minutes later, I got the following error response: git clone ssh://user@server:port/mygitrepo Cloning into 'mygitrepo'... user@server's password: Connection closed by server fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists. I tried several things. installed older version of NetExtender and Git but no luck. Then, I opened /etc/ssh/ssh_config file and found the following setting: " GSSAPIAuthentication yes ".  At first, I created a backup of original ssh_config and then change the GSSAPIAuthentication setting to " GSSAPIAuthentication no " Then I tried to clone Git repo. Wow... I surprised, Git repo was cloned

KDE 4.11 (Plasma) : How to change Wallpaper

Yesterday, I installed fresh Linux Mint 16 (KDE). At first, I was confused to change the wallpaper. After few experiments, I figured-out it. In the following way, we can change desktop wallpaper of KDE 4.11: Right click on the desktop (empty space) Click "Folder Settings" "Desktop Settings - Plasma Desktop Shell" window will be opened. "View" option should be selected. Otherwise select "View" option. Select your favorite wallpaper and click "Apply" button.