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
@brighttechnilogy
brighttechnilogy / I'll Do WordPress Development Using LEMP Stack Linux
Last active June 25, 2023 16:43
I'll Do WordPress Development Using LEMP Stack Linux
Are you in search of a skilled and experienced WordPress developer to create a high-performing website using the LEMP stack? Look no further! I am here to offer you my expertise and deliver exceptional results.
Ping me Telegram now for your service https://t.me/brighttechnilogy
With WordPress and the LEMP stack, you can take your website to new heights. Let's dive into the advantages!
Here's what you can expect from my services:
LEMP Stack Mastery: I have extensive experience working with Linux, Nginx, MySQL, and PHP, the core components of the LEMP stack. I will leverage their full potential to ensure optimal performance and reliability for your website.
If You Need Git related support contact Telegram: https://t.me/brighttechnilogy
Are you tired of struggling with Git issues and troubleshooting on your Linux server? Look no further! Our revolutionary Git Online Support on Linux Server is here to simplify your development workflow and ensure a seamless Git experience.
Why choose Git Online Support On Linux Server?
Expert Assistance: Our team of seasoned Git professionals is ready to provide you with prompt and reliable support. Whether you're a beginner or an advanced user, we have the expertise to address your queries and help you overcome any Git-related challenge.
24/7 Availability: Git issues can strike at any time, disrupting your productivity. With our online support, you can reach out to us round the clock. We understand the importance of resolving problems swiftly, so you can count on us to be there whenever you need us.
@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.
@linuxkeepup
linuxkeepup / Git Remote Supports
Last active April 26, 2025 17:16
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: [email protected]
#!/bin/bash
sudo add-apt-repository ppa:git-core/ppa
sudo apt update
sudo apt install git
git --version
Need GeoServer Installation Service Contact:
Telegram: https://t.me/LinuxGun
WhatsApp:
https://wa.link/sqj8cl
Skype:
helios-sw
SMS:
@UbuntuEvangelist
UbuntuEvangelist / Ruby Install Ubuntu 20.04 LTS
Created January 16, 2022 20:17
Ruby Install Ubuntu 20.04 LTS
sudo -i
apt install gcc autoconf curl g++ gnupg automake bison libc6-dev libffi-dev libgdbm-dev libncurses5-dev libsqlite3-dev pkg-config sqlite3 zlib1g-dev libtool libyaml-dev make libgmp-dev libreadline-dev libssl-dev
gpg2 --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3 7D2BAF1CF37B13E2069D6956105BD0E739499BDB
\curl -sSL https://get.rvm.io | bash -s stable --rails
source /etc/profile.d/rvm.sh
usermod -a -G rvm $USER
rvm user gemsets
rvm install 2.6.5
rvm use 2.6.5 --default
ruby -v