SysAdmin

How to Use Disown Command in Linux

October 15, 2020

The disown command is a part of the default Unix shell. You can use it to delete jobs or keep them running after you exit the terminal window.
This tutorial goes over different ways you can use the disown command.

Read more

How to Set or Change User Agent with curl


Change the user agent string with curl by adding the required option attribute. Change the user agent to the wanted browser to access any webpage.

Read more

How to Delete a Git Branch Remotely and Locally

October 13, 2020

This article provides a quick overview of basic commands and processes necessary for deleting both local and remote Git branches.

Read more

DOS to Unix: Commands and Examples

October 12, 2020

Six ways to convert a DOS to Unix file by removing the r line ending or replacing it with just line feeds. Convert DOS to Unix and vice versa with the help of this guide and learn how all the commands work by following the examples included.

Read more

How to Use the hostname Command in Linux

October 8, 2020

The Linux hostname command lets you view your computers domain, hostname, and IP address. You can also use it to change your hostname. This tutorial covers all the ways you can use the hostname command, with examples for each option.

Read more

How to Mount NTFS Partition in Linux


In Linux, an NTFS partition is accessed in dual-boot setups where file exchange between drives is required. This article provides a detailed explanation of the NTFS partition mounting process.

Read more

How to Install dig on CentOS 7 and 8

October 7, 2020

The dig command is commonly used among network and system administrators. It is an important DNS tool for network troubleshooting and solving DNS problems. Learn how to install and use dig on CentOS.

Read more

Date Command in Linux: How to Set, Change, Format and Display Date

October 1, 2020

The date command is used to display and set the system date and time. Learn how to use the date command and set the date/time/timezone of your Linux server.

Read more

How to Delete Partition in Linux

September 30, 2020

Creating and deleting partitions in Linux is common because users must structure storage devices (USB and hard drives) before using them. In this tutorial, you will learn how to delete a partition in Linux.

Read more

How to Install and Configure Ansible on Windows

September 29, 2020

Ansible is a Linux-based app used for monitoring and managing remote severs. There are several ways you can make Ansible work on Windows 10. This tutorial provides a step-by-step guide to three of them.

Read more
1 56 57 58 59 60 75