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/bash | |
| dl_managers=("xxx") | |
| rls_trackers=("xxx" "xxx") | |
| vpn_interface="ppp1" | |
| vpn_conf_id="pXXXXXX" | |
| vpn_conf_name="xxx" | |
| vpn_conf_proto="pptp" | |
| exit_code=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
| [HKEY_CURRENT_USER\Software\SimonTatham\PuTTY\Sessions\HOSTNAME] | |
| "Present"=dword:00000001 | |
| "HostName"="HOSTNAME" | |
| "LogFileName"="putty.log" | |
| "LogType"=dword:00000000 | |
| "LogFileClash"=dword:ffffffff | |
| "LogFlush"=dword:00000001 | |
| "SSHLogOmitPasswords"=dword:00000001 | |
| "SSHLogOmitData"=dword:00000000 | |
| "Protocol"="ssh" |
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
| # Sample .profile for SuSE Linux | |
| # rewritten by Christian Steinruecken <cstein@suse.de> | |
| # | |
| # This file is read each time a login shell is started. | |
| # All other interactive shells will only read .bashrc; this is particularly | |
| # important for language settings, see below. | |
| test -z "$PROFILEREAD" && . /etc/profile || true | |
| # Most applications support several languages for their output. |
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
| startup_message off # Show copyright during strartup? | |
| caption splitonly "%{.B}%?%F%{.r}%?%-w%L>%{= yW} %n*%t %{-}%52<%+w %50=%n%f%t" | |
| hardstatus alwayslastline "%{kW}%-w%L>%{= yw} %n*%t %{-}%52<%+w %=%H %l %m/%d %C%a" | |
| termcapinfo xterm|xterm-color|xterms|xs|rxvt ti@:te@ | |
| #caption always "%{+b}%{= kb} %-Lw%{= kW}%n%f* %t%{-}%+Lw%< %{bw} %C%a %Y%m%d %H:%l" | |
| # Support alternate screens so that, for example, when you | |
| # quit out of vi, the display is redrawn as it was before vi | |
| # redrew the full screen. | |
| altscreen on |
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
| syntax on | |
| set ruler | |
| set background=light | |
| " colorscheme solarized | |
| set nocompatible | |
| set showcmd " Show (partial) command in status line. | |
| set showmatch " Show matching brackets. | |
| set ignorecase " Do case insensitive matching |
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
| // Player | |
| name TiTan | |
| seta cg_selectedPlayerName "TiTan" | |
| racered 1 | |
| raceblue 1 | |
| cg_rgb "0 0 0" | |
| seta funblue "ninja,shades,bartsbl" | |
| seta funred "ninja,shades,bartsrd" | |
| set gear GaAAVRW // AK-103, .50 Desert Eagle, Kevlar Vest, Kevlar Helmet, Laser Sight |