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
<?xml version="1.0" encoding="utf-8" standalone="no"?> | |
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="org.xbmc.xbmc"> | |
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/> | |
<uses-permission android:name="android.permission.INTERNET"/> | |
<uses-permission android:name="android.permission.WAKE_LOCK"/> | |
<uses-permission android:name="android.permission.GET_TASKS"/> | |
<application android:debuggable="true" android:hasCode="true" android:icon="@drawable/ic_launcher" android:label="@string/app_name"> | |
<activity android:configChanges="touchscreen|keyboard|keyboardHidden|navigation|orientation" android:finishOnTaskLaunch="true" android:launchMode="singleInstance" android:name=".Splash" android:screenOrientation="sensorLandscape" android:theme="@android:style/Theme.NoTitleBar.Fullscreen"> | |
<intent-filter> | |
<action android:name="android.intent.action.MAIN"/> |
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
//=== v.05-31-13 ===// | |
//=== ADMIN SETTINGS ===// | |
//Added rcon password here. | |
rcon needed here | |
//Game Server name, you may add your Clan Tag to hostname | |
hostname "No Nonsense Server" | |
//SourceTV server name, you may add your Clan Tag //Commented out until configuring SourceTV |
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
// Format (see next line)// | |
//command VARIABLE //(DEFAULT)Clients/Server:comments. | |
// Alphabetical for now // | |
sv_allow_color_correction 0 0 //(1)Clients: may make the server more consistent. Performance increase? | |
sv_allow_voice_from_file 0 //(1)Clients: voice_inputfromfile. | |
sv_allow_votes 1 //(1)Clients: disable with mods? | |
sv_allow_wait_command 0 //(1)Clients: may prevent the use of weapon scripts. |
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-settings: X configuration file generated by nvidia-settings | |
# nvidia-settings: version 325.15 (buildmeister@swio-display-x64-rhel04-03) Wed Jul 31 19:04:13 PDT 2013 | |
Section "ServerLayout" | |
Identifier "Layout0" | |
Screen 0 "Screen0" 0 1280 | |
Screen 1 "Screen1" 448 0 | |
InputDevice "Keyboard0" "CoreKeyboard" | |
InputDevice "Mouse0" "CorePointer" | |
Option "Xinerama" "0" |
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
# | |
# /etc/makepkg.conf | |
# | |
######################################################################### | |
# SOURCE ACQUISITION | |
######################################################################### | |
# | |
#-- The download utilities that makepkg should use to acquire sources | |
# Format: 'protocol::agent' |
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
# Enable UTF-8 with Australian settings. | |
LANG="en_US.UTF-8" | |
# Keep the default sort order (e.g. files starting with a '.' | |
# should appear at the start of a directory listing.) | |
LC_COLLATE="C" | |
# Set the short date to YYYY-MM-DD (test with "date +%c") | |
LC_TIME="en_DK.UTF-8" |
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
server ntp.alaska.edu | |
server 0.us.pool.ntp.org | |
server 1.us.pool.ntp.org | |
server 2.us.pool.ntp.org | |
server 3.us.pool.ntp.org |
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
KEYMAP=dvorak | |
FONT=Lat2-Terminus16 | |
FONT_MAP=8859-2 |