Results 1 to 9 of 9
Ok, I'm pretty sure someone's going to laugh at me for this one, but what is the answer to the Arch Linux forum registration question?
What is the output of ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 10-03-2010 #1Just Joined!
- Join Date
- Sep 2010
- Posts
- 7
Answer to Arch forum registration question...
Ok, I'm pretty sure someone's going to laugh at me for this one, but what is the answer to the Arch Linux forum registration question?
Apparently it's easy...What is the output of "date -u +%j$(uname)|sha256sum|sed 's/\W//g'"?Last edited by hail_santa; 10-03-2010 at 03:10 AM.
- 10-03-2010 #2
Run that command in your terminal window and find out, they want to make sure you are using Linux.
Code:date -u +%j$(uname)|sha256sum|sed 's/\W//g
I do not respond to private messages asking for Linux help, Please keep it on the forums only.
All new users please read this.** Forum FAQS. ** Adopt an unanswered post.
I'd rather be lost at the lake than found at home.
- 10-03-2010 #3Just Joined!
- Join Date
- Sep 2010
- Posts
- 7
Well I feel dumb. This is what happens when I try to do anything too early on a Saturday morning...
Thanks
- 10-06-2010 #4Just Joined!
- Join Date
- Oct 2010
- Posts
- 19
Arch Linux Forum Registration - Hail_santa's Qn repeated
I have the same question as Hail_santa which is "what is the answer to the Secret Qn - "What is the output of date -u+%j$(uname)|sha256sum|sed's/\W//g"
If I copy , paste the above as root
I am dropped to
>
In the above, i am not able to enter any command...
Pl appologize for my ignorance...
Kindly advise..
I thought the Qn would be dynamic but everytime it is the same
- 10-06-2010 #5Linux Guru
- Join Date
- Oct 2007
- Location
- Tucson AZ
- Posts
- 2,563
vikrang:
Change the command from your post by removing the double quotes at the end (")
and replacing it with a single quote:
date -u +%j$(uname) | sha256sum | sed 's/\W//g'
- 10-06-2010 #6forum.guy
- Join Date
- May 2004
- Location
- arch linux
- Posts
- 18,733
no errors allowed in command
The new line of questioning for registration at the Arch forums have definitely thrown a number of users for a loop, but they are having a tough time with bots/spammers joining the forums, hence the harder questions.
If any errors at all are in the command that is entered on the command line, you will not be given the correct output to complete the registration process.oz
- 10-07-2010 #7I do not respond to private messages asking for Linux help, Please keep it on the forums only.
All new users please read this.** Forum FAQS. ** Adopt an unanswered post.
I'd rather be lost at the lake than found at home.
- 10-07-2010 #8Just Joined!
- Join Date
- Oct 2010
- Posts
- 19
Thanks Yancek...I copypasted the command from our post and I got a couple of numbers and alphabets...I think there were some spacing issues ....
Thanks a ton....For the benefit of newbies like me,...pl copy paste yancek's command in your terminal line...
This looks like some sort of an entrance exam !!
They cud use some easier ways like the numbers appearing in a jumbled background...But anyway I guess these are measures to address security concerns
Thanks once again Yancek and Ozar !!
- 10-07-2010 #9
Well Arch is known for utilizing it's own resources and basically "using only what you need". So the registration question kinda fits in nicely with its philosophy and keeps the Arch spirit by having the user provide the output of some shell commands. At least that's the way in which it comes off to me


Reply With Quote

