Skip to content

Instantly share code, notes, and snippets.

View virbo's full-sized avatar
💭
I may be slow to respond.

Yusuf Ayuba virbo

💭
I may be slow to respond.
View GitHub Profile
@virbo
virbo / lempp.md
Last active April 3, 2025 17:54
Install Linux Centos 7, Nginx, MySQL, Postgres, PHP 8.0

Update LANG

Edit environtment vi /etc/environment add these lines...

LANG=en_US.utf-8
LC_ALL=en_US.utf-8
@virbo
virbo / lempp-ubuntu.md
Last active January 22, 2024 07:01
Install Linux Ubuntu 21.04, Nginx, MariaDB, Postgres, PHP 8.0

Update and Upgrade Package

apt -y update && apt -y upgrade
reboot

Install NGINX

Install dependency

@virbo
virbo / install-patch-neofeeder.sh
Last active April 2, 2022 14:33
Bash Script Auto install PATCH Neo Feeder
#!/bin/bash
# bash script auto install patch NeoFeeder (Apps)
# Author: Yusuf Ayuba
#-----------------------------------------------------------#
# Inisial variable
# IMAGE_ID = ID Image neofeeder
# EXT_PATCH = (7z, zip)
# FILE_PATCH = nama file patch (without ext)
# FOLDER_NEOFEEDER = folder tempat neofeeder berada
@virbo
virbo / ganttchart_chatgpt.html
Created October 7, 2024 03:17
ganttchart chatgpt
<!DOCTYPE html>
<html>
<head>
<title>Gantt Chart Example</title>
<script src="https://cdn.dhtmlx.com/gantt/edge/dhtmlxgantt.js"></script>
<link href="https://cdn.dhtmlx.com/gantt/edge/dhtmlxgantt.css" rel="stylesheet">
<style>
html, body {
height: 100%;
padding: 0;