today's howtos
-
painting study
I also try to speedup and optimize my process a lot. I created new brushes for that, but I also learn to start painting differently. I'll give you a quick overview under: [...]
-
How to Create Custom Linux Mint or Ubuntu ISO - It’s FOSS
It’s the things to do after installing Linux Mint that could feel tiresome.
And if you have to do the same on more than one system, it gets frustrating.
Imagine having several computers in your home, lab, or institution. And all of them need to have similar configurations and applications.
Now imagine this. You download Linux (Mint), make a live USB and install it on all the systems. And then you have to do the same configuration and install the same set of applications on all of them.
-
How to install Baldi's Basics Classic Remastered on a Chromebook
Today we are looking at how to install Baldi's Basics Classic Remastered on a Chromebook.
If you have any questions, please contact us via a YouTube comment and we would be happy to assist you!
-
How to Setup Elasticsearch and Kibana on Linux
The heart of this tutorial is to guide you in setting up Elasticsearch, Logstash, and Kibana on your Linux system.
-
How to Open WebP Images on Linux - Linux Nightly
Learn how to open WebP image files on Linux by installing support for WebP or by installing an application to open the files.
-
How to Install Telegram on Manjaro - Linux Nightly
This tutorial will show you how to install Telegram on Manjaro Linux via pacman (command line), snap, flatpak, and GUI methods.
-
How to Import CSV File in Kibana
“Comma-Separated Values (CSV) is one of the most versatile and easy-to-use data formats. It is a lightweight data format that allows developers and applications to transfer and parse data from one source to another.
-
How to Get KDE Plasma 5.26 in Kubuntu 22.10 Kinetic Kudu
KDE Plasma 5.26 is now available for installation in Kubuntu 22.10 Kinetic Kudu via PPA. Here’s how.
KDE Plasma 5.26 was released a few days back with some gorgeous updates.
For the first time ever, you get animated wallpaper, automatic wallpaper switching based on dark and light backgrounds, floating panels and many such features. Check out my exclusive feature guide of Plasma 5.26 here.
However, Kubuntu 22.10 Kinetic Kudu, released on Oct 20, 2022, doesn’t have this version due to a schedule conflict. It features the prior version of Plasma 5.25.
KDE Developers now make it easy to upgrade the KDE Plasma 5.26 in Kubuntu 22.10 Kinetic Kudu using the backports PPA. Here’s how you can update.
-
How To install Logrotate to Manage Logfiles in Ubuntu Linux
Learn how to install and Logrotate on Linux Ubuntu 22.04 Jammy JellyFish or Ubuntu 20.04 Focal Fossa to manage log files more efficiently.
“Logrotate” is a tool to manage log files. Log files, if no attention is paid, they get bigger and bigger and end up occupying the space total available disk space. Furthermore, searching many/big Log files is time-consuming. To prevent this and disk space to save, “Logrotate” has been developed.
With “Logrotate” you can log files from a certain size (e.g. 1 MByte) and/or a specific age (e.g. 1 day, 1 week, 1 month, 1 year). to let. By “rotate” it is meant that the current log file and previous Versions of it are renamed/moved and possibly compressed in the process. The current log file is emptied. Earlier versions of the log file are included numbered and possibly also deleted as soon as they reach a certain age or age reach a certain number.
Most of the services come with their log rotation configuration that automatically tells the Logrotate what to do with the old log files. Furthermore, system administrators can use it to manage the logs for their scripts.
-
How To Restart Apache HTTPD on Ubuntu 22.04
Apache is one of the most widely deployed web servers. It’s free and open-source software developed and maintained by Apache Software Foundation. It offers fast performance, reliability, security, and customization with the help of numerous extensions and modules. It is estimated Apache powers about 67% of all the websites in the world.
This guide will showcase restarting the Apache HTTPD service on Ubuntu 22.04.
-
MongoDB Change Data Directory
When working as a database administrator, you will encounter instances where you need to customize the environment of the database server.
This article will show you how to customize the location where the MongoDB server stores the data files. This is useful when you need to set a custom location for your data files without changing the source code of the MongoDB server.
Now, let’s jump in.
-
MySQL Converts From One Time Zone to Another
-
MySQL Default
“In this post, we will discuss how to use the DEFAULT constraint in the MySQL column. We will learn how to use this constraint type in the table schema definition for a specific column.”
If that sounds interesting, let us dive and learn more.
-
SQL Fetch Statement
This post will explore how to use the FETCH statement in Standard SQL. This statement allows you to limit the number of records returned by a specific query.
I’m sure you are familiar with the LIMIT clause that performs a similar operation. So, what is the difference between LIMIT and FETCH?
The simple answer is there is not much difference. However, the LIMIT clause is not supported in Standard SQL. It was adopted from the FETCH clause by database vendors. Therefore, it is widely adopted by almost all major SQL database engines.
In some rare cases, you may encounter an instance where your database vendor does not support the LIMIT clause. Or you are using Standard SQL in your environment.
-
Atlas Download Logs
MongoDB Atlas is a full-managed cloud database for deploying and managing your MongoDB database on cloud services such as AWS, Google Cloud, Azure, etc. In this post, we will discuss on how you can download the MongoDB logs from MongoDB atlas. This will allow you to get the server logs into your local machine where you can pass them to tools such as Elasticsearch.
Let’s dive in and explore.