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/sh | |
TITLE=${HOST} | |
MSG="Machine $HOST is online!" | |
NOTIFY="/usr/bin/mate-notify-send" | |
USER="lucas" | |
HOST="192.168.0.3" | |
TIME=10 | |
URG="critical" |
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
DEFAULT_SESSION=mate-session | |
ARGS="dbus-launch --exit-with-session ck-launch-session" | |
# Start a D-Bus session | |
source /etc/X11/xinit/xinitrc.d/30-dbus | |
# Start GNOME Keyring | |
eval $(/usr/bin/gnome-keyring-daemon --start --components=gpg,pkcs11,secrets,ssh) | |
# You probably need to do this too: | |
export SSH_AUTH_SOCK | |
export GPG_AGENT_INFO |
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
# Maintainer: Attila Bukor <r1pp3rj4ck [at] w4it [dot] eu> | |
# Contributor: Eric Engestrom <aur [at] engestrom [dot] ch> | |
# Contributor: Iwan Timmer <[email protected]> | |
# Contributor: Ricardo Band <me [at] xengi [dot] de> | |
# Contributor: Lucas Saliés Brum <lucas [at] archlinux [dot] com [dot] br> | |
pkgname=popcorntime | |
_pkgname=popcorn-time | |
pkgver=0.3.2 | |
pkgrel=1 |
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
respawn = "BASE"; | |
respawndelay = 5; | |
onLoadMission= "DayZ Chernarus"; | |
OnLoadIntro = "Welcome to Chernarus"; | |
OnLoadIntroTime = False; | |
OnLoadMissionTime = False; | |
disabledAI = true; | |
disableChannels[] = {0,2,6}; | |
enableItemsDropping = 0; | |
onPauseScript = ""; |
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
// GLOBAL SETTINGS | |
hostname = "My Server: My Teamspeak address"; // The name of the server that shall be displayed in the public server list | |
//password = "ServerAccessPassword"; // Password for joining, eg connecting to the server | |
passwordAdmin = "AdminPassword"; // Password to become server admin. When you're in Arma MP and connected to the server, type '#login xyz' | |
reportingIP = ""; //Gamespy Is No Longer available, Steam is reported too automatically, just define the steam ports as per this file, leave this string empty | |
logFile = "A3Master.log"; | |
verifySignatures = 2; | |
// WELCOME MESSAGE ("message of the day") | |
// It can be several lines, separated by comma |
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 | |
### BEGIN INIT INFO | |
# Provides: exile | |
# Required-Start: $remote_fs $network | |
# Required-Stop: $remote_fs $network | |
# Should-Start: mysql | |
# Should-Stop: mysql | |
# Default-Start: 2 3 4 5 | |
# Default-Stop: 0 1 6 | |
# Description: ArmA 3 Exile init.d Script by Flodding |
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/sh | |
cod1="utf-8" | |
for arquivo in $*; do | |
if [ "$(file --mime-type ${arquivo} | cut -d ' ' -f2)" == "text/plain" ]; then | |
cod2=$(file --mime-encoding ${arquivo} | cut -d ' ' -f2) | |
if [ "$cod2" != "$cod1" ]; then | |
echo "Convertendo o $arquivo de $cod2 para ${cod1}..." | |
iconv -f $cod2 -t $cod1 "$arquivo" -o "${arquivo}.tmp" | |
mv $arquivo $arquivo.old |
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"?> | |
<!-- Do not edit this file, it will be overwritten on install. | |
Copy the file to $HOME/.config/openbox/ instead. --> | |
<openbox_config xmlns="http://openbox.org/3.4/rc" xmlns:xi="http://www.w3.org/2001/XInclude"> | |
<resistance> | |
<strength>10</strength> | |
<screen_edge_strength>20</screen_edge_strength> | |
</resistance> | |
<focus> | |
<focusNew>yes</focusNew> |
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 | |
# | |
# unsplash_bg.sh - Baixa uma imagem do site unsplash.com | |
# salva e define como papel de parede. | |
# | |
# Desenvolvido por Lucas Saliés Brum <[email protected]> | |
# | |
# Criado em: 09-04-2016 08:44:09 AMT | |
# Última alteração em: 30-08-2016 12:32:04 AMT |
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
@echo off | |
title Counter-Strike: Source Server UPDATE | |
cd C:\steamcmd | |
steamcmd.exe +runscript css.txt | |
@exit |
OlderNewer