Skip to content

Instantly share code, notes, and snippets.

@charlie39
charlie39 / Minimal_Wifi_Manager.md
Last active June 19, 2022 11:57
Create your own minimal wifi manager

Wifi set up on linux, the minimal way

There more than one ways to set up your wifi on your linux system, and almost all of them would require you to basically install a network manager of some sort, to handle everything for you. But here i am going to show you a mininal way to set up your own wifi network manager.

Dependencies:

  • wpa_supplicant
  • A dhcp client ( e.g. dhclient or dhcpcd )
  • iproute2
  • libnotify ( optional )
@charlie39
charlie39 / README.MD
Last active June 17, 2022 09:34
# Use QRCodes to your advantage - share informations ( passwords, emails, text, log extracts, contents of short files, any string etc) to your scanner fitted smartphone

1. Script to generate qrcode for easy sharing of data

How much have integrated QRCodes into your lives?

For the lazy slobs like me, sharing data as trivial as a string of text ( passwords, email ids,contents of a short file, extract of logs or any sorts of strings) from you the system to your smartphone can be a tiring task. The prevalent solution is of course setting up a LAN or via internet ( sync devices, cloud storage etc).

@charlie39
charlie39 / test-suite.log
Created April 18, 2020 15:16
`make check`
=========================================
pacman 5.2.1: ./test/test-suite.log
=========================================
# TOTAL: 488
# PASS: 480
# SKIP: 1
# XFAIL: 6
# FAIL: 1
# XPASS: 0