Monthly Archives: June 2025

Nextcloud ubuntu 22

Step1: Install Required Packages 1. Update and Upgrade the Ubuntu Packages 2. install Apache and MySQL Server apt install apache2 mariadb-server 3. Install PHP and other Dependencies and Restart Apache apt install libapache2-mod-php php-bz2 php-gd php-mysql php-curl php-zip \ php-mbstring … Continue reading

Posted in Uncategorized | Leave a comment

Install OnlyOffice ubuntu 22

Install ONLYOFFICE Document Server on Ubuntu using .deb package Installation with Debian based distributions also requires the presence of libstdc++6, NGINX and PostgreSQL in the system. There are other dependencies installed automatically when you use Ubuntu 14.04 LTS or later: … Continue reading

Posted in Data | Tagged | Leave a comment

Install phpmyadmin ubuntu 22

update ubuntu install apache2 untu webserver install mysql Ensure that the server is running using the systemctl start command: These commands will install and start MySQL, but will not prompt you to set a password or make any other configuration … Continue reading

Posted in Data | Tagged | Leave a comment

Warp cloudflare + Mikrotik

mikrotik-cloudflare ubuntu – install cloudflare-warp setup first tunnel ubuntu mikrotik1 ubuntu mikrotik1 ubuntu mikrotik1 setup second tunnel ubuntu mikrotik2 ubuntu mikrotik2 ubuntu mikrotik2 referensi = https://www.youtube.com/watch?v=4j1_amptimg&ab_channel=LinuxCloudHacks

Posted in Data | Tagged | Leave a comment

Install Mikrotik CHR di ProxmoX

Ketika masuk pada tab “Harddisk”, ada tambahan konfigurasi yang harus di terapkan. Jika masih menggunakan default config maka kita tidak bisa menggunakan storage “Local”, kita harus menambahkan opsi disk image pada storage “Local” yang dapat ditemui pada Datacenter>>Storage>>Local

Posted in Data | Tagged | Leave a comment

Install Home Assistant On ProxmoX

So just like my other guide, this is more for my own records so I can come back and refer to it. I know there are scripts for these things, but I prefer doing them manually so I can learn … Continue reading

Posted in Data | Tagged | Leave a comment

Install PhpMyadmin Ubuntu 22

phpMyAdmin adalah aplikasi web yang digunakan untuk mengelola database. Secara khusus, phpMyAdmin memungkinkan kamu untuk menjalankan perintah kelola database seperti, membuat, mengedit, dan menghapus database serta tabel, menjalankan query SQL, mengelola pengguna dan hak akses, serta melakukan backup dan restore … Continue reading

Posted in Data | Tagged | Leave a comment

Install Nextcloud Ubuntu 22

Ubuntu 22.04 adalah salah satu versi terbaru dari sistem operasi Linux. Dikenal dengan “Jammy Jellyfish,” Ubuntu 22.04 hadir dengan berbagai update dan upgrade yang membuatnya semakin kuat dan andal. Salah satu penggunaan yang umum untuk sistem operasi Linux seperti Ubuntu … Continue reading

Posted in Data | Tagged | Leave a comment

Booting USB Over IP

In a Sharing USB we installed USBIP and used it manually, in this post I will set it up “the correct Debian(systemd) way”. But first, for completeness sake, we will go through installation progress again, first install the package: Load … Continue reading

Posted in Data | Tagged | Leave a comment

Sharing USB linux Debian 12

In a world were virtualization is slowly creeping in everywhere the demand for virtual USB cables are growing, luckily the USBIP protocol are implemented in the Linux kernel – and the userland tools are partly implemented in Debian, at least … Continue reading

Posted in Data | Tagged | 1 Comment