In Linux, file access is managed via file permissions, attributes, and ownership. This ensures that only authorized users and processes … Read more
Daily Tech Blog
Brief description of the Linux and Unix / etc / passwd file
There are many authentication schemes that can be used on Linux systems. The most widely used standard scheme for file … Read more
How to install and configure Ansible AWX on CentOS 8
AWX stands for “Ansible Web eXecutable” and it is a free and open source project that allows you to easily … Read more
How to set or change time zone in CentOS 8
Using the correct timezone is essential for many system-related tasks and processes. For example, the cron daemon uses the system … Read more
How to install and configure OpenCV on CentOS 8
OpenCV (Open Source Computer Vision Library) is open source software that contains links to C ++, Python, and Java. OpenCV … Read more
How to Install Anbox on Manjaro
I have been using Manjaro for my daily professional usage or hobbyist. I love it so far. I run latest … Read more
How To Locally Mount Google Drive As Virtual File System In Linux
Google Drive is the one of the popular cloud storage provider on the planet. As of 2017, over 800 million … Read more
How to Delete Queued Jobs in Laravel Horizon
I’ve been struggle to delete all queue jobs in Laravel Horizon when you are using redis as the Queue driver. … Read more
How to Change Package Name in Android Studio
There are some cases when you develop Android application, you need to change your package name. Whether request from your … Read more
How to Route Multi URL with Same Prefix Using Gin
When you try to access yoursite.com/myservice/api/v1 you will get this logs. Easy right! PS: Another syntax to serve url with … Read more