Skip to content

Instantly share code, notes, and snippets.

View coldrain96's full-sized avatar

Camille Bikmetov coldrain96

  • Georgia
  • 11:57 (UTC +04:00)
View GitHub Profile

Q: Touchpad double tap/click doesn't work in virt-viewer

A: Add to file (or create new if not exist) on guest system /etc/libinput/local-overrides.quirks:

[QEMU QEMU USB Tablet]
MatchName=*QEMU QEMU USB Tablet*
ModelBouncingKeys=1

[spice vdagent tablet]
@borisovonline
borisovonline / debian-personalvpn.md
Last active September 21, 2025 18:17
Create a personal VPN server based on Linux Debian and strongSwan

Tutorial: how to create a personal VPN server based on Linux Debian, strongSwan, certificates authentification and ready to use .mobileconfig profiles to use on iPhone, iPad and Mac

This is a part of a big article I posted on Medium. Here is only a tutorial.

We're going to create a personal VPN server, using the following technologies:

  • IKEv2 as a VPN protocol
  • Linux Debian as a server OS
  • strongSwan as a VPN server
  • Certificates as an authentication method

You can use this tutorial on any hosting you prefer.

@mentos1386
mentos1386 / Webstorm-Airbnb-Javascript-codeStyle.xml
Created March 12, 2017 11:03
Airbnb inspired Webstorm Javascript CodeStyle
<code_scheme name="Airbnb">
<option name="RIGHT_MARGIN" value="100" />
<option name="HTML_ATTRIBUTE_WRAP" value="4" />
<option name="HTML_ELEMENTS_TO_INSERT_NEW_LINE_BEFORE" value="" />
<option name="HTML_ENFORCE_QUOTES" value="true" />
<DBN-PSQL>
<case-options enabled="false">
<option name="KEYWORD_CASE" value="lower" />
<option name="FUNCTION_CASE" value="lower" />
<option name="PARAMETER_CASE" value="lower" />