L-am pus pe ChatGPT să mă ajute să găsesc problema și să o rezolv.
Tag: Ubuntu
Ubuntu speaker test
speaker-test -t wav -c 2 speaker-test 1.2.6 Playback device is defaultStream parameters are 48000Hz, S16_LE, 2 channelsWAV file(s)Rate set to 48000Hz (requested 48000Hz)Buffer size range from 96 to 1048576Period size range from 32 to 349526Using max buffer size 1048576Periods = 4was set period_size = 262144was set buffer_size = 10485760 – Front Left1 – Front RightTime…
Download file from server (linux)
Server IP and port: 11.22.33.44:55555Config ssh key (get it with cat ~/.ssh/key.pub) Test ssh connection: ssh root@11.22.33.44 -p 55555 The in your local terminal run this command to download (copy) the file from server: scp -P 55555 root@11.22.33.44:/path/to/file.sql.tar.gz .
Yellow screen Ubuntu
Solution: https://youtu.be/Kt0IokNlPdE?si=Vqm-5XmmUXRxpbha
Quick copy-paste command in terminal (Ubuntu)
Instead of: select, Ctrl + Shift + C, Ctrl + Shift + Vdo: select, middle mouse click