I will describe the procedure for adding the Hyper-V role to Windows Server:
Continue reading “Install Hyper-V”Author Archives: Vyacheslav
Automatic installation ABillS
On the test, I install the ABillS billing system in Ubuntu Server 16.04 using an installer.
I note that the installer can install older versions of components such as Accel-ppp, so I recommend installing everything manually.
See also my article – Installing and configuring the billing system ABillS
Let’s start the automatic installation, download and unpack the archive with the installation script:
sudo apt-get install unzip wget wget https://github.com/nabat/AInstall/archive/master.zip unzip master.zip
Updating iLO 4 firmware on HP servers
In the test, I will update iLO4 on the HP ProLiant DL380p G8 server with iLO version 1.13 (Nov 08 2012), as well as on several other servers, ProLiant DL360p Gen8, ProLiant DL320e Gen8 v2, etc.
To update iLO, there is no need to restart the server.
Update BIOS P70 on HP ProLiant DL380p Gen8
On the test, I will perform the BIOS update P70 on the HP ProLiant DL380p Gen8 server.
I will perform the update through iLO4.
At the time of this writing, the server was BIOS version 03/01/2013, and from the official site I downloaded 24/05/2019.
BIOS update on the HP ProLiant DL180 G6 server
First you need to download the latest BIOS firmware from the official site support.hpe.com, in the search we will indicate “HPE ProLiant DL180 G6 Server”.
Continue reading “BIOS update on the HP ProLiant DL180 G6 server”Zabbix notifications by phone via Asterisk
One night at the station, the air conditioners turned off and the temperature started to rise, naturally, I received email notifications on the phone, but since it was night, I only saw them in the morning, so it was necessary for such an emergency to quickly make the possibility of phone call notifications.
Continue reading “Zabbix notifications by phone via Asterisk”Shredding data with Shred
Shred – allows you to overwrite the specified file with random data in order to ensure, if necessary, the more difficult process of recovery or the impossibility of data recovery.
On some file systems, data deletion is not guaranteed and the use of shred may not be effective.
The list of possible arguments:
Help program:
--help man shred
Using wipe in Linux
wipe – utility for secure full erasing of information.
Install command in Linux Ubuntu/Debian:
sudo apt-get install wipe
I will describe some startup keys:
-f Disable confirmation requests.
-r Recursively Removes all subdirectories, symbolic links are not touched.
-c If the rights of the directory are read-only, then they will be changed to write.
-i Detailed information mode.
-s Quiet mode, most messages are not displayed.
-q Fast mode, directories are overwritten with random data 4 times.
-Q The number of rewrite cycles. Standard 4.
-a Stop execution on error.
-R Install a random device.
-l
-D Follow symbolic links, they don’t get touched by default.
-v Displays the version of the program.
-h Display help.
Why in VirtualBox you cannot choose 64-bit versions
I noticed somehow on one installed VirtualBox that when adding a workstation, you can select the type of system only 32-bit.
To solve this problem, first of all you need to restart your computer and go into the BIOS when you turn it on (most often by pressing the DEL or F8 key), there you can activate the “Intel (R) Virtualization Technology” function (the name may differ slightly usually located in the Advanced section and the CPU), in my case it was turned off, and on many computers I noticed that it was disabled as standard.
To enable, change from Disable to Enable, save the settings and exit the BIOS (by selecting Save & Exit or similar).
After that, VirtualBox has the opportunity to choose the type of 64-bit systems.
It may also be necessary in the “Control Panel” to open the “Uninstall a program” button on the left “Enable or disable Windows components” and uncheck the “Hyper-V” box if it is installed.
Done.
Install phpMyAdmin
phpMyAdmin is a web application written in PHP that allows you to administer MySQL databases through a browser.
The easiest way to install phpMyAdmin is to download the archive with the latest version from the official website www.phpmyadmin.net and unpack it into the desired www directory, then you can open http://HOST/phpmyadmin/setup/ in the browser and follow the instructions. After that, move the config.inc.php file to the phpmyadmin root directory and close access to /setup/ or delete it altogether.
Continue reading “Install phpMyAdmin”