Skip to content

Instantly share code, notes, and snippets.

View ElDavoo's full-sized avatar
📖
Writing my master thesis

Davide Palma ElDavoo

📖
Writing my master thesis
View GitHub Profile
@ElDavoo
ElDavoo / README.md
Created December 30, 2023 09:48
ACUWI

Old and outdated, moving from a repo to a gist.

ACUWI

Ideas about creating updated Windows ISOs Warning: It doesn't look like newlines are handled correctly here. Download this file in raw.

This is what you should do (in pseudocode) to create an updated windows ISO from an official one:

for each edition single esd to separate wim

@ElDavoo
ElDavoo / keybase.md
Last active April 26, 2022 10:48
keybase.md

Keybase proof

I hereby claim:

  • I am eldavoo on github.
  • I am eldavo (https://keybase.io/eldavo) on keybase.
  • I have a public key ASAjS_TZlmlI2wqt9AOAtXVWV-nepNtO_sOyzc9sNQ310Qo

To claim this, I am signing this object:

#very ugly, didn't make it for publishing
from re import sub
with open("wgcf-profile.conf",'r') as f:
iff = f.readline()
if iff != "[Interface]\n":
print(iff)
raise ValueError
output = open("wireproxy.conf",'w')
private_key = f.readline()
@ElDavoo
ElDavoo / RemoteDisplay.md
Last active February 21, 2021 10:53 — forked from LottieVixen/README.md
xrandr enable and disable second screen as video display

Use a second laptop or headed computer as another monitor via ffmpeg and mpv

This is much faster than VNC, but obviously does not allow for control.

We use the network to transport the stream - I'm getting excellent results over wi-fi. You can do much better with Ethernet, with Ethernet I guess you can use VNC. I don't think you can use usb, bt or hdmi to do this.

My first laptop has Arch Linux with xfce, my second one has Gentoo Linux with fluxbox.