Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

Why...

Name: Anonymous 2013-08-03 23:44

Why are you not using the greatest operating system of all time, Windows XP?

Name: Anonymous 2013-08-04 0:03

/g/?

Name: Anonymous 2013-08-04 0:10

>>1

Can it support "Tablet PC"?

Name: Anonymous 2013-08-04 0:41

>>2
>implying /g/ use XP and not gentoo

Name: Anonymous 2013-08-04 1:29

>>1
I'm in fact using a personal computer with xp service pack 2, unpatched(since sp2 release) and without any firewall/antiviruses.I have Common Sense 2013 Paranoia Edition though.
It run like a charm for all those years, but my PC started to overheat(i suspect its summer temps) or something and now restarts randomly each few hours(only if there is some load. Idle it can stand for months). When i get a new PC in a few years(or later) i'll think about switching to some user-friendly lunix distro if XP doesn't have drivers for it.

Name: Anonymous 2013-08-04 1:33

Name: Anonymous 2013-08-04 1:49

>>6
Sorry my Common Sense 2013 Paranoia Edition doesn't allow me to click any links not whitelisted.
I must perform whois, google scans,check backlinks via google cache, traceroutes(via web) and other reference before clicking even the google text-only cache of the site. Plus new site can't get into my Noscript/adblock/requestpolicy whitelist before i use them for 1 year. I heartily recommend Common Sense 2013 Paranoia Edition. It saves you much trouble.

Name: Anonymous 2013-08-04 1:51

>>6
Page doesn't even appear on google search, failure at step 1, Not clicking.

Name: Anonymous 2013-08-04 2:00

Name: Anonymous 2013-08-04 2:05

>>7
Permanent whitelists are terrible. Use temporary session-based exceptions on a per-site basis. Check news sources to find out if the site you want to visit on any given day has been compromised.

Name: Anonymous 2013-08-04 2:12

whois yields this:
4ch.me whois:
Registrant E-mail:sammykake@gmail.com
Admin ID:CR89385933
Admin Name:Shinri Nii
Admin Organization:Lolicon Systems
securelayer.us
Name / Organization     Samuel Keike
Address     24712 Chajchkzic Court Road
E-mail     sammykake@gmail.com
Samuel Keike, Freshman, International Relations and Global Studies/Arabic majors and International Studies minor whose career interest surrounds working for an international organization or non-profit for the advancement of human rights and the promotion of understanding. Samuels hobbies are reading, learning, enjoying the outdoors, listening to music, bird watching, keeping up with world news, and enjoying the company of friends.
Registrant City: Waco Registrant State/Province: Texas

Name: Anonymous 2013-08-04 2:15

>>11
Waco
https://en.wikipedia.org/wiki/Branch_Davidians
In 1958–59, The Branch became the first group of Christians to be granted landed immigrant status in Israel.[10] They received permission to settle three villages there, though they lost two of them because not enough Davidians came to inhabit the villages. Due to their efforts, along with those of others (mostly Jews), the remaining village, Amirim, became the first vegetarian village in Israel, and remains such today. Being strict vegetarians, they established The Branch Organic Agricultural Association, one of the first organizations to encourage organic gardening in Israel, which produces an abundance of crops for the area and for Europe.
Shalom, kike!

Name: Anonymous 2013-08-04 2:23

2001
1 Name: Anonymous 2013-08-03 23:44

Not even trying

Name: Anonymous 2013-08-04 2:24

[04/Aug/2013:00:34:26 -0500] "GET /9999999999.html HTTP/1.1" 404 498 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.2; en-US; Valve Steam GameOverlay/1374875626; )
Alright, who is this?

Name: Anonymous 2013-08-04 2:25

Chajchkzic Court Road doesn't exist.
Using fake whois information is sign of fraud.

Name: Anonymous 2013-08-04 2:27

>>11
66.249.255.255 - - [04/Aug/2013:01:11:35 -0500] "GET / HTTP/1.1" 200 405 "http://whois.domaintools.com/securelayer.us" "Mozilla/5.0 (Windows NT 5.1; rv:22.0) Gecko/20100101 Firefox/22.0"
Couldn't even run the look up yourself? Not surprising coming from someone who actually is running XP.

Name: Anonymous 2013-08-04 2:30

>>14
NAME

curl - transfer a URL
SYNOPSIS

curl [options] [URL...]
DESCRIPTION

curl is a tool to transfer data from or to a server, using one of the supported protocols (DICT, FILE, FTP, FTPS, GOPHER, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS, POP3, POP3S, RTMP, RTSP, SCP, SFTP, SMTP, SMTPS, TELNET and TFTP). The command is designed to work without user interaction.

