Author: jan
Query xrandr configuration as root for non-root user
Filter mailing lists with Dovecot Sieve
Teamspeak Dockerfile > Healthcheck
fail2ban – Proxmox Webinterface
/etc/fail2ban/jail.local /etc/fail2ban/filter.d/proxmox.conf
Automatically install headers & nvidia driver updates
PAM unable to dlopen(pam_kwallet5.so)
Stop gnome from muting music or sounds on notification
Remove or comment load-module module-role-cork from /etc/pulse/default.pa
Steps to (maybe) fix hardware graphics acceleration
Command to verify hardware acceleration (only works inside xorg session): Positive example: $ glxinfo | grep render direct rendering: Yes GLX_MESA_multithread_makecurrent, GLX_MESA_query_renderer, GLX_MESA_multithread_makecurrent, GLX_MESA_query_renderer, Extended renderer info (GLX_MESA_query_renderer): OpenGL renderer string: Mesa DRI Intel(R) HD Graphics 530 (Skylake GT2) GL_ARB_conditional_render_inverted, GL_ARB_conservative_depth, GL_NV_conditional_render, GL_NV_depth_clamp, GL_NV_packed_depth_stencil, GL_ARB_conditional_render_inverted, GL_ARB_conservative_depth, GL_MESA_window_pos, GL_NV_blend_square, GL_NV_conditional_render, GL_OES_element_index_uint, GL_OES_fbo_render_mipmap, Negative example (llvmpipe (LLVM… Continue reading Steps to (maybe) fix hardware graphics acceleration
Configuring IPv6 with netplan on OVH Public Cloud
# This file is generated from information provided by # the datasource. Changes to it will not persist across an instance. # To disable cloud-init’s network configuration capabilities, write a file # /etc/cloud/cloud.cfg.d/99-disable-network-config.cfg with the following: # network: {config: disabled} network: version: 2 ethernets: ens3: dhcp4: true addresses: – YOUR:IPv6:ADDRESS/64 gateway6: YOUR:IPv6:Gateway match: macaddress: MAC:ADDRESS:OF:YOUR:INSTANCE… Continue reading Configuring IPv6 with netplan on OVH Public Cloud