Skip to content

Instantly share code, notes, and snippets.

View zaitechus's full-sized avatar
🏠
Working from home

Steven Cooper zaitechus

🏠
Working from home
View GitHub Profile
@zaitechus
zaitechus / keybase.md
Last active March 15, 2021 09:28
keybase never deleted it

Keybase proof

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:

@zaitechus
zaitechus / keybase.md
Created March 15, 2021 09:29
my keybase

Keybase proof

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:

@zaitechus
zaitechus / Ubuntu 20.04 LTS Desktop
Created March 22, 2021 12:38
Things To Do After Installing Ubuntu 20.04 LTS Desktop
#!/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
@zaitechus
zaitechus / Uninstall LAMP
Created March 22, 2021 12:39
Completely Uninstall LAMP Ubuntu 20.04 LTS
#!/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
@zaitechus
zaitechus / I Will Do LAMP Stack Install Linux
Last active February 2, 2022 18:28
LAMP Stack Install Linux
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/
@zaitechus
zaitechus / SSH KEY
Created April 4, 2021 09:17
SSH Key Generate
#!/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:
@zaitechus
zaitechus / Enable SSH Linux
Created April 4, 2021 09:18
Enable SSH Linux
#!/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
@zaitechus
zaitechus / Python-3.8.6.sh
Created April 4, 2021 09:50 — forked from AnythingLinux/How To Install Python Ubuntu 24.04 LTS
Python-3.8.6 Installation Ubuntu 20.04 LTS
# !/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