KKabirinkabir0x23.hashnode.dev·Aug 27, 2022 · 2 min readWhat is Docker?A platform for building, running, and shipping applications in a consistent manner. If your application works on the development machine, in the same way it will work on other machines. It works on my machine! most of the time our applications do not...00
KKabirinkabir0x23.hashnode.dev·Jun 20, 2022 · 1 min readLinux File System (something new in short)In Linux, Everything is a file! included devices, directories, network sockets, and so on. bin: - Binaries or programs. boot: - This includes all the files related to booting. dev: Devices - Files that are needed to access devices are stored in th...00