r00t4bl3.com

Menu

  • About
  • Contact
  • Contact Us
  • Password Generator
logo
  • Web Development
  • System Administration
  • Miscellanous
  • System Administration
    May 30, 2020

    How to Read SMART Log from NVMe Device on Linux

    After convincing myself that it's worth the price, I took the courage to get an NVMe SSD and install it to my PC. I've considered two strong candidates: Samsung 970 Evo Plus and Adata XPG SX8200. Adata has cheaper price and I'm going to take it, but in last minutes I choose Samsung one because it has bigger TBW so I hope it will be last longer.
  • System Administration
    Dec 23, 2020

    How to Install PostgreSQL 13 on Linux Mint 20 Ulyana

    is a powerful, open source object-relational database system with over 30 years of active development that has earned it a strong reputation for reliability, feature robustness, and performance.
  • System Administration
    Dec 23, 2020

    How to Install MongoDB 4.4 on Linux Mint 20 Ulyana

    MongoDB is an open source database that uses a document-oriented data model. Unlike relational databases, it doesn't consist of tables and rows, but it’s built on an architecture of collections and documents. Documents comprise sets of key-value pairs and are the basic unit of data in it. Collections contain sets of documents and function as the equivalent of relational database tables.
  • System Administration
    Dec 24, 2020

    How to install PHP 8 on Linux Mint 20 Ulyana or Ubuntu 20.04

    As PHP had officially released , I decided to install it on my local development server. It uses Linux Mint 20 Ulyana which is based on Ubuntu 20.04 Focal Fossa, so official PHP package provided from their repository is at 7.4.3. Thanks to
  • System Administration
    Jan 8, 2021

    Testing Slackware 14.2 or Current Using Persistent Live USB - LiveSlak

    Back when I was still on my college, Slackware was my first choice of favorite Linux distributions. RedHat was second, and Mandrake third. In other words, I've always had Slackware ran on my PC. It was fun back in those days. I learned many things then, mainly about networking and shell scripting. Using generic kernel? No way, that's too easy. Compiling my own kernel was how I spent my time that days.
  • System Administration
    Jan 13, 2021

    How to Install MariaDB Server on Raspberry Pi with Debian 10 Buster

    I use Raspberry Pi as my personal web development server. It runs LEMP stack: Linux (Ubuntu/CentOS), Nginx web server, MariaDB database, and PHP 7/8. Whenever I need to change the OS I just to switch the microSD card.
  • System Administration
    Nov 17, 2021

    How to Install VirtualBox on Linux Mint 20

    is one of the conventional solutions for creating a virtual machine. It has versions for all modern operating systems, including Windows, macOS, Linux, Solaris and OpenSolaris.
  • System Administration
    Dec 7, 2021

    How to Install PostgreSQL 14 on Debian 11 Bullseye

    also known as , is a free and open source object-relational database system (RDBMS) emphasizing extensibility and SQL compliance. Initially it was named Postgres, referring to its origins as an successor. After a review in 2007, the development team decided to keep the name and the alias Postgres.
  • System Administration
    Oct 15, 2024

    How to Install PostgreSQL 17 on Ubuntu 24.04 LTS Noble Numbat

    The installation process for PostgreSQL on Ubuntu is, like a lot of things in the Linux world, less than intuitive for new users. As much for my own benefit as anyone else's, now I am going to walk through the steps to getting PostgreSQL installed and configured on a Linux box.

Latest Articles

How to Install MySQL/MariaDB Server on Raspberry Pi
05
Jul
Raspberry Pi
Jul 5, 2018

