this. had to add a pgp key earlier to install a package. couldn't remember the command, but doing ctrl-r and typing in key got me the command I used last time
Aiden Roberts
sudo pacman -Syu
Christopher Adams
vi
brew update
brew cask install
neofetch
tmux
wget
rake
git clone
make
Brandon Carter
>Post your favorite terminal commands. Get-AppxPackage | Remove-AppxPackage
Matthew Russell
rm -rf / sudo shutdown right fucking now
Hudson Hall
for you newbies out there this is whats known as an unsafe command. If you type it it may destroy your system from being unstable. Remember to avoid pacman.
Charles Young
have this pape to go with
Landon Morales
pacman -R pacman to remove this virus
Jordan Davis
but user I don't want to read my mails realy fast.
Ethan Robinson
...
Easton Thompson
>Posrt your favorite terminal commands. shred -vuz file1.* file2.* file3.* file4.* ip link set enp0s3 up kill -9 'ps | grep bash | head -n 1 | cut -d\ -f 1' emaint sync -a && emerge -avuDU --with-bdeps=y --keep-going y @world udevadm monitor
John Myers
Since a few days ago I've come to the conclusion that ranger is one of the greater terminal software I've used. I decided to set up a proper folder structure for my anime so it'd get recognized by Kodi. I first tried to use an automated media manager to create hardlinks and rename the files properly, but the progress was painful and buggy and I had to use X forwarding over ssh. Then I remembered that ranger exists. I've had it installed on most of my systems as a cli backup but never bothered to learn it properly. Among the things it can do are pasting hard and soft links, multiple tabs and split view, file previews and a bulk rename function using vim, where you can do simple :%s/search/replace/g or any :%! command. I've yet to delve any deeper, but I feel like writing some scripts for it. Oh, also vimkeys. All that's missing is drag and drop.
Hudson Adams
here's some documentation about how linux kernel, filesystem, etc. works. There are also some stuff about linux programming, bash, sys admin and networking