Skip to content

Instantly share code, notes, and snippets.

Onload
FormatException: Input string was not in a correct format.
at System.Number.StringToNumber (System.String str, System.Globalization.NumberStyles options, System.Number+NumberBuffer& number, System.Globalization.NumberFormatInfo info, System.Boolean parseDecimal) [0x00057] in <b6074dacdf2142f38da4050b03a225bb>:0
at System.Number.ParseInt32 (System.String s, System.Globalization.NumberStyles style, System.Globalization.NumberFormatInfo info) [0x00013] in <b6074dacdf2142f38da4050b03a225bb>:0
at System.Int32.Parse (System.String s) [0x00007] in <b6074dacdf2142f38da4050b03a225bb>:0
at FejdStartup.ParseServerArguments () [0x000b8] in <bf9bd142b7c04f32b4e15d64d8018201>:0
at FejdStartup.Awake () [0x000f0] in <bf9bd142b7c04f32b4e15d64d8018201>:0
@skittishtrigger
skittishtrigger / mods
Created April 14, 2017 07:39
modlist, sorry bout pathing
"C:\Users\Skittishtrigger\AppData\Roaming\.technic\modpacks\technainteasy\mods\ThermalFoundation-[1.7.10]1.2.5-115.jar"
"C:\Users\Skittishtrigger\AppData\Roaming\.technic\modpacks\technainteasy\mods\ThermalSmeltery-1.3.1.4.jar"
"C:\Users\Skittishtrigger\AppData\Roaming\.technic\modpacks\technainteasy\mods\TiConAutoToolStation-1.7.10-1.1.2.jar"
"C:\Users\Skittishtrigger\AppData\Roaming\.technic\modpacks\technainteasy\mods\TiCTooltips-mc1.7.10-1.2.5.jar"
"C:\Users\Skittishtrigger\AppData\Roaming\.technic\modpacks\technainteasy\mods\TorchLeversV1.4.1.jar"
"C:\Users\Skittishtrigger\AppData\Roaming\.technic\modpacks\technainteasy\mods\Trades-mc1.7.10-1.3.2.jar"
"C:\Users\Skittishtrigger\AppData\Roaming\.technic\modpacks\technainteasy\mods\Treecapitator-1710-universal-2.0.4.jar"
"C:\Users\Skittishtrigger\AppData\Roaming\.technic\modpacks\technainteasy\mods\TreeGrowingSimulator2014-MC1.7.10-0.0.3-22.jar"
"C:\Users\Skittishtrigger\AppData\Roaming\.technic\modpacks\technainteasy\mods\Waila-1.5.10_1.7.10.jar"
"C:\Users
server {
listen 80;
listen [::]:80;
# SSL configuration
#
# listen 443 ssl default_server;
# listen [::]:443 ssl default_server;
#
# Note: You should disable gzip for SSL traffic.
user www-data;
worker_processes auto;
pid /run/nginx.pid;
events {
worker_connections 768;
# multi_accept on;
}
http {
skittishtrigger@skits-solder:/var/www/solder$ sudo php artisan migrate:install
[sudo] password for skittishtrigger:
PHP Warning: require(/var/www/solder/bootstrap/../vendor/autoload.php): failed to open stream: No such file or directory in /var/www/solder/bootstrap/autoload.php on line 17
PHP Fatal error: require(): Failed opening required '/var/www/solder/bootstrap/../vendor/autoload.php' (include_path='.:/usr/share/php') in /var/www/solder/bootstrap/autoload.php on line 17
skittishtrigger@skits-solder:/var/www/solder$ sudo php artisan migrate
PHP Warning: require(/var/www/solder/bootstrap/../vendor/autoload.php): failed to open stream: No such file or directory in /var/www/solder/bootstrap/autoload.php on line 17
PHP Fatal error: require(): Failed opening required '/var/www/solder/bootstrap/../vendor/autoload.php' (include_path='.:/usr/share/php') in /var/www/solder/bootstrap/autoload.php on line 17
skittishtrigger@skits-solder:/var/www/solder$ sudo php artisan migrate:install
PHP Warning: require(/var
@skittishtrigger
skittishtrigger / nginxed
Created April 9, 2017 02:11
systemctl status nginx.service
nginx.service - A high performance web server and a reverse proxy server
Loaded: loaded (/lib/systemd/system/nginx.service; enabled; vendor preset: enabled)
Active: active (running) (Result: exit-code) since Sat 2017-04-08 23:37:54 UTC; 2h 32min ago
Process: 23053 ExecReload=/usr/sbin/nginx -g daemon on; master_process on; -s reload (code=exited, status=1/FAILURE
Main PID: 12067 (nginx)
Tasks: 2
Memory: 2.8M
CPU: 70ms
CGroup: /system.slice/nginx.service
├─12067 nginx: master process /usr/sbin/nginx -g daemon on; master_process on
@skittishtrigger
skittishtrigger / style.css
Created February 7, 2017 03:02
border widths
/* In style.css, use one declaration to set the top and bottom borders of the
.hotel class selector to a width of 4 pixels.
Set the left and right borders to a width of 2 pixels. */
.hotel {
margin: 60px auto;
padding: 10px 0px 0px 0px;
2015-03-26 01:38:00 # starting bungee
2015-03-26 01:38:00 # pid: 5809
2015-03-26 01:38:01 | Using OpenSSL based native cipher.
2015-03-26 01:38:01 | Using native code compressor
2015-03-26 01:38:01 | Enabled BungeeCord version git:BungeeCord-Bootstrap:1.8-SNAPSHOT:"3973c51":1055
2015-03-26 01:38:02 | Discovered module: ModuleSpec(name=cmd_alert, file=modules/cmd_alert.jar, provider=JenkinsModuleSource())
2015-03-26 01:38:02 | Discovered module: ModuleSpec(name=cmd_find, file=modules/cmd_find.jar, provider=JenkinsModuleSource())
2015-03-26 01:38:02 | Discovered module: ModuleSpec(name=cmd_list, file=modules/cmd_list.jar, provider=JenkinsModuleSource())
2015-03-26 01:38:02 | Discovered module: ModuleSpec(name=cmd_send, file=modules/cmd_send.jar, provider=JenkinsModuleSource())
2015-03-26 01:38:02 | Discovered module: ModuleSpec(name=cmd_server, file=modules/cmd_server.jar, provider=JenkinsModuleSource())
inecraft@UbuntuT7400:/tmp/mark2$ nano bungee.log
GNU nano 2.2.6 File: bungee.log
2015-03-26 01:40:04-0400 [mark2] 2015-03-26 01:40:04 | Disabling plugins
2015-03-26 01:40:04-0400 [mark2] 2015-03-26 01:40:04 | Thank you and goodbye
2015-03-26 01:40:04-0400 [mark2] 2015-03-26 01:40:04 | Thank you and goodbye
2015-03-26 01:40:04-0400 [mark2] 2015-03-26 01:40:04 # server.log written to /media/minecraft/bungee/logs/server-2015-03-26-05-40-04-crashed.log.gz
2015-03-26 01:40:04-0400 [mark2] 2015-03-26 01:40:04 # starting bungee
2015-03-26 01:40:04-0400 [mark2] 2015-03-26 01:40:04 # pid: 6432
2015-03-26 01:40:04-0400 [mark2] 2015-03-26 01:40:04 | Using OpenSSL based native cipher.
###
### BungeeCord mark2 options
###
# Jar File Name
mark2.jar-path=BungeeCord*.jar
###
### mark2 services
###