Latest Articles
How to count files in directory in Linux? [SOLVED]
When managing files and directories in Linux operating systems, there may be a need to know how many files are in a given directory. For example:
How to cut video with OpenShot? [SOLVED]
OpenShot is a free and open-source video editing software that can be used to cut, trim, and edit videos on Linux, Windows, and macOS. It provides an
How to list packages in a yum group? [SOLVED]
Being able to list packages in a YUM group can be helpful for a variety of reasons, such as ensuring that all necessary packages are installed for a specific
Hexagonal Architectural using Go [In-Depth Tutorial]
Hexagonal Architecture, also known as Ports and Adapters Architecture or Clean Architecture, is a software architecture pattern that emphasizes the separation
Laravel storage::disk [In-Depth Tutorial]
You can perform several actions on the disks using Laravel Storage facade. For instance, you can use the Laravel storage::disk to specify the disk when
