Fulltext results:
- Automatic Submission of a Form if an Element is changed @info:javascript
- = Automatic Submission of a Form if an Element is changed ====== To submit the form if an element changes, you can use <code> onChange="this.form.submit()" </code> ===== Example ===== <code html> <form action="index.jsp" method="post"> <select onChange="this.form.submit()"> <option>please select a
- Command Line Audio @info:mac
- 9 16:17~~ ====== Command Line Audio ====== ===== Change Mac Audio Volume from Command Line ===== To change the audio volume from remote of my Mac at home, I nee... e found it here: [[http://osxdaily.com/2007/04/28/change-the-system-volume-from-the-command-line/|OS X Daily - Change the system volume from the command line]]. It's a
- Oracle: Resize Instance @info:oracle
- ill be resized to 6GB and the PGA to 2GB. First, change the [[spfile_and_pfiles|SPFile]]: <code sql> ALT... de> Finally, reboot the instance to activate the change: <code sql> SHUTDOWN IMMEDIATE; STARTUP; </code>
- Oracle: SPFile and PFiles @info:oracle
- parameters from a file called "SPFile". You can't change it directly as it's a binary file. Additionally, ... recovery area to 8GB. The usage of ''SCOPE=BOTH'' changes the init param in memory and in the SPFile. <co
- Set a Mac's Hostname @info:mac
- = Credits === * http://osxdaily.com/2010/09/06/change-your-mac-hostname-via-terminal/ {{tag>mac osx cl
- Change Encoding with iconv @info:script
- ====== Change Encoding with iconv ====== ===== Convert Single File ===== iconv -f iso-8859-1 -t utf-8
- Cursor Size @info:linux:gnome
- ====== Cursor Size ====== To change the mouse cursor size in GNOME, use this command. Substitute the valu
- MySQL: Change Password @info:mysql:user
- ====== MySQL: Change Password ====== * Replace ''{passwd}'' with the password of the user. * Replace
- Print Information about a Key @info:cryptography:openssl
- mand will expect an X509 certificate but this can change if other options such as -req are present. The DE
- Cleanup Packages @info:linux:debian
- e selected package is removed or the dependencies change, there can be left over packages. ''deborphan'' i
- Increase the Tomcat Upload Limit @info:sysadmin
- t-config> </code> To increate the limit to 75MiB change the file like this: <code xml> <multipart-co
- Git @info:code
- ish VERSION ===== Diff ===== If you only want the changes files between branches, you can user this: gi
- Mercurial
- stem produce backup files when doing irreversible changes. <code> \.orig$ \.orig\..*$ \.chg\..*$ \.rej$ \
- SSH @info:sysadmin
- ion yes PasswordAuthentication no </code> If you changed the config, make sure to restart sshd to activat