Skip to content

Instantly share code, notes, and snippets.

View kalsmic's full-sized avatar
🎯
Focusing

Arthur Kalule kalsmic

🎯
Focusing
  • Uganda
View GitHub Profile
@kalsmic
kalsmic / nokia-router-cfg-tool.py
Created October 18, 2023 08:27 — forked from rajkosto/nokia-router-cfg-tool.py
Nokia/Alcatel-Lucent router backup configuration tool
#!/usr/bin/env python3
#
# Nokia/Alcatel-Lucent router backup configuration tool
# G2425 support added by rajkosto on 20/11/2022
# XS-2426G-B support added by rajkosto on 28/02/2023
#
# Features:
# - Unpack/repack .cfg files generated from the backup and restore functionnality
@kalsmic
kalsmic / nokia-router-cfg-tool.py
Created October 13, 2023 13:50 — forked from thedroidgeek/nokia-router-cfg-tool.py
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
@kalsmic
kalsmic / README-Template.md
Created November 12, 2018 15:14 — forked from PurpleBooth/README-Template.md
A template to make good README.md

Project Title

One Paragraph of project description goes here

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites