MDMahir Dasareinmyblog.mahir·Apr 28, 2025 · 1 min readWhat Exactly Are Containers?What Exactly Are Containers? Imagine having your own little mini-computer inside your real computer — with its own processes, its own network interfaces, its own mounted drives — all running independently, yet without the heavy baggage of a full virt...00
MDMahir Dasareinmyblog.mahir·Jul 13, 2024 · 1 min readKey Linux Commands to Learn: Top 49 for Normal UsersThank you00
MDMahir Dasareinmyblog.mahir·Jul 8, 2024 · 1 min readHow to Create a Directory and Save It to a File00
MDMahir Dasareinmyblog.mahir·Jun 29, 2024 · 1 min readEngage with RHEL 9: Hands-On Practice Made EasyFollow these commands : step by step- 1 whoami 2 pwd 3 hostname 4 cd / 5 pwd 6 ls 7 cd8 pwd 9 cd /bin 10 cd 11 pwd 12 cd / 13 ls 14 cd boot 15 cd 16 pwd echo -e "hello all \n this is nice eve" echo -e "hello all \nthis is nice eve" echo -e "hello ...00
MDMahir Dasareinmyblog.mahir·Jun 27, 2024 · 2 min readText EditorText Editor: vi editor, nano, geditCommands to read file: more, lessFiltersHorizontal Filters : head,tail,greapVerticle Filters: cutTools for string manipulation :wc , sort,awk, sed, Text Editor : vi/vim Editor:w = write changes / save:q = quite:wq! ...00