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 / Install PHP OCI8 Extension and Oracle Instant Client
Last active July 2, 2024 14:35
PHP OCI8 Extension and Oracle Instant Client
Things to do after install Ubuntu:
sudo -i
apt update -y && apt upgrade -y
apt install build-essential checkinstall
apt install ubuntu-restricted-extras
apt install software-properties-common
apt install apt-show-versions
apt upgrade -o APT::Get::Show-Upgraded=true
apt-show-versions | grep upgradeable
apt install git
@UbuntuEvangelist
UbuntuEvangelist / Corteza Installation Support
Created June 10, 2024 19:46
Corteza Installation Support
🚀 Get Your Corteza Installation Support
🔗 Telegram: https://t.me/LinuxGun​
📧 Email: linuxguns@gmail.com
Looking for Corteza Installation Support? Hire me.
The Corteza low-code platform lets you build and iterate CRM, business process and other structured data apps fast, create intelligent business process workflows and connect with almost any data source . All with the flexibility, freedom and control you get from a 100% open-source platform written in Golang.
With my service, you can expect:
@UbuntuEvangelist
UbuntuEvangelist / How To WiFi Issues On Ubuntu 24.04 LTS Linux
Last active June 20, 2024 03:40
Fix WiFi Issues on Ubuntu 24.04 LTS Linux
Follow Things To Do After Installing Ubuntu 24.04 LTS
$ apt update -y
$ apt upgrade -y
$ apt update -y
$ apt install build-essential checkinstall
$ apt install ubuntu-restricted-extras
$ apt install software-properties-common
Ensure the Wi-Fi Adapter is Recognized
🚀 Get Your Jasmin SMS Gateway GUI Setup
🔗 Telegram: https://t.me/LinuxGun​
📧 Email: linuxguns@gmail.com
Looking to establish a robust and efficient SMS gateway for your business using Jasmin SMS Gateway? Count on me to provide a comprehensive Jasmin SMS Gateway service to get you started.
With my service, you can expect:
🛠️ 100% inbox SMS gateway system installation and configuration using Jasmin SMS Gateway
🔌 SMPP/HTTP API's integration of Jasmin SMS Gateway
@UbuntuEvangelist
UbuntuEvangelist / How To Install CMake 3.22 Ubuntu 22.04
Last active July 1, 2024 09:02
Install CMake 3.22 Ubuntu 22.04
sudo apt update
sudo apt install build-essential
sudo apt install libssl-dev
export OPENSSL_ROOT_DIR=/usr/include/openssl
wget https://cmake.org/files/v3.29/cmake-3.29.2.tar.gz
tar -xzvf cmake-3.29.2.tar.gz
cd cmake-3.29.2
./bootstrap
make -j$(nproc)
sudo make install
@UbuntuEvangelist
UbuntuEvangelist / Bagisto eCommerce Platform Installation Support
Created April 20, 2024 11:45
Bagisto eCommerce Platform Installation
📌 Get Bagisto eCommerce Platform Setup Telegram: https://t.me/LinuxGun​
📌 Email: linuxguns@gmail.com
I'll do installation process of Bagisto, a powerful Laravel-based eCommerce platform. Whether you're new to eCommerce or an experienced developer, shop owner Bagisto provides a flexible and scalable solution to build your online store. Bagisto eCommerce Platform Installation Supports | #Bagisto
Bagisto simplifies the process of creating feature-rich online stores with its modular approach, making it easy to customize and extend according to your business needs. Plus, it's built on Laravel, a popular PHP framework known for its elegant syntax and developer-friendly environment. Bagisto eCommerce Platform Installation Supports | #Bagisto
💰 Want to hire me for Bagisto eCommerce Platform Support? Hire me
🤔 Need to know more about Bagisto eCommerce Platform Support!!
@UbuntuEvangelist
UbuntuEvangelist / Installation Hyprland 23.04
Created February 29, 2024 15:06
Installation Hyprland
# Building on Ubuntu 23.04
You have 2 options, use the script descrived bellow or follow the instrutions
> script in [this gist](https://gist.github.com/Vertecedoc4545/6e54487f07a1888b656b656c0cdd9764) if you want the source code
```bash
wget https://gist.githubusercontent.com/Vertecedoc4545/6e54487f07a1888b656b656c0cdd9764/raw/2c5e8ccb428fc331307e2f653cab88174c051310/build-ubuntu-23.sh
chmod +x build-ubuntu-23.sh
./build-ubuntu-23.sh
```
@UbuntuEvangelist
UbuntuEvangelist / vici_install.md
Created February 19, 2024 04:26 — forked from identor/vici_install.md
Guide: Vici Dial Installation

Vici Dial Installation Guide

This guide shows a simple Vici Dial installtion on a debian6_x64 droplet in Digital Ocean.

Create the Droplet

General Guidelines:

  • Create the Droplet by selecting Create Droplet in the Droplet's UI.
  • Select the 64 bit image of debian 6.

Dependency installation

We need to install all dependencies before proceeding to install the astguiclient.

@UbuntuEvangelist
UbuntuEvangelist / LAMP Stack Development Support On Demand
Last active January 22, 2024 17:34
LAMP Stack Development Support
Are you looking to build robust and scalable web applications? Our LAMP stack development service is designed to meet your
needs, offering a comprehensive solution for creating dynamic and feature-rich websites. With our expertise in Linux, Apache,
MySQL, and PHP, we ensure a reliable and powerful foundation for your web development projects.
Hire me Telegram @LinuxGun
@UbuntuEvangelist
UbuntuEvangelist / How To Install PHP (8.2, 8.1, 7.4) on Ubuntu 22.04
Last active June 6, 2024 22:31
Install PHP (8.2, 8.1, 7.4) on Ubuntu 22.04
sudo apt update && sudo apt upgrade
sudo apt install software-properties-common ca-certificates lsb-release apt-transport-https
LC_ALL=C.UTF-8 sudo add-apt-repository ppa:ondrej/php
sudo apt update
sudo apt install php8.1
# Check active php version php -v
php -v
# Check system php version
php --version
# To install another php version same machine