Thanks to all the people that help on this forum

Status
Not open for further replies.

pechkin000

Explorer
Joined
Jan 24, 2014
Messages
59
Hi,
I just wanted to say thanks to people like @cyberjock who tirelessly help us with all of our problems. I have lurked a lot and posted a few times when I was having issues and everything has been resolved for me every time. With the help of this community I have build two awesome Freenas servers (main storage and replicated back up) that give us 20+tb storage space for our video projects. I have received all the information I needed on the best hardware, configuration and anything else from this forum. The servers have been serving our purposes flawlessly. Attaching a screen cap of how a 5 gb transfer went.. its amazing how stable the speeds are and how awesome everything works together.
Thanks guys! There is no way I could have built something like this without the help of this amazing community.


Capture.PNG
 
Last edited:

cyberjock

Inactive Account
Joined
Mar 25, 2012
Messages
19,526
You are welcome. Glad I was helpful. :)
 

Ericloewe

Server Wrangler
Moderator
Joined
Feb 15, 2014
Messages
20,194
Code:
int degrinchify(Post * post) //Translate Grinch to English
{
   if (post -> User == 115)  //User 115 is jgreco
   {
       if (interpretPost(post) == PERSONAL_CONVERSATION)  //Translation needed
       {
           invertMeaningOfPost(post);
           return DEGRINCHIFIED;  
       }
     
       else    //No translation needed
       {
           return ITSENGLISH;
       }
   }
   else
   {
       return NOTGRINCH; //It's not jgreco, you just wasted a function call.
   } 
}
 
Status
Not open for further replies.
Top