-
Installing Composer on Debian 11
Komposer adalah alat manajemen ketergantungan yang populer untuk PHP, dibuat terutama untuk memfasilitasi instalasi dan pembaruan untuk ketergantungan proyek. Komposer bekerja dengan memeriksa paket lain mana yang bergantung pada proyek tertentu, dan kemudian menginstalnya untuk Anda menggunakan versi yang sesuai sesuai dengan persyaratan proyek. Komposer juga biasa digunakan untuk mem-bootstrap proyek baru berdasarkan framework PHP — read more
-
Debian APT Error – debconf: unable to initialize frontend: Dialog
Ketika saya menginstall salah satu server VPS. saya mendapatkan error disebuah server dengan OS Debian 10 Error nya seperti ini: debconf: unable to initialize frontend: Dialog debconf: (No usable dialog-like program is installed, so the dialog based frontend cannot be used. at /usr/share/perl5/Debconf/FrontEnd/Dialog.pm line 78.) sebenarnya ini bisa di biarkan saja. tapi kok rasanya ga — read more
-
Upgrade Debian 11 ke Debian 12
Debian 12 “bookworm” sudah dirilis bukan juni 2023. Pada versi 12 ini banyak upgradean versi applikasi yang disupport selama 5 tahun. Berikut List updatean yang ada di Debian 12 Apache 2.4.57 BIND DNS Server 9.18 Cryptsetup 2.6 Dovecot MTA 2.3.19 Emacs 28.2 Exim (default email server) 4.96 GIMP 2.10.34 GNU Compiler Collection 12.2 GnuPG 2.2.40 — read more
-
Centos/Alma/Rocky 8 install FFmpeg
Follow this step.. [root@~]# dnf install epel-release yum-utils -y [root@~]# dnf config-manager –enable epel [root@~]# yum-config-manager –enable powertools [root@~]# dnf install –nogpgcheck https://mirrors.rpmfusion.org/free/el/rpmfusion-free-release-8.noarch.rpm -y [root@~]# dnf install –nogpgcheck https://mirrors.rpmfusion.org/nonfree/el/rpmfusion-nonfree-release-8.noarch.rpm -y [root@~]# dnf update -y [root@~]# dnf install ffmpeg ffmpeg-devel -y — read more
-
How to Fix Error: Failed to Download Metadata for Repo ‘AppStream’ Centos 8
What is the Cause of This Error? You may well be aware that CentOS Linux 8 died a premature death, it reached the End Of Life (EOL) on December 31st, 2021, thus it no longer receives development resources from the official CentOS project. This means that after Dec 31st, 2021, to update your CentOS installation, — read more
-
Install Deluge WebUI di Debian 11
What is Deluge? Deluge is a lightweight, Free Software, cross-platform BitTorrent client. How to install? bash# apt update && apt upgrade -y bash# apt install deluge-common deluged deluge-web deluge-console bash# deluge-web — read more
-
Install aapanel debian 11
aapanel is an alternative to cpanel. Even though it’s free, it’s quite powerful for making a basic webserver. Aapanel also provides paid add-ons, but even without add-ons it can run 100%. How to install it is quite easy Centos yum install -y wget && wget -O install.sh http://www.aapanel.com/script/install_6.0_en.sh && bash install.sh aapanel Ubuntu/Deepin wget -O — read more
-
Window 10 Update, Share Printer bermasalah
Sejak menginstal pembaruan KB5006670, pengguna melaporkan bahwa mereka tidak dapat mencetak melalui printer yang di sharing (sharing printer), dengan beberapa pengguna menerima kesalahan 0x00000709 atau Element not found saat mencoba mencetak atau menghubungkan printer. — read more
-
[CVE-2021-41773] Bug Apache 2.4.49-50
Apache merupakan software aplikasi yang biasa digunakan oleh webserver untuk menghosting sebuah website selain nginx. Akan tetapi akhir-akhir ini di hebohkan dengan sebuah penemuan bug sederhana yang mempunyai dampak besar. — read more
-
Membuat Printer Server dengan Ubuntu Server 20.04.3
Terkadang kita memerlukan sebuah server untuk menbagikan akses printer kepada banyak client. berikut adalah cara untuk membuat sebuah printer server menggunakan OS ubuntu server. ikuti perintah dibawah ini untuk melakukan penginstallan root@printer:~# apt update root@printer:~# apt upgrade -y root@printer:~# apt install lsb -y root@printer:~# apt install cups -y edit baris berikut di /etc/cups/cupsd.conf Browsing Off — read more