I hereby claim:
- I am zaitechus on github.
- I am zaitech (https://keybase.io/zaitech) on keybase.
- I have a public key ASDRt-rv466QpAygnRKRwmrLnCq_z02WtqHkzXlOtYZUpwo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| #!/bin/sh | |
| # FORK THIS GIST THEN RUN ALL COMMANDS ONE BY ONE | |
| # Select The Fastest Apt Mirror and Adjust Ubuntu Default Setting: https://youtu.be/lWHOECQ7t9Q | |
| # Open your terminal by ctrl+alt+t and run all commands one by one. You can copy and paste into terminal too. | |
| 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 |
| #!/bin/bash | |
| # This will remove Apache | |
| sudo service apache2 stop | |
| sudo apt-get purge apache2 apache2-utils apache2.2-bin | |
| sudo apt remove apache2.* | |
| sudo apt-get autoremove | |
| whereis apache2 | |
| sudo rm -rf /etc/apache2 |
| Need LAMP (Linux+APache+MySQL+PHPMYADMIN) Stack Installation setup, please contact me | |
| WhatsApp: +19085837582 | |
| Telegram" @zaitechus | |
| Skype: scooper6543 | |
| Email: zaitechus@gmail.com | |
| Twitter: https://twitter.com/Zaitechus | |
| Facebook: https://www.facebook.com/zaitechus/ | |
| LinkedIn: https://www.linkedin.com/in/zaitechus/ | |
| #!/bin/bash | |
| # Session Taskt: 1 | |
| # To Install latest Git using PPA run this command: | |
| sudo add-apt-repository ppa:git-core/ppa | |
| sudo apt update | |
| sudo apt install git | |
| # To check Git version run this command: |
| #!/bin/sh | |
| sudo apt-get install openssh-server | |
| sudo nano /etc/ssh/sshd_config | |
| # Find (ctrl+w) this line and set | |
| PermitRootLogin yes | |
| PubkeyAuthentication yes | |
| PasswordAuthentication yes | |
| # Save & exit ctrl+s and ctrl+x then hit enter | |
| sudo service ssh restart |
| # !/bin/sh | |
| sudo apt update | |
| sudo apt install build-essential zlib1g-dev libncurses5-dev libgdbm-dev libnss3-dev libssl-dev libreadline-dev libffi-dev libsqlite3-dev wget libbz2-dev | |
| sudo apt-get install build-essential checkinstall | |
| sudo apt autoremove | |
| sudo apt-get install libreadline-gplv2-dev libncursesw5-dev libssl-dev libsqlite3-dev tk-dev libgdbm-dev libc6-dev libbz2-dev libffi-dev zlib1g-dev | |
| cd /opt | |
| sudo wget https://www.python.org/ftp/python/3.8.6/Python-3.8.6.tgz | |
| sudo tar xzf Python-3.8.6.tgz |
| If you need Vtiger CRM Remote Related Service, please contact me: | |
| WhatsApp: +19085837582 | |
| Telegram" @zaitechus | |
| Skype: scooper6543 | |
| Email: zaitechus@gmail.com | |
| Twitter: https://twitter.com/Zaitechus | |
| Facebook: https://www.facebook.com/zaitechus/ | |
| LinkedIn: https://www.linkedin.com/in/zaitechus/ | |
| If you need Drupal Remote Related Service, please contact me: | |
| WhatsApp: +19085837582 | |
| Telegram" @zaitechus | |
| Skype: scooper6543 | |
| Email: zaitechus@gmail.com | |
| Twitter: https://twitter.com/Zaitechus | |
| Facebook: https://www.facebook.com/zaitechus | |
| LinkedIn: https://www.linkedin.com/in/zaitechus | |