
sysxplore
@sysxplore • 90,259 subscribers
Learn Linux step by step🐧→ https://t.co/gPoaPe38pj
Videos

A rare video of Linus Torvalds presenting Linux kernel 1.0 in 1994
sysxplore111,840 Aufrufe • vor 4 Monaten

Matrix👨💻 while :;do echo $LINES $COLUMNS $((RANDOM%COLUMNS)) "$(printf "\U$((RANDOM%500+1000))")";sleep 0.05;done|gawk '{a[$3]=0;for(x in a){o=a[x];a[x]=a[x]+1;c=int(rand()*5);if(c==0)col="\033[1;32m";else if(c==1)col="\033[0;32m";else if(c==2)col="\033[1;36m";else if(c==3)col="\033[1;31m";else col="\033[1;37m";printf "\033[%s;%sH%s%s",o,x,col,$4;printf "\033[%s;%sH\033[0m",a[x],x;if(a[x]>=$1)a[x]=0;}}'
sysxplore85,384 Aufrufe • vor 8 Monaten

Quick Linux Tip 🐧😎 Many people either don’t know about this or rarely use it. Pressing Ctrl+U in the Linux terminal deletes everything from the cursor position to the beginning of the line. Similarly, Ctrl+K deletes everything from the cursor position to the end of the line. This is especially useful if you mistype a password. Instead of holding down the backspace key, simply press Ctrl+U to clear the input and retype the password. These shortcuts have many other practical uses as well!
sysxplore20,297 Aufrufe • vor 1 Jahr
Keine weiteren Inhalte verfügbar