Shell Script Example – Linux
Shell 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 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.
Shell 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 moreRename Multiple Files In Linux using mmv command mmv moves (or copies, appends, or links, as specified) each source file matching
Read moreVisual Studio Code is an open-source cross-platform code editor developed by Microsoft. It has a built-in debugging support, embedded Git
Read moreCentOS 7 is out and it will likely prove to be a great alternative for Fedora. CentOS 6 was also
Read moreThe official Wine repository has built the packages for Ubuntu 14.04, Ubuntu 16.04, Ubuntu 16.10, Ubuntu 17.04. Follow the steps
Read moreYou can also use the dmidecode utility to extract hardware information by reading data from the DMI tables. To print
Read morePCI devices may included usb ports, graphics cards, network adapters etc. The lspci tool is used to generate information concerning
Read moreThe lsusb command is used to report information about USB controllers and all the devices that are connected to them.
Read moreBlock devices are storage devices such as hard disks, flash drives etc. lsblk command is used to report information about
Read more