by ray | Mar 3, 2023 | Linux / Ubuntu
When you type a command on the command line, you’re basically telling the shell to run an executable file with the given name. In Linux, these executable programs like ls , find , file and others, usually live inside several different directories on your system. Any...
by ray | Mar 3, 2023 | Linux / Ubuntu, Python
Your Debian Linux installation may include multiple python versions and thus also include multiple python binary executables, and it’s possible to change python version that the system is using. In this tutorial, you will see how to install multiple versions...
by ray | Mar 3, 2023 | DNS, Mailchimp
To help your emails reach your recipients’ inboxes, set up email authentication for your custom domain. Adding authentication to the domain you use to send email can help you maintain and grow an engaged audience. In this article, you’ll learn how to set...
by ray | Mar 3, 2023 | Microsoft Windows
I’ve OpenSSH 7.6 installed in Windows 7 for testing purposes. SSH client & server work just fine till I tried to access one of my AWS EC2 box from this windows. It seems like I need to change the permission on the private key file. This can be easily done on...
by ray | Mar 3, 2023 | Wordpress
I had an awkward problem when i want to delete my theme, it gaves me this message: deletion failed, the theme requested does not exist wordpress. I can delete it from ftp manually but for client i want it to be deleted just from dashboard. Is any one have an idea how...