curl offers a busload of useful tricks like proxy support, user authentication, FTP upload, HTTP post, SSL connections, cookies, file transfer resume, Metalink, and more. As you will see below, the number of features will make your head spin!

curl is powered by libcurl for all transfer-related features. See libcurl (3) for details.
URL

The URL syntax is protocol-dependent. You'll find a detailed description in RFC 3986.

You can specify multiple URLs or parts of URLs by writing part sets within braces as in:

 http://site.{one,two,three}.com

or you can get sequences of alphanumeric series by using [] as in:

 ftp://ftp.numericals.com/file[1-100].txt  ftp://ftp.numericals.com/file[001-100].txt (with leading zeros)  ftp://ftp.letters.com/file[a-z].txt

Nested sequences are not supported, but you can use several ones next to each other:

 http://any.org/archive[1996-1999]/vol[1-4]/part{a,b,c}.html

You can specify any amount of URLs on the command line. They will be fetched in a sequential manner in the specified order.

You can specify a step counter for the ranges to get every Nth number or letter:

 http://www.numericals.com/file[1-100:10].txt  http://www.letters.com/file[a-z:2].txt

If you specify URL without protocol:// prefix, curl will attempt to guess what protocol you might want. It will then default to HTTP but try other protocols based on often-used host name prefixes. For example, for host names starting with "ftp." curl will assume you want to speak FTP.

curl will do its best to use what you pass to it as a URL. It is not trying to validate it as a syntactically correct URL by any means but is instead very liberal with what it accepts.

curl will attempt to re-use connections for multiple file transfers, so that getting many files from the same server will not do multiple connects / handshakes. This improves speed. Of course this is only done on files specified on a single command line and cannot be used between separate curl invokes.
PROGRESS METER

curl normally displays a progress meter during operations, indicating the amount of transferred data, transfer speeds and estimated time left, etc.

curl displays this data to the terminal by default, so if you invoke curl to do an operation and it is about to write data to the terminal, it disables the progress meter as otherwise it would mess up the output mixing progress meter and response data.

If you want a progress meter for HTTP POST or PUT requests, you need to redirect the response output to a file, using shell redirect (>), -o [file] or similar.

It is not the same case for FTP upload as that operation does not spit out any response data to the terminal.

If you prefer a progress "bar" instead of the regular meter, -# is your friend.

[....]
AUTHORS / CONTRIBUTORS

Daniel Stenberg is the main author, but the whole list of contributors is found in the separate THANKS file.
WWW

http://curl.haxx.se
FTP

ftp://ftp.sunet.se/pub/www/utilities/curl/
SEE ALSO

ftp (1) wget (1)

Name: Anonymous 2013-08-04 2:30

>>15
Sadly, I never managed to get into the racket.

Name: Anonymous 2013-08-04 2:33

>>11
I like your hobbies. Can we be friends?

Name: Anonymous 2013-08-04 2:34

>>12
Good thing the US burned them.

Name: Anonymous 2013-08-04 2:36

>>19
Sure! Want to go on a pilgrimage to Mecca with me? We can have hot gay sex in the Holy Land.

Name: Anonymous 2013-08-04 2:42

>>14
Samuel if you want your site to be trusted:
Don't use fake whois information like fake roads and fake wapanese names.
Make it accessible in google cache
Change your "organization" from Lolicon systems to something normal.
If your site doesn't appear in backlinks from other sites its very suspicious
Are btbgaming.com and mjmfighter.com are your sites as well?
(Matthew Mjelde/mjmjelde@gmail.com who owns btbgaming which has the same shared IP as 4ch.me)

Name: Anonymous 2013-08-04 2:45

Larry Probst (head of Electronic Arts) - JEW
Gabe Newell (head of Valve, Steam) - JEW
Bobby Kotick (head of Blizzard, Activision) - JEW
Strauss Zelnick (head of Take Two Interactive) - JEW
Leonard Boyarsky (Fallout, Arcanum, VtMB, Diablo 3) - JEW
Jon Van Caneghem (Kings Bounty, Heroes of Might & Magic) - JEW
Frank Klepacki (one of the most famous video game composers) - JEW
Ray Muzyka (Bioware founder) - JEW
Greg Zeschuk (Bioware founder) - JEW
Peter Molyneux (Bullfrog and Lionheart founder) - JEW
Warren Spector (Wing Commander, Ultima, DeusEx, Epic Mickey) - JEW
David Cage (Quantic Dream founder) - JEW
Andy Gavin (Chrash Bandicoot, Uncharted) - JEW
Jason Rubin (Chrash Bandicoot, Uncharted) - JEW
Ken Silverman (Duke Nukem) - JEW
Sergey Orlovsky (Allods, Etherlords) - JEW
Alexey Pajitnov (Tetris) - JEW

Name: Anonymous 2013-08-04 2:47

