I hereby claim:
- I am FintechLinux on github.
- I am linuxfintech (https://keybase.io/linuxfintech) on keybase.
- I have a public key whose fingerprint is 7A40 AE66 9AA2 A590 2781 E69D 43DA 8CBD 02E5 8972
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
### Keybase proof | |
I hereby claim: | |
* I am FintechLinux on github. | |
* I am linuxfintech (https://keybase.io/linuxfintech) on keybase. | |
* I have a public key whose fingerprint is 7A40 AE66 9AA2 A590 2781 E69D 43DA 8CBD 02E5 8972 | |
To claim this, I am signing this object: |
I hereby claim:
To claim this, I am signing this object:
sudo apt update && sudo apt-get upgrade --fix-missing | |
sudo apt install build-essential checkinstall | |
sudo apt install ubuntu-restricted-extras | |
sudo apt install software-properties-common | |
sudo add-apt-repository ppa:nilarimogard/webupd8 |
sudo apt update && sudo apt-get upgrade --fix-missing | |
sudo apt install build-essential checkinstall | |
sudo apt install ubuntu-restricted-extras | |
sudo apt install software-properties-common | |
sudo add-apt-repository ppa:nilarimogard/webupd8 |
sudo apt update && sudo apt-get upgrade --fix-missing | |
sudo apt install build-essential checkinstall | |
sudo apt install ubuntu-restricted-extras | |
sudo apt install software-properties-common | |
sudo add-apt-repository ppa:nilarimogard/webupd8 |
If you need anything related with Git, GitHub and GitLab contact with me: | |
Email: [email protected] | |
Telegram:LinuxFintech | |
Skype: https://join.skype.com/Xgxp7aNBOItS | |
Imo: +8801735917013 | |
WhatsApp: +8801735917013 | |
For setup and configure git run below commands: | |
sudo add-apt-repository ppa:git-core/ppa |
If you need LAMP Stack srtup contact with me: | |
Email: [email protected] | |
Telegram:LinuxFintech | |
Skype: https://join.skype.com/Xgxp7aNBOItS | |
Imo: +8801735917013 | |
WhatsApp: +8801735917013 | |
sudo apt install apache2 | |
sudo apt install mysql-server |
If you need WordPress service contact with me: | |
Email: [email protected] | |
Telegram:LinuxFintech | |
Skype: https://join.skype.com/Xgxp7aNBOItS | |
Imo: +8801735917013 | |
WhatsApp: +8801735917013 | |
0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 |
#!/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 |