GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   I love my Hosting company!!! (https://gfy.com/showthread.php?t=1080871)

Dating Port 09-09-2012 11:58 AM

I love my Hosting company!!!
 
Certified Hosting Rocks!

I was just installing a new trading script on my main site and crashed my whole network. :Oh crap
All 38 sites were showing a 403 forbidden error. :Oh crap:Oh crap
I chmodded the wrong thing :Oh crap:Oh crap
I couldn't get it back so I called them :helpme
It was fixed in 5 minutes! :pimp

Thanks! :thumbsup:thumbsup

London Banker 09-09-2012 12:04 PM

so certified hosting know how to chmod. very impressive. thanks for the info.

BSleazy 09-09-2012 12:05 PM

hahahaha

Dating Port 09-09-2012 12:07 PM

I should hope they all do. But the fact that they responded in less than 5 minutes speaks volumes.

Klen 09-09-2012 12:12 PM

Quote:

Originally Posted by Dating Port (Post 19178874)
I should hope they all do. But the fact that they responded in less than 5 minutes speaks volumes.

Well that's normal since there are people who sit all day and wait to receive messages like yours.It's not like nobody care and saying "oh that shithead again bothering us".

lucas131 09-09-2012 12:14 PM

still, at sunday ... good job girl :thumbsup

martinsc 09-09-2012 01:10 PM

:thumbsup :thumbsup

Zeiss 09-09-2012 01:20 PM

Quote:

Originally Posted by London Banker (Post 19178871)
so certified hosting know how to chmod. very impressive. thanks for the info.

:1orglaugh

B.Barnato 09-09-2012 01:36 PM

Also very happy with their support.

mikke 09-09-2012 05:23 PM

http://i.imgur.com/tqPdm.jpg

VenusBlogger 09-09-2012 05:33 PM

Quote:

Originally Posted by London Banker (Post 19178871)
so certified hosting know how to chmod. very impressive. thanks for the info.

LOL :1orglaugh

anexsia 09-09-2012 06:28 PM

Quote:

Originally Posted by London Banker (Post 19178871)
so certified hosting know how to chmod. very impressive. thanks for the info.

LOL :1orglaugh :1orglaugh :1orglaugh

mineistaken 09-09-2012 07:27 PM

funny thread :)
stay positive though

edgeprod 09-09-2012 08:31 PM

I'm happy to report that my hosting company is also proficient in chmod. I, too, was amazed. It's so easy to take chmod for granted these days. Glad to see hosts keeping it real and putting training time into chmod. I heard level 2 techs can chgrp and even chown.

Rochard 09-09-2012 09:33 PM

I love National Net. I've been with them for like ten years now. Never a problem, tickets always get answered quickly.

notjoe 09-10-2012 02:46 AM

Quote:

Originally Posted by London Banker (Post 19178871)
so certified hosting know how to chmod. very impressive. thanks for the info.

hahahaha

CurrentlySober 09-10-2012 02:51 AM

Quote:

Originally Posted by London Banker (Post 19178871)
so certified hosting know how to chmod. very impressive. thanks for the info.

OK, I genuinely :1orglaugh

You have almost redeemed yourself ! :thumbsup

anexsia 09-10-2012 02:52 AM

Quote:

Originally Posted by Rochard (Post 19179482)
I love National Net. I've been with them for like ten years now. Never a problem, tickets always get answered quickly.

but can they chmod well?

notjoe 09-10-2012 02:53 AM

Quote:

Originally Posted by anexsia (Post 19179649)
but can they chmod well?

chmod -R 777 /

"I has fixed j00r problem."

edengay 09-10-2012 06:07 AM

Quote:

Originally Posted by London Banker (Post 19178871)
so certified hosting know how to chmod. very impressive. thanks for the info.

Bad boy :p

3xmedia 09-10-2012 07:55 AM

:1orglaugh:1orglaugh:1orglaugh

Zeiss 09-10-2012 07:58 AM

Quote:

Originally Posted by notjoe (Post 19179650)
chmod -R 777 /

Actually, this will cause problems. :1orglaugh

Klen 09-10-2012 07:59 AM

Quote:

Originally Posted by sexvideosex (Post 19180003)
Actually, this will cause problems. :1orglaugh

Well depend what kind a scripts you run,normally all scripts should work with it,but if you use cgi script then you can fuck up all :1orglaugh

Chosen 09-10-2012 08:00 AM

:thumbsup

maylow 09-10-2012 08:32 AM

