I hereby claim:
- I am LinuxPlaner on github.
- I am linuxplaner (https://keybase.io/linuxplaner) on keybase.
- I have a public key whose fingerprint is D741 7D51 6240 4B30 452F 0B99 952E CC59 E648 A7B4
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
Ping Me For lamp installing related service: | |
SMS: +8801610932753 | |
IMO: +8801610932753 | |
BiP: +8801610932753 | |
Viber: +8801610932753 | |
Signal: +8801610932753 | |
Discord: supanta saha#3868 | |
Telegram: https://t.me/LinuxPlaner | |
WhatsApp: https://wa.link/njuw4c | |
Skype: https://join.skype.com/weW8UDI0u7o5 |
If you need any help related with Git+GitHub+GitLab contact with me: | |
Telegram:@LinuxPlaner | |
Email: [email protected] | |
Skype: https://join.skype.com/YsiueF0XCKLX | |
WhatsApp: +8801729848319 | |
===================================================================================================== | |
#!/bin/bash |
Ping Me For vtger installing related service: | |
SMS: +8801610932753 | |
IMO: +8801610932753 | |
BiP: +8801610932753 | |
Viber: +8801610932753 | |
Signal: +8801610932753 | |
Discord: supanta saha#3868 | |
Telegram: https://t.me/LinuxPlaner | |
WhatsApp: https://wa.link/njuw4c | |
Skype: https://join.skype.com/weW8UDI0u7o5 |
If you need any help related with Git+GitHub+GitLab contact with me: | |
Telegram:@LinuxPlaner | |
Email: [email protected] | |
Skype: https://join.skype.com/YsiueF0XCKLX | |
WhatsApp: +8801729848319 | |
#===========================================================================================+++# | |
# Jasmin SMPP Panel (Server) | |
Jasmin SMPP Panel for Jasmin SMS Gateway. Need to setup contact with **skype: helios-sw** |
# Install Apache to check from web browser using 0.0.0.0 or localhost, check version, start,stop & restart Apache into Ubuntu | |
sudo apt update | |
sudo apt upgrade | |
sudo apt install apache2 | |
sudo ufw allow in "Apache Full" | |
apache2 -v | |
sudo service apache2 start | |
sudo systemctl enable apache2 | |
sudo service apache2 stop |
# Install Apache to check from web browser using 0.0.0.0 or localhost, check version, start,stop & restart Apache into Ubuntu | |
sudo apt update | |
sudo apt upgrade | |
sudo apt install apache2 | |
sudo ufw allow in "Apache Full" | |
apache2 -v | |
sudo service apache2 start | |
sudo systemctl enable apache2 | |
sudo service apache2 stop |
If You Need opingo support contact with me | |
Telegram:@LinuxPlaner | |
Email: [email protected] | |
Skype: https://join.skype.com/YsiueF0XCKLX | |
WhatsApp: +880172984831 | |
Step 1: Install Apache2 HTTP Server on Ubuntu | |
sudo apt update |
#!/bin/bash | |
# This will remove Apache | |
sudo service apache2 stop | |
sudo apt-get purge apache2 apache2-utils apache2.2-bin apache2-common | |
sudo apt remove apache2.* | |
sudo apt-get autoremove | |
whereis apache2 | |
sudo rm -rf /etc/apache2 |
#!/bin/sh | |
sudo apt update -y | |
sudo apt-get upgrade -y | |
sudo apt install build-essential checkinstall | |
sudo apt install ubuntu-restricted-extras | |
sudo apt install software-properties-common | |
sudo apt install kazam | |
sudo -i | |
wget -qO - https://keys.anydesk.com/repos/DEB-GPG-KEY | sudo apt-key add - |