Advertising
advertising
related pastes to tag 'default'
- 1685822 - Remove custom search from Linux : linux default change search custom mint remove disable
-
- **** Remove the Linux Mint Custom search ****
- o Edit /usr/lib/firefox-addons/searchplugins/google.xml and replace the contents with the text below.
- <SearchPlugin xmlns="http://www.mozilla.org/2006/browser/search/">
- <ShortName>Google</ShortName>
- <Description>Google Search</Description>
- <InputEncoding>UTF-8</InputEncoding>
- 1494361 - matiu: ubuntu default config hardy sshd_config ssh
-
- # Package generated configuration file
- # See the sshd(8) manpage for details
- # What ports, IPs and protocols we listen for
- Port 22
- # Use these options to restrict which interfaces/protocols sshd will bind to
- #ListenAddress ::
- #ListenAddress 0.0.0.0
- 1386893 - silly way of having default valu: default silly rc value plan9 variable
-
- # \p $(n): variable name
- # \p $(n+1): default value
- fn def {
- while (! ~ $#* 0) {
- if (~ $#$1 0)
- $1=$2
- shift 2
- }