Blog
- - May 20, 2025
Install & Run Elasticsearch
1. Configure the TMP dir by editing the below value in this file /etc/elasticsearch/jvm.options
-Djava.io.tmpdir=/var/log/elasticsearch
2. After that edit the system configuration to enable swappinesssysctl -w vm.swappiness=1 >> /etc/sysctl.conf
sysctl -p
3. And finally restart the service
systemctl restart elasticsearch
- - May 17, 2025
Microsoft Windows operating systems use the PuTTY program to establish SSH connections. If you experience connectivity issues, you can adjust PuTTY's configuration to help keep connections alive. To do this, follow these steps:
- Start PuTTY.
- Load your connection session.
- In the Category pane, click Connection.
- Under Sending of null packets to keep session active, in the Seconds between keepalives, type 240.
Note
With this configuration, PuTTY sends a packet to the server every 240 seconds (4 minutes) to keep the connection alive.
- In the Category pane, click Session.
- Click Save.
- Connect to your account and monitor the connection. If it still drops, gradually decrease the keepalive interval until the connection is stable.
Link: PuTTY
Login and Registration Form