The following websites are owned and/or maintained by me.
Related Post
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.
Oracle DBA Notes
Useful Oracle DBMS Tips and Tricks CHECKING WORKSPACE ALLOCATION On DW’s NT box, click on the svmgr button on the toolbar. Log in as SYSTEM. Click Storage and the Tablespace tab. The percentages are shown for date files (name ends with a ‘D’) or index files (name ends with a ‘X’). GRANTING RIGHTS TO DBA […]