What are the different widely used RAID levels and when should I consider them?

RAID: Why and When RAID stands for Redundant Array of Independent Disks (some are taught “Inexpensive” to indicate that they are “normal” disks; historically there were internally redundant disks which were very expensive; since those are no longer available the acronym has adapted). At the most general level, a RAID is a group of disks … Read more

Physically locating the server

Use IPMI to trigger LEDs, increase fan RPMs or sound the beep/alarm. Take a look at the man page for ipmitool https://linux.die.net/man/1/ipmitool depending on the server you may be able to set the LEDs, LCD display, fan RPM offset(listen when nobody is in the office). Some other IPMI or BMC interfaces may allow you to … Read more

Using DD for disk cloning

dd is most certainly the best cloning tool, it will create a 100% replica simply by using the following command. I’ve never once had any problems with it. dd if=/dev/sda of=/dev/sdb bs=32M Be aware that while cloning every byte, you should not use this on a drive or partition that is being used. Especially applications … Read more

How to use Let’s Encrypt DNS challenge validation?

Currently it is possible to perform DNS validation, also with the certbot LetsEncrypt client in manual mode. Automation is possible as well (see below). Manual plugin You can either perform a manual verification – with the manual plugin. certbot -d bristol3.pki.enigmabridge.com –manual –preferred-challenges dns certonly Certbot will then provide you instructions to manually update a … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)