"Too many Authentication Failures for user root"
This means that Your SSH server's MaxAuthTries limit was exceeded. It happens so that Your client is trying to authenticate with all possible keys stored in /home/USER/.ssh/ .
This situation can be solved by these ways:
1. ssh -i /path/to/id_rsa root@host
2. Specify Host/IdentityFile pair in /home/USER/.ssh/config .
Host host
IdentityFile /home/USER/.ssh/id_rsa
Saturday, April 09, 2011
Sunday, April 03, 2011
Removing unwanted applications from "Open with Other Applications..." in Linux GNOME
Some of them are stored in /home//.local/share/applications
Most of the duplicate items were created by wine and is a known bug.
Most of the duplicate items were created by wine and is a known bug.
Thursday, March 31, 2011
Padlock Overlay on Some Files/Folders in Windows 7
http://www.winhelponline.com/blog/lock-padlock-icon-files-folders-windows-7/
A private item is an item where the only user account with access is you. You create one of these, for example, by going to the sharing wizard and saying Share with: Nobody. To avoid clutter, the overlay is shown only when there is a transition from non-private to private.
A private item is an item where the only user account with access is you. You create one of these, for example, by going to the sharing wizard and saying Share with: Nobody. To avoid clutter, the overlay is shown only when there is a transition from non-private to private.
Pressure Sensitive Inking in Onenote 2007
The default pen size in Onenote 2007 is 0.25 which does not support pressure sensitive inking. This need to be increase to 0.35 or larger to enable this feature.
The pen selection is disable after turning on pressure sensitive function. This is a bug in Onenote. To Turn it back on use keyboard shortcut: Win + v
Sunday, December 19, 2010
Garmin Nuvi Internal Map Naming
1. PROM1 = gmapprom.img
2. PROM2 = gmapprom1.img3. Suppmap1 = gmapsupp.img (nuvi drive only)
4. Suppmap = gmapsupp.img (SD Card drive only)
5. Dir DB = gmapoem.img (OEM POI data map)
6. Basemap = gmapbmap.img
7. TZMap = gmaptz.img
8. 3DMap 1 = gmap3d.img
9. 3DMap 2 = gmap3d1.img
Saturday, December 04, 2010
Optimized Macports
In /opt/local/share/macports/Tcl/port1.0/portconfigure.tcl
default configure.march {nocona}
default configure.compiler {gcc-4.2}
Friday, December 03, 2010
Resetting OS X Password
To reset your OS X password without an OS X CD you need to enter terminal and create a new admin account:
Reboot
Hold apple + s down after you hear the chime.
When you get text prompt enter in these terminal commands to create a brand new admin account (hitting return after each line):
mount -uw /
rm /var/db/.AppleSetupDone
shutdown -h now
After rebooting you should have a brand new admin account. When you login as the new admin you can simply delete the old one and you’re good to go again!