10+ pacman command examples Arch Linux [Cheat Sheet]
Introduction to Pacman command Arch is targeted more toward power users who like to have complete customization control over how their packages are built and ...
Introduction to Pacman command Arch is targeted more toward power users who like to have complete customization control over how their packages are built and ...
Introduction to screen command screen is a command-line utility that multiplexes a physical terminal between several processes in Linux. It allows you to run multiple ...
Introduction to stress command stress is a command-line tool in Linux that allows you to load and stress a computer system. It imposes certain types ...
Introduction to elinks command A text-mode browser is a type of web browser that displays only the text of websites without the graphic content. The ...
Introduction to wget command wget is a popular command to download files from the internet. It can use HTTP, HTTPS, and FTP protocols for downloading ...
Introduction to curl command curl is a popular command that helps to transfer data from or to a remote server. It supports many protocols including ...
Introduction to hping3 command hping3 is a network utility that allows you to send custom TCP/IP packets and display target replies like ping command does ...
Introduction to traceroute command traceroute is a command-line tool that displays the routes taken by network packets to reach the given host. It also helps ...
Introduction to tcpdump command tcpdump command in Linux captures and analyses network traffic arriving at or departing from the system. System administrators mostly use it ...
Introduction to grep command grep command in Linux searches for a pattern of characters in a file. grep is a short form for Global Regular ...
Introduction to dumpe2fs command The dumpe2fs is a part of the e2fsprogs package. The dumpe2fs command displays the superblock and block group information of the ...
Introduction to mke2fs command The mke2fs command helps to create an ext2/ext3/ext4 filesystem in Linux. mke2fs is part of the e2fsprogs package. The programs in ...
Introduction to losetup command The loop device is a block device that maps its data to the blocks of a regular file or another block ...