Skip to content

Instantly share code, notes, and snippets.

View miigotu's full-sized avatar
:octocat:

miigotu miigotu

:octocat:
View GitHub Profile
@miigotu
miigotu / devmachine.ps1
Last active September 12, 2023 04:48 — forked from kasuken/devmachine.ps1
Tools and software for my workstations and laptops. Windows 11 version.
# Windows configuration. See http://boxstarter.org/WinConfig
Set-WindowsExplorerOptions -EnableShowHiddenFilesFoldersDrives -EnableShowProtectedOSFiles -EnableShowFileExtensions -EnableShowFullPathInTitleBar
Disable-GameBarTips
Disable-BingSearch
#Enable-RemoteDesktop
#Enable-MicrosoftUpdate
#Install-WindowsUpdate -AcceptEula
@miigotu
miigotu / freenas.sr.help.fix.txt
Last active May 29, 2020 17:17 — forked from Agurri/freenas.sr.help.fix.txt
FreeNAS Sickrage - Help & Info Web Page Fix
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.
#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