Timeline for wwwtinfoilfakesitecom list by ceruleansparkold, page 72
-
@mastertdi Blue. Lighter blue outline for contrast
-
As someone who hasn't been to a school since 17, rest assured that the dreams never go away. Never.
Sunday, 09-Jun-13 16:42:22 UTC from web -
@jcpruett1298 Don't spam please.
-
and then I managed to ruin an nginx install. Good job, me
-
Cron <root@machina> [ -x /usr/lib/php5/maxlifetime ] && [ -d /var/lib/php5 ] && find /var/lib/php5/ -depth -mindepth 1 -maxdepth 1 -type f -cmin +$(/usr/lib/php5/maxlifetime) ! -execdir fuser -s {} 2>/dev/null \; -delete
Sunday, 09-Jun-13 13:34:11 UTC from web -
@mastertdi I already did that.
-
You can tell cherries got real because I moved to my desk
-
@neurario I actually got it to work, if you're interested: http://www.verbosity.ca/statusnet-identica-ostatus-microblogging/getting-real-time-updates-statusnet
-
Why does Dragonforce make me cry. Why is this a thing
Sunday, 09-Jun-13 11:42:56 UTC from web -
@neurario Interesting. No good for what I want to test (Maximum simultaneous connections), but interesting for a smaller instance.
-
Sunday, 09-Jun-13 11:02:21 UTC from web
-
@neurario@status.neurario.com You have meteor working on your instance right? How'd you do it?
-
@scribus We totally are.
-
@scoot Put my waifu down and nobody else gets hurt.
-
@widget php-fpm will do, I assume
-
@widget I'm motivated lately, so I decided to start messing around with performance enhancers on my VPS. See how much throughput you can squeeze out of $20 a month.
-
@widget How would I ensure the appropriate function existed?
-
https://www.blitz.io/report/33af475da5cf10f479c20e4e248a91f2 so there's this.
Saturday, 08-Jun-13 21:49:27 UTC from web -
Explosions in the sky is so great.
Saturday, 08-Jun-13 20:14:30 UTC from web -
So my 1gb linux VPS can serve around 70 requests a second of statusnet before it keels over.
Saturday, 08-Jun-13 20:05:04 UTC from web -
I need to get @scoot to draw me setting the timeline on fire, because seriously.
-
@mastertdi I already said I'm willing
-
@widget specifically "HipHop Fatal error: f_zend_version is not going to be supported: not zend anymore in /usr/share/nginx/www/statusnet/extlib/PEAR.php on line 43"
-
@widget if you're still wondering about HHVM for better performance, it doesn't work with statusnet because some of SN's libs aren't supported.
Saturday, 08-Jun-13 19:31:52 UTC from web -
@vt3c Nobody desperately wants to use IPtables. It's a goddamn nightmare.
-
@scoot Draw a sexy Serrio for me plz
-
iptables -t nat -I PREROUTING -p tcp --dport 80 --destination X.X.X.1 -j REDIRECT --to-port 4670 iptables -A INPUT -p tcp --dport 4670 -j ACCEPT /etc/init.d/iptables save