Linux command: seq - print a sequence of numbers seq - print a sequence of numbers $ seq 5 1 2 3 4 5 Numbers from 1 to 10 with increment of 2 - Odd numbers from 1 to 10 $ seq 1 2 10 1 3 5 7 9 Numbers from 1 to 10 with increment of 2 - Even numbers from 0 to 10 $ seq 0 2 10 0 2 4 6 8 10 Labels Linux LPIC-1
hmailserver: Notes from the field hmailserver is one of free open source mail servers running on Microsoft Windows operating system. Read more
stegseek: Notes StegCracker has been retired following the release of StegSeek, which will blast through the rockyou.txt wordlist within 1.9 second as opposed to StegCracker which takes ~5 hours. Read more
Install Microsoft .NET Core SDK .NET Core Software Development Kit (SDK) is a set of libraries and tools that allow developers to create .NET Core applications and libraries. Read more