News

You can access Windows Subsystem for Linux files using Explorer on Windows 11/10. Open Explorer from WSL Terminal or launch the root from Explorer.
For example, there's a free and open-source (FOSS) tool called Ext2Read that allows you to access Linux files from Windows, but it only works if the Linux partition is formatted in Ext4, Ext3, or ...
I often profess that Linux can be used without the command line, but at some point, you might want to learn it anyway. When ...
The one caveat to this is that if you’re opening text files, it will open in the default Gedit — or GNOME Text, depending on which version of GNOME you’re using — GUI application.
Open up File Explorer and you’ll see Tux, Linux’s penguin mascot, in the left-hand navigation pane. This icon will show you a view of all your distros, and selecting those will place you in ...
If you use C or C++, you have probably learned how to open a file and read data from it. Usually, we read a character or a line at a time. At least, it seems that way. The reality is there are usua… ...
In an earlier installment of Linux Fu, I mentioned how you can use inotifywait to efficiently watch for file system changes. The comments had a lot of alternative ways to do the same job, which is ...
The first thing you’ll do is log into Linux and then open the necessary file for editing with the command sudo nano /etc/hosts. When prompted, type your sudo password.
There are a number of Linux commands that will display file system types along with the file system names, mount points and such. Some will also display sizes and available disk space. Using df -Th ...