call_end

    • Li chevron_right

      Check Running Process in Linux

      pubsub.slavino.sk / linuxhandbook.com • 25 April, 2023 edit

    Want to know what all processes are running on your systems? Here's how to get details of the running processes in Linux.

    Značky: #Linux, #Tips

    • Li chevron_right

      Setup Username and Email in Git

      pubsub.slavino.sk / linuxhandbook.com • 17 April, 2023 edit

    Git asking you "please tell me who you are"? You need to set up the git username and email. Here's how to do that.

    Značky: #Git, #Linux

    • Li chevron_right

      Force Linux User to Change Password at Next Login

      pubsub.slavino.sk / linuxhandbook.com • 11 April, 2023 edit

    Think the passwords need to be changed by a certain user? Here's how to force a Linux user to change the password at the next login.

    Značky: #Linux

    • Li chevron_right

      Use chattr Command in Linux

      pubsub.slavino.sk / linuxhandbook.com • 10 April, 2023 edit

    With chattr command, you can make a file 'undeletable' even by root. Here are some common usage of the chattr command in Linux.

    Značky: #Commands, #Linux

    • Li chevron_right

      Special Variables in Bash Shell Scripting

      pubsub.slavino.sk / linuxhandbook.com • 4 April, 2023 edit

    The bash shell has some special variables that have specific usages and purposes. Learn more about them here.

    Značky: #Linux, #Bash