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 | |
# /etc/init.d/selenium | |
# debian-compatible selenium-grid startup script. | |
# Based on jenkins startups | |
# Praneeth Bodduluri <lifeeth[at]gmail.com> | |
# update-rc.d -n -f selenium start 90 2 3 4 5 . stop 10 0 1 6 . | |
### BEGIN INIT INFO | |
# Provides: selenium-grid | |
# Required-Start: $remote_fs $syslog $network | |
# Required-Stop: $remote_fs $syslog $network |
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
ipconfig /all > "%HOMEPATH%\desktop\ip.txt" | |
start notepad "%HOMEPATH%\desktop\ip.txt" |
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
echo "Hey bob don't forget to replace the - with :" >"%HOMEPATH%\desktop\ip.txt" | |
ipconfig >> "%HOMEPATH%\desktop\ip.txt" | |
start notepad "%HOMEPATH%\desktop\ip.txt" | |
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
"Resource/UI/HudMedicCharge.res" | |
{ | |
"Background" | |
{ | |
"ControlName" "CTFImagePanel" | |
"fieldName" "Background" | |
"wide" "0" | |
"tall" "0" | |
"visible" "1" | |
"enabled" "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
[global] | |
map to guest = bad user | |
[shared] | |
writeable = yes | |
wide links = no | |
path = /home/blah | |
force directory mode = 777 | |
force group = blah | |
force user = blah |
NewerOlder