• Li chevron_right

      What do <, << and <<< mean in Linux?

      pubsub.slavino.sk / linuxhandbook.com · Friday, 4 August, 2023 - 03:06 edit

    The <, << and <<< look similar to redirection indicators but they have a different purpose. Learn about them.

    Značky: #Linux, #Explain

    • Li chevron_right

      System Calls in Linux

      pubsub.slavino.sk / linuxhandbook.com · Tuesday, 6 June, 2023 - 12:17 edit

    System calls are an integral part of the Linux architecture. Learn about the most common types of system calls in Linux.

    Značky: #Linux, #Explain

    • Li chevron_right

      What are /dev/random and /dev/urandom in Linux?

      pubsub.slavino.sk / linuxhandbook.com · Monday, 20 February, 2023 - 10:12 edit

    Both /dev/random and /dev/urandom are used for generating random numbers in Linux. Learn more about them.

    Značky: #Explain, #Linux

    • Li chevron_right

      Understanding the ASCII Table

      pubsub.slavino.sk / linuxhandbook.com · Wednesday, 25 January, 2023 - 07:27 edit

    Learn the history of ASCII, character encoding and the ASCII table. Basically everything important associated with ASCII.

    Značky: #Linux, #Explain

    • Li chevron_right

      What is /dev/zero in Linux?

      pubsub.slavino.sk / linuxhandbook.com · Wednesday, 21 December, 2022 - 02:25 edit

    One of the special device files in Linux, /dev/zero is used for creating files filled with zeroes.

    Značky: #Linux, #Explain

    • Li chevron_right

      top vs htop: What's the Difference?

      pubsub.slavino.sk / linuxhandbook.com · Sunday, 13 November, 2022 - 12:37 edit

    Both top and htop are similar command line tools used for system monitoring in Linux. Here's how they are different from each other.

    Značky: #Linux, #Explain

    • Li chevron_right

      What is the Purpose of /etc/hosts File in Linux

      pubsub.slavino.sk / linuxhandbook.com · Saturday, 12 November, 2022 - 02:10 edit

    The /etc/hosts file is an integral part of the Linux system. But what is it used for?

    Značky: #Linux, #Explain

    • Li chevron_right

      Understanding the Differences Between Podman and Docker

      pubsub.slavino.sk / linuxhandbook.com · Monday, 3 October, 2022 - 10:19 edit

    Docker is synonymous with containers however Podman is getting popular for containerization as well. Wha's the difference between the two?

    Značky: #DevOps, #Linux, #Explain