Skip to main content

nginx on RHEL

nginx

Install nginx

$ sudo yum install nginx

Enable nginx service on boot

$ sudo systemctl enable nginx

Start nginx service

$ sudo systemctl start nginx

Check nginx service status

$ sudo systemctl status nginx
nginx: enable, start, and check status

Check nginx version

$ nginx -V
Check nginx version: nginx -V

Check configuration files

$ sudo nginx -t

Reload nginx service

$ sudo nginx -s reload

nginx Cheat Sheet


sudo nginx -s reload
sudo nginx -t
sudo systemctl enable nginx : Enable nginx on start up
sudo systemctl start nginx : Start nginx
sudo systemctl reload nginx : Reload nginx
systemctl status nginx : Check nginx status

nginx in the news

Popular posts from this blog

Printer Support

Microsoft SQL Versions

Source:  https://support.microsoft.com/en-us/help/321185/how-to-determine-the-version-edition-and-update-level-of-sql-server-an -- Check version -- PRINT @@VERSION Microsoft SQL Server 2012 (SP1) - 11.0.3000.0 (X64)  Oct 19 2012 13:38:57  Copyright (c) Microsoft Corporation Enterprise Edition (64-bit) on Windows NT 6.2 <X64> (Build 9200: ) (Hypervisor) -- Check version -- PRINT @@VERSION Microsoft SQL Server 2012 (SP1) - 11.0.3128.0 (X64)  Dec 28 2012 20:23:12  Copyright (c) Microsoft Corporation Enterprise Edition (64-bit) on Windows NT 6.2 <X64> (Build 9200: ) -- Check version -- PRINT @@VERSION Microsoft SQL Server 2012 ( SP4 ) (KB4018073) - 11.0.7001.0 (X64)  Aug 15 2017 10:23:29  Copyright (c) Microsoft Corporation Enterprise Edition (64-bit) on Windows NT 6.3 <X64> (Build 9600: ) (Hypervisor) -- Check version -- PRINT @@VERSION Microsoft SQL Server 2012 ( SP4-GDR ) (KB4057116) - 11.0.746...

Hydra: Notes

Hydra v9.1 (c) 2020 by van Hauser/THC & David Maciejak - Please do not use in military or secret service organizations, or for illegal purposes (this is non-binding, these *** ignore laws and ethics anyway).