ComputerNetworkingNotes
ComputerNetworkingNotes
  • 66
  • 86 049
User Account Types Explained on a Standalone Linux System
This video explains user account types on a standalone Linux system. This video is based on the following tutorial.
www.computernetworkingnotes.com/linux-tutorials/types-of-users-in-linux-explained-with-accounts.html
Video Description
=================
User account types
On a standalone Linux system, there are five types of accounts: - root user, super user, sudo user, regular user, and service accounts.
The root account
The root account is the primary user account. It has the highest privilege. It can perform all administrative tasks and access all services. Linux automatically creates this account during the installation. Since this is the default highest privileged user account, we cannot delete it. However, if required, we can change its state to disable. This account is for administrative tasks. You should never use this account for regular tasks. When you log in using this account, Linux allows you to access all configuration files, processes, and services. You can edit or delete any configuration file and start or stop any service. This free flow of access poses several security risks. You may intentionally or accidentally update or delete a configuration file that can corrupt the entire operating system. To prevent users from unnecessarily using this account for regular tasks, many distros, such as Ubuntu and Debian, keep this account disabled.
Superuser accounts
A superuser account has less privilege than a root account. However, it has all the necessary privileges to manage the system configuration files and services. You can promote any regular account as a superuser account. After promoting a regular user account as a superuser account, you can use it to perform all system management-related tasks. RHEL allows us to lock the root account and add a superuser account during the installation. After the installation, to convert a regular account into a superuser account, you can add it to the wheel group. The wheel group is the default group of superusers.
Sudo user accounts
A sudo user account is a regular user account. Linux distros that keep the root account disabled use this account to authenticate user access. This account prevents scripts from automatically changing configuration files and controlling services. If a user wants to change a system configuration file, start or stop a service, or modify a system setting, he must authenticate his action by typing his password. This precaution prevents users from accidentally changing system settings or configuration files.
Regular user accounts
Regular user accounts have moderate and customizable privileges. You can use a regular user account to perform all routine tasks, such as creating files or directories and running scripts. A regular account can access or update only the files or directories created by him. He cannot change or delete other users' files. However, administrators can allow specific user accounts to access particular files.
The service accounts
All services running on the system need service accounts. Linux uses service accounts to track and monitor the use of the system resources by the services. Service accounts are only for services and processes. We can not use them to perform routine tasks.
Переглядів: 63

Відео

