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
@UbuntuEvangelist
UbuntuEvangelist / How to install theHarvester on Ubuntu 20.04 LTS
Last active August 18, 2023 04:47
How to install theHarvester on Ubuntu
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.11.0/Python-3.11.0.tgz
tar xzf Python-3.11.0.tgz
rm -f Python-3.11.0.tgz
cd Python-3.11.0
sudo apt-get install libc6:i386 libncurses5:i386 libstdc++6:i386 lib32z1 libbz2-1.0:i386
sudo apt install openjdk-11-jdk
sudo add-apt-repository ppa:maarten-fonville/android-studio
sudo apt update
sudo apt install android-studio
@UbuntuEvangelist
UbuntuEvangelist / integrating issabel to flexisip
Created May 5, 2023 16:15
integrating issabel to flexisip
Integrating Issabel with Flexisip involves configuring the two systems to work together so that you can make and receive calls using Issabel and Flexisip. Here are the steps to integrate Issabel with Flexisip:
Install and configure Issabel: Install Issabel on your server and configure it to work with your SIP trunk provider. This involves setting up your SIP credentials and configuring your inbound and outbound routes.
Install and configure Flexisip: Install Flexisip on your server and configure it to work with Issabel. This involves setting up your SIP account and configuring the SIP domain.
Configure Issabel to use Flexisip: In the Issabel GUI, go to PBX > PBX Configuration and click on Trunks. Add a new SIP trunk and enter the following details:
Trunk name: Enter a name for the trunk
Outbound Caller ID: Enter your phone number
To install playsms with nginx on Ubuntu Linux, you can follow these steps:
1. Update your Ubuntu system:
sudo apt update
sudo apt upgrade
2. Install the necessary packages:
@UbuntuEvangelist
UbuntuEvangelist / vTiger CRM And FreePBX Deploy Support
Last active January 14, 2025 11:46
vTiger CRM And FreePBX Deploy
Hello Get Support https://www.upwork.com/freelancers/~010865cbb714559271
I'm a freelance CRM and VoIP engineer with extensive experience in vTiger CRM and FreePBX. I'm interested in your Upwork project and would be happy to assist you with your vTiger CRM and FreePBX needs.
Here's what I can offer:
✅ Installation and configuration of vTiger CRM on your servers or cloud infrastructure
✅ Customization of vTiger CRM to meet your business needs
Get HackRF One Service Telegram: https://t.me/LinuxGun
Email: [email protected]
What I Will Do?
I'll HackRF One Service Online. Get your support now.
#hackrfone #hackrf #urh
Buy NVIDIA Drivers Installation at Telegram: https://t.me/LinuxGun
NVIDIA invents the GPU and drives advances in AI, HPC, gaming, creative design, autonomous vehicles, and robotics.
I'll setup NVIDIA Drivers for game or mining setup. Shoot me a message to get start.
#nvidia #gpu #gaming #robotics
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 / 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