UNIX – Display Network Information
The following code will give you network specific information about your server/computer.
Posts in this category are specific to CentOS and may or may not work on Fedora and Red Hat or other UNIX based systems.
The following code will give you network specific information about your server/computer.
Check subscription manager status Register If Not Registered If you have restored a previous snapshot or somehow lost the subscription connection, you should unregister and then go through the above process to “re-register”.
If you’re on UNIX you know ls will list files in a directory but typically you’ll get something like You can simily stat the file(s) with the below What if we work with stat and make it easier?
This script will remove all lines that start with # along with all comments. Whatever file you choose I suggest you view first then execute
This is a work in progress….
If you’re running low on disk space or simply want to move the data this script will help. Of course modify the path as needed. First double check your paths
If you’ve ran into a problem with GitLab and need to remove all pieces of it to install fresh this may help. DISCLAIMER: BACKUP YOUR DATA FIRST
It’s rare with the latest updates but sometimes the CSS doesn’t seem to load, this code may help if/when you run into the problem
If you’ve ran into a directory permissions problem with GitLab before this may be helpful. The code below is mostly based on GitLab documentation – https://docs.gitlab.com/omnibus/settings/configuration.html
This script will assist in searching for, joining or leaving a Microsoft Active Directory (AD). While this is specifically written and tested for Red Hat you should be able to do it with Fedora or CENTOS without changing anything. If you are on a different distro like Ubuntu it will need modifications at the very…