Been playing a lot of Wordfeud on my Droid and realized that there really is an art to Scrabble. Here are some game notes that I’ve picked up.
Month: November 2010
Sharepoint max upload file size is limited out of the box. You can change the max file upload size by following the steps below. Note that if the max upload size setting is greater than 50MB then IIS settings in web.config may need to be changed too. Click screenshots below to view full-size version. Connect […]
Passwordless logins in Unix
Connecting via SSH, requires a user provide his identity to the remote machine using one of several methods. One method lets you access the remote system without entering a password at each login. Normally, when you log in to a system, you authenticate by entering your password for that system. Your password goes, as it is typed, to the remote system, which authenticates it against the /etc/passwd or /etc/shadow file. By contrast, SSH allow a “password-less” authentication method based on public-key cryptography.