Home »
Archive by category linux-commands
Terraform is a powerful Infrastructure as Code (IaC) tool that utilizes a set of commands to manage and provision infrastructure. Here are some of the most commonly used Terraform commands: Core Workflow Commands: • terraform init: Initializes a working directory containing Terraform configuration files. This command downloads necessary...
Continue reading
November 6, 2025 Admin
linux-commands
No Comment
This article will describe you how to manage Samba4 AD-DC using command line, such like add, remove, disable, enable or listing users and groups. We’ll additionally take a glance on a way to manage domain security policy and the way to bind AD users to native PAM authentication...
Continue reading
January 7, 2019 Admin
linux-commands
No Comment
SSH File Transfer Protocol also known as Secure File Transfer Protocol, or SFTP, it is a internet network protocol for managing the files and directories from remote location. SFTP allows users to file transfer, file access and file management utilities over the linux servers. It was developed by...
Continue reading
February 14, 2015 Admin
linux-commands
No Comment
The ps command on linux is one of the most basic commands for viewing the running processes on the linux. It provides the current processes and services with detailed like cpu usage, memory utilization, user id, command name etc. ps command is very usefully for every linux system...
Continue reading
February 4, 2015 Admin
linux-commands
No Comment
How do I install and configure a ngnix FastCGI php5 HTTP / web server under Red Hat / RHEL / Fedora / CentOS Linux? This article shall describe Ngnix Installation. Nginx is an HTTP(S) server, reverse proxy and IMAP/POP3 proxy server written by Igor Sysoev. It is known...
Continue reading
January 10, 2015 Admin
linux-commands
No Comment