Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - 666threesixes666

Pages: [1]
1
Discuss Anything / slow server performance
« on: October 12, 2014, 02:20:50 AM »
you guys might want to get nginx / pound / stunnel (ssl/tls termination) + varnish (or squid reverse proxy) going, or straight up nginx + fpm + fpm caching going.  your page renderings are crawling.

ab -n 20 -c 20 https://satanninja.com/about/the-comic

Requests per second:    8.92 [#/sec] (mean)
Transfer rate:          103.58 [Kbytes/sec] received




this is nginx + fpm with out caching involved:

ab -n 20 -c 20 http://127.0.0.1/drupal/index.php

Document Path:          /drupal/index.php

Requests per second:    89.48 [#/sec] (mean)



apache dso is slow, you might want to ditch it, & become c10k compliant.  this is my experimental wiki with varnish + nginx + fpm.  (sorry i don't have varnish configured for drupal yet.  i'm still a drupal newb, and the drupal module only supports up to 3.x, ive got 4.x going on here.)  (other nginx note, it doesn't support .htaccess and drupal uses that all over the place.)

ab -n 20 -c 20 http://127.0.0.1:8080/wiki/index.php

Requests per second:    5275.65 [#/sec] (mean)

above polite test, below rude test (5000 concurrent hits at once)

ab -n 5000 -c 5000 http://127.0.0.1:8080/wiki/index.php

Requests per second:    8699.03 [#/sec] (mean)

2
cell no. 2 LOL LOL LOL  ;D

3
Discuss Blog Entries / Re: Midoricon 2014
« on: September 12, 2014, 12:14:43 AM »
these fools do not know the power of SNACKY!!!!  (unless you took some 2nd issue books too lol)

4
Discuss Anything / satan raising hell in oklahoma
« on: September 10, 2014, 04:04:54 PM »
hmmm no embed?  http://custom.simplemachines.org/mods/index.php?mod=977


anyways heres the video, watch it now
http://youtu.be/8xfL6Ga3X88

5
snacky fucking ROCKS!!!   ;D

6
Discuss Comic Pages / Re: Issue 02 - Party Like It's 198X - Cover
« on: June 21, 2014, 07:23:37 PM »
10 *s @ the chicks all over the space man

7
LOL @ "corey's a boner connoisseur."   ;D

8
Discuss Anything / Re: Merchandise
« on: June 14, 2014, 06:18:41 PM »
im probably going to need a veronica & viper shirt....  tits and d for job interviews, you know...   ;D

9
Discuss Anything / Re: spam email from satan ninja 198x
« on: May 10, 2014, 11:00:58 PM »
i just did spf & it appeased google once the dns stuff was setup right.  it might be your timeout values?

thecpamatrix.com.   1800   IN   MX   10 thecpamatrix.com.

known working for thecpamatrix & gmail

satanninja.com.      14400   IN   MX   0 satanninja.com.

???  i know i was seeing "out of preferred timeout range" messages about the entry & seeing messages that spammers like servers with high time out or very low time out.  unfortunately cpamatrix is gone, dude that conscripted me to build it flaked on paying the bills.

edit: i wish you guys luck on the email, i know from experience how annoying it is to get out of spam.  it took me 3 months or better to get cpamatrix out of spam and requesting unblocking from several sites.

edit some moar:  maybe doesn't like being forwarded through calebd.net? "220-host.calebd.net ESMTP Exim 4.82 #2 Sun, 11 May 2014 03:08:34 +0000 220-We do not authorize the use of this system to transport unsolicited, 220 and/or bulk e-mail."

i found a post saying multi domain name machines to look at this link
http://www.exim.org/exim-html-current/doc/html/spec_html/ch-main_configuration.html
& filter for this variable "smtp_active_hostname"

good luck on thy quest web lord.

10
Discuss Anything / spam email from satan ninja 198x
« on: May 10, 2014, 12:07:51 AM »
http://mxtoolbox.com/SuperTool.aspx?action=smtp%3asatanninja.com&run=toolpage

dns reverse record mismatch.  email servers are very painful to setup.  exim is good about not being too absurd to wrap your head around.  my technique to test email servers involves re-sending conformation emails to my self & looking @ /var/log/messages or /var/log/exim/faillog  id not touch the server configuration, and work on the dns records.

spf & dkim are good.

Received: from satanninja.com (satanninja.com. [129.121.189.45])
        by mx.google.com with ESMTPS id n6si1800970ige.22.2014.05.09.20.44.42
        for my@email.com
        (version=TLSv1 cipher=RC4-SHA bits=128/128);
        Fri, 09 May 2014 20:44:43 -0700 (PDT)
Received-SPF: pass (google.com: domain of noreply@satanninja.com designates 129.121.189.45 as permitted sender) client-ip=129.121.189.45;
Authentication-Results: mx.google.com;
       spf=pass (google.com: domain of noreply@satanninja.com designates 129.121.189.45 as permitted sender) smtp.mail=noreply@satanninja.com;
       dkim=pass header.i=@satanninja.com
Message-Id: <536da0ab.8614320a.7241.ffffb09fSMTPIN_ADDED_MISSING@mx.google.com>
DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=satanninja.com; s=default;
   h=Content-Transfer-Encoding:Content-Type:Mime-Version:Date:From:To:Subject; bh=rJQ3i9eVMdtpT7kxegl+fRUnGowflV0f+pIZHsONv4A=;
   b=ynxSEdwvLeOZueF3B8XEJ4xSTmCgaky+OLGxwI7WS3LqLrZLAD5Y8FsyNBRmICQ7hteMQbGQByILj6HpScxYL9oNgu6/RX1nTFJl2V0m5NCOoUMcxA5TTh4anQl76mQsoJgmWa2a+7zOZ9lLuwz+fbDXyXb86BPPJVRVN+J23KI=;
Received: from satanninja.com ([129.121.189.45]:59368 helo=ssl://satanninja.com)
   by host.calebd.net with esmtpsa (TLSv1:DHE-RSA-AES256-SHA:256)
   (Exim 4.82)
   (envelope-from <noreply@satanninja.com>)
   id 1WiyDK-0000br-A9

11
Discuss Anything / Re: Introductions
« on: May 08, 2014, 05:38:22 PM »
thanks the conformation email was landing in the spam and i noted only problem with the setup i seen.

12
tits or gtfo....  <3 it

13
Discuss Anything / Introductions
« on: April 20, 2014, 01:40:14 AM »
hi im paul, im a linux zombie.   8)

14
 ;D  jock douches, & skanks whats not to love on this page?  8)

Pages: [1]