Run this on your Linux command…
Run this on your Linux command line to enter the Matrix:
while :;do echo stty size "$(printf "\U$((RANDOM%500+1000))")";sleep 0.05;done|gawk '{a[int(rand()*$2)]=0;for(x in a){o=a[x];a[x]=a[x]+1;c=int(rand()*256);printf "\033[%s;%sH\033[1;38;2;0;%d;0m%c\033[%s;%sH\033[0m",o,x,c,$3,a[x],x;if(a[x]>=$1)a[x]=0;}}'