Tuesday, June 6, 2023
Home Linux Time

Linux Time

How to check LDAPS certificate and TLS version

Get OpenSSL (a list of 3rd party sites here; I went with this one). The connection to your DC thus: openssl...

How to run a manual backup on cPanel

You can use the /usr/local/cpanel/scripts/pkgacct script to create a cpmove archive for an account. After you create the archive, you can then restore the account on any cPanel...

MySQL – Restore a Single Table from a FULL mysqldump file

Use the sed command on your bash shell to separate the data of the table that you want to restore. For example, if we want...

Physical Volume is using an old PV header

Situation When running the pvs command the following warning is displayed: 

MegaCLI CheatSheet (2)

Get raid controller log MegaCli64 -adpeventlog -getevents -f lsi-events.log -a0 -nolog Raid Controller and Drive Status

MegaCLI CheatSheet

How to show all LSI RAID info with MegaCLI: Show basic configuration: /opt/MegaRAID/MegaCli/MegaCli64 -LDInfo -Lall -aAll

Proxmox 5x “e1000 driver hang” fix

Problem: I started to experience proxmox servers going up and down, an intermittent response on the network (SSH),...

How To Fix “Device eth0 does not seem to be present, delaying initialization” Error on Centos

check network: # ifconfig lo        Link encap:Local Loopback           inet addr:127.0.0.1  Mask:255.0.0.0           inet6 addr: ::1/128 Scope:Host           UP...

Create Blocking Bad Bots Through Apache in WHM/cPanel

we see a lot of traffic from 'bad robots', these bots cause problems such as high server load, server instability and can...

Tools for load-testing HTTP servers

Knowing how much traffic your web server can handle when under stress is essential for planning future grow of your website or...

Set Up Routing with ip Command in Linux

Can you explain the ip command to setup routing on Linux based systems? How do I use the ip command to configure the routing...

How to Kill MySQL Queries

MySQL queries can sometimes be long-running and may prevent transactions from accessing necessary tables to complete a...
- Advertisment -

Most Read

Please install all available updates for your release before upgrading

The Problem: While upgrading the Ubuntu OS version, I faced the following issue with the do-release-upgrade command. Even all the current...

How To Import QCOW2 Image Into Proxmox

In this guide, we will see how to import QCOW2 into Proxmox hypervisor and how to create a virtual machine using the QCOW2 image...

Remove frozen emails from mail queue – Exim

Emails can build up for a variety of different reasons but mainly results from emails which were undelivered.  When...

Safe Reboot Of Linux Using Magic SysRq Key

If you are working on kernel development, or device drivers, or running a code that could cause a kernel panic, the SysRq...