nixCraft Linux / UNIX Newsletter

Link to [RSS/Feed] nixCraft: Linux Tips, Hacks, Tutorials, And Ideas In Blog Format

Linux mount an LVM volume / partition command

Posted: 08 May 2020 04:41 AM PDT


{Updated} I have some data on second SATA hard disk created by Fedora Linux installer with some data. How do I mount an LVM volume/partition in Linux to access my data? Can you tell me the command to mount LVM partition in Linux and access my data from another disk?

The post Linux mount an LVM volume / partition command appeared first on nixCraft.

How to install Adminer on Ubuntu 20.04 LTS

Posted: 07 May 2020 02:42 PM PDT

How do I install Adminer on Ubuntu 20.04 LTS for database management over the web?

The post How to install Adminer on Ubuntu 20.04 LTS appeared first on nixCraft.

Top 32 Nmap Command Examples For Linux Sys/Network Admins

Posted: 07 May 2020 09:13 AM PDT


{Updated} Nmap is short for Network Mapper. It is an open-source security tool for network exploration, security scanning, and auditing. However, the Nmap command comes with lots of options that can make the utility more robust and difficult to follow for new users. The purpose of this guide is to introduce a user to the Nmap command line tool to scan a host or network to find out the possible vulnerable points in the hosts. You will also learn how to use Nmap for offensive and defensive purposes.

The post Top 32 Nmap Command Examples For Linux Sys/Network Admins appeared first on nixCraft.

Nginx restore real IP address when behind a reverse proxy

Posted: 07 May 2020 04:30 AM PDT

Nginx restore real IP address when nginx server is behind a reverse proxy

My Nginx web server is behind a reverse proxy server. How do I restore the original and real IP address of my client/visitors when behind a reverse proxy server such as AWS Cloudfront, Fastly, Cloudflare CDN/WAF?

The post Nginx restore real IP address when behind a reverse proxy appeared first on nixCraft.