Cover Image

Run a Shell Script (http server) as Systemd Service in Linux

August 24, 2023 Reading time: 4 minutes

Download http Script (Example)

cd /root/
mkdir webserver
cd /webserver/
git clone https://github.com/xsukax/ipfs-tools.git

Create bash script to start http server

nano /root/webserver/ipfs-tools.sh

Read more


Cover Image

Install Plesk on Debian Server (AutoInstall)

March 3, 2023 Reading time: ~1 minute

Here is How you can install Plesk on Debian Server (VPS) with one Command

sh <(curl https://autoinstall.plesk.com/one-click-installer || wget -O - https://autoinstall.plesk.com/one-click-installer)

Read more


Cover Image

How to Deploy Simplex Chat Server on Ubuntu VPS

February 13, 2023 Reading time: 4 minutes

This Post Show how to install Simplex Chat Server on Ubuntu Ubuntu 22.04 x64, I will show you the commands i used to deploy that server, It works 100%.

sudo apt-get update

sudo apt-get install \
    ca-certificates \
    curl \
    gnupg \
    lsb-release

sudo mkdir -m 0755 -p /etc/apt/keyrings

Read more


Cover Image

How to import & export sql file (MySQL Database) via Commandline

November 25, 2021 Reading time: ~1 minute
Import
mysql -u username -p database_name < file.sql

Export
mysqldump -u username -p database_name > file.sql

Cover Image

Text String to Hashes (md5 – sha1 – sha256)

August 17, 2021 Reading time: 2 minutes

Convert Text String to Hashes (md5 - sha1 - sha256)

Read more


Cover Image

Count Files Lines

August 1, 2021 Reading time: ~1 minute

Count Files Lines file by file

Read more


Hit Counter

6