Linux

All about Linux kernel and operating systems that are based on it.
[Random post]

 tags  gallery  RSS

11.12.2021 11:28:42 reposted from juozaspo

Open random page of kyselo right from unix terminal

Run command below in your unix terminal

$ BEGIN=$(($(date -d '2020-07-13T00:35:49' +"%s"))) END=$(date +"%s"); firefox https://kyselo.eu/all?since=$(date -d @$(shuf -i $BEGIN-$END -n 1) +"%Y-%m-%dT%H%%3A%M%%3A%S")

2020-07-13T00:35:49 is the date of first post, replace 'firefox' with your browser command if you have different browser installed.

login