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.

Latest Articles

How to Use Telnet to Test HTTP and HTTPS Service
29
Apr
System Administration
Apr 29, 2021

How to Use Telnet to Test HTTP and HTTPS Service

  •  How to Get Table Structure in MariaDB / MySQL
    Web Development

    How to Get Table Structure in MariaDB / MySQL

    Apr 19, 2021
  • How to Install MariaDB Server on Windows 10 Using Windows Subsystem for Linux (WSL2)
    System Administration

    How to Install MariaDB Server on Windows 10 Using Windows Subsystem for Linux (WSL2)

    Apr 16, 2021
  • How to Fix YumRepo Error: All mirror URLs are not using ftp, http[s] or file.
    System Administration

    How to Fix YumRepo Error: All mirror URLs are not using ftp, http[s] or file.

    Apr 16, 2021
  •  How to Access Linux Files in a Windows Subsystem for Linux (WSL2) from Windows 10
    16
    Apr

    How to Access Linux Files in a Windows Subsystem for Linux (WSL2) from Windows 10

    System Administration
    By r00t4bl3
    4804
    2
    When working with Windows Subsystem for Linux 2 (WSL 2), sometimes we need to work with files on our WSL Linux distribution. You may wonder how you can work with files effectively. This includes copying files both to and from Windows Subsystem for Linux distributions. This article will take a look at how to copy files from and to Windows Subsystem for Linux WSL 2 with Windows 10's built-in File Explorer.
    Read More
  • How to Install Laravel Websockets Package - A Drop-in Pusher Replacement
    14
    Apr

    How to Install Laravel Websockets Package - A Drop-in Pusher Replacement

    Web Development System Administration
    By r00t4bl3
    3539
    0
    Sometimes we need to be able to send notification within our Laravel application. Most of the times email notification is enough. In addition to support for sending email, Laravel provides support for sending notifications across a variety of delivery channels, including , , , and . In this article, I'll show you how to send notification using channel.
    Read More
  • How to Generate Days between Two Dates in MySQL
    11
    Apr

    How to Generate Days between Two Dates in MySQL

    Web Development
    By r00t4bl3
    2239
    0
    Most of the time, as a web developer we're asked to generate a time-based report, such as daily or weekly report. For example, if we want to get sales report for March 2021, we'll do this MySQL query:
    Read More
  • How to Change the Hostname on Ubuntu 20.04 LTS
    10
    Apr

    How to Change the Hostname on Ubuntu 20.04 LTS

    System Administration
    By r00t4bl3
    1144
    0
    In computer networking, a (archaically ) is a label that is assigned to a device connected to a computer network and that is used to identify the device in various forms of electronic communication, such as the World Wide Web. Hostnames may be simple names consisting of a single word or phrase, or they may be structured. Each usually has at least one numeric network address associated with it for routing packets for performance and other reasons. 
    Read More
‹ 1 2 3 4 5 6 7 8 ... 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 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
  • How to Limit Foreach Loop to a Number of Loops in PHP

    How to Limit Foreach Loop to a Number of Loops in PHP

    Nov 2, 2017
  • How to Validate File Upload in Laravel 5 with MIME Types or File Extensions

    How to Validate File Upload in Laravel 5 with MIME Types or File Extensions

    Jul 14, 2018

Latest Posts

  • 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

  • How to Install XFCE desktop in Ubuntu 22.04 LTS
    System Administration
    Aug 2, 2022

    How to Install XFCE desktop in Ubuntu 22.04 LTS

  • How to Install XFCE desktop in Fedora 36
    System Administration
    Aug 2, 2022

    How to Install XFCE desktop in Fedora 36

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