Tests are fundamental feature in bash scripting. However, tests in bash are not the same as test in some application – they do not check
$PPID prints the bash’s parent process ID Readonly variables Use readonly prefix before assigning a variable to make it immutable. Environment variables env command lists
In the first post in Netcat series, I have discussed a few basic features this amazing tool has. This time, I will elaborate more on
Despite released 25 years ago, Netcat remains as the fundamental network penetration testing tool. In simple words, Netcat is utility which reads and writes data
Po krótkim wstępie do elektroniki i opisie pierwszych elementów z których budujemy układy, czas na kolejny, nie mniej istotny niż poprzednie. Wszak ciężko spotkać jakiekolwiek
Poniższy post jest częścią serii o elektronice i elektrotechnice. Zajmuję się w nich opisem zasady działania radia. Listę wszystkich wpisów z powyższych kategorii można znaleźć
Atom Należy zacząć od objaśnienia podstawowych pojęć elektryki. Atom składa się z dodatnio naładowanego jądra i otaczającej go chmury elektronów, która posiada ładunek ujemny. Na
There are a few commands which will help us determine any information about running system. lscpu CPU architecture lshw hardware information hwinfo hardware information (grouped)
use COPY, not ADD (if you do not have good reason to). COPY only supports the basic copying of local files into the container, while
Docker was created to isolate your development environment to suppress any possible issues with different local OSes and configurations. So the idea is that everything