https://github.com/vimal007vimal/linux_activity
This repository contains a Bash script designed to streamline configuration tasks on CentOS 7 systems. The script is intended to be executed in the root directory of the system. Before running the script, ensure that you have proper permissions and that you have made necessary changes to customize it according to your environment.
https://github.com/vimal007vimal/linux_activity
bash bash-scripting linux linux-shell
Last synced: 10 months ago
JSON representation
This repository contains a Bash script designed to streamline configuration tasks on CentOS 7 systems. The script is intended to be executed in the root directory of the system. Before running the script, ensure that you have proper permissions and that you have made necessary changes to customize it according to your environment.
- Host: GitHub
- URL: https://github.com/vimal007vimal/linux_activity
- Owner: Vimal007Vimal
- Created: 2024-04-05T15:38:15.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-13T15:15:50.000Z (over 1 year ago)
- Last Synced: 2024-05-13T16:39:37.481Z (over 1 year ago)
- Topics: bash, bash-scripting, linux, linux-shell
- Language: Shell
- Homepage:
- Size: 882 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Bash Script for CentOS 7 Configuration
This repository contains a Bash script designed to streamline configuration tasks on CentOS 7 systems. The script is intended to be executed in the root directory of the system.
Before running the script, ensure that you have proper permissions and that you have made necessary changes to customize it according to your environment.
Pre-requisites:
*This script is specifically tailored for CentOS 7 systems.
*Ensure you have root privileges or sudo access to execute the script.
*Make sure you have necessary packages installed for the script to function correctly.
*Update variables such as username, ip_address, and other details as needed for your environment.
Set Execution Permissions: Ensure that the script has execution permissions.
#chmod +x script_name.sh
#./script_name.sh
Happy linux....!