Requests for Wiki Access <--- ASK HERE
-
Typically when the Community managers come back around they let a batch in, please be patient. This is not something all of us have the ability to invite to.
Also access is only needed to edit or upload information to the wiki, to view all you have to do is click the wiki button on the homepage.
I am excited to see so many of you eager to edit the wiki and to help advance the FOG documentation, but there is still a tutorials section here on the forum where you can put your findings and even leave some technical information to help others along.
I spend more time writing walk throughs and posting them in the tutorials section then porting them to the wiki.
Actually from my experience, a user is more likely to visit the forum than the wiki, and I think that is because there is active engagement and questions can be asked and answered very timely, but that’s just my two cents.
-
This post is deleted! -
I have been really busy with back-to-school. Haven’t had a chance to create wiki accounts. I believe I am the only mod that does it right now. I’ll get them hammered out and PM you the info as I create them.
-
All accounts thus far should now be created.
Please check your respective PM’s for your login information.
Thank you,
-
This post is deleted! -
Looking for wiki access. I’m going to document my auto driver install script there with screenshots & how-to’s. I’ve noticed there’s also a lot documentation that’s not up to date for 1.2.
-
Andrew, check your PM
-
Hi Can I get wiki access.
-
This post is deleted! -
This post is deleted! -
[quote=“Berend de Boer, post: 42118, member: 28367”]Looking for wiki access. I’d like to make a few clarifications, for example firewall exceptions has:
[FONT=monospace][COLOR=#000000]netsh advfirewall firewall add rule name=“Fog Client” dir=in action=allow program=“C:\Program Files\FOG\FOGService.exe”[/COLOR][/FONT]
But for 64-bit that should be “Program Files (x86)” I believe. So copy/paste of that stuff needs some car[/quote]
Yes this was a bit dated but has been corrected now. Thank you for for reporting.
-
Thanks! Have more. On [URL=‘http://www.fogproject.org/wiki/index.php/FOGCrypt’]the FOGCrypt page[/URL] I would like to point out that you can run FOGCrypt on Linux as well with:
[CODE]mono ./FOGCrypt.exe[/CODE]
If it complains about mscorlib.dll, run it as:
[CODE]MONO_PATH=/usr/lib/mono/4.5 mono ./FOGCrypt.exe[/CODE]
-
And on [URL=‘http://www.fogproject.org/wiki/index.php/Managing_FOG#FOG_Tray’]the troubleshooting page[/URL]: there is some formatting issue I think: the phrase “If the PXE boot does not work” is probably meant as an header, has nothing to do with the preceding issue.
-
And update [URL=‘http://www.fogproject.org/wiki/index.php/Main_Page’]the main page[/URL] to direct users to the proper thread to requests access: The “please request one in our [URL=‘http://www.fogproject.org/forum’]forums[/URL]” should link to this thread.
-
[quote=“Wolfbane8653, post: 42156, member: 3362”]Yes this was a bit dated but has been corrected now.[/quote]
My suggestion is to use an environment variable, i.e.:
[CODE]netsh advfirewall firewall add rule name=“Fog Client” dir=in action=allow program=“%ProgramFiles(x86)%\FOG\FOGService.exe”[/CODE]
-
PS: the even better thing to do would be for the FOG Client to setup these rules upon install!
-
Typo on [URL=‘http://www.fogproject.org/wiki/index.php/Client_Setup#Windows_7_3’]this page[/URL]: "
[LIST]
[*]As of FOG 0.28 this is no longer riquired.
[/LIST]
" -
[URL=‘http://www.fogproject.org/wiki/index.php/Managing_FOG#Preparing_the_Image’]This page[/URL] has, I believe, outdated information: “Enter the user name that has access to the computer objects. Include the name of your domain, i.e. mydomain\username”
I believe “mydomain” should be left out since the latest versions.
-
[quote=“Berend de Boer, post: 42245, member: 28367”]Thanks! Have more. On [URL=‘http://www.fogproject.org/wiki/index.php/FOGCrypt’]the FOGCrypt page[/URL] I would like to point out that you can run FOGCrypt on Linux as well with:
[CODE]mono ./FOGCrypt.exe[/CODE]
If it complains about mscorlib.dll, run it as:
[CODE]MONO_PATH=/usr/lib/mono/4.5 mono ./FOGCrypt.exe[/CODE][/quote]
mono is not installed by default by fog I have entered this information but I have also shown that mono must be installed before hand.
[quote=“Berend de Boer, post: 42248, member: 28367”]And on [URL=‘http://www.fogproject.org/wiki/index.php/Managing_FOG#FOG_Tray’]the troubleshooting page[/URL]: there is some formatting issue I think: the phrase “If the PXE boot does not work” is probably meant as an header, has nothing to do with the preceding issue.[/quote]
It’s kind of obvious that I havent finished sprucing up this page yet. I stopped just before Users. See that there is no icons or cleaner formatting? Remember we use our spare time to put into FOG. I assure you that wiki edits occur daily.[quote=“Berend de Boer, post: 42252, member: 28367”]Typo on [URL=‘http://www.fogproject.org/wiki/index.php/Client_Setup#Windows_7_3’]this page[/URL]: "
[LIST]
[*]As of FOG 0.28 this is no longer riquired.
[/LIST]
"[/quote]
What is the typo here? Are you really going to rag on me b/c there is no comma? I didn’t even write this page.[quote=“Berend de Boer, post: 42253, member: 28367”][URL=‘http://www.fogproject.org/wiki/index.php/Managing_FOG#Preparing_the_Image’]This page[/URL] has, I believe, outdated information: “Enter the user name that has access to the computer objects. Include the name of your domain, i.e. mydomain\username”
I believe “mydomain” should be left out since the latest versions.[/quote]
Yes and no. 1.1.0 it is proper but in 1.2.0 and 1.3.0 is should just be username. I have just changed to.
" 7. [FONT=sans-serif][COLOR=#000000]Enter the user name that has access to the computer objects. You may need to include the name of your domain. ([/COLOR][/FONT][B][FONT=sans-serif][COLOR=#000000]username [I]OR[/I] mydomain/username[/COLOR][/FONT][/B][FONT=sans-serif][COLOR=#000000])"[/COLOR][/FONT]
-
[quote=“Berend de Boer, post: 42251, member: 28367”]PS: the even better thing to do would be for the FOG Client to setup these rules upon install![/quote]
That will be done with the NEW CLIENT INSTALL that is in development as I type this.