NFS (Network File System) is a file-sharing protocol that allows a Linux system to share its file system with other systems over a network. It…
2 CommentsCategory: OS FOR DBAs
Depending on the firewall software that is installed on Linux system, to disable the firewall services you will have to work with iptables, ufw (Uncomplicated…
Leave a CommentTo change the timezone in Linux, you can use the timedatectl command. You can use the list-timezones option to see a list of all available…
Leave a CommentIostat is a command-line tool that can be used to monitor input/output (I/O) statistics of a Linux system. It can be used to identify I/O…
Leave a CommentThere are several ways to test if a port is open or not from a Windows server machine: Using Telnet: Telnet is a command-line tool…
Leave a CommentThe find command in Linux is used to search for files and directories in a specified location. All UNIX Admins and DBAs use it very…
Leave a CommentThere are several ways to run a command in a loop in Linux. Some of these with simple examples are listed below. This can prove…
Leave a CommentPostfix is a popular open-source mail transfer agent (MTA) used on Linux and Unix-based systems. It is a powerful and flexible alternative to the widely…
Leave a CommentThere are several Linux commands that can be used to gather information about the CPU and Memory in a Linux system. Some of the most…
Leave a CommentThe mount command in Linux can be used to mount Network File System (NFS) shares. NFS is a protocol that allows files to be shared…
Leave a Comment