Useful tips for everyday
How do I change text in a TXT file? Open the text file in Notepad. Click Edit on the menu bar, then select Replace in…
How do I disable dedicated graphics card in Linux? Editing the file – edit the file /etc/default/grub >> adding radeon. runpm=0 in the call to…
How do I permanently save my Alsamixer settings? sudo alsamixer. Make the changes you want. Save changes with. sudo alsactl –file ~/.config/asound.state store. Open bashrc.…
What is file transformation? File transformations are useful in many scenarios, particularly when you are deploying to an App service and want to add, remove…
Can I install Linux on a external hard drive? Yes, you can have a full linux operating system installed on an external hdd. How do…
When to use regex in a file name? So, by the above reasoning we know that a file name or directory name can contain anything…
How do I fix VLC video quality? Here are the detailed steps to change the video quality of videos loaded in VLC from online video…
How do you fix corrupted or damaged files? How to Fix Corrupted Files Perform a check disk on the hard drive. Running this tool scans…
How do I FTP a whole directory? How to Copy Files to a Remote System ( ftp ) Change to the source directory on the…
Can a docker container access USB? If you would like to dynamically access USB devices which can be plugged in while the docker container is…