windows 10 2018 insider wallpaper 540x304 - Microsoft Windows Networks (SAMBA)

Microsoft Windows Networks (SAMBA)

nbtscan ip_addr: bios network name resolution.nmblookup -A ip_addr: bios network name resolution.smbclient -L ip_addr / hostname: show remote actions of a host in windows.

linux - Inter-process communication under Linux 🐧

Inter-process communication under Linux 🐧

There are roughly the following types of inter-process communication under Linux: socketPipes (including anonymous pipes for parent and child processes, named pipes)SemaphoreShared memoryMessage queue socket Socket can be used for local inter...

memory 540x304 - Checking memory usage with free

Checking memory usage with free

free utility shows the amount of free / used memory. free The biggest misinterpretations that I’ve seen on both Windows and Linux systems are with the swap and cached memory. Cached memory is exactly what it sounds: memory dedicated for...

linux - Basic 🐧 Linux commands

Basic 🐧 Linux commands

lslists files and foldersls -lrtlists files and folders in datel orderls -lalist hidden files and folders and visiblecd /foldercd means to change folder where folder is a valid foldercd /changes you back to the root pathcd ..changes folders back one...