Browsing Category
Solutions
5 posts
Troubleshooting ways and tested solutions by me.
Removing Data From ElasticSearch
cURL or visually using one of the many tools that open source enthusiasts have created for Elasticsearch. Using cURL…
How can I create a new user but with a home directory that already exists
You did create a user with a home directory that already exists. adduser: warning: the home directory already…
Mounting a NVME disk on AWS EC2
I have been using “c5” type instances since almost a month, mostly “c5d.4xlarge” with nvme drives. So, here’s…
How to change the instance type of EC2 Machine
WS instance types determine the particular configuration of the CPU, memory and networking capacity of the host computer…
AWS EC2 Machine – SSH Disconnecting – Timeout connection
Assuming your Amazon EC2 instance is running Linux (and the very likely case that you are using SSH-2,…