Lost in gray screen
Today I want to solve a problem: my Linux (Manjaro Xfce) machine does not recognize an external projector plugged with an HDMI cable.
Read moreToday I want to solve a problem: my Linux (Manjaro Xfce) machine does not recognize an external projector plugged with an HDMI cable.
Read moreToday I scanned my driving license from my Linux (Manjaro) computer. Quite an adventure! ðŸ¤
Yesterday I learned about the chkdsk Windows command. I had to use it on an external hard drive disk because it could not mount on my Linux (Manjaro) computer. The reason is most probably that it fell when it was in use and therefore was not properly shutdown.
This is a personal step by step procedure to be updated.
cd Documents/www/project
git init
git add .
git commit -m "initial commit"
git remote add origin URL
git push -u origin master
cd Documents/www/project
git add .
git commit -m "changed this"
git remote add master URL
git push -u master