ASArpit Shraddhanshinashraddhansh.hashnode.dev·May 5, 2025 · 4 min readHard and Soft Links in Linux FilesystemLinks in Linux Filesystem A link is a mechanism that allows multiple references (names or path) to point at single file or directory within the filesystem. It is essentially a way to create alternate access points to data that already exists in the...00
ASArpit Shraddhanshinconditional-statements-for-files-in-bash.hashnode.dev·May 4, 2025 · 3 min readConditional Expressions for Files in BashWhat are conditional expressions? When we use conditional statements like if we need to pass some conditions to check whether it's true or not and based on that information we execute some commands. For example: i=4 if i>2: print("i is greater th...00
ASArpit Shraddhanshinpackettracer-on-archlinux.hashnode.dev·Feb 12, 2025 · 1 min readInstalling Cisco Packet Tracer on ArchlinuxGo to https://www.netacad.com/about-networking-academy/packet-tracer/ and create a account or login if you have an existing Network Academy Account. After login search for Cisco Packet Tracer in the search bar and click on learning collection one....00