Skip to content

Instantly share code, notes, and snippets.

View nullx5's full-sized avatar
:octocat:
🎯 Keep Calm and Code in Python! 🐍

Blessed nullx5

:octocat:
🎯 Keep Calm and Code in Python! 🐍
View GitHub Profile

Unir PDF offline con pdfunite

sudo apt install poppler-utils
cd path/

pdfunite file1.pdf file2.pdf file3.pdf file4.pdf output.pdf

Unir y cortar PDF offline con PDF Arranger

configurar QEMU interface bridge con iproute2 y discos con qemu-img


sudo apt update
sudo apt install qemu-kvm bridge-utils

# Crear el puente de red:
sudo ip link add name br0 type bridge

Para medir el ancho de banda usar iperf: server: iperf -s cliente: iperf -c ipserver

Tunel SSH proxy socks


ssh -D 1080 user@server

crear interface interfaz link VLANs en linux 8021q

sudo lsmod |grep 8021q
sudo modprobe 8021q

sudo modinfo 8021q |more


# crear una interfaz VLAN en una interfaz física

FRRouting (FRR) Project en linux

BGP, OSPF, RIP, IS-IS, PIM, LDP, BFD, Babel, PBR, OpenFabric and VRRP, with alpha support for EIGRP and NHRP.

https://www.youtube.com/watch?v=NxP9lBvoawE

VYOS otro tambien open source viene en .iso router completo listo para ser usado https://docs.vyos.io/en/latest/configuration/protocols/index.html

tecnocratica charla software open source en el routing https://youtu.be/z2mueCzZluI?feature=shared #download VYOS https://github.com/vyos/vyos-nightly-build/releases

Instalar xilinx ISE 14.7 ubuntu 22.04


https://www.youtube.com/watch?v=meO-b6Ib17Y

Descargar ISE Design Suite - 14.7  Full Product Installation


Descargar Full Installer for Linux (TAR/GZIP - 6.09 GB):

Instalar xilinx vivado en ubuntu 22.04

instalar vivado en ubuntu 22.04 https://www.youtube.com/watch?v=QoMBkR5Rheg

descargar Vivado ML Edition - 2023.1  Full Product Installation compatible con:
Ubuntu Linux 18.04.1-18.04.6, 20.04, 20.04.1-20.04.5, 22.04 and 22.04.1 LTS: 64-bits

sudo apt install libncurses5

Install scapy

pip install scapy
pip install pyx
sudo apt install texlive-latex-base

sudo ./kmm
./kmm: error while loading shared libraries: libwx_gtk2_xrc-2.6.so.0: cannot open shared object file: No such file or directory

wx2.6-headers_2.6.3.2.2-5ubuntu4_amd64.deb

sudo add-apt-repository ppa:linuxuprising/libpng12
sudo apt update
sudo apt install libpng12-0