Indeed, very impressive. CHMOD is usually the hardest thing to do, in like, ever. And it was just a myth for everyone just a year ago or so. I mean, woah.

edgeprod 09-10-2012 09:15 PM

Quote:

Originally Posted by sexvideosex (Post 19180003)
Actually, this will cause problems. :1orglaugh

-R 777 is the last refuge of the person who doesn't understand permissions or just doesn't give a shit. It's akin to using a nuke to swat a fly.

garce 09-10-2012 09:19 PM

Quote:

Originally Posted by Dating Port (Post 19178874)
I should hope they all do. But the fact that they responded in less than 5 minutes speaks volumes.

You can't actually speak "volumes" in less than five minutes. A couple of sentences - sure. Volumes? No.

shake 09-10-2012 09:20 PM

Quote:

Originally Posted by edgeprod (Post 19181667)
-R 777 is the last refuge of the person who doesn't understand permissions or just doesn't give a shit. It's akin to using a nuke to swat a fly.

I never understood the capital R for recursive on chmod, most *nix functions use lower case.

alias 09-10-2012 09:23 PM

Root for the win.

edgeprod 09-10-2012 09:25 PM

Quote:

Originally Posted by shake (Post 19181672)
I never understood the capital R for recursive on chmod, most *nix functions use lower case.

If this isn't a joke/troll, I'd be happy to answer. The reason is that -r and +r are for setting the bit. For example, you can do chmod +r or chmod -r (or chmod +x, etc) on a file/group of files. The -R is distinct because it's a capital -- it's not a file bit.

Make sense?

alias 09-10-2012 09:38 PM

Quote:

Originally Posted by edgeprod (Post 19181686)
If this isn't a joke/troll, I'd be happy to answer. The reason is that -r and +r are for setting the bit. For example, you can do chmod +r or chmod -r (or chmod +x, etc) on a file/group of files. The -R is distinct because it's a capital -- it's not a file bit.

Make sense?

So single file only versus recursive? EG: 444 for one file with +r vs a -R recursive command like chmod -R 777 directory.

Amirite?

edgeprod 09-10-2012 10:07 PM

Quote:

Originally Posted by alias (Post 19181701)
So single file only versus recursive? EG: 444 for one file with +r vs a -R recursive command like chmod -R 777 directory.

Amirite?

Not remotely, LOL. +r can be used recursively, i.e.:

chmod -R +r directory/

Or by itself, i.e.:

chmod -r file

alias 09-10-2012 10:27 PM

Got you, I was only familiar with it to do recursive chmod commands, but here it mentions setting the bits as you stated before: http://faculty.cs.niu.edu/~hutchins/csci241/chmod.htm

Thanks.

edgeprod 09-10-2012 10:47 PM

Well, setting the bits is the same as setting them numerically. It's just a preference thing. I like to do it numerically, because it's easier to remember 644 than some chain of + and - switches.

alias 09-10-2012 10:49 PM

Definitely, I had always done it numerically. Learn something new every day.. .

notjoe 09-11-2012 12:10 AM

Quote:

Originally Posted by sexvideosex (Post 19180003)
Actually, this will cause problems. :1orglaugh

Duh. I don't think n00bs are dumb enough to do that. It was a joke...as in not to be taken seriously. Thanks!

Finike 09-11-2012 11:01 AM

Besides of your problem -
they have the best support in the industry!

Freaky_Akula 09-11-2012 11:21 AM

I see that a lot of people like Certified Host. I have tried them myself and I absolutely hated it. Either CH has done a 180 or all those people who like them are in for a huge surprise if they ever decide to try a real host like NatNet, MojoHost, Amerinoc,...

3xmedia 09-11-2012 11:28 AM

I tried their shared plan and it sucked, overloaded/oversold servers.

ottopottomouse 09-11-2012 12:09 PM

Quote:

Originally Posted by London Banker (Post 19178871)
so certified hosting know how to chmod. very impressive. thanks for the info.

:1orglaugh:1orglaugh

edgeprod 09-11-2012 12:31 PM

Quote:

Originally Posted by Freaky_Akula (Post 19182718)
Either CH has done a 180 or all those people who like them are in for a huge surprise if they ever decide to try a real host like NatNet, MojoHost, Amerinoc,...

I didn't come from Certified, but I know that when I personally went to Mojo, it was a HUGE eye-opener about how hosting could and should work. :thumbsup


All times are GMT -7. The time now is 06:15 PM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123