Skip to content

Instantly share code, notes, and snippets.

View yarda7's full-sized avatar
💭
I may be slow to respond.

yarda7

💭
I may be slow to respond.
View GitHub Profile
@yarda7
yarda7 / bash-to-zsh-hist.py
Last active December 22, 2023 11:17 — forked from muendelezaji/bash-to-zsh-hist.py
Convert Bash history to Zsh history
#!/usr/bin/env python
# -*- coding: utf-8 -*-
#
# This is how I used it:
# $ cat ~/.bash_history | python bash-to-zsh-hist.py >> ~/.zsh_history
import sys
import time
@yarda7
yarda7 / ipmi-updater.py
Created October 25, 2021 10:16 — forked from HQJaTu/ipmi-updater.py
Supermicro IPMI certificate updater
#!/usr/bin/env python3
# vim: autoindent tabstop=4 shiftwidth=4 expandtab softtabstop=4 filetype=python
# This file is part of Supermicro IPMI certificate updater.
# Supermicro IPMI certificate updater is free software: you can
# redistribute it and/or modify it under the terms of the GNU General Public
# License as published by the Free Software Foundation, version 2.
#
# This program is distributed in the hope that it will be useful, but WITHOUT