This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/sh | |
| # | |
| # PROVIDE: couchpotato | |
| # REQUIRE: DAEMON sabnzbd | |
| # KEYWORD: shutdown | |
| # | |
| # Add the following lines to /etc/rc.conf.local or /etc/rc.conf | |
| # to enable this service: | |
| # | |
| # couchpotato_enable (bool): Set to NO by default. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* HTML5 display-role reset for older browsers */ | |
| article, aside, details, figcaption, figure, | |
| footer, header, hgroup, menu, nav, section { | |
| display: block; | |
| } | |
| body { | |
| line-height: 1; | |
| } | |
| ol, ul { | |
| list-style: none; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/sh | |
| # | |
| # From http://sickbeard.com/forums/viewtopic.php?f=3&t=358 | |
| # PROVIDE: sickbeard | |
| # REQUIRE: sabnzbd | |
| # KEYWORD: shutdown | |
| # | |
| # Add the following lines to /etc/rc.conf.local or /etc/rc.conf | |
| # to enable this service: | |
| # |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| --- metaseo.plugin.php 2011-10-06 18:54:14.326378049 +0800 | |
| +++ metaseo.plugin.php-nocache 2011-10-06 18:53:37.566385150 +0800 | |
| @@ -69,10 +69,13 @@ | |
| 'home_keywords' => $home_keys, | |
| 'home_index' => true, | |
| 'home_follow' => true, | |
| + 'home_cache' => true, | |
| 'posts_index' => true, | |
| 'posts_follow' => true, | |
| + 'posts_cache' => true, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [global] | |
| workgroup = MASTER.LIT | |
| netbios name = SMB_PDC | |
| server string = Descartes | |
| interfaces = re0 | |
| log file = /var/log/samba/log.%m | |
| max log size = 50 | |
| domain logons = Yes | |
| os level = 65 | |
| preferred master = Yes |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ## Tweaks for Samba | |
| kern.ipc.maxsockbuf=16777216 | |
| kern.ipc.nmbclusters=32768 | |
| kern.ipc.somaxconn=32768 | |
| kern.maxfiles=65536 | |
| kern.maxfilesperproc=32768 | |
| kern.maxvnodes=800000 | |
| net.inet.tcp.delayed_ack=0 | |
| net.inet.tcp.inflight.enable=0 | |
| net.inet.tcp.path_mtu_discovery=0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/sh | |
| # | |
| # Search for ports that contain a "work" subdirectory, | |
| # then go into that port directory and perform a | |
| # make clean | |
| for i in `find /usr/ports -name work -type d` | |
| do | |
| cd `echo "$i" | sed 's/\/[^\/]*$/\//'` | |
| make clean |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| DEFAULT vesamenu.c32 | |
| MENU TITLE PXEBOOT MENU | |
| #LABEL menu | |
| #MENU HIDE | |
| #KERNEL menu.c32 | |
| # Entries for local boots | |
| LABEL - | |
| MENU LABEL Local: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Subject: Cron <root@localhost> test -x /usr/sbin/anacron || ( cd / && run-parts --report | |
| /etc/cron.monthly ) | |
| /etc/cron.monthly/vrms: | |
| Non-free packages installed on tolstoi | |
| acroread Adobe Acrobat Reader: Portable Document Format file vi | |
| acroread-data data files for acroread | |
| acroread-dictionary-en English dictionary for for acroread | |
| acroread-l10n-en English language package for acroread |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| autoload edit-command-line | |
| zle -N edit-command-line | |
| bindkey '^Xe' edit-command-line |