Skip to content

Instantly share code, notes, and snippets.

View Zhongli0401's full-sized avatar
💭
Hi! its been a while

zhongli Zhongli0401

💭
Hi! its been a while
View GitHub Profile
@thedroidgeek
thedroidgeek / nokia-router-cfg-tool.py
Last active July 24, 2024 18:45
Nokia/Alcatel-Lucent router backup configuration tool
#!/usr/bin/env python3
#
# Nokia/Alcatel-Lucent router backup configuration tool
#
# Features:
# - Unpack/repack .cfg files generated from the backup and restore functionnality
# in order to modify the full router configuration
# - Decrypt/encrypt the passwords/secret values present in the configuration
@xero
xero / irc.md
Last active July 10, 2024 12:09
irc cheat sheet

IRC Reference

Not intended as a guide for newbies, more like a "cheat sheet" for the somewhat experienced IRC user, especially one who wields some power over a channel.

The Basics

  • /join #channel
    • Joins the specified channel.
  • /part #channel
  • Leaves the specified channel.