Skip to content

alexanderbazhenoff/scripts-and-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scripts and tools

lint

System administration and engineering scripts and tiny tools.

API

API-related script to interact.

Backup scripts

An infrastructure-ready scripts for backup, restore and maintenance your data.

Benchmark scripts

A set of scripts to benchmarks and performance stats.

Network scripts

Configure and collect network settings and software on operating systems.

  • get_dhcp_leases - get leases info from isc-dhcp server including client expiration and vendor.
  • inner_vps_bridge - example how to organize the network inside your VPS by linux bridge.
  • ixnetwork_related_scripts - IxNetwork server related scripts: automation, interaction, etc.
  • openvpn_portscan - scan to find possible openvpn port(s) on remote hosts.
  • vlan_filtered_bridges - systemd unit and script to create bridge with VLAN filtering to prevent MAC-table overflow on the host. Actually this is an example how to organize linux bridges by script.