Version Numbering & License Terms
Version Numbering Before digging into programming, we’d like to comment on the version numbering scheme used in Linux and which
Read moreLinux is an open-source operating system (OS). An operating system is software that directly manages a system’s hardware and resources, like CPU, memory, and storage. The OS sits between applications and hardware and makes the connections between all of your software and the physical resources that do the work. Here, at https://blog.eduguru.in, We will discuss and solve real-life problems coming on Linux OS. We also know more interesting features of Linux here.
Version Numbering Before digging into programming, we’d like to comment on the version numbering scheme used in Linux and which
Read moreSecurity is an increasingly important concern in modern times. We will discuss security-related issues as they come up. There are
Read moreThe Unix way of looking at devices distinguishes between three device types. Each module usually implements one of these types,
Read moreIn a Unix system, several concurrent processes attend to different tasks. Each process asks for system resources, be it computing
Read moreThe Role of the Device Driver As a programmer, you will be able to make your own choices about your
Read moreWhere did the name GNU/Liux come from? You’ve certainly heard of Linux before, and you may have heard of the
Read moreLinux shell script – for loop using ranges or counting The for loop can be set using the numerical range.
Read moreShell Script Example – Linux for ((j=12;j<=31;j++)); do echo $j year=2020 month=01 day=$j mkdir /mnt/recording/final/11/$year-$month-$day results=($(mysql –user name -ppassword -h
Read moreShell Script : Nested for loop statement Nested for loops means loop within loop. They are useful for when you
Read more