open-menu closeme
Home
Links icon
LinkedIn
About
English
github linkedin
  • Disable IPv6 on Ubuntu

    calendar May 24, 2022 · 1 min read · bash networking ipv6  ·
    Share on: twitter facebook linkedin copy

    We know we shouldnt do it and we should all embrace IPv6 and move the the future yada yada yada. Dont get me wrong, I'm a hge fan of IPv6 and i think life would be unicorns and rainbows if we were all 100% ipv6, but the nasty realisty is that even in 2022 there are quite a few reason why we cant use it. If you find …


    Read More
  • Perform a git squash

    calendar May 24, 2022 · 1 min read · bash networking  ·
    Share on: twitter facebook linkedin copy

    I needed to copy code from one repo to another removing all prior commits, this did the trick 1git commit -m "Enter commit message for your new initial commit" 2 3# Overwrite the old master branch reference with the new one 4git branch -M new-master master```


    Read More
  • Mellanox NIC's on Linux

    calendar Apr 19, 2022 · 1 min read · bash networking mellanox  ·
    Share on: twitter facebook linkedin copy

    A while back I had to configure a bunch of servers with Mellanox Connect-X 4 NIC's to talk to an ethernet Switch(Dell S6000-ON to be exact) and the NIC's that my customer had fitted not only had really old firmware but they were also in Infiniband(I think) mode, not Ethernet. So i had to do some legwork.. First job was …


    Read More
  • Add a specific floating IP to a project

    calendar Apr 4, 2022 · 1 min read · openstack networking  ·
    Share on: twitter facebook linkedin copy

    I use this script to assign a specific Public IP address to a designated tenancy, in my environment we have multiple public subnets on the single Public network and one of those subnet's is owned by a reseller we work with, so only they have access to this set of IP's 1export PROJECT_ID=$1 2export IP_ADDRESS=$2 3source …


    Read More
  • Linux VLAN interfaces

    calendar May 12, 2021 · 1 min read · bash networking vlan  ·
    Share on: twitter facebook linkedin copy

    Lets create a VLAN sub interface on a physical interface eth0 then add this new vlan subinterface eth0.10 to a new bridge br10 We might want to do this so that VM's running on this host have access to this VLAN 1ip link add link eth0 name eth0.10 type vlan id 10 2ip link set dev eth0.10 up 3brctl addbr br10 4brctl …


    Read More
  • Building an Ubuntu Vagrant box

    calendar Apr 23, 2021 · 2 min read · vagrant networking qemu  ·
    Share on: twitter facebook linkedin copy

    Within the VM run this to 'pre-configure' it, ready for booting in Vagrant 1wget --no-check-certificate \\ 2 https://raw.githubusercontent.com/hashicorp/vagrant/main/keys/vagrant.pub \\ 3 -O /home/vagrant/.ssh/authorized_keys 4 5sudo rm -f /etc/machine-id 6sudo dbus-uuidgen --ensure=/etc/machine-id 7sudo rm …


    Read More
  • Network monitoring tools

    calendar Oct 21, 2020 · 1 min read · linux networking  ·
    Share on: twitter facebook linkedin copy

    bmon Nethogs Glances Warning dependency heavy


    Read More
  • Notes on using nmap

    calendar Apr 29, 2020 · 1 min read · linux networking  ·
    Share on: twitter facebook linkedin copy

    Nmap Scan subnet for PTR's When you need to scan an entire subnet for 'research purposes' and check for any associated PTR's we can use Nmap   nmap -R -sL 103.112.200.0/22 > results.txt


    Read More
  • Ubuntu interfaces file examples

    calendar Feb 27, 2020 · 1 min read · linux networking  ·
    Share on: twitter facebook linkedin copy

    Example 1 - Includes some static routes and manually specified IP's auto lo iface lo inet static address 103.90.59.9/32 auto ens3 iface ens3 inet static address 172.2.1.17 network 172.2.1.0 netmask 255.255.254.0 up route add -net 172.2.0.0 netmask 255.255.0.0 gw 172.2.1.1 up route add -net 172.2.0.0 netmask 255.255.0.0 …


    Read More
  • Backspace in HP\Comware switches

    calendar Jun 13, 2016 · 1 min read · HP COMWARE networking  ·
    Share on: twitter facebook linkedin copy

    Ctrl+H Link to article


    Read More

