Category FOSS

Cara Install aaPanel Hosting Control Panel

aaPanel adalah perangkat lunak control panel web hosting, mendukung distribusi Linux CentOS, Ubuntu, dan Debian. aaPanel menggunakan web server stack LAMP (Linux Apache MariaDB PHP) atau LNMP (Linux Nginx MariaDB PHP). aaPanel memakai lisensi open source dan bisa didapatkan dengan…

How to Split PDF File on Ubuntu 18.04

Splitting PDF file into one PDF file per page or selecting specific pages into one PDF file can be done in Ubuntu in 2 ways, first with the default PDF reader application in Ubuntu, Document Viewer (Evince), and the second…

Cara Memisahkan File PDF di Ubuntu 18.04

Memisahkan file PDF menjadi satu file PDF per halaman atau satu file PDF beberapa halaman dapat dilakukan di Ubuntu dengan 2 cara, yaitu dengan aplikasi default pembaca PDF di Ubuntu, Document Viewer (Evince), dan aplikasi berbasis command line PDFtk (PDF…

Cara Install SLiMS 9 Bulian di Ubuntu 18.04

SLiMS adalah perangkat lunak berbasis web untuk Sistem Manajemen Perpustakaan (Senayan Library Management System – SLiMS), yang memiliki banyak fitur dengan tujuan untuk memudahkan perpustakaan dan pustakawan dalam melaksanakan pekerjaan mereka dengan cepat dan mudah. Beberapa fiturnya antara lain: Online…

How to Deploy Django 3 on Ubuntu 18.04

Previously I had discussed about how to install Django 3 on Ubuntu 18.04 and run it using a development server. I am now discussing how to deploy Django 3 on Ubuntu 18.04 and run it using a Nginx HTTP server…

Cara Deploy Django 3 di Ubuntu 18.04

Sebelumnya saya sudah pernah membahas tentang bagaimana cara install Django 3 di Ubuntu 18.04 dan menjalankannya dengan menggunakan development server. Saya sekarang membahas tentang bagaimana cara deploy Django 3 di Ubuntu 18.04 dan menjalankannya dengan menggunakan Nginx HTTP server dikombinasikan…

How to access Google Drive on Linux Server

Google Drive which is a cloud storage service from Google officially only provides client applications for Windows, macOS, Android, and iOS. While the Linux version is not officially available, but some developers out there develop client applications for Google Drive,…

How to Fix “curl: (60) SSL certificate problem”

One of my customers has a problem with an SSL certificate (HTTPS). The website is normal when accessed using a web browser, HTTPS runs well. But when accessed using the cURL tool, an error arises and fails to connect to…

Deploy React App on Ubuntu 18.04

React is a JavaScript library that can be used to build user interfaces. React is one of the open source projects of Facebook. This tutorial contains how to install and deploy create-react-app on Ubuntu 18.04. 1.Create User Create a new…

Cara Deploy Aplikasi React di Ubuntu 18.04

React adalah sebuah JavaScript library yang dapat digunakan untuk membangun user interfaces. React merupakan salah satu proyek open source dari Facebook. 1. Membuat User Membuat user baru khusus pemilik aplikasi React. 2. Install Node.js Install Node.js dengan versi yang sesuai…