Install

How to Install NetBox on CentOS 7 with Apache and Supervisord

How to Install NetBox on CentOS 7 with Apache and Supervisord

Follow steps below to install Netbox on your CentOS 7 server.

  1. Add EPEL repository. We need an epel repository to install some dependency packages. ...
  2. Disable SELinux. ...
  3. Install dependency packages. ...
  4. Install Python 3.6. ...
  5. Install and configure PostgreSQL database server. ...
  6. Configure firewalld. ...
  7. Access Netbox Web UI.

Python OS module Common Methods
OS Module Common Functions chdir() getcwd() listdir() mkdir() makedirs() rmdir() removedirs() Which module of Python gives methods related to operatin...
Reset WordPress Admin Password via SQL or phpMyAdmin
Reset WordPress Admin Password via phpMyAdmin You can also connect WordPress database with phpMyAdmin and reset the admin password. Open table wp_user...
How to Install Java 11/8 on Fedora
How to Install Java 11/8 on Fedora Step 1 – Search Java Packages. The OpenJDK rpm packages are available under the AppStream repository. ... Step 2 – ...