news
today's howtos
-
DebugPoint ☛ How to Connect to Fedora or Ubuntu GNU/Linux from macOS
Here’s a quick tutorial on how you can connect your Ubuntu or Fedora GNU/Linux from macOS. Accessing your GNU/Linux machine (like Ubuntu or Fedora) from a Mac can be incredibly useful for development, server management, or just seamless productivity.
-
How to Install & Use a Drop-Down Terminal in Ubuntu 24.04
Many advanced users who need to access the command terminal on Ubuntu GNU/Linux regularly would like to set a shortcut to open it quickly; however, a drop-down terminal might be exactly what you need.
-
Extract one file from a remote tar.gz and put it where you want it
$ tar --strip-components=1 -C ~/bin/ -xzf <( curl -L https://dist.ipfs.tech/kubo/v0.36.0/kubo_v0.36.0_linux-amd64.tar.gz ) kubo/ipfs
-
ZDNet ☛ I'm a Linux expert, and here are 6 commands I can't live without
Even though I've been using Linux for decades and am perfectly at home with the command line, I often tell those who are thinking about trying the open-source operating system that it isn't necessary.
It's not. Truly.
If I wanted to, I could give up the command line altogether. Of course, I'd have to find GUI apps to replace some of the commands I use, but it can be done.
-
XDA ☛ This is how I create and manage VMs on Linux distros
If you've ever worked on coding projects, DevOps tasks, or even computing experiments, you've probably used virtual machines. From experimenting with wacky ideas to tinkering with different operating systems, there are plenty of reasons to use virtual machines. Sure, they tend to require more resources than containers, but their superior isolation provisions make them ideal for demanding tasks.
On Windows, you'd probably use something along the lines of VirtualBox or VMware Workstation Pro when you're a beginner, before moving on to Hyper-V for hardcore projects. The Linux landscape has just as many options for running virtual machines. But after tinkering with different hypervisors on Linux laptops, PCs, and mini-PCs, I've eventually switched to KVM as my preferred hypervisor. While it may seem somewhat cumbersome to use upon first glance, it works exceedingly well once I pair it with the easy-to-use Virt-Manager.