The /etc/passwd File Explained with Examples
Переглядів 10321 день тому
This video explains the purpose and contents of the /etc/passwd file. This video is based on the following tutorial. computernetworkingnotes.com/linux-tutorials/etc-passwd-file-in-linux-explained-with-examples.html Video Description Linux saves local user accounts' information in the /etc/passwd file on the local system. In other words, the /etc/passwd file is the database of all local user acc...
EtherChannel Basic Concepts and Fundamentals Explained | EtherChannel Modes | Static, LACP, PAgP
Переглядів 125Місяць тому
EtherChannel Basic Concepts and Fundamentals Explained | EtherChannel Modes and Options This tutorial explains the following topics. What is an EtherChannel? How does an EtherChannel work? What are the EtherChannel modes? Differences between Static, LACP, and PAgP modes How EtherChannel works with STP What is an EtherChannel pool? EtherChannel load balancing rules How does EtherChannel load-bal...
STP, RSTP, PVST, RPVST, and MSTP | Similarities and Differences between All STP Variations
Переглядів 5822 місяці тому
This video compares all STP variations and explains their similarities and differences in detail. This video is based on the following tutorial. www.computernetworkingnotes.com/ccna-study-guide/stp-rstp-pvst-rpvst-and-mstp.html Video description We have five STP variations: IEEE's STP, Cisco's PVST, IEEE's RSTP, Cisco's RPVST, and IEEE's MSTP. First, let us understand the similarities between t...
STP and Switching Loops Explained | How to Enable or Disable STP | Packet Tracer Example
Переглядів 1852 місяці тому
This tutorial explains how STP manages switching loops through a packet tracer example. It explains the following topics. What is the Spanning-Tree Protocol? What causes switching loops? What is the packet tracer? Building practice lab How to use the ping command to send broadcast traffic on Packet Tracer? Testing broadcast frame Creating a switching loop Disabling the switching loop Viewing th...
STP Root Bridge Election Process Explained | How STP selects the root bridge
Переглядів 2573 місяці тому
This video explains the STP root bridge election process. Learn how to manipulate the STP root bridge election process. This video is based on the following tutorial. www.computernetworkingnotes.com/ccna-study-guide/stp-root-bridge-election-process-explained.html Video description STP (Spanning Tree Protocol) is a layer two protocol. It finds and removes switching loops from the network. It bui...
Layer 2 Switching Loops in Network Explained
Переглядів 5624 місяці тому
This video explains the following topics. What are Layer 2 switching loops? Why do Layer 2 switching loops occur? What is a redundant link? What is the use of a redundant link? How does a redundant link work? What is a broadcast storm? The effect of a switch loop over a network How switches learn MAC addresses Why do switches always forward broadcast frames How do broadcast frames trap in switc...
Differences between Access port and Trunk port | Access ports and Trunk ports Explained
Переглядів 3,8 тис.4 місяці тому
This video explains the following topics. What is an access port on an Ethernet switch What is a trunk port on an Ethernet switch Difference between access port and trunk port How a trunk port differs from an access port How an access port differs from a trunk port How an access port works How a trunk port works Access and trunk ports Explained Cisco access ports Cisco trunk ports What is trunk...
Create, configure, Increase, Verify, and Delete the swap space on Linux using a Partition or File
Переглядів 1285 місяців тому
This video explains the following topics:- Create, configure, verify, and delete the swap space on Linux How to use a partition or a file for the swap space How to increase the swap space How to create a swap partition How to use a file for the swap space The swap space file permission The 0600 file permission for the swap space This video is based on the following tutorial. www.computernetwork...
Linux swap space Explained with Examples | What is the swap space | How does the swap space work
Переглядів 9036 місяців тому
This video explains the following topics. What is the swap space? How does swap work? How Linux uses the swap space Linux swap space swap space in Linux When Linux uses the swap space When Linux does not use the swap space What is the threshold value on the swap space This video is based on the following tutorial. www.computernetworkingnotes.com/linux-tutorials/the-swap-space-on-linux-explained...
Type of access lists | The access-list command | The ip access-list command
Переглядів 1446 місяців тому
This video explains the following topics. Type of access lists The access-list command The ip access-list command Router access-list command Cisco router ip access-list command access-list command's options access-list command's arguments ip access-list command's arguments The standard access list The extended access list Difference between the numbered and named access lists Difference between...
The gdisk command | create, delete, and change partition type | Linux disk management
Переглядів 1,6 тис.7 місяців тому
This video explains the following topics. The gdisk command The gdisk command on Linux How to use the gdisk command How to create partitions using the gdisk command How to change the type of a partition using the gdisk command How to delete a partition using the gdisk command How to mount a partition permanently This video is based on the following tutorials. www.computernetworkingnotes.com/lin...
What is VLAN | How VLAN works | Basic concepts and fundamentals of VLAN | Switch VLAN Configuration
Переглядів 1,2 тис.7 місяців тому
#ccna #vlan #ccna_certification #ccna_routing_and_switching #swtiching #vlan_configuration #vlans #switch_vlan This tutorial explains the following topics. VLANs What is VLAN How VLAN works Basic concepts and fundamentals of VLAN Switch VLAN Configuration What is VLAN and why it is used? What is VLAN in a switch? Is A VLAN a protocol? What is a VLAN (Virtual LAN) What is VLAN? Types, Advantages...
Linux File System EXT3, EXT4, and XFS | Mounting partitions Temporarily and Permanently
Переглядів 1 тис.8 місяців тому
Linux File System EXT3, EXT4, and XFS | Mounting partitions Temporarily and Permanently This video explains the Linux file system and mount options. Related videos ua-cam.com/video/VRQi98zqSDQ/v-deo.html ua-cam.com/video/7Qw5J_SjdCs/v-deo.html ua-cam.com/video/DwO7dn5iNJ0/v-deo.html ua-cam.com/video/rS3vOFl6B0A/v-deo.html Description Linux file system EXT was the first Linux file system. It was...
BIOS, UEFI, MBR, GPT, Primary, Extended and Logical Partition Types Explained
Переглядів 2,7 тис.8 місяців тому
This video explains the following topics. What is a firmware? Type of firmware. How the system boots. A firmware performs the following tasks Initialize all hardware devices Find the bootloader program Execute the bootloader program MBR MBR is a classical way to store a bootloader and partition information. It saves information on the first 512 bytes of the hard disk. Only BIOS-based systems us...
The fdisk Command | Creating, Modifying, and Deleting Partitions | The /etc/fstab file
Переглядів 2768 місяців тому
The fdisk Command | Creating, Modifying, and Deleting Partitions | The /etc/fstab file
How to add or remove the hard disk from a virtual machine on the VMware workstation | lsblk command
Переглядів 3258 місяців тому
How to add or remove the hard disk from a virtual machine on the VMware workstation | lsblk command
Hard Disk Types | SCSI, SATA, PATA, NVMe | BIOS and UEFI | MBR and GPT Explained with Examples
Переглядів 2,3 тис.9 місяців тому
Hard Disk Types | SCSI, SATA, PATA, NVMe | BIOS and UEFI | MBR and GPT Explained with Examples
The /etc/issue & /etc/motd files Explained | Configure Message of the Day and Login banner on Linux
Переглядів 7479 місяців тому
The /etc/issue & /etc/motd files Explained | Configure Message of the Day and Login banner on Linux
Store and forward, Cut Through, and Fragment Free Switching Methods
Переглядів 2,3 тис.10 місяців тому
Store and forward, Cut Through, and Fragment Free Switching Methods
Network, Host, Connected, Local, Dynamic, Floating Static, and Default routes in the Routing table
Переглядів 39910 місяців тому
Network, Host, Connected, Local, Dynamic, Floating Static, and Default routes in the Routing table
DNS Server Configuration Explained | Primary, Secondary, and Caching-only Name Server Configurations
Переглядів 97310 місяців тому
DNS Server Configuration Explained | Primary, Secondary, and Caching-only Name Server Configurations
DNS (Domain Name System) Explained | DNS Everything you need to known about #dns #dnsserver
Переглядів 21910 місяців тому
DNS (Domain Name System) Explained | DNS Everything you need to known about #dns #dnsserver
Finding, Changing, and Viewing IP addresses on Linux | Linux Network Interface Naming Convention
Переглядів 8510 місяців тому
Finding, Changing, and Viewing IP addresses on Linux | Linux Network Interface Naming Convention
Dynamic Host Configuration Protocol (DHCP) Explained with Examples
Переглядів 15010 місяців тому
Dynamic Host Configuration Protocol (DHCP) Explained with Examples
How to change the default font on a Linux virtual console for a specific user or all users
Переглядів 2,1 тис.11 місяців тому
How to change the default font on a Linux virtual console for a specific user or all users
Linux command and Script to Generate all IP addresses of a Subnet in CSV Format
Переглядів 17011 місяців тому
Linux command and Script to Generate all IP addresses of a Subnet in CSV Format
Alias, Internal and external commands on Linux | The type command | The which command
Переглядів 22611 місяців тому
Alias, Internal and external commands on Linux | The type command | The which command
How Switches learn MAC addresses and forward frames | Switching Methods and Types
Переглядів 2,2 тис.11 місяців тому
How Switches learn MAC addresses and forward frames | Switching Methods and Types
How to configure a DHCP Server for multiple VLANs on a Cisco switch
Переглядів 7 тис.Рік тому
How to configure a DHCP Server for multiple VLANs on a Cisco switch

