Skip to content

Instantly share code, notes, and snippets.

@Postrediori
Postrediori / Ubuntu HowTo.md
Last active April 28, 2024 12:34
Ubuntu Tips&Tricks

Ubuntu HowTos

Enable VPN in Kubuntu

Install OpenVPN plugin:

apt install network-manager-openvpn
@Postrediori
Postrediori / Fedora HowTo.md
Last active April 22, 2024 11:07
Fedora Linux Tips&Tricks

Fedora HowTos

Set default grub boot entry in Fedora

The following instructions show howto setup default boot item in grub menu unser Fedora Linux. This may be handful in case of dual-boot setup when the default item must be set to another OS.

Method 1. Specifying boot item by name

This method commands should be launched again after installing new kernel during updates (as it re-launches grub2-mkconfig).

@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 / 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 / WinDbg-Cheatcheet.md
Created April 10, 2024 09:32
WinDbg Cheatsheet
@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 / Build-higan-on-Fedora.md
Last active January 31, 2024 12:30
Build higan emulator (https://higan-emu.github.io) from a source code on a RedHat-based system (including Fedora and CentOS)

See also: Build ares emulator on Fedora – a newer emulator based on Higan/bsnes source code.

Introduction

This document describes hot to build higan emulator from a source code on a RedHat-based system (including Fedora and CentOS).

higan is an emulator for a number of classic video-game consoles of the 1980s and 1990s, allowing you to play classic games on a modern general-purpose computer.

@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.