>>23
Michael Kogan (founder of Taito Corporation) - JEW

Name: Anonymous 2013-08-04 2:48

>>22
Its just some minecraft server?

Name: Anonymous 2013-08-04 2:49

>>22
Why would I want it to be trusted? I want it to look as spammy and suspicious as possible. I like the attention I get from all these Russian and Chinese vulnerability scanners. Besides, this shitty host has about 75% uptime, so it's useless for anything important anyway.

Samuel
Kihihihihihi

Change your "organization" from Lolicon systems to something normal.
But I like that name....

If your site doesn't appear in backlinks from other sites its very suspicious
Well now it has one from /prog/. Off to a good start, huh?

Are btbgaming.com and mjmfighter.com are your sites as well?
I don't think so.

(Matthew Mjelde/mjmjelde@gmail.com who owns btbgaming which has the same shared IP as 4ch.me)
What the fuck? You mean my 3$ a month VPS is sharing my IP address?

Name: Anonymous 2013-08-04 2:56

>>25
It only runs SSHD and Apache (sometimes). OpenVZ prevents anything nice from running, and they keep killing my scripts and complaining about fair usage of resources.

This is why you never pay for a year in advance.

Name: Anonymous 2013-08-04 3:22

>>26
4ch.me has no A record you twiwt. The GoDaddy ns34.domaincontrol.com namesserver are using the default IP address it has on record some on the server:
PTR     74.63.233.72     74-63-233-72.control.securelayer.us     24 hrs
are you really the owner of 4ch.me?

>>27
What company are you using that does not using Xen or KVM? Are they retards? You might want to move your stuff. They should at the least give you a prorate.

Name: Anonymous 2013-08-04 3:33

>>28
are you really the owner of 4ch.me?
http://4ch.me/yes

What company are you using that does not using Xen or KVM?
123systems.

Are they retards?
More so than you can possibly imagine.

You might want to move your stuff.
Sounds like a waste of my fucking time.

They should at the least give you a prorate.
They don't.

Name: Anonymous 2013-08-04 3:47

>>29
Nice, pleasure to read you. Try these guys when you want to:
http://www.santrex.net/vps_premium.php

Here are others:
http://www.spexhost.com/solutions/ddos-virtual-private-server-hosting/
http://www.vps.me/free-vps

This is actually my dream to make: http://www.panix.com/
I want to do this at the least once in my life, before i kick the bucket.

Name: not by me 2013-08-04 3:53

>>26,29
I hope that is not your personal email address, and you only use it as a dummy account, with a VPN connection:
https://plus.google.com/s/sammykake%40gmail.com

If not, you are screwed.

Name: Anonymous 2013-08-04 3:58

Where Have I seen this router?:
dns.jomax.net
Feels like a cisco one. And I have not worked at GD to tell.

Name: Anonymous 2013-08-04 4:01

>>31
No, that account is my life. I trust everything to Google.

Name: Anonymous 2013-08-04 4:07

http://myanimelist.net/profile/SammyKake found his Animelist
http://userscripts.org/users/315373 and userscripts
http://slashdot.org/~Pseudonym+Authority Slashdot account
Who is Wriggle !!wvZ72pdJVA who owns sammykake.org
Registrant Name:Yukitaka Hiyoshi
Registrant Street1:24712 Chajchkzic Court Road //same as 4ch.me
Registrant Email:sammykake@gmail.com
208.115.207.25 resolves to stop.whoising.me.prog. //wut

The following A records are set to 208.115.207.25:
sammykake.org

Name: Anonymous 2013-08-04 4:09

>>33
Then you are asking for it. Just warning you. We have like 5-10 rotated DoD agents that come here, specifically to target and rape users. And two of them, I know work directly on the Texas Google servers (he even wanted work with him, poor guy).

Just watch you back, or have someone else watch it for you.


Another unrelated question, did you go to the this years Linux Fest in Austin? If you did, we may have met.

Name: >>33 2013-08-04 4:12

>>31
Just look at all the wonderful email I get. http://i.imgur.com/SOBgGd6.png

Name: Anonymous 2013-08-04 4:12

omg I love Wriggle!

stop.whoising.me.prog
ha

Name: Anonymous 2013-08-04 4:15

>>35
I'm never going back to Texas. Fuck that hot, dusty hell.

Name: Anonymous 2013-08-04 4:18

Not Found

The requested URL /9999999999.html was not found on this server.
Apache/2.2.16 (Debian) Server at 4ch.me Port 80
Not Found

The requested URL /prog-1375587844-4,6,7.txt was not found on this server.
Apache/2.2.16 (Debian) Server at 4ch.me Port 80

Name: Anonymous 2013-08-04 4:19

>>39
Of course they don't exist you google-translate-as-a-proxy-using moron.

Newer Posts