Where Proxmox ISO Stored

How to use wget to download iso’s directly to proxmox 6.2-14. Here is the location for the iso file. There is 1 ISO – a Debian ISO that I uploaded to the GUI. Login the proxmox host via ssh. Now find the location as follows: Download ubuntu 16.04. You can also specify a directory for … Read more

Lamp script for CentOS 8

Here is a simple lamp install script for CentOS 8. Check the installation Insert the PHP code below and save the file. [/bash] Then head out to your browser, and type the URL below. Remember to replace the server IP address with your server’s actual IP address. http://server-ip-address/info.php

Flush DNS Windows 10

Flushing the DNS cache on Windows 10 is a very easy process and may be needed to connect to web sites that have changed servers. Due to system security permissions, you must ensure that you run the command prompt as an administrator user. Here is how: Ensure that you’re on the Windows 10 desktop. Right … Read more

Command for cPanel Exim that shows script responsible for outbound mail and other exim commands

Here we provide a particularly useful command-line command that shows you which scripts are responsible for outbound mail. For example, when WordPress themes get exploited, you will see a large number of messages coming out of a long directory inside of the user’s WordPress directory. Very large numbers of messages coming from home directories is … Read more

SSH key that uses Ed25519 algorithm

To test, you will need a client and test server. The client server is where we generate the keys. When we generate keys, there will be a private key and a public key. Then we copy the public key to the test server. When we ssh to the test server, the private key we have … Read more

Add Emails From cPanel Email to Outlook

Recently, I had the task of importing emails form a cPanel email account to Outlook. This was after the DNS had changed to the office365 servers (mail.protection.outlook.com). There is no export from Horde to PST format – only MBOX. So, there are 3rd party programs to take the MBOX and Convert to PST, but I … Read more