IT, IT Help Desk, Windows
Skipping unchanged/unmodified files using Copy&Paste on Windows? Did you ever try how to move a whole directory to a backup folder, skipping all files which were not changed? This can not be done with simple copy/paste in Windows GUI. However, Windows already has...
IT, Linux, Windows, WSL/WSL2
Let say that we want to cd to a windows explorer directory and we don’t want manually to rewrite all the backslashes. We could write a bash cmd which does just that. cd $(echo ‘C:\laragon\www\docker\phpfpm-mysql-nginx’ | sed ‘s/\\/\//g’ |...
IT Help Desk, Linux, Mac, Networking, Windows
If you think that your network connection have an issue, and you don’t know what cause the issue, you can run some simple commands to exclude some common problems. If you think that the problem is caused by your network card, you can run a simple ping command...