LTLoo Tan Ronginlootr5858.hashnode.dev·Jun 25, 2023 · 1 min readquirky vivado for linuxgetting stuck when installing vivado on linux? letting it run overnight but no change in install progress bar? well, vivado installer don't check for required libraries, and don't install them for u :) well, linux's all about diy? in essence, these a...00
LTLoo Tan Ronginlootr5858.hashnode.dev·Jan 16, 2023 · 2 min readssh client-server key pairing a nightmareas usual, i'm a super noob ("noob noob") and cant follow basic instructions, so time to naggy myself my poopy terms:- client : the local pc you interact with directly, the one you typing on- server : the remote pc/server you want to ssh into, the one...00
LTLoo Tan Ronginlootr5858.hashnode.dev·Sep 12, 2022 · 2 min readlinux cmdslist dir ls [options] <path> ### count files in dir ### ls -1 | wc -l ### required ### <path> path to directory - empty: current dir - ../ : previous dir ### options ### -l : show details (permissions, last mod, link...00