Index ¦ Archives > Category: Net

OpenVPN

OpenVPN is a virtual private network (VPN) system that implements techniques to create secure point-to-point or site-to-site connections in routed or bridged configurations and remote access facilities. It implements both client and server applications.

Install

sudo apt install openvpn

Usage

sudo openvpn --client --config <file.ovpn>

OpenVPN


Dbus

D-Bus is a message bus system, a simple way for applications to talk to one another. In addition to interprocess communication, D-Bus helps coordinate process lifecycle; it makes it simple and reliable to code a 'single instance' application or daemon, and to launch applications and daemons on demand when their …


OpenConnect

OpenConnect is a cross-platform multi-protocol SSL VPN client which supports a lot of VPN protocols.

Install

sudo apt install openconnect

Usage

sudo openconnect --protocol=<protocol> -c <cert> -u <user> <server>

OpenConnect


OpenSSH

OpenSSH (also known as OpenBSD Secure Shell) is a suite of security-related network-level utilities based on the Secure Shell (SSH) protocol, which help to secure network communications via the encryption of network traffic over multiple authentication methods and by providing secure tunneling capabilities.

Run

ssh user@domain

OpenSSH


Cups

CUPS is the standards-based, open source printing system developed by Apple Inc. for macOS® and other UNIX®-like operating systems. CUPS uses the Internet Printing Protocol (IPP) to support printing to local and network printers."

CUPS


Bluez

The Bluetooth wireless technology is a worldwide specification for a small-form factor, low-cost radio solution that provides links between mobile computers, mobile phones, other portable handheld devices, and connectivity to the Internet. The specification is developed, published and promoted by the Bluetooth Special Interest Group (SIG).

Bluez


Avahi

Avahi is a free zero-configuration networking (zeroconf) implementation, including a system for multicast DNS/DNS-SD service discovery. It is licensed under the GNU Lesser General Public License (LGPL). Avahi is a system which enables programs to publish and discover services and hosts running on a local network. For example, a …


ConnMan

ConnMan is an internet connection manager for embedded devices running the Linux operating system.

Install

apt install connman-ui connman-vpn connman-dev

Usage

connmanctl scan wifi
connmanctl services
connmanctl connect <wifi>

Connecting to a protected access point

connmanctl
scan wifi
services
agent on
connect <wifi-psk>
quit

Tips

Avoid ConnMan manager Docker …

© 2000-2022 by Daniel Pimentel (d4n1). Under MIT.