Skip to content

Instantly share code, notes, and snippets.

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

Masum UbuntuEvangelist

🏠
Working from home
View GitHub Profile
GitLab Migration Support Available Now.
If you have any job related with GitLab Migration shoot me a message so that we can discuss more.
Don't hesitated to ask any information on Telegram: https://t.me/LinuxGun
What I Need To Start?
- Any Linux Server SSH
- Any Domain Name
- GitLab backup file for migration
@UbuntuEvangelist
UbuntuEvangelist / I'll Do GitLab Support For You
Last active January 7, 2023 19:33
GitLab Support Available Now
I'll Do GitLab Support For You. If you have any job related with GitLab shoot me a message so that we can discuss more.
Don't hesitated to ask any information on Telegram: https://t.me/LinuxGun
What I Need To Start?
- Any Linux Server SSH
- Any Domain Name
- GitLab backup file for migration
🖥 Let's Get To Work Now.
@UbuntuEvangelist
UbuntuEvangelist / Cryptocurrency Exchange Deploy Support Available Here
Created December 16, 2022 20:35
Cryptocurrency Exchange Deploy Support
I'll do cryptocurrency exchange system development service for you. Cryptocurrency exchange system development service available here.
If you need cryptocurrency exchange system development service contact me for your job done. I can assist you on-time within deadline.
What I Need To Start?
 • Ubuntu Linux Server SSH
 • Any Domain Name
 • Coin / Token List
 • APIs
 • Twilio
# Installing python and other essentials
sudo add-apt-repository ppa:deadsnakes/ppa
sudo apt-get update
sudo apt-get -y upgrade
sudo apt-get install python3.9 libpython3.9-dev python3-all-dev
# Installing python and other essentials
https://www.digitalocean.com/community/tutorials/how-to-install-python-3-and-set-up-a-programming-environment-on-an-ubuntu-18-04-server
sudo add-apt-repository ppa:deadsnakes/ppa
sudo apt-get update
sudo apt-get -y upgrade
sudo apt-get install python3.7 libpython3.7-dev python3-all-dev
@UbuntuEvangelist
UbuntuEvangelist / Redwood JS Deploy Linux
Last active September 25, 2022 15:52
Redwood JS Deploy
apt update && apt upgrade -y
apt install build-essential zlib1g-dev libncurses5-dev libgdbm-dev libnss3-dev libssl-dev libreadline-dev libffi-dev libsqlite3-dev wget libbz2-dev
apt install build-essential checkinstall
apt autoremove
apt install libreadline-gplv2-dev libncursesw5-dev libssl-dev libsqlite3-dev tk-dev libgdbm-dev libc6-dev libbz2-dev libffi-dev zlib1g-dev
cd /opt
wget https://www.python.org/ftp/python/3.9.9/Python-3.9.9.tgz
tar xzf Python-3.9.9.tgz
ls -la
@UbuntuEvangelist
UbuntuEvangelist / README.md
Created August 31, 2022 22:26 — forked from austinsonger/README.md
Gophish As a Service

GoPhish As A Service

@UbuntuEvangelist
UbuntuEvangelist / Git Remote Supports
Created August 29, 2022 16:28 — forked from linuxkeepup/Git Remote Supports
The A-Z Git Development Service
Please send your query for Git Remote Support Service:
Telegram: https://t.me/montasir2022
WhatsApp: https://web.whatsapp.com/send?number=01768231949
Email: linuxkeepup@gmail.com
#!/bin/bash
sudo add-apt-repository ppa:git-core/ppa
sudo apt update
sudo apt install git
git --version
sudo add-apt-repository ppa:longsleep/golang-backports
sudo apt update
sudo apt install golang-go
go version
go get github.com/gophish/gophish
cd gophish
go build
gophish
1. Make sure you have the following requisites
- Debian or Ubuntu
- Postgresql
- Python
- Tryton
2. Install requisite software
2.1 apt-get install python-pip python-lxml python-relatorio python-psycopg2 postgresql python-tz