Skip to content

Instantly share code, notes, and snippets.

View helloimbernardo's full-sized avatar
✌️

Bernardo Oliveira helloimbernardo

✌️
View GitHub Profile
@helloimbernardo
helloimbernardo / moodleNoDownload.js
Last active November 22, 2021 00:01
MoodleNoDownload
// ==UserScript==
// @name Moodle No Download
// @version 1.0
// @description Open files from moodle directly on your browser without being forced to download them
// @author helloimbernardo (https://github.com/helloimbernardo)
// @homepage https://gist.github.com/helloimbernardo/e785074ac480316a0d365ca678ba1832
// @updateURL https://gist.githubusercontent.com/helloimbernardo/e785074ac480316a0d365ca678ba1832/raw/moodleNoDownload.js
// @downloadURL https://gist.githubusercontent.com/helloimbernardo/e785074ac480316a0d365ca678ba1832/raw/moodleNoDownload.js
// @icon https://www.google.com/s2/favicons?domain=moodle.org
// @icon64 https://www.google.com/s2/favicons?sz=64&domain=moodle.org
@helloimbernardo
helloimbernardo / Berna's Linux Customization Kit.md
Created February 9, 2021 20:04
Berna's Linux Customization Kit

Berna's Linux Customization Kit

My personal set of themes, apps, tools and other cool stuff for linux customization


Material / Flat

Content

Recommended Desktop Environment: XFCE
Recommended Window Manager: Xfwm4 (XFCE bundled)

@helloimbernardo
helloimbernardo / Common Errors Troubleshooting.md
Last active April 3, 2021 19:17
Fixes I found to work for common issues

Windows Update Failed

To fix the error 0x800F0922, enable the App Readiness Service using the following steps:

  1. Right-click Start, click Run. Type services.msc and click OK.
  2. Double-click App Readiness, and set its start type to Manual.
  3. Click OK, and close the Services console.
  4. Restart Windows.
  5. Attempt to install the Windows Update(s) now.

Source