Linux and Unix operating systems require regular patching like any IT system, but as security professionals, ethical hackers, and criminal hackers will tell you, regular Linux and Unix patching is often neglected. Last week (26th January 2021) a new critical rated Linux. Unix vulnerability was made public under CVE- 2021-3156 . Another frequently asked query […]
Category: Linux
Can linux docker containers run on windows?
Docker has been able to run Linux containers on Windows desktop since it was first released in 2016 (before Hyper-V isolation or Linux containers on Windows were available) using a Linux. Kit based virtual machine running on Hyper-V. In this model, Docker Client runs on Windows desktop but calls into Docker Daemon on the Linux […]
Where are wsl linux files stored?
In WSL 1, these Linux files are stored in the Windows drive (which uses the NT file system), while in WSL 2 these Linux files are stored in a virtual hard disk which uses the EXT4 file system. Every other detail on how the files are accessed remains the same. What would you like to […]
How linux was developed?
Linux began in 1991 as a personal project by Finnish student Linus Torvalds: to create a new free operating system kernel. The resulting Linux kernel has been marked by constant growth throughout its history. Since the initial release of its source code in 1991, it has grown from a small number of C files under […]