We’ve experienced this with the MySQL server under CentOS 7, but you can have this state with other services! After updating our MySQL we tried…
Tag: linux
Missing pkg-config results in configure error: possibly undefined macro
This small article is for you who wonder why a configure script under Linux failed with an error like: So autoreconf failed with missing macros,…
Ubuntu 16/18 LTS – load a new kernel without rebooting the server
Here are the commands needed to load a new kernel without rebooting your server or desktop computer. Why you need this? As said in our…
CentOS 7 – load a new kernel without rebooting the server
Here are the commands needed to load a new kernel without rebooting your server or desktop computer. Why you need this? Sometime rebooting a server…
Enable BBR tcp congestion control under CentOS 7
It’s been a while since a new tcp congestion has been developed (by Google), which has the potential to replace the default cubic one! The…
Close socket as if the remote closed the connection
If you have a hung process and it happened to be in this state because of the network, for example your client or server program…
Install xmr-stak 2.4 in a machine with NVIDIA video card under Ubuntu 18.04 LTS
This is simple “how to” to get started mining crypto currency with XMR-STAK using cryptonight algorithm like monero, electroneum, intensecoin and more. This time we…
Mining Monero with xmr-stak 2.4 in a machine with NVIDIA video card under Ubuntu 18.04 LTS
Here are all the steps you need to begin mining Monero crypto coin with XMR-STAK 2.4. We can use our ASUS ROG POSEIDON GTX 1080Ti…
Install openssh (sshd) server in Ubuntu 18.04 LTS
Yes, new major system upgrade new rules. If you’ve installed openssh server till Ubuntu 18 (Bionic Beaver) with just the simple command: Now it is…
How to compile xmr-stak (2.4.5) under Fedora 28 for CPU mining cryptocurrencies
Thanks to xmr-stak we can have one application capable of mining many different cryptocurrencies based on different algorithms. XMR-STAK is GPU and CPU miner, here…