Knowledge Base

New Discussion

Sign In

Sign up

Linux


Latest Discussions

Vi

vi

Posted about 1 year ago by msypniewski511

Kill all processes linked to a port

You can use following command to get only pid: sudo netstat -peanut | grep 3000 | awk '{ print $9 }' | sed 's:/[^/]*$::' | grep -Eo '[0-9]{1,5}' awk command gets the 9-th field....

Posted over 2 years ago by msypniewski511

msypniewski511

Switch between KVM and VIRTUALBOX mod

```bash lsof | grep /dev/kvm pkill process sudo rmmod kvm sudo rmmod kvm_amd

Posted over 1 year ago by msypniewski511

msypniewski511

Samba

An old rock in the desert http://placekitten.com/200/300 Samba as a file server Install Samba sudo apt install samba Configure Samba as a file server sudo vi /etc/samba/smb.c...

Posted almost 2 years ago by msypniewski511

Tmux

Using tmux Running tmux $ tmux Naming the session $ tmux rename-session tutorial Creating another window Ctrl + b, then c Jump into last window Ctrl +b, then l Jump to next ...

Posted about 1 year ago by msypniewski511

Working with Text Files

Working with Text Files Chris Hunt - Impressive Ruby Productivity with Vim and Tmux - Ancient City Ruby 2013 (https://www.youtube.com/watch?v=9jzWDr24UHQ) Working with VI Vi Mod...

Posted about 1 year ago by msypniewski511


New Discussion

Topics/Channels


  • AI
  • AWS
  • Bookkeeping
  • Business and Entrepreneurship
  • DII&M
  • Design
  • Dhruvi Infinity Inspiration
  • Docker
  • Git
  • Javascript
  • Javascript
  • Links
  • Linux
  • Management
  • Markdown
  • Networking
  • Ruby for Rails
  • Ruby, Ruby on Rails
  • Startup Business App Builder
  • TERAZ
  • Testing
  • UK BUSINESS
  • Windows
  • e-commerce
  • github