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
| # Quick script by miigotu, place in ~/bin or other location in your path | |
| #!/bin/bash -- | |
| out=`sudo apt-get update 2>&1 | tee /dev/tty` | |
| status=${out##*$'\n'} | |
| if [ "${out##*$'\n'}" != "All packages are up to date." ]; then | |
| sudo apt-get upgrade --autoremove --purge | |
| fi |
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
| # Windows configuration. See http://boxstarter.org/WinConfig | |
| Set-WindowsExplorerOptions -EnableShowHiddenFilesFoldersDrives -EnableShowProtectedOSFiles -EnableShowFileExtensions -EnableShowFullPathInTitleBar | |
| Disable-GameBarTips | |
| Disable-BingSearch | |
| #Enable-RemoteDesktop | |
| #Enable-MicrosoftUpdate | |
| #Install-WindowsUpdate -AcceptEula |
OlderNewer