live555ProxyServerEx
Improved version of the "LIVE555 Proxy Server"
File Explorer
- ini.c
- ini.h
- INIReader.cpp
- INIReader.hh
- LICENSE.txt
- .gitignore
- config-example-ubuntu.linux-64bit
- config-example.linux-64bit
- COPYING
- COPYING.LESSER
- genMakefiles
- live555ProxyServerEx.cpp
- Makefile.head
- Makefile.tail
- README.md
# Use via CDN
jsDelivrjsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.
Command Glossary
Commands referenced in this DOCs, explained below.
username
View Details ▼
username
Manage users.
Accessed in configuration mode.
username {{admin}} privilege 15 secret {{password}}
Set up an admin account:
apt-get
View Details ▼
apt-get
Debian and Ubuntu package management utility.
Search for packages using `apt-cache`.
It is recommended to use `apt` when used interactively in Ubuntu versions 16.04 and later.
sudo apt-get update
Update the list of available packages and versions (it's recommended to run this before other `apt-get` commands):
sudo apt-get install {{package}}
Install a package, or update it to the latest available version:
sudo apt-get remove {{package}}
Remove a package:
checkinstall
View Details ▼
checkinstall
Track the local installation of a software package, and produce a binary package which can be used with a system's native package manager.
sudo checkinstall {{[-y|--default]}}
Create and install a package with default settings:
sudo checkinstall --install={{no}}
Create a package but don't install it:
sudo checkinstall --nodoc
Create a package without documentation:
pacman -S
View Details ▼
pacman -S
This command is an alias of `pacman --sync`.
tldr pacman sync
View documentation for the original command:
