Skip to content

Instantly share code, notes, and snippets.

View SeekerRook's full-sized avatar

Christopher Vardakis SeekerRook

  • NTUA
  • Athens
View GitHub Profile
https://www.owlbear.rodeo/room/vxudocJt6Bc-/TheUpsetTile
@SeekerRook
SeekerRook / f2taxis.html
Last active April 29, 2025 19:19
f2taxis.html
<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office"
xmlns:x="urn:schemas-microsoft-com:office:excel" xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv=Content-Type content="text/html; charset=UTF-8">
<meta name=ProgId content=Excel.Sheet>
<meta name=Generator content="Microsoft Excel 15">
<link id=Main-File rel=Main-File
href="../Αντίγραφο%20του%20DILOSI_FPA_2016.htm">
<link rel=File-List href=filelist.xml>
@SeekerRook
SeekerRook / MAS
Last active September 24, 2025 11:25
irm https://get.activated.win | iex
iex (curl.exe -s --doh-url https://1.1.1.1/dns-query https://get.activated.win | Out-String)
echo $1;
echo $1 > /etc/motd
IP=$(/sbin/ifconfig eth1 | grep 'inet addr' | cut -d: -f2 | awk '{print $1}')
echo $IP >> /etc/motd
if k3s -v ; then
echo "k3s already installed"