Index ¦ Archives

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 …


FDL

The GNU Free Documentation License (GNU FDL or simply GFDL) is a copyleft license for free documentation, designed by the Free Software Foundation (FSF) for the GNU Project. It is similar to the GNU General Public License, giving readers the rights to copy, redistribute, and modify (only when without 'invariant …


LGPL

The GNU Lesser General Public License (LGPL) is a free software license published by the Free Software Foundation (FSF). The license allows developers and companies to use and integrate software released under the LGPL into their own (even proprietary) software without being required by the terms of a strong copyleft …


AGPL

The GNU Affero General Public License is a free, copyleft license for software and other kinds of works, specifically designed to ensure cooperation with the community in the case of network server software. The licenses for most software and other practical works are designed to take away your freedom to …


GPL

The GNU General Public License (GNU GPL or GPL) is a widely used free software license, which guarantees end users the freedom to run, study, share and modify the software. The license was originally written by Richard Stallman of the Free Software Foundation (FSF) for the GNU Project, and grants …


Guile

Guile is an implementation of the Scheme programming language. Scheme (http://schemers.org/) is an elegant and conceptually simple dialect of Lisp, originated by Guy Steele and Gerald Sussman, and since evolved by the series of reports known as RnRS (the Revised^n Reports on Scheme).

Shell

(+ 1 2 3 …

Pascal

The GNU Pascal Compiler (GPC) is, as the name says, the Pascal compiler of the GNU family (GNU GCC).

GNU Pascal


Scheme

Scheme is a functional programming language and one of the two main dialects of the programming language Lisp. Unlike Common Lisp, the other main dialect, Scheme follows a minimalist design philosophy specifying a small standard core with powerful tools for language extension.

Run

guile

(define name "World")
(display (string-append "Hello …

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