How to Install MySQL/MariaDB Server on Raspberry Pi

  • How to Install Android Studio 3 on Linux Mint 18.3 Sylvia
    System Administration Android Java

    How to Install Android Studio 3 on Linux Mint 18.3 Sylvia

    Jun 29, 2018
  • How to Install Oracle (Sun) Java 8 on Linux Mint 18.3 Sylvia
    System Administration Java

    How to Install Oracle (Sun) Java 8 on Linux Mint 18.3 Sylvia

    Jun 29, 2018
  • How to Update Raspbian Jessie to Stretch
    System Administration Raspberry Pi

    How to Update Raspbian Jessie to Stretch

    Jun 28, 2018
  • How to Solve Nginx Error 413 - Request Entity Too Large
    28
    Jun

    How to Solve Nginx Error 413 - Request Entity Too Large

    Web Development System Administration
    By r00t4bl3
    3467
    0
    Sometimes when developing web application, we need to allow users to upload some files. It could be avatar image, introductory video, etc. The first issue we'll encounter with default Nginx and PHP installation is related with upload file size. To encounter this issue, we need to adjust the maximum value parameter for both Nginx and PHP.
    Read More
  • How to Apply Default Ordering on Laravel Eloquent Model
    18
    Jun

    How to Apply Default Ordering on Laravel Eloquent Model

    Web Development
    By r00t4bl3
    19980
    0
    Most of the time when we want to display a dropdown or list all records on database, we need to order the column in same condition throughout the application. Calling everytime we need to display the data could be avoided using .
    Read More
  • Remote Backup Across the Internet Using rsync and SSH
    10
    May

    Remote Backup Across the Internet Using rsync and SSH

    System Administration
    By r00t4bl3
    8835
    0
    There's a time for everything, for everyone. So does there's a time when server crashes and your data gone. Off course, that's happened if you don't have any backup.
    Read More
  • How to Install Postman Native App in Linux Mint 18.3 Sylvia
    06
    Feb

    How to Install Postman Native App in Linux Mint 18.3 Sylvia

    Web Development System Administration
    By r00t4bl3
    32362
    4
    : Newer Postman use different icon path.
    Read More
‹ 1 2 ... 10 11 12 13 14 15 16 17 18 ›

Popular Posts

  • How to Install MySQL/MariaDB Server on Raspberry Pi

    How to Install MySQL/MariaDB Server on Raspberry Pi

    Jul 5, 2018
  • How to Install PostgreSQL 11 on Linux Mint 19 Tara

    How to Install PostgreSQL 11 on Linux Mint 19 Tara

    Oct 26, 2018
  • How to Fix Error ASCII while Restoring Database from MySQL Dump

    How to Fix Error ASCII while Restoring Database from MySQL Dump

    Feb 22, 2021
  • How to Hide nginx Web Server Version Signature and Remove X-Powered-By PHP Header on CentOS

    How to Hide nginx Web Server Version Signature and Remove X-Powered-By PHP Header on CentOS

    Jul 17, 2018
  • How to Install Postman Native App in Linux Mint 18.3 Sylvia

    How to Install Postman Native App in Linux Mint 18.3 Sylvia

    Feb 6, 2018

Latest Posts

  • How to Install PostgreSQL 17 on Ubuntu 24.04 LTS Noble Numbat
    System Administration
    Oct 15, 2024

    How to Install PostgreSQL 17 on Ubuntu 24.04 LTS Noble Numbat

  • How to Install XFCE desktop in Fedora 38
    System Administration
    Aug 21, 2023

    How to Install XFCE desktop in Fedora 38

  • Laravel API Resources: How to remove meta and links property from ResourceCollection
    Web Development
    Oct 21, 2022

    Laravel API Resources: How to remove meta and links property from ResourceCollection

  • How to Install FreeBSD 13.1
    System Administration
    Aug 10, 2022

    How to Install FreeBSD 13.1

  • How to Install Ubuntu Server 22.04 Jammy Jellyfish LTS
    System Administration
    Aug 3, 2022

    How to Install Ubuntu Server 22.04 Jammy Jellyfish LTS

  • Terms of Use
  • Privacy Policy
  • About us
© Copyright 2025 r00t4bl3.com. All rights reserved.