• Skip to primary navigation
  • Skip to content
  • Skip to footer
notes
      1. Home
      2. /
      3. Removing tmux from the puppet learning machine
      • Start page
      • Tags
      • Archive
      • About

      Removing tmux from the puppet learning machine

      June 3, 2019

      On this page

      1. cleanly and gracefully killing all tmux opened sessions and server too: ``` tmux kill-server
      2. or killing all tmux processes:
      

      pkill -f tmux

      
      3. removing tmux application
      

      yum erase -y tmux ````

      Tags: puppet

      Updated: June 3, 2019

      Previous Next

      You may also enjoy

      How I set DNS name as a hostname

      November 7, 2023

      excel automation: enabling and using macros for date-time stamps

      October 31, 2023

      Creating fedora linux cloud init template for proxmox manually

      August 29, 2022

      Creating a cloud-init VM Template on Proxmox using packer

      July 1, 2022

      Recently I built up a virtual machine template on Proxmox using Packer. Here below I am going to show which steps were followed in order to achive the aim. ...

      • Follow:
      © 2023 notes. Powered by Jekyll & Minimal Mistakes.