Skip to content

Instantly share code, notes, and snippets.

View TasyDevilsky's full-sized avatar
🐳
Playing with Docker

TasmanDevil TasyDevilsky

🐳
Playing with Docker
View GitHub Profile
@mohamadaliakbari
mohamadaliakbari / ubuntu-run-dhclient-on-startup.md
Last active November 6, 2023 19:33
Run dhclient on Startup in Ubuntu 18.04

dhclient is the Dynamic Host Configuration Protocol (DHCP) Client one would use to allow a client to connect to a DHCP server.

$ sudo nano /etc/rc.local

#!/bin/bash
dhclient
exit 0
@risinek
risinek / thecatch2020-writeup.md
Last active December 8, 2023 10:47
Write-up for annual CTF competition The Catch 2020 organised by CESNET