| by Arround The Web

Install Input Leap to share Mouse / Keyboard between Linux, Windows & macOS

Got multiple computers/laptops but only one mouse & keyboard? Without buying a KVM switch, here’s a software can do the job sharing them between your computers. It’s Input Leap a free open-source application forked from Barrier, allowing to use single mouse and keyboard to control multiple computers in same local network. Relationship between Barrier and […]

Share Button
Read More
| by Arround The Web

How to Install Latest Wireshark 4.4.4 in Ubuntu 24.04 | 22.04

This is a step by step beginner’s guide shows how to install and setup the latest Wireshark network protocol analyzer software in Ubuntu 24.04, Ubuntu 22.04, Ubuntu 20.04, and Linux Mint 22/21. Wireshark is a popular free open-source software to capture and display real-time details of network traffic. It’s available in Ubuntu system repository, but […]

Share Button
Read More
| by Arround The Web

How to Limit SSH Connections to Local Network on Linux

SSH (Secure Shell) is a popular tool that allows users to connect to remote systems securely over a network. By default, SSH is accessible from any network as long as the appropriate firewall and network settings are in place. However, sometimes you may want to restrict SSH access to only your local network for security […]

The post How to Limit SSH Connections to Local Network on Linux appeared first on Linux Today.

Share Button
Read More
| by Arround The Web

How to Share your USB Device in Ubuntu 24.04 over LAN

This tutorial shows how to share your USB device, e.g., USB mouse/keyboard, USB drive, webcam, and speaker, in Ubuntu so you can access remotely from other computers/laptops. Linux Kernel includes a command line tool called USB/IP, allowing to share USB devices between computers with their full functionality. So, a computer can use remote USB devices […]

Share Button
Read More
| by Arround The Web

Enable Wake-on-LAN to Wake up (or Boot) Ubuntu 24.04 Remotely

This is a step by step guide shows how to enable Wake-on-LAN feature in Ubuntu, so you can wake it up from suspend, hibernation, or shutdown state remotely using another computer or mobile phone. Wake on LAN, WoL in short, is a protocol allows computer to be turned on or waked up from sleep using […]

Share Button
Read More
| by Arround The Web

How to Disable IPv6 in Ubuntu 24.04

This is a step by step beginner’s guide shows how to disable IPv6 in Ubuntu 24.04 LTS with or without system restart. IPv6 is the future of internet protocols. But for some reasons, such as compatibility with certain networks, testing purpose, or security concerns, or just because don’t use that thing, users may want to […]

Share Button
Read More
| by Arround The Web

OBS Studio 30.2 Adds Native NVIDIA NVENC Encoder for Linux, Multitrack Video Streaming

OBS Studio, the popular free open-source live streaming software, announced new major 30.2.0 release a day ago. The new release has some improvements for Linux support. They include native NVENC encoder interface for NVIDIA GPU hardware accelerated encoding, and NVENC AV1 support. And, Linux shared texture support to the NVENC encoder, QuickSync encoder, as well […]

Share Button
Read More
| by Arround The Web

How to Easily Setup Home Media Server in Ubuntu 24.04 | 22.04

This simple tutorial shows how to easily turn your Ubuntu or Debian into home media server, so that you can listen to the music, watch photos and videos that are stored in Linux PC remotely using your mobile phones and/or smart TVs. GNOME, the default desktop in Ubuntu and Fedora Workstation, has built-in option to […]

Share Button
Read More
| by Arround The Web

LocalSend – AirDrop Alternative to Transfer files over Local Network

Looking for an app to transfer files and send messages over local network? LocalSend is good choice that works for most devices. LocalSend is a free and open source application which promotes itself as alternative to Apple’s AirDrop. It’s a cross-platform app that allows to securely send files and messages over local network without an […]

Share Button
Read More
| by Arround The Web

Set up Lightweight Socks5 Proxy Server in Ubuntu 24.04 / Debian 12

This is a step by step beginner’s guide shows how to install and set up a lightweight Socks5 proxy server in Ubuntu or Debian. Due to poor network connection, I decided to set up a proxy server on my remote VPS for playing an online game. However, the tutorials on the web are mostly using […]

