Articles by Omer Cakmak
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
How to install XRDP with XFCE4 on Ubuntu? [SOLVED]
Ubuntu is a popular Linux operating system. As with most Linux distributions, it can be used with different desktop environments (XFCE, KDE, Gnome etc). The
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
How to share folder with NFS in Ubuntu? [SOLVED]
Developed by Sun Microsystems in 1984, NFS (Network File SystemS) is an RPC- based distributed file system structure that allows computers on the network to
How to List Groups in Linux and Check User Group Membership
Learn how to list groups in Linux and check user group membership using commands like groups, id, getent, compgen, and /etc/group. This guide explains how to …
How to install Notepad++ in Linux? [SOLVED]
In this article, we will explain how to install Notepad++ on the Linux operating system.
15+ Tips to PROPERLY sort files in Linux [Cheat Sheet]
The simplest way to sort files in Linux is to sort them alphabetically by name. This is done using the ls command with the -l option and piping it to the sort
How to Edit a File in Linux? [SOLVED]
In Linux operating systems, everything is a file. There are daily routine tasks within the system such as turning new features on or off or editing files. An
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
How to create user in Linux? [SOLVED]
If you have not integrated Linux servers into a central user authentication such as LDAP/Active Directory, you will have to create local users many times.
How to install 32bit application with Wine? [SOLVED]
Wine is a free application that enables Windows software to run on POSIX- compliant operating systems such as Linux and Mac OS X. Wine stands for "Wine Is Not
PROPERLY recover lost files Linux [100% Working]
Step by Step instructions to recover lost files in Linux using photrec with screenshots
wget command not found [SOLVED]
There are two possible reasons for wget command not found error. Either the wget package is not installed on your server or PATH variable is wrongly set.
