Other techs How to copy files from Windows to Linux running in Virtual Box I struggled to copy files from Windows Host to Linux running in VM. Setup the shared folder Set up a folder path where w... 2023.07.03 Other techs
Other techs Linux How to rename multiple files at once I want to rename multiple files in the same directory at once with index. How can I do it on Linux? Let's combine use for-loop and ls command. Then, rename it in the loop. 2023.03.08 Other techs
Other techs Git How to show the current branch name on the terminal on WSL Why isn't the current branch name shown on the Terminal? I don't want to run "git status" every time I want to check the current branch. Let's set it up! 2023.01.27 Other techs
Other techs How to screenshot and record on Linux Linux user needs to choose a preferred software for everything. I will show how I take a screenshot and record a video t... 2023.01.23 Other techs
Other techs Linux How to add custom commands You always want to use an easier command but some steps need to be done or some parameters need to be specified for a specific task. Let's create our own custom command to enable us to do the job with one command. 2023.01.04 Other techs
Other techs Linux How to enable case-insensitive and double tab key presses in Terminal Some nice features for Terminal are disabled by default. Let's enable it to make our lives easier. 2022.12.28 Other techs
Other techs Linux How to add a group to a user Do you get a permission error because the current user is not in the target group? Let's check the current setting and add the group to the user. 2022.12.26 Other techs
Other techs KeePass2 shows garbled characters on Linux Mint KeePass2 doesn't show Japanese characters as expected because the default font doesn't support it! It needs to be configured correctly depending on your language. 2022.12.23 Other techs
Other techs How to connect to a scanner with Golang on Linux You need to configure udev rule correctly to connect to a USB device on Linux. If you are a Windows user, you also need to setup a VM. Then, implement Go app! 2022.11.28 Other techs