I hereby claim:
- I am Corben78 on github.
- I am corben (https://keybase.io/corben) on keybase.
- I have a public key whose fingerprint is BE6F 7520 6B22 8A11 A2A2 4AFD 0686 94DE FAF2 9D54
To claim this, I am signing this object:
| # set this to your Torchlight directory | |
| TORCHLIGHTDIR=${1:-$HOME/games/Torchlight} | |
| hg clone http://hg.libsdl.org/SDL | |
| cd SDL | |
| # check out the revision before the one that introduces the bug as advised here: http://forums.runicgames.com/viewtopic.php?f=24&t=33360&start=60#p474739 | |
| hg up 4de584a3a027 --clean | |
| # Fix X11 compilation issues with another changeset |
| ├── a1.ww.np.dl.playstation.net | |
| │ └── eula | |
| │ └── np | |
| │ └── NPWR00432_00 | |
| │ └── index.xml | |
| ├── api.crackle.com | |
| │ └── Service.svc | |
| │ └── geo | |
| │ └── country | |
| ├── apollo.dl.playstation.net |
| #!/bin/bash | |
| # usage: save as 'videbcontrol.sh'; chmod 755 videbcontrol.sh; ./videbcontrol.sh foo.deb | |
| # | |
| # from: http://ubuntuforums.org/showthread.php?t=636724 | |
| if [[ -z "$1" ]]; then | |
| echo "Syntax: $0 debfile" | |
| exit 1 | |
| fi |
I hereby claim:
To claim this, I am signing this object:
| echo '[Unit] | |
| Description=High-performance, schema-free document-oriented database | |
| After=syslog.target network.target | |
| [Service] | |
| User=mongodb | |
| Group=mongodb | |
| ExecStart=/usr/bin/mongod -f /etc/mongod.conf | |
| [Install] |
| host# sudo -u wwwrun /opt/gogs/gogs web | |
| 2016/08/31 11:25:36 [T] Custom path: /opt/gogs/custom | |
| 2016/08/31 11:25:36 [T] Log path: /var/log/gogs | |
| 2016/08/31 11:25:36 [I] marco git service 0.9.71.0809 | |
| 2016/08/31 11:25:36 [I] Log Mode: File(Info) | |
| 2016/08/31 11:25:36 [I] Cache Service Enabled | |
| 2016/08/31 11:25:36 [I] Session Service Enabled | |
| 2016/08/31 11:25:36 [I] Git Version: 2.8.0 | |
| 2016/08/31 11:25:36 [I] SQLite3 Supported | |
| 2016/08/31 11:25:36 [I] Run Mode: Production |
| #! /usr/bin/env python3.5 | |
| """ | |
| #################################################################### | |
| DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE | |
| Version 2, December 2004 | |
| Copyright (C) 2016 Vahid Mardani | |
| Everyone is permitted to copy and distribute verbatim or modified | |
| copies of this license document, and changing it is allowed as long |
| #!/bin/bash | |
| # Installation: | |
| # Laden des Windows Binaries unter Linux | |
| #./steamcmd.sh +login user pass +force_install_dir /home/steam/avpds +@sSteamCmdForcePlatformType windows +app_update 34120 +quit | |
| DISPLAY=${DISPLAY:-:1} | |
| WINEPREFIX=/home/steam/wine/avpds | |
| #DISPLAY=localhost:10.0 | |
| . /lib/lsb/init-functions |
| Computer Information: | |
| Manufacturer: Unknown | |
| Model: Unknown | |
| Form Factor: Laptop | |
| No Touch Input Detected | |
| Processor Information: | |
| CPU Vendor: GenuineIntel | |
| CPU Brand: Intel(R) Core(TM) i7-6700HQ CPU @ 2.60GHz | |
| CPU Family: 0x6 |