No, it does not paste the copied text or items ๐ฒ Surprised? I, too, was shocked when I got to know that the paste command in Linux is used to merge lines from multiple files parallelly. In simple terms, if you have
Read More
Heating is one of the most common issues in all the single board computers like Raspberry Pi. Keeping an eye on the CPU temperature could be one way to determine why your Pi is lagging or acting slow. ๐ This tutorial has
Read More
Have you ever thought about talking to your documents? Like there is a long pdf that you are dreading reading but it’s important for your work or for your assignment. What if you could ask questions to it like โWhat are the
Read More
The VS Codium is a VS Code clone that is 100% free and open-source. But you may wonder “VS Code is also free and open-source” Then why does VS Codium even exist? The first reason is Microsoft owns VS Code. If that’s
Read More
You may not have noticed but there was a little theme redesign that took place this week. Thanks to the efforts of Thimira, some tutorial series are now organized in ‘course format’. Which means you can easily follow all the tutorials in
Read More
So you are running Linux inside Windows using WSL. And you are wondering how you can shut down the Linux distribution running in WSL. You can surely try the shutdown command from within the Linux system running in WSL: sudo shutdown now
Read More
SCP reads for Secure Copy Protocol, which uses SSH to securely copy files over the network. Personally, I found this command quite helpful as I constantly play around with multiple VMs for testing. But the question is: How do you use this
Read More
Recently, I was asked to join a conversation about computing’s beginning. Some of the questions floated were: “When did standard computing really begin?” “What caused it?” “How does it affect us today, if at all?” These individuals had backgrounds in programming on
Read More
Linux Mint has released version 21.3. This is the last release based on Ubuntu 22.04. The next major release will be version 22.0, probably in June. It will be based on Ubuntu 24.04 LTS that is scheduled to come at the end
Read More
The mv command in Linux is used to rename and move files. Please don’t confuse it with the cp command. The cp command is used to copy files from one to another directory, whereas the mv command is for cutting and pasting
Read More