windows 10 2018 insider wallpaper - 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 - 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...