Skip to content

Instantly share code, notes, and snippets.

View afahitech's full-sized avatar

Ataur Rahman afahitech

View GitHub Profile
@afahitech
afahitech / server.sh
Created July 4, 2021 16:58
How to install code server in Ubuntu
#CONTACT ME FOR SERVICE:
Telegram: @AutoDevOps
WhatsApp:+8801751643484
Skype: aataur1
Email: afahitech@gmail.com
==================
# !/bin/sh
mkdir ~/code-server
@afahitech
afahitech / openshit.sh
Created June 23, 2021 17:24
How to install Openshit in Ubuntu
# !/bin/sh
apt-get install docker.io -y
systemctl start docker
systemctl enable docker
systemctl status docker
wget https://github.com/openshift/origin/releases/download/v3.11.0/openshift-origin-client-tools-v3.11.0-0cbc58b-linux-64bit.tar.gz
tar -xvzf openshift-origin-client-tools-v3.11.0-0cbc58b-linux-64bit.tar.gz
cd openshift-origin-client-tools-v3.11.0-0cbc58b-linux-64bit
cp oc kubectl /usr/local/bin/
oc version
@afahitech
afahitech / Odoo13.sh
Created June 21, 2021 16:23
Install Odoo in Ubuntu
#One Click Install Odoo
wget https://raw.githubusercontent.com/Yenthe666/InstallScript/13.0/odoo_install.sh
chmod +x odoo_install.sh
bash odoo_install.sh
#Add Odoo user to the system
sudo adduser --system --quiet --shell=/bin/bash --home=/opt/odoo --gecos 'odoo' --group odoo
#Make Configuration Directory and Log Directory
@afahitech
afahitech / Python-3.8.6.sh
Last active June 20, 2021 16:44 — forked from UbuntuEvangelist/How To Install Python Ubuntu 22.04 LTS
How To Install Python-3.8.6 Into 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
@afahitech
afahitech / phoneinfoga.sh
Created April 7, 2021 16:17
How to retrieve Phone info from phoneinfoga
#!/bin/bash
https://console.cloud.google.com/home/dashboard?project=soy-transducer-309817
docker pull sundowndev/phoneinfoga:lates
docker run -it sundowndev/phoneinfoga scan -n +8801751643484
docker run -it -p 8080:8080 sundowndev/phoneinfoga serve -p 8080
@afahitech
afahitech / SSH.sh
Created February 20, 2021 16:47
Enable SSH
#!/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
@afahitech
afahitech / playsms.sh
Created February 10, 2021 18:03
How to install Playsms in Ubuntu
#!/bin/bash
apt-get update
apt-get upgrade
apt-get install apache2 libapache2-mod-php5 mysql-server php5 php5-cli php5-cgi php-pear php-db phpmyadmin make gcc sendmail sendmail-bin lynx wget curl
adduser playsms
mkdir -p /var/www/playsmscp -rR * /var/www/playsms
@afahitech
afahitech / Gitlab.sh
Created January 25, 2021 16:24
Install Gitlab on Ubuntu 20.04 LTS
If you need GitLab installation help, contact with me:
Skype: aataur1
Telegram: @AutoDevOps
WhatsApp: +8801751643484
Email: afahitech@gmail.com
======================================
# Update
@afahitech
afahitech / Openlite.sh
Last active January 25, 2021 15:36
OpenLiteSpeed Install Ubuntu 20.04 LTS
If you need OpenLiteSpeed installation help, contact with me:
Skype: aataur1
Telegram: @AutoDevOps
WhatsApp: +8801751643484
Email: afahitech@gmail.com
===============================================
@afahitech
afahitech / gist:4b5438f0e3c0734be58ee99aeeadd3c4
Last active January 25, 2021 15:36 — forked from kewogc/gist:1d679c6c83977d69106f
HOW TO INSTALL KANNEL ON UBUNTU
If you need installation help, contact with me:
Skype: aataur1
Telegram: @AutoDevOps
WhatsApp: +8801751643484
Email: afahitech@gmail.com
===============================================
~# uname -a