Telnet to a Port to Test Network Connectivity OnMarch 7, 2021UpdatedMarch 15, 2022Telnet is one of the simplest ways to check port connectivity. Learn how to telnet to a port to check whether a port is open or not.
How to Set Ethernet Card Speed in Linux with ethtool OnDecember 29, 2020UpdatedMay 1, 2022The ethtool command is used to view and change the ethernet device parameters such as speed and duplex. Here's how to use it!
Restrict Alt+Tab in GNOME to the Current Monitor Only OnDecember 25, 2020UpdatedMay 4, 2023Learn how to limit Alt+Tab in GNOME to the current monitor only and improve your multitasking experience with our simple guide.
Alt+Tab to Switch Windows Only on Current Workspace in GNOME Shell OnNovember 17, 2020UpdatedApril 4, 2022Here is how to force GNOME Shell to switch between active apps only on the current workspace when pressing the Alt+Tab shortcut.
Xorg, X11, Wayland? Linux Display Servers And Protocols Explained OnOctober 13, 2020UpdatedApril 2, 202213 CommentsHave you ever wondered what X server, Xorg, X11, Wayland, and stuff like that do? Wayland vs. Xorg. This guide is for you!
How to Use the Cron Job Format to Schedule Task in Linux OnOctober 5, 2020UpdatedJune 15, 2022By using a specific format, you can configure a cron job to schedule scripts or other commands to run automatically.
How to Access Linux Filesystems in Windows 10 and WSL 2 OnSeptember 12, 2020UpdatedApril 19, 20223 CommentsWindows Subsystem for Linux 2 now allows a physical disk with a Linux filesystem, such as ext4, to be attached and mounted inside WSL 2.
Windows Subsystem for Linux Explained, WSL & WSL2 OnSeptember 7, 2020UpdatedJuly 4, 2022The Windows Subsystem for Linux (WSL) is an excellent solution for Windows users to work natively within Linux on their Windows desktops.
How to Create an Alias and Use the Alias Command in Linux OnSeptember 4, 2020UpdatedApril 18, 2022The alias command in Linux lets you create shortcuts for commands, making them easier to remember and use. Here's how to create them!
How to Zip Files and Directories on Linux (with Examples) OnAugust 27, 2020UpdatedApril 18, 2022This article will show you how to easily use the Zip command on Linux to Zip files and directories.