CATEGORY

Tips and Tricks

How to use du to sort files by size? [SOLVED]

du stands for disk usage which is one of the most used tool in Unix/Linux to estimate the file space usage. Here are some commonly used command arguments and

By omercakmak · 8 min read · Tips and Tricks

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

By omercakmak · 4 min read · Tips and Tricks

7 methods to list user groups in Linux? [SOLVED]

In operating systems, applications add their own users and groups to the system. From an administrative point of view, this makes it easier for users. Adding

By omercakmak · 5 min read · Tips and Tricks

How to ignore certificate check in wget? [SOLVED]

wget is a popular command for downloading files from the internet with protocols such as HTTP, HTTPS, and FTP. With the terminal emulator you use, you can

By omercakmak · 3 min read · Tips and Tricks