Skip to content

Instantly share code, notes, and snippets.

View Duzzy-ExoDuus's full-sized avatar
💭
High on *Emma*#*Speed-oz*#Delicious*Black Nepali-Temple Balls*#*Git.does.Shit*#.

Monsenius "Duzzy-ExoDuus" van FeelGood Duzzy-ExoDuus

💭
High on *Emma*#*Speed-oz*#Delicious*Black Nepali-Temple Balls*#*Git.does.Shit*#.
View GitHub Profile
@Duzzy-ExoDuus
Duzzy-ExoDuus / ubuntu-bloat-removal.sh
Created April 15, 2024 07:36 — forked from NickSeagull/ubuntu-bloat-removal.sh
Updated Jan 22nd, 2024 - Simple command to remove all "bloatware" from ubuntu
sudo apt-get remove \
aisleriot \
brltty \
duplicity \
empathy \
empathy-common \
example-content \
gnome-accessibility-themes \
gnome-contacts \
gnome-mahjongg \
@Duzzy-ExoDuus
Duzzy-ExoDuus / gist:356ad97343d91330b73d2084e262c2be
Last active October 10, 2022 20:10 — forked from asimzeeshan/gist:3992414
FREE Codeweavers Crossover for Linux or Mac
FREE Codeweavers Crossover for Linux or Mac + 1 year paid support FREE
http://flock.codeweavers.com/
Essentially, CrossOver includes a heavily modified version of WINE that has a lot of extra (proprietary) code for
increased compatibility, a nice GUI, and support by Codeweavers, rather than just the WINE community. But in the
end, it's just an enhanced version of WINE. Programs which run in WINE will run in CrossOver (possibly better), and
programs which don't usually won't - but not always. A program which runs semi-ok in WINE might run perfectly in
CrossOver.
=================================================================================================================

security.ubuntu.com timeout on apt-get update

Issue

When running the apt-get update command, the process 'hangs' when checking security.ubuntu.com endpoints. This is apparantely due to an issue some sites face when trying to connect over IPv6 and whilst it is assumed that this will be fixed at some point in the future (sooner rather than later judging by the transition to IPv6 by most), the fix below resolves this issue, allowing the update process to complete successfully.

Fix

Here goes.
ls /usr/src/linux-headers-* -d | sed -e 's/.*linux-headers-//' | \
sort -V | tac | sudo xargs -n1 /usr/lib/dkms/dkms_autoinstaller start
Run as root.
@Duzzy-ExoDuus
Duzzy-ExoDuus / instructions.md
Created March 28, 2022 16:07 — forked from matthewjberger/instructions.md
Install a nerd font on ubuntu

1.) Download a Nerd Font

2.) Unzip and copy to ~/.fonts

3.) Run the command fc-cache -fv to manually rebuild the font cache

@Duzzy-ExoDuus
Duzzy-ExoDuus / .hyper.js
Created March 28, 2022 16:01 — forked from droidMakk/.hyper.js
Hyper plugins customization config
// Future versions of Hyper may add additional config options,
// which will not automatically be merged into this file.
// See https://hyper.is#cfg for all currently supported options.
module.exports = {
config: {
// choose either `'stable'` for receiving highly polished,
// or `'canary'` for less polished but more frequent updates
updateChannel: 'stable',
@Duzzy-ExoDuus
Duzzy-ExoDuus / .. MediaCreationTool.bat ..md
Created March 2, 2022 21:36 — forked from AveYo/.. MediaCreationTool.bat ..md
Universal MediaCreationTool wrapper for all MCT Windows 10 versions from 1507 to 21H1 with business (Enterprise) edition support

We did it! We broke gist.github.com ;) So head over to the new home! Thank you all!
2021.10.20: https://github.com/AveYo/MediaCreationTool.bat now open for interaction

  • new update introducing no 11 setup checks on boot in VirtualBox

Not just an Universal MediaCreationTool wrapper script with ingenious support for business editions,
Preview
A powerful yet simple windows 10 / 11 deployment automation tool as well!

configure via set vars, commandline parameters or rename script like iso 21H2 Pro MediaCreationTool.bat
recommended windows setup options with the least amount of issues on upgrades set via auto.cmd

@Duzzy-ExoDuus
Duzzy-ExoDuus / sources.list
Created April 8, 2021 23:21 — forked from ishad0w/sources.list
Ubuntu 20.04 LTS (Focal Fossa) -- Full sources.list
deb http://archive.ubuntu.com/ubuntu/ focal main restricted universe multiverse
deb-src http://archive.ubuntu.com/ubuntu/ focal main restricted universe multiverse
deb http://archive.ubuntu.com/ubuntu/ focal-updates main restricted universe multiverse
deb-src http://archive.ubuntu.com/ubuntu/ focal-updates main restricted universe multiverse
deb http://archive.ubuntu.com/ubuntu/ focal-security main restricted universe multiverse
deb-src http://archive.ubuntu.com/ubuntu/ focal-security main restricted universe multiverse
deb http://archive.ubuntu.com/ubuntu/ focal-backports main restricted universe multiverse
#!/bin/bash
# This script was initially based on the information documented on the following sites:
# https://help.ubuntu.com/community/LiveCDCustomization (shared under a Creative Commons Attribution-ShareAlike 3.0 License available at https://help.ubuntu.com/community/License)
# https://wiki.ubuntu.com/KernelTeam/GitKernelBuild (shared under a Creative Commons Attribution-ShareAlike 3.0 License available at https://help.ubuntu.com/community/License)
# and then further developed by Linuxium ([email protected]).
# Version 1: This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License.
# Version 2.01.050417: This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 License.
# Version 3.01.120417: This work is licensed under GNU GPL version 3 under one-way compatibility with CC BY-SA 4.0.
# Version 3.02.130417, 4.06.220417 to 4.09.280417, 5.01.020517 and 6.01.120517: This work is licensed under GNU GPL version 3.