Too many problem solver on the internet does not resolve the malware infection about kinsing. The kinsing malware also infected the network & listen into network port.
Check under the root ssh authorization
cat ~/.ssh/authorized_keys
<?php | |
declare(strict_types=1); | |
namespace ArrayIterator\Hashing; | |
use Exception; | |
use function chr; | |
use function crypt; | |
use function max; | |
use function min; |
// stpd! chatgpt 3.5 generated | |
// phpDateConverter.js | |
/** | |
* Converts PHP date format to JavaScript date format. | |
* @param {string} phpFormat - PHP date format string. | |
* @returns {string} - JavaScript date format string. | |
*/ | |
function convertPhpToJsDateFormat(phpFormat) { | |
// Mapping of PHP date format characters to JavaScript equivalents |
<?php | |
declare(strict_types=1); | |
// auto generated at : 2023-10-28T05:03:52+07:00 | |
return [ | |
'0-0' => [ | |
'range' => [ | |
0, | |
0, | |
], |
<?php | |
namespace MyNamespace; | |
class FileResponder | |
{ | |
protected $file = null; | |
protected $mimetype = 'application/octet-stream'; | |
/** |
If you'r using MAC Intel CPU you want to use VMware to virtual your desired OS such Windows or Ubuntu on the MAC OS you need to download VMware Fusion Player first then it has two version Pro and Player, the Player version is free for personal use but you need to create VM account to download and licence key. | |
You can create account to download yourself here: | |
https://customerconnect.vmware.com/group/vmware/evalcenter?p=fusion-player-personal | |
If you don't want to create account to get license, you can try below original license key for VMware Fusion Player: | |
COMPONENT: | |
VMware Fusion Player – Personal Use |
<?php | |
declare(strict_types=1); | |
namespace ArrayIterator\Generator; | |
/** | |
* Credit card validator & generator | |
*/ | |
class CreditCard | |
{ |
<?php | |
declare(strict_types=1); | |
namespace Events; | |
use Closure; | |
class Simple | |
{ | |
/** |
For this configuration you can use web server you like, i decided, because i work mostly with it to use nginx.
Generally, properly configured nginx can handle up to 400K to 500K requests per second (clustered), most what i saw is 50K to 80K (non-clustered) requests per second and 30% CPU load, course, this was 2 x Intel Xeon
with HyperThreading enabled, but it can work without problem on slower machines.
You must understand that this config is used in testing environment and not in production so you will need to find a way to implement most of those features best possible for your servers.