Skip to content

Instantly share code, notes, and snippets.

@Postrediori
Postrediori / VirtualBox-HowTos.md
Created April 10, 2024 10:18
VirtualBox HowTos

VirtualBox HowTos

Manually sign VirtualBox kernel modules on Linux to run with SecuteBoot

Part 1. Generate custom keys

  • Install mokutil package
sudo dnf install mokutil
@Postrediori
Postrediori / WinDbg-Cheatcheet.md
Created April 10, 2024 09:32
WinDbg Cheatsheet
@Postrediori
Postrediori / Windows HowTos.md
Last active April 10, 2024 09:33
Windows HowTos

Windows HowTos

Force "Details" folder view to show standard columns in folders with music files

  • Go in to the folder's Properties
  • Select the Customize tab
  • Under the section What kind of folder do you want? change the Optimize this folder for: option from Music to General Items.

Source: https://superuser.com/a/1478697/1860262

@Postrediori
Postrediori / Java HowTos.md
Created February 4, 2024 13:45
Java HowTos

Java HowTos

Switch between multiple Java versions in Linux

Use

sudo update-alternatives --config java
@Postrediori
Postrediori / LinuxWallpapers.md
Created February 4, 2024 13:37
Some info about where Linux distributions store desktop wallpapers

Typical paths in Gnome

~/.local/share/backgrounds
~/.local/share/wallpapers
@Postrediori
Postrediori / LVM HowTo.md
Created January 25, 2024 22:29
LVM tips&tricks

LVM HowTos

Fix 'PV header' LVM Warning

Sometimes the following warning may appear during usage of pvs, 'vgs, lvs utils:

WARNING: PV /dev/vdb in VG vg_test is using an old PV header, modify the VG to update.
@Postrediori
Postrediori / Docker HowTo.md
Created January 25, 2024 22:26
Docket containers tips&tricks

Docker HowTos

Export image to tar archive:

docker export -o myapp.tar myapp:latest

Import image from tar archive:

@Postrediori
Postrediori / VoyagerImages.md
Created January 16, 2024 09:33
Info on public archives of NASA's Voyager mission
@Postrediori
Postrediori / WindowsWallpapers.md
Last active October 5, 2023 09:14
Some info about where Windows stores info on desktop wallpapers

Wallpapers set from Photos app:

%LocalAppData%\Packages\Microsoft.Windows.Photos_8wekyb3d8bbwe\LocalState\PhotosAppBackground

Current wallpaper copy:

%APPDATA%\Microsoft\Windows\Themes\CachedFiles
%LOCALAPPDATA%\Microsoft\Windows\Themes\RoamedThemeFiles\DesktopBackground
@Postrediori
Postrediori / FreeBSD HowTo.md
Last active July 17, 2023 16:10
FreeBSD Tips&Tricks