Useful Windows WMI Filters for Various Machine Environments (OS) * Updated March 29, 2019 WMI filters are absolutely critical when deploying components in an environment with various Windows Operating Systems, IE servers, clients, architecture and application level. This…
Installing ADB on Centos 7 / RHEL March 24, 2019 ADB or Android Debug Bridge, is a command line utility that let’s us control an android device from the computer itself. It’s part of…
Bash Reference Sheet February 19, 2019 Bash is one of the most recent and powerful of the major UNIX shells. There are two ways to use bash: as a user…
blkid Command Reference February 26, 2019 The blkid program is the command-line interface to working with the libblkid library. It can determine the type of content (e.g. filesystem or swap)…
Grep Command Reference March 8, 2019 Grep is one among the system administrator’s “Swiss Army knife” set of tools, and is extremely useful to search for strings and patterns in…
lsblk Command Reference March 3, 2019 Description lsblk lists information about all or the specified block devices. The lsblk command reads the sysfs filesystem to gather information. The command prints…
Sudo Linux Command March 25, 2019 sudo (Super User DO) is generally used as a prefix of some command that only superuser are allowed to run. If you prefix “sudo” with any command, it…
ifconfig Command Reference February 22, 2019 Ifconfig is used to configure the kernel-resident network interfaces. It is used at boot time to set up interfaces as necessary. After that, it…
sFTP Command Reference February 21, 2019 SFTP is primarily used for uploading or downloading files between a local computer and a remote one similarly to scp. The remote computer can…
cURL Examples February 21, 2019 cURL can be used in many different and interesting ways. With this tool you can download, upload and manage files, check your email address,…