RHEL: Adding Disk Space
- Jul
- 31
- Posted by TKH Specialist
- Posted in Uncategorized
So your Disk is getting full or worse already full. Here’s a step-by-step approach to troubleshoot and resolve this issue: First, verify the current state of your volume group: vgdisplay vc_name This will show you the details of the ‘rhel’ volume group, including free space. Check the status of the new disk: Ensure that /dev/sdb […]
read morePHP and OCI8 Installation for RHEL8
- Mar
- 06
- Posted by TKH Specialist
- Posted in Uncategorized
Download the following packages: oracle-instantclient18.5-basic-18.5.0.0.0-3.x86_64.rpm oracle-instantclient18.5-devel-18.5.0.0.0-3.x86_64.rpm oracle-instantclient18.5-sqlplus-18.5.0.0.0-3.x86_64.rpm Install the downloaded packages and the libnsl library: # dnf install oracle-instantclient18.5-basic-18.5.0.0.0-3.x86_64.rpm oracle-instantclient18.5-devel-18.5.0.0.0-3.x86_64.rpm oracle-instantclient18.5-sqlplus-18.5.0.0.0-3.x86_64.rpm # dnf install libnsl (ensure x86 and not i686) Download and install the EPEL repository: # rpm -Uvh https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm # dnf install -y https://rpms.remirepo.net/enterprise/remi-release-8.rpm Install PHP and OCI8: # dnf module list php # […]
read moreActive Directory / LDAP for Satellite 6
- Dec
- 07
- Posted by TKH Specialist
- Posted in LDAP, Satellite, Uncategorized
Servers should be: dcg5.example.com dcg2.example.com dcg1.example.com Ports: LDAPS = 636 LDAP = 389 Account Username format for AD: CN=satellite.ldap.svc,OU=Accounts,OU=Satellite,OU=Services,OU=SSG,OU=Company,DC=grove,DC=ad,DC=company,DC=com Password for satellite.ldap.svc Base DN: DC=grove,DC=ad,DC=company,DC=com Groups base DN: OU=Groups,OU=Satellite,OU=Services,OU=SSG,OU=Company,DC=grove,DC=ad,DC=company,DC=com LDAP filter: (objectClass=User) Satellite needed the following box checked: “LDAP users will have their Satellite 6 account automatically created the first time they log into Satellite […]
read moreWhen did that change?
- Feb
- 09
- Posted by TKH Specialist
- Posted in linux, System Administration, Uncategorized
Trying to shutdown an old web server from the late 1990’s that had it’s guts transplanted onto a newer system around 2003 and again around 2009. As you can imagine there are accounts and files that are like those items in your junk drawer, they beg the question…why is this here?! In an attempt to […]
read moreFormer Anonymous members jailed in U.K. for PayPal, Visa DDoS attacks
- Jan
- 25
- Posted by Computerworld Cybercrime and Hacking News
- Posted in Uncategorized
Quotes
- Jun
- 01
- Posted by TKH Specialist
- Posted in Uncategorized
Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you are, by definition, not smart enough to debug it. — Brian W. Kernighan Object-oriented programming is an exceptionally bad idea which could only have originated in California. — Edsger Dijkstra […]
read moreRecent Comments
- Stefan on Flush This!
- Timestamping your Bash History | Matt's Entropy on Remember when you issued that command…?
- Matt Smith on Remember when you issued that command…?
- Ruan on Putting ‘lsof’ to use
- Dylan F. Marquis on External Mapping of LDAP attributes in CAS