Skip to content

Instantly share code, notes, and snippets.

View linuxkeepup's full-sized avatar

Montasir linuxkeepup

View GitHub Profile
@linuxkeepup
linuxkeepup / Attendize Install Ubuntu
Created February 5, 2023 17:00
Attendize Install Ubuntu
sudo -i
apt update -y
apt upgrade -y
apt autoremove
apt update -y
apt install build-essential checkinstall
apt install ubuntu-restricted-extras
apt install software-properties-common
add-apt-repository ppa:nilarimogard/webupd8
apt update
@linuxkeepup
linuxkeepup / HumHub setup on Ubuntu
Created December 1, 2022 09:53
HumHub setup on Ubuntu
sudo -i
apt update -y
apt-get upgrade -y
apt update -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
@linuxkeepup
linuxkeepup / Deploy vTiger CRM on Linux
Last active November 13, 2022 06:49
Deploy vTiger CRM on Linux
Please send me your query for vTiger CRM Installation support service
WhatsApp: http://tiny.cc/linuxkeepup
sudo -i
apt update -y
apt-get upgrade -y
apt update -y
apt install build-essential checkinstall
apt install ubuntu-restricted-extras
apt install software-properties-common
@linuxkeepup
linuxkeepup / Hashtopolis Install Ubuntu Linux
Last active October 31, 2022 15:37
Get The Best Support for Hashtopolis Installation
Please send me your query for Hashtopolis Installation support service
WhatsApp: http://tiny.cc/linuxkeepup
sudo apt update
sudo apt upgrade
sudo apt install apache2
apache2 -v
sudo systemctl enable apache2
sudo service apache2 restart
sudo service apache2 status
@linuxkeepup
linuxkeepup / Laravel Installation with LEMP Stack on Ubuntu
Last active November 13, 2022 06:46
Laravel Installation wIth LEMP stack on Ubuntu
Please send me your query for LEMP Stack support service
WhatsApp: http://tiny.cc/linuxkeepup
sudo -i
apt update -y && apt upgrade -y
apt update -y
apt install build-essential checkinstall
apt install ubuntu-restricted-extras
apt install software-properties-common
apt upgrade -o APT::Get::Show-Upgraded=true
@linuxkeepup
linuxkeepup / Joomla Install Support With LEMP Stack
Last active October 30, 2022 19:01
Joomla Install LEMP Stack
Please send me your query for LEMP Stack support service
WhatsApp: http://tiny.cc/linuxkeepup
sudo apt update -y
sudo apt-get upgrade -y
sudo apt install build-essential checkinstall
sudo apt install ubuntu-restricted-extras
sudo apt install software-properties-common
sudo apt upgrade -o APT::Get::Show-Upgraded=true
sudo apt install apt-show-versions
@linuxkeepup
linuxkeepup / Get Drupal Install Support With LEMP Stack
Last active October 30, 2022 19:04
Drupal Install with LEMP Stack
Please send me your query for Drupal with LEMP Stack support service
WhatsApp: http://tiny.cc/linuxkeepup
sudo apt update -y
sudo apt-get upgrade -y
sudo apt install build-essential checkinstall
sudo apt install ubuntu-restricted-extras
sudo apt install software-properties-common
sudo apt upgrade -o APT::Get::Show-Upgraded=true
sudo apt install apt-show-versions
@linuxkeepup
linuxkeepup / WordPress LEMP Stack Remote Support on Ubuntu Linux
Last active October 30, 2022 19:03
Install WordPress with LEMP Stack on Ubuntu Linux
Please send me your query for WordPress with LEMP Stack support service
WhatsApp: http://tiny.cc/linuxkeepup
sudo -i
apt update
apt install nginx
chown -R $USER:$USER /var/www/html
chmod -R 755 /var/www/html
nginx -t
ufw app list
@linuxkeepup
linuxkeepup / Joomla Remote Support Service
Last active October 4, 2022 19:04
Joomla Install with LAMP Stack on Ubuntu/Linux
Please send me your query for Joomla support service
WhatsApp: http://tiny.cc/linuxkeepup
sudo apt install apache2 mariadb-server-10.3 mariadb-client-10.3 php7.4 libapache2-mod-php7.4 php7.4-cli php7.4-mysql php7.4-json php7.4-opcache php7.4-mbstring php7.4-intl php7.4-xml php7.4-gd php7.4-zip php7.4-curl php7.4-xmlrpc
nano /etc/apache2/sites-available/000-default.conf
<VirtualHost *:80>
DirectoryIndex index.php
@linuxkeepup
linuxkeepup / Install Laravel Using LAMP Stack
Last active September 27, 2022 15:04
Install Laravel Using LAMP Stack
Please send me your query for Laravel service support
WhatsApp: http://tiny.cc/linuxkeepup
sudo -i
apt update -y
apt upgrade -y
apt update -y
apt install build-essential checkinstall
apt install ubuntu-restricted-extras
apt install software-properties-common