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 / nightTab-backup.json
Last active November 13, 2021 12:38
nightTab Backup File
{"nightTab":true,"version":"7.3.0","state":{"layout":{"alignment":"center-center","width":82,"title":"New Tab","padding":80,"gutter":20,"order":"header-bookmark","size":100,"direction":"horizontal","scrollbar":"none","overscroll":false,"area":{"header":{"width":66,"justify":"center"},"bookmark":{"width":100,"justify":"center"}},"breakpoint":"xl","favicon":""},"header":{"clock":{"separator":{"show":true,"text":""},"meridiem":{"show":true},"hour24":{"show":false},"size":100,"newLine":true,"hour":{"show":true,"display":"number"},"minute":{"show":true,"display":"number"},"second":{"show":false,"display":"number"}},"date":{"day":{"show":true,"display":"word","weekStart":"monday","length":"short"},"date":{"show":true,"display":"number","ordinal":false},"month":{"show":true,"display":"word","length":"short","ordinal":true},"year":{"show":false,"display":"number"},"separator":{"show":true,"text":""},"format":"date-month","size":100,"newLine":true},"search":{"show":true,"width":{"by":"auto","size":36},"engine":{"selec
@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