This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Windows configuration. See http://boxstarter.org/WinConfig | |
Set-WindowsExplorerOptions -EnableShowHiddenFilesFoldersDrives -EnableShowProtectedOSFiles -EnableShowFileExtensions -EnableShowFullPathInTitleBar | |
Disable-GameBarTips | |
Disable-BingSearch | |
#Enable-RemoteDesktop | |
#Enable-MicrosoftUpdate | |
#Install-WindowsUpdate -AcceptEula |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
After switching to the new repo and updating, I lost the ability to see the SickRage Version, branch and commit on the Help & Info page. After trying seveal methods, I've came down to this ... It might not be the only way to do it, but it worked for me as of today (01/29/2016) | |
Credits go to neoatomic and delfrogo (https://forums.freenas.org/index.php?threads/new-sickrage-repo.39368/) | |
Step 1. | |
Do a backup with the Sickrage GUI. The procedure should not break anything but let's be cautious. | |
Step 2. | |
Stop Sickrage plugin in the FreeNAS GUI by going in Plugins, Installed, Stop. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include "RPLLoader.h" | |
#include "../common/elf/ELFLoaderBase.h" | |
#include "RPL.h" | |
#include "RPL_inlines.h" | |
#include "Section.h" | |
#include "miniz_tinfl.h" | |
class RPLLoaderImpl final |