This file contains 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/bash | |
# | |
# Original for 5.3 by Ruben Barkow (rubo77) http://www.entikey.z11.de/ | |
# release 1 PHP5.4 to 5.3 by Emil Terziev ( foxy ) Bulgaria | |
# Originally Posted by Bachstelze http://ubuntuforums.org/showthread.php?p=9080474#post9080474 | |
# OK, here's how to do the Apt magic to get PHP packages from the precise repositories: | |
echo "Am I root? " | |
if [ "$(whoami &2>/dev/null)" != "root" ] && [ "$(id -un &2>/dev/null)" != "root" ] ; then |
This file contains 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
#!/usr/bin/perl | |
# cyrus2mbox.pl | |
################## | |
# This program converts cyrus style mail directories into mbox files. | |
# | |
# Written by Jason Burgess of HolosTek, Inc. | |
# | |
# This program is provided under the "I don't really care what you do with it, | |
# but I'm not going to support it" license. |
This file contains 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
# This is a script to order the channels according to your personal taste | |
# after a mythtv channel scan | |
# With this you are able to reapply the ordering again if something went wrong. | |
# It is for Astra 19.2E german channels | |
# It already contains the new HD channels of ARD and ZDF which are available | |
# since 01.05.2012 | |
# apply this script this way: | |
#mysql -uroot mythconverg < channel_numbers_update_DE.sql > output.tab | |
# OR: | |
# . .mythtv/mysql.txt; mysql --database=${DBName} --user=${DBUserName} --password=${DBPassword} < channel_numbers_update_DE.sql |
This file contains 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
<?php | |
/** | |
* This displays details about a program, as well as provides recording | |
* commands. | |
* | |
* @license GPL | |
* | |
* @package MythWeb | |
* @subpackage TV | |
* |
This file contains 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
#!/usr/bin/perl | |
# | |
# MythWeb Streaming/Download module | |
# | |
# | |
# Necessary constants for sysopen | |
use Fcntl; | |
# Other includes |
This file contains 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
#!/usr/bin/perl | |
# | |
# MythWeb Streaming/Download module | |
# | |
# @url $URL$ | |
# @date $Date$ | |
# @version $Revision$ | |
# @author $Author$ | |
# |
This file contains 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
Traceback (most recent call last): | |
File "/usr/local/bin/mntv", line 27, in <module> | |
import program | |
File "/usr/share/mythnettv/program.py", line 34, in <module> | |
from plugins import bittorrent | |
File "/usr/share/mythnettv/plugins/bittorrent.py", line 20, in <module> | |
import transmissionrpc | |
File "/usr/local/lib/python2.7/dist-packages/transmissionrpc-0.7-py2.7.egg/transmissionrpc/__init__.py", line 5, in <module> | |
from transmissionrpc.constants import DEFAULT_PORT, DEFAULT_TIMEOUT, STATUS, PRIORITY, RATIO_LIMIT, LOGGER | |
File "/usr/local/lib/python2.7/dist-packages/transmissionrpc-0.7-py2.7.egg/transmissionrpc/constants.py", line 7, in <module |
This file contains 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
# nvidia-xconfig: X configuration file generated by nvidia-xconfig | |
# nvidia-xconfig: version 260.19.12 (buildmeister@builder101) Fri Oct 8 11:47:04 PDT 2010 | |
# nvidia-settings: X configuration file generated by nvidia-settings | |
# nvidia-settings: version 256.35 (buildd@platinum) Tue Jul 6 22:52:15 UTC 2010 | |
# Section "Extensions" | |
# Option "Composite" "Disable" | |
# EndSection | |
Section "ServerLayout" |
NewerOlder