Step to follow:
1. Download file to Desktop.
2. Type in terminal :
sudo tar xvfz Desktop/xampp-linux-1.6.4.tar.gz -C /opt
3. put to startup (Auto run ) : sudo gedit /etc/init.d/rc.local
When the text editor opens, paste the following just below the “#! /bin/sh” line:
/opt/lampp/lampp start
Reference:
http://alanedwardes.com/posts/installing-and-configuring-lampp-the-simple-guide/
Achieving High Availability with Valkey Sentinel
-
In the previous guide, a robust Primary-Replica topology for Valkey was
established. Read scaling is now active, and a hot copy of the data is
securely s...
1 day ago
No comments:
Post a Comment