Skip to content

Instantly share code, notes, and snippets.

@yuraloginoff
Last active February 2, 2023 17:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yuraloginoff/ab1c8b4a63ca90d64251dfc066a167ff to your computer and use it in GitHub Desktop.
Save yuraloginoff/ab1c8b4a63ca90d64251dfc066a167ff to your computer and use it in GitHub Desktop.
Things to Do After Installing Kubuntu (or Ubuntu)
sudo apt update && sudo apt upgrade
# codecs, fonts, etc.
sudo apt install ubuntu-restricted-extras -y
# to install .deb files
sudo apt install gdebi -y
# Simplified and community-driven man pages
sudo apt install tldr && tldr --update
# Synaptic Package Manager
sudo apt-get install synaptic
sudo apt update
sudo apt install -y ruby-full
sudo gem install nokogiri --platform=ruby
sudo gem install wpscan
wpscan --help
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment