Skip to content

Instantly share code, notes, and snippets.

@adrian-pino
adrian-pino / Add-kubeconfig-file.md
Last active November 26, 2024 11:42
Add additional kubeconfigs

How to add an additional kubernetes config file to your current one

How to add an additional kubernetes config file to your current one (located in ~./kube/config)

  1. Backup the existing kubeconfig

    Before making any changes, it's essential to back up your existing kubeconfig file.

    cp ~/.kube/config ~/.kube/config.backup
@BiS-9
BiS-9 / comoEmpiezo.md
Last active December 12, 2025 04:45
Lista de recursos de Hack4u para empezar en Ciberseguridad
@smoser
smoser / .gitignore
Last active April 1, 2024 07:38
cloud-init ubuntu nocloud example with network config
*.img
*.raw
@itsuwari
itsuwari / sending-raw-ethernet-packets-from-a-specific-interface-in-c-on-linux.c
Created August 22, 2017 14:47
Sending raw Ethernet packets from a specific interface in C on Linux
/*
* This program 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, either version 3 of the License, or
* (at your option) any later version.
*/
#include <arpa/inet.h>
#include <linux/if_packet.h>
#include <stdio.h>
@jexchan
jexchan / multiple_ssh_setting.md
Created April 10, 2012 15:00
Multiple SSH keys for different github accounts

Multiple SSH Keys settings for different github account

create different public key

create different ssh key according the article Mac Set-Up Git

$ ssh-keygen -t rsa -C "[email protected]"