Advanced Search
Search Results
60 total results found
Het find commando gebruiken om directories te laten zien
Onderstaand commando kan handig zijn om even snel de directories te laten zien in Linux: find directory_path -maxdepth 1 -type d Het aantal levels van de directories wat je wilt zien bepaal je met de parameter "-maxdepth".
Diverse handige Cisco commando's
Access Poort interface range FastEthernet1/0/1-12 description Internet switchport access vlan 100 switchport mode access load-interval 30 no mdix auto no cdp enable spanning-tree portfast ! Trunk Poort interface GigabitEthernet1/0/1 switchp...
Upgrade Cisco 3650
Log in op de switch en voer de volgende commando's uit: write erase delete flash:vlan.dat show interface status (kijk of switch in stack 1 zit). Zo niet dan: switch 4 renumber 1 Op het moment van schrijven gebruik ik de software versie cat3k_caa-univ...
Reset Cisco 3650 m.b.v. ROMMON mode
Houd de "Mode" toets ingedrukt als je daarna de spanning op de switch aansluit.Wacht ca 30 seconden en laat de mode toets los. Er verschijnt nu de "switch:" prompt.Voer daarna het volgende uit: flash_init load_helper (werkt niet altijd) set BYPASS_STARTUP_C...
Installing Docker on Debian 13 (Trixie)
Step 1: Update the Package Index and Install Dependencies sudo apt update sudo apt install ca-certificates curl Step 2: Import Docker’s Official GPG Key sudo install -m 0755 -d /etc/apt/keyrings sudo curl -fsSL https://download.docker.com/linux/debian/gpg...
Tmux terminal multiplexer
Installing tmux in Debian sudo apt-get install tmux To start tmux, just type it and hit Enter: tmux A Ctrl+B Cheat Sheet We've included a cheat sheet of the different commands you can use in tmux below. Session Commands S : List sessions. $ : Rename ...