Cory Hawkvelt photo

Cory Hawkvelt

CTO @ Nexgen Cloud | Career Nerd and Open Source Cloud Architect
Read More

Recent Posts

  • Deploying pam_ussh: A Comprehensive Guide
  • Unpacking the NVIDIA H100 Tensor Core GPU: A Deep Dive for CTOs
  • Caddy proxy for OpenStack API's
  • HP Server ACPI errors
  • vxlan: non-ECT from 10.254.8.23 with TOS=0x2
  • Install Ceph by hand Ubuntu 22.04
  • Gnocchi Convert Temperature F to C
  • Install HP SSACLI HPACUCLI tool on Ubuntu 20.04

Tags

LINUX 32 CEPH 24 BASH 22 OPENSTACK 13 NETWORKING 10 DOCKER 8 CONFIG 6 HP 5 HPACUCLI 5 OPENSTACK-QUEENS 5 QEMU 5 SSH 5 TROUBLESHOOTING 5 CENTOS7 4
All Tags
ACTIVE-BACKUP1 ADB1 AI1 ANDROID1 ANSIBLE2 APT1 AUTODISCOVER1 BACKUP1 BASH22 BIND1 BLUETOOTH1 CACHE1 CADDY1 CAS1 CENTOS74 CEPH24 CEPH-NAUTILUS1 CERTIFICATES1 CINDER3 COLLECTD1 COMWARE1 CONFIG6 CRYPTOLOCK1 CRYPTOMINER2 DATABASE1 DELL1 DELL-S600-ON1 DELLMD3060JBOD1 DHCP1 DISK-MGMT1 DNS1 DOCKER8 DRIVERS1 ESP826621 ESPTOOL1 FAIL2BAN1 FEDORA261 FIBRECHANNEL1 FIRMWARE1 FREEOTP1 FTOS1 GIT1 GNOCCHI3 GO1 GPU1 H1001 HAPROXY2 HARDWARE2 HORIZON1 HP5 HP-ILO1 HPACUCLI5 HPC1 HTTP1 HUGO1 HYPER-V1 INDEX1 IP2 IPTABLES1 IPV61 KEYCLOAK1 KEYGEN3 KEYSTONE1 KOLLA1 KVM2 LE1 LIBRENMS1 LINUX32 LOGO1 MAAS1 MATTERMOST1 MEGACLI1 MELLANOX1 MELTDOWN1 MEMCACHED1 MIKROTIK2 MOUSE1 MTP1 MYSQL4 NAMED1 NAT1 NETBOX1 NETBOX-IPAM1 NETWORK-MANAGER1 NETWORKING10 NEUTRON1 NOVA1 NOVNC1 NPS1 NVIDIA2 OPENNEBULA1 OPENSTACK13 OPENSTACK-QUEENS5 OPENSWITCH1 OPENVSWITCH1 OVN1 PAM1 PCI1 PKI1 PORT1 PRINTER1 PROXMOX1 PUTTY1 PYTHON1 QEMU5 RABBITMQ1 RADIUS1 RADOSGW2 RAID3 RBD3 ROCKY-GLANCE1 ROUTING1 SCRIPT1 SECURITY1 SERVER1 SERVER-20121 SMTP1 SNMP1 SPECTRE1 SPEEDTEST1 SSH5 SSL1 SVG1 SWAP1 SYSCOMMANDS1 TCP1 TCP-DUMP1 TCPDUMP1 TROUBLESHOOTING5 UBUNTU4 UBUNTU-182 UBUNTU-201 UBUNTU-GNOME1 UBUNTU171 UEFI1 VAGRANT2 VIRTUAL-NETWORK1 VIRTUALISATION1 VLAN1 VM2 VPN1 VXLAN2 WINDOWS2 WINDOWS-AD1 WIRESHARK1 YOUTUBE-DL2
[A~Z][0~9]

Copyright 2022-  . All Rights Reserved

to-top