Share Button
Read More
| by Arround The Web

How to Change Network Card MAC Address in Ubuntu 24.04

This tutorial shows how to change the MAC Address, aka hardware address, for your network interface in Ubuntu 24.04. Though the title said for Ubuntu 24.04, it should work in all current Ubuntu releases, including Ubuntu 20.04 and Ubuntu 22.04. MAC address, stands for Media Access Control address, is a unique identifier primarily assigned by […]

Share Button
Read More
| by Arround The Web

GNOME Network Displays Adds Support for MICE, Chromecast

The latest version of the GNOME Network Displays app lets you stream your desktop to a wireless display using the Chromecast and Miracast over Infrastructure (MICE) protocols. Both features had been in development for a while and were long-standing req…

Share Button
Read More
| by Arround The Web

How to Disable Mobile Broadband Menu Option in GNOME

This simple tutorial shows how to get rid of the “Mobile Broadband” menu option from the upper right system status menu in GNOME Desktop. GNOME, the default desktop in Ubuntu and Fedora Workstation, has built-in support for mobile broadband. If your computer (usually laptop) has a built-in SIM card slot, then it will show you […]

Share Button
Read More
| by Arround The Web

PingPath – Simple GTK4 Network Diagnostic Tool Based on Ping

Network diagnostic is useful when you getting internet connection issue. And, here’s a brand new graphical tool for Linux beginners. It’s PingPath, a free open-source tool written mostly in C, and use GTK4 toolkit for its user interface. PingPath uses the popular command line tool ping to send ICMP ECHO_REQUEST to networks hosts. Simply type […]

Share Button
Read More
| by Arround The Web

How to Install Nicotine+ for Soulseek P2P Network in Ubuntu 22.04

This simple tutorial shows how to install Nicotine plus, the graphical client for the Soulseek peer-to-peer network, in Ubuntu 20.04, Ubuntu 22.04. Soulseek is an ad-free, spyware free, and plain free file sharing network, make it easy for you to find people with similar interests, and make new discoveries! And, Nicotine is a lightweight, pleasant, […]

Share Button
Read More
| by Arround The Web

How to Easily Transfer Music from Ubuntu Linux to iPhone

Got local music files in your Ubuntu PC/laptop? Here’s how to transfer them to your iPhone. It’s NOT hard to install iTunes in Ubuntu using Wine in today’s Linux. However, iTunes running in wine does not detect my iPhone, at least in my case in 22.04. If you just want to transfer music from PC […]

Share Button
Read More
| by Arround The Web

How to Configure Network IP Connections Using ‘nmcli’ in Linux

The post How to Configure Network IP Connections Using ‘nmcli’ in Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides .As a Linux administrator, you’ve got various tools to use to configure your network connections, such as nmtui, y…

Share Button
Read More
| by Arround The Web

How to install Zoom in Ubuntu 23.10 [Fix Unmet Dependencies]

This simple tutorial shows how to install Zoom video communication client in Ubuntu 23.10, and fix unmet dependencies issue. Zoom provides official .deb package for Ubuntu, however it’s built against old Mesa libraries that have been removed from Ubuntu 23.10 repository. When trying to install the package, it will output something that: ‘The following packages […]

Share Button
Read More
| by Arround The Web

How to Configure Network Bonding or Teaming on RHEL

Bonding is a Linux kernel feature that allows multiple network interfaces (such as ens192, ens224) to be aggregated into a single virtual network interface called channel bonding (bond0). It increases …

The post How to Configure Network Bonding or Teaming on RHEL first appeared on 2DayGeek.

Share Button
Read More
| by Arround The Web

How to Disable IPv6 on RHEL using grubby

In computing, there are two types of IP addresses, IPv4 and IPv6. IPv6 offers a much larger addressing scheme than IPv4. However, IPv4 is more widely used by many organizations …

The post How to Disable IPv6 on RHEL using grubby first appeared on 2DayGeek.

Share Button
Read More