Skip to content

Instantly share code, notes, and snippets.

View pdinoto's full-sized avatar

Pablo Di Noto pdinoto

  • Córdoba, Argentina
View GitHub Profile
@pdinoto
pdinoto / 2021-11-07-k3os-install-attempt.log
Created November 7, 2021 22:34
K3OS install from Linux Mint 20.2 transcript
pdinoto@x250:~/Downloads$ ssh mint@192.168.100.97
mint@192.168.100.97's password:
mint@mint:~$ sudo bash
root@mint:/home/mint# vi install.sh
root@mint:/home/mint# chmod u+x install.sh
root@mint:/home/mint# ./install.sh ^C
root@mint:/home/mint# lsblk
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
loop0 7:0 0 1.9G 1 loop /rofs
sda 8:0 1 14.9G 0 disk
@pdinoto
pdinoto / keybase.md
Last active November 10, 2016 17:06

Prueba de Keybase | Keybase proof

Solemnemente digo que: I hereby claim:

  • Soy pdinoto aqui en GitHub | I am pdinoto here at GitHub.

  • Soy en pdinoto en Keybase | I am pdinoto on Keybase.

  • Tengo una clave cuya huella es: | I have a public key whose fingerprint is:

    E4B7 A07F B64B 11DF 6500 3C5B 8E3B 9925 EAB8 4358

@pdinoto
pdinoto / Changes
Created October 16, 2016 03:29
A small fix on the instructions when using `pastie.org` for hosting the iPXE scripts
Where it says:
An easy place to host this boot script is on http://pastie.org. Be sure to reference the “raw” version of script, which is accessed by clicking on the clipboard in the top right.
Please note that the URL that the clipboard icon provides, http://pastie.org/pastes/XXXXXXXX/text is not actually usable from iPXE anymore (it looks like a text page, but it is actually an HTML file). To get an usable textfile, use .../download URL.
@pdinoto
pdinoto / gist:c44755e87232e7f15515
Created October 19, 2015 22:29
GPUS sftp: Differences before and after /etc/issue removal
pdinoto@ahiseven ~ $ diff waysact/waysact-vpn/2015-10-19-gpus-sftp-failure.txt waysact/waysact-vpn/2015-10-19-gpus-sftp-failure-2.txt
57c57
< debug2: bits set: 1508/3072
---
> debug2: bits set: 1545/3072
66c66
< debug2: bits set: 1550/3072
---
> debug2: bits set: 1571/3072
82,89d81
@pdinoto
pdinoto / gist:afa88f3b49260c68f68d
Created September 24, 2015 00:07
Primer traceroute a un host en iPlan Capital Federal... Segundo a un host dentro de la red de ArnetTelecom
pdinoto@pablege ~ $ traceroute -n 200.110.132.62
traceroute to 200.110.132.62 (200.110.132.62), 30 hops max, 60 byte packets
1 192.168.1.1 3.850 ms 6.481 ms 12.592 ms
2 200.3.60.29 24.475 ms 24.500 ms 27.386 ms
3 200.117.124.18 41.639 ms 41.691 ms 190.225.249.210 47.462 ms
4 200.3.34.134 47.519 ms 47.490 ms 47.523 ms
5 * * *
6 * * *
7 * * *
8 * * *
...
# set PATH so it includes user's private bin if it exists
if [ -d "$HOME/bin" ] ; then
PATH="$HOME/bin:$PATH"
fi
export PATH=$PATH:/home/gcorradi/app/bin