Skip to content

Instantly share code, notes, and snippets.

Update MTU without entering a password¶

This corrects issues you might have with various VPN Clients having discrepancies with MTU size between WSL and the Windows Host.

Create a file /usr/local/sbin/mtu and add the following:

#!/bin/bash

ip link set dev eth0 mtu 1400
@fourpastmidnight
fourpastmidnight / Convert-PemtoX509.ps1
Created August 1, 2024 15:13 — forked from Nillth/Convert-PemtoX509.ps1
PowerShell function to Convert PEM files to X509 (PFX) Certificate
<#
.NOTES
===========================================================================
Created by: Marc Collins ([email protected])
Organization: Qlik Professional Services
Filename: Convert-PemtoX509.ps1
===========================================================================
.DESCRIPTION
Converts PEM files to X509 Certificates
Can be used with QlikClient.pems
@fourpastmidnight
fourpastmidnight / cloudSettings
Last active September 8, 2021 22:58
Visual Studio Code Settings Sync Gist
{"lastUpload":"2021-04-29T14:44:48.360Z","extensionVersion":"v3.4.3"}