КОМЕНТАРІ

  • @michaelk.6976
    @michaelk.6976 День тому

    6:22 40 pin cable allows 2 hdds on one cable too. Remember Master/Slave/Cable Select Jumpers on Devices. 80 pin cable allows faster communications (UDMA...).

    • @computernetworkingnotesyoutube
      @computernetworkingnotesyoutube 15 годин тому

      Hello @michaelk.6976, Thanks for your comment. Yes, we can connect two devices with a single IDE cable. But it depends on how many connectors the cable has. If it has two connectors, you can attach one device. If it has three connectors, you can attach two devices using jumpers. I mentioned the two-connector cable as the 40-pin cable and the three-connector cable as the 80-pin cable. So far as pins are concerned, all IDE cables are 40 pins. UDMA cables are 80 wires. The additional 40 wires are ground wires that help to keep the signal cleaner. The difference is in speed/standards. 80-way/pin cables are for ATA 66 and higher speeds, ie HDD. 40-way/pin cables and for ATA 33, ie DVD/CD. To attach two devices with a single cable, you need a three-connector cable. One connector connects to the IDE slot on the motherboard, the second connects to the first IDE device, and the third connects to the second. Regards ComputerNetworkingNotes

  • @i_dont_want_a_handle
    @i_dont_want_a_handle 9 днів тому

    Looks horrible, sounds horrible, but damn this is informative!

    • @computernetworkingnotesyoutube
      @computernetworkingnotesyoutube 8 днів тому

      Hi, Thanks for your valuable comment. Could you please share more specific details about what you did not like? It will help us improve future videos. Regards ComputerNetworkingNotes

  • @corrie6386
    @corrie6386 15 днів тому

    Very thorough video

  • @hasanv
    @hasanv 21 день тому

    👍

  • @rajasekhar1072
    @rajasekhar1072 22 дні тому

    Super explained Teacher

  • @ARIVANN
    @ARIVANN 25 днів тому

    Studying via animations is Awesome, Thanks for your effort. Keep doing !!!

  • @ivangeorge7331
    @ivangeorge7331 26 днів тому

    Awesome video! Great and clear explanation

  • @yusufabass2221
    @yusufabass2221 29 днів тому

    Well explained. Excellent

  • @thelitepredator
    @thelitepredator Місяць тому

    Subscribed easy choice

  • @tahersadeghi6773
    @tahersadeghi6773 Місяць тому

    The best collection of videos I have seen. Thank you

  • @keiannschyler
    @keiannschyler Місяць тому

    thank you.

  • @udayshankarshaw8221
    @udayshankarshaw8221 Місяць тому

    Hi Thanks for this video. Very good explaination, just 1 query that in 4:00 min of video you mentioned that MBR can support 14 partitions i am not clear with this portion. Because i know and further you also mentioned in video that MBR support 4 partitions. Please help i am confused in this portion.

    • @computernetworkingnotesyoutube
      @computernetworkingnotesyoutube Місяць тому

      MBR supports three types of partition: primary, extended, and logical on a single disk. We can use only primary and logical partitions for data storage. We cannot use the extended partition for data storage. It stores logical partitions. Technically, MBR supports only four primary partitions numbered from 1 to 4. If we need more partitions, we need to convert the last primary partition into the extended partition. Inside the extended partition, we can create up to 11 logical partitions. Thus, we can create a maximum of 14 usable partitions (3 primary and 11 logical) on a single disk. The numbering for the logical partitions starts at 5.

  • @souvikavi95
    @souvikavi95 Місяць тому

    networkmanager now stores config files in: /etc/NetworkManager/system-connections

  • @Oomtet
    @Oomtet Місяць тому

    Very clear video thank you helpd alot..

  • @DoraVondee
    @DoraVondee Місяць тому

    Very helpful content

  • @cyrushurley2351
    @cyrushurley2351 Місяць тому

    The part where you said 'choose these for desktop' really helped. I was getting stuck over and over before watching your video. Thank you so much! Namaste.

  • @FeyyazUsanmaz
    @FeyyazUsanmaz Місяць тому

    çok teşekkürler, sizlere mail gönderdim sorularımı cevaplandırma şansınız olur mu.

  • @snap2399
    @snap2399 Місяць тому

    Great video

  • @FeyyazUsanmaz
    @FeyyazUsanmaz Місяць тому

    I've been trying to figure out how to change the hosts file for 2 days and it keeps giving me errors. You showed me the exact solution I was looking for. Now, I will enter the DNS addresses on the relevant site one by one and try to find the Amazon server with the fastest ping. I liked and subscribed. Thank you.

  • @juanmagarcia1499
    @juanmagarcia1499 2 місяці тому

    Hi! First of all, great explanation! Second, what would happen if I want both vlans to be able to use the router, but make them unreachable between each other. Like different work departments that will communicate to other networks with that router, but not between them. Hope that makes sense...

    • @computernetworkingnotesyoutube
      @computernetworkingnotesyoutube 2 місяці тому

      Hello, Thanks for your appreciation. Systems in different VLANs can not communicate directly. However, they can communicate within the VLAN. Systems in different VLANs can communicate via a router. If you want to use a router for two or more VLANs as the default gateway while not allowing them to access each other, you need to configure an access list on the router. An access list defines what devices can access through the router.

  • @100waysofexcersies3
    @100waysofexcersies3 2 місяці тому

    every interface have IP address?in routing am i right

    • @computernetworkingnotesyoutube
      @computernetworkingnotesyoutube 2 місяці тому

      In routing, router interfaces work as default gateways for local segments. Each router interface need an unique IP address from a different subnet.

    • @100waysofexcersies3
      @100waysofexcersies3 2 місяці тому

      @@computernetworkingnotesyoutube Thank you for the reply. If I give the IP address to the system of 192.168.1.1 and can I give the IP to the same router connected switch IP of 192.168.1.254 like means the router has the same network but different host IP. Please guide

    • @computernetworkingnotesyoutube
      @computernetworkingnotesyoutube 2 місяці тому

      Yes, you must assign an IP address from the same subnet to the default gateway router and all devices connected in the subnet. To learn more about host addresses and network addresses, you can check the following tutorial. www.computernetworkingnotes.com/networking-tutorials/ip-address-network-address-and-host-address-explained.html

    • @100waysofexcersies3
      @100waysofexcersies3 2 місяці тому

      @@computernetworkingnotesyoutube surely will watch this. Your every video is so worthy ❤️

  • @sruthireddy1979
    @sruthireddy1979 2 місяці тому

    Very helpful

  • @Rogerson112
    @Rogerson112 2 місяці тому

    A lot of worth knowledge, thank you for this!

  • @digbeelvis3215
    @digbeelvis3215 2 місяці тому

    great video summarizing stp. how can we remove the emoji so that we can take picture

    • @computernetworkingnotesyoutube
      @computernetworkingnotesyoutube 2 місяці тому

      Thanks you like it. Technical videos are complex. Emoji, GIF, animation make them a bit easier.

    • @digbeelvis3215
      @digbeelvis3215 2 місяці тому

      I took a picture anyway. Thank you for your dedication

  • @bytemylife
    @bytemylife 2 місяці тому

    Brilliant

  • @khaledabuelnaga
    @khaledabuelnaga 2 місяці тому

    Really its a great job

  • @maxitampaxi
    @maxitampaxi 2 місяці тому

    FYI - GNS3 VM must be in default folder or it may not work!

    • @computernetworkingnotesyoutube
      @computernetworkingnotesyoutube 2 місяці тому

      Not a requirement but it will definitely save you some customization steps. The default settings and locations make things easier.

  • @vladyslavstadnyk9156
    @vladyslavstadnyk9156 2 місяці тому

    This is literally the best video for that topic. And pretty good and detailed explanations. Optionally, it would be good to have timekeys for the stuff you've described in the description.

  • @LingoSKure
    @LingoSKure 3 місяці тому

    how long does the store-and-forward process take at the switch?

    • @computernetworkingnotesyoutube
      @computernetworkingnotesyoutube 2 місяці тому

      It varies from switch to switch. Switch's hardware is the main factor for it. However, on all switches, it relatively takes more time than the cut-and-through and fragment-free methods.

    • @LingoSKure
      @LingoSKure 2 місяці тому

      @@computernetworkingnotesyoutube thank you

  • @koilraj6644
    @koilraj6644 3 місяці тому

    Very well explained!! Thank you

  • @nlvon
    @nlvon 4 місяці тому

    Hello, the IP/Gateway/DNS information you told us to input won't allow me to connect to the internet... I followed everything you said verbatim and still can't get it to work. What should I do?

    • @computernetworkingnotesyoutube
      @computernetworkingnotesyoutube 3 місяці тому

      Hello @nlvon, Instead of using the IP configuration I used in this video, you need to use the IP configuration of your modem. As I explained in the video, different ISPs use different IP addresses as the default Gateway IP address. Use the following steps to fix this issue. Before you start check and verify the Internet connection Access a few websites Use nmtui or ip tools to view the IP configuration Note down the gateway IP and DNS server addresses Use the noted IP addresses to configure a caching-only server

  • @undeaddyno
    @undeaddyno 4 місяці тому

    Guys you are the best! Thank you!

  • @100waysofexcersies3
    @100waysofexcersies3 4 місяці тому

    I wish strongly that i sat in your classroom to learn knowledge from you.

  • @100waysofexcersies3
    @100waysofexcersies3 4 місяці тому

    why you haven't used switchport mode access after interfacing.

    • @computernetworkingnotesyoutube
      @computernetworkingnotesyoutube 4 місяці тому

      By default, all switch ports work in access mode. The access mode is the default mode. You do not need to configure it on any port unless you have changed the default mode.

  • @operationalemail
    @operationalemail 4 місяці тому

    Hi. Why SAS is not on "the type of interfaces" list? Or is it something different?

    • @computernetworkingnotesyoutube
      @computernetworkingnotesyoutube 4 місяці тому

      No, it is not different. It is a type of interface. Computer interfaces are very complex. You could study them for years and still have a lot to learn. So, I described them in the most simplistic terms possible. SAS is similar to SATA. Both use serial transmission to transfer data. Both use the following cable layout. two conductors for sending data two conductors for receiving data Ground cables in between the conductors to reduce interference In a SATA cable, all 4 wires are placed within the same cable. In a SAS cable, the 4 wires are separated into 2 different cables. SAS is generally more expensive, and it’s better suited for use in servers or processing-heavy computer workstations. SATA is less expensive, and it’s better suited for desktop file storage. Since SAS is similar to SATA and less used in personal computers, I explained SATA and skipped SAS to keep this video simple for beginners.

    • @operationalemail
      @operationalemail 4 місяці тому

      @@computernetworkingnotesyoutube Thank you for detailed answer. I'm newby and I want to become system administrator and get a job in data center someday. But such terms as: SAS / SATA / SCSI / PATA / NVME / PCI are SOOO STRESSFULL for me)) I don't understand absolutely nothing about it)) Maybe someday I will)) Thank you!))

    • @computernetworkingnotesyoutube
      @computernetworkingnotesyoutube 4 місяці тому

      Welcome @operationalemail, You will definitely become a system administrator one day. Hard work always pays. We are here to help you on any topic you think is hard to understand.

  • @Biikashkumar
    @Biikashkumar 4 місяці тому

    A complete video for beginners. Thanks you

  • @valeriemanuel3797
    @valeriemanuel3797 4 місяці тому

    Thank you very easy to understand

  • @reemyarkoni4808
    @reemyarkoni4808 4 місяці тому

    Can’t you use LVM with GPT? I think I saw some UA-camr do that

    • @computernetworkingnotesyoutube
      @computernetworkingnotesyoutube 4 місяці тому

      You can use LVM with GPT. LVM is a partition type while GPT is how the hard disk stores partition information.

  • @reemyarkoni4808
    @reemyarkoni4808 4 місяці тому

    Imagine creating a separate partition for every different type of file on your system

    • @computernetworkingnotesyoutube
      @computernetworkingnotesyoutube 4 місяці тому

      Ya, you can do it. But you should create partitions based on your requirement rather than one for each type.

  • @losangeles1545
    @losangeles1545 4 місяці тому

    Excellent video, thanks a lot

  • @roshnimandarapu5097
    @roshnimandarapu5097 4 місяці тому

    Best learning video. Thanks a ton!

  • @hashimjarral5919
    @hashimjarral5919 5 місяців тому

    Really helpful.

  • @balamuruganvel
    @balamuruganvel 5 місяців тому

    Very clearly explained. Thanks for your efforts.

  • @tonygarza7685
    @tonygarza7685 5 місяців тому

    Thank you!

  • @anand-nb4bb
    @anand-nb4bb 6 місяців тому

    Hi Bro can you please 🙏make a tutorial on Kerberos & NTLM how it works & how to authenticate using it on windows & Linux also explain different command it has. please its a request.

    • @computernetworkingnotesyoutube
      @computernetworkingnotesyoutube 6 місяців тому

      Sure, I will do it. But it will take some time, maybe a month or two, as I have a few projects already lined up.

  • @SHIROmori3
    @SHIROmori3 6 місяців тому

    just buy more ram^^

  • @Joemexico
    @Joemexico 6 місяців тому

    ցտեսություն

  • @dark_red_blood
    @dark_red_blood 6 місяців тому

    Best tutorial I've seen in a while. I came for swap space and learned much more.(round robin). Thank you.

  • @mc-not_escher
    @mc-not_escher 6 місяців тому

    I’ve been running Linux without swap on 8GB of RAM for about 6 years with an SSD and btrfs. No complaints here. [Edit: Photoshop and Vim taking up that much space 😂 what world do you live in?]

    • @computernetworkingnotesyoutube
      @computernetworkingnotesyoutube 6 місяців тому

      Thanks for your feedback, Ya, of course, you can run Linux without swap space. As I mentioned in the video, Linux uses the swap space only when it has a shortage of RAM. If all running applications use RAM below the threshold value, Linux does not use the swap space. So far, the values for Photoshop and Vim used in the video are concerned; they are only for explanation. They have nothing to do with the actual RAM they use.

  • @Elixz89
    @Elixz89 6 місяців тому

    Runs Linux -> starts Photoshop 😅

    • @computernetworkingnotesyoutube
      @computernetworkingnotesyoutube 6 місяців тому

      Thanks for your feedback, Application names used in this video are only for explanation. You can think of any application. So far, Photoshop is concerned; it does not support Linux directly. If you want to install and run Photoshop on Linux, you can do it through the Wine package. It allows you to run any Windows-based software.