A complete guide to enable hibernation on Fedora 43 (Workstation) with UEFI and btrfs filesystem, including fixes for Secure Boot and SELinux issues.
Run these commands in sequence to enable hibernation:
# Calculate swap size (RAM-based formula)| { | |
| "name": "no-push-advisory-branches", | |
| "target": "branch", | |
| "enforcement": "active", | |
| "conditions": { | |
| "repository_name": { | |
| "include": [ | |
| "ruff", | |
| "ty", | |
| "uv" |
A complete guide to enable hibernation on Fedora 43 (Workstation) with UEFI and btrfs filesystem, including fixes for Secure Boot and SELinux issues.
Run these commands in sequence to enable hibernation:
# Calculate swap size (RAM-based formula)A concise list of the Motherfucking-style sites — because sometimes the web needs blunt, unapologetic clarity.
https://motherfuckingwebsite.com
The original. Uses plain HTML, no bullshit. Says exactly what it needs to say and nothing more.
http://bettermotherfuckingwebsite.com
An improved variant. Slightly nicer layout, still minimal and unapologetic. Better copy, same attitude.
| ' Disables Vanguard from starting when you boot your computer | |
| Call CreateObject("Shell.Application").ShellExecute("cmd.exe", "/c ""sc config vgc start= disabled & sc config vgk start= disabled""", "", "runas") |
Note: since version 0.1.1 of the module this now works in Windows PowerShell or PowerShell Core.
(see this issue for more info: ryanoasis/nerd-fonts#269)
| //////////////////////////////////////////////////////////// | |
| // Headers | |
| //////////////////////////////////////////////////////////// | |
| /// GLEW is needed to provide OpenGL extensions. | |
| #include <GL/glew.h> | |
| #include <SFML/Graphics.hpp> | |
| #include <SFML/OpenGL.hpp> |
| #!/bin/bash | |
| iatest=$(expr index "$-" i) | |
| ####################################################### | |
| # SOURCED ALIAS'S AND SCRIPTS BY zachbrowne.me | |
| ####################################################### | |
| # Source global definitions | |
| if [ -f /etc/bashrc ]; then | |
| . /etc/bashrc |
| #include <stdio.h> | |
| #include <arpa/inet.h> //INET6_ADDRSTRLEN | |
| #include <miniupnpc/miniupnpc.h> | |
| #include <miniupnpc/upnpcommands.h> | |
| int main(int argc, char *argv[]) { | |
| int error = 0; | |
| //get a list of upnp devices (asks on the broadcast address and returns the responses) | |
| struct UPNPDev *upnp_dev = upnpDiscover(1000, //timeout in milliseconds | |
| NULL, //multicast address, default = "239.255.255.250" |