TAG

Tips and Tricks

bash: curl: command not found [SOLVED]

The most common causes for bash: curl: command not found error is either curl package is not installed or the PATH variable does not contain the path to curl …

By omercakmak · 3 min read · Tips and Tricks

Show Line Numbers in Vim [Absolute, Relative, Hybrid]

vim relative line numbers active using :set relativenumber and :set rnu. relative line numbers inactive using :set norelativenumber and :set nornu. relative …

By omercakmak · 3 min read · Tips and Tricks

How to list users in Linux [SOLVED]

4 different methods to list users in Linux. Check /etc/passswd file, use getent command, compgen command

By omercakmak · 3 min read · Linux

How to add user to sudoers or sudo group in Ubuntu

In this tutorial will answer all those questions and will also guide to add user to sudo group so that the user can perform tasks which otherwise would be

By omercakmak · 5 min read · Tips and Tricks