New pages

Jump to navigation Jump to search
New pages
Hide registered users | Show bots | Show redirects
  • 18:14, 3 March 2024Installing TP-Link Omada SDN Controller on a Debian-based LXC (hist | edit) ‎[2,590 bytes]Tinker (talk | contribs) (Created page with "<br> {{{!}} class="wikitable" style="float: right; width: 322px;" border="2" {{!}}+ Proven on: {{!}}- --="" debian="" {{!}} style="text-align: center; width: 60px;" {{!}} [[File:Logo Debian.png{{!}}60px{{!}}link=https://www.debian.org/{{!}}center{{!}}middle{{!}}frameless]] {{!}} style="text-align: center; width: 40px;" {{!}} 12 (bookworm) {{!}} (Debian 12, 4GB RAM, 4 cores) <br> {{!}}} == <span style="color: rgb(132, 63, 161);">Start with the prerequisites:</span> == *...")
  • 18:09, 3 March 2024Installing Brave Browser (hist | edit) ‎[566 bytes]Tinker (talk | contribs) (Created page with "* <code>sudo apt install apt-transport-https curl </code> * <code>sudo curl -fsSLo /usr/share/keyrings/brave-browser-archive-keyring.gpg <nowiki>https://brave-browser-apt-release.s3.brave.com/brave-browser-archive-keyring.gpg </nowiki></code> * <code>echo "deb [signed-by=/usr/share/keyrings/brave-browser-archive-keyring.gpg arch=amd64] <nowiki>https://brave-browser-apt-release.s3.brave.com/</nowiki> stable main"{{!}}sudo tee /etc/apt/sources.list.d/brave-browser-release....")
  • 02:28, 2 March 2024Mosquitto from Source Test Failures (hist | edit) ‎[1,649 bytes]Tinker (talk | contribs) (Created page with "<pre> mosquitto/test/broker/Makefile mosquitto/test/broker/03-publish-qos1-queued-bytes.py mosquitto/test/broker/04-retain-check-source-persist-diff-port.py mosquitto/test/broker/04-retain-check-source-persist.py mosquitto/test/broker/06-bridge-b2br-late-connection-retain.py mosquitto/test/broker/06-bridge-clean-session-csF-lcsF.py mosquitto/test/broker/06-bridge-clean-session-csF-lcsN.py mosquitto/test/broker/06-...")
  • 16:28, 1 March 2024Mosquitto from Source (hist | edit) ‎[3,582 bytes]Tinker (talk | contribs) (Created page with "'''<span style="color: rgb(132, 63, 161);" >The required tools:</span>''' * <code>apt install git build-essential autoconf</code> '''<span style="color: rgb(132, 63, 161);" >The prerequisites:</span>''' * <code>apt install libpcap-dev</code> '''<span style="color: rgb(132, 63, 161);" >Get the source:</span>''' * <code>git clone <nowiki>https://github.com/royhills/arp-scan.git</nowiki></code> '''<span style="color: rgb(132, 63, 161);" >Build it:</span>''' * <code>cd...")
  • 00:45, 30 January 2024Cloud Servers - Syncthing (hist | edit) ‎[2,738 bytes]Tinker (talk | contribs) (Created page with "= Installing Syncthing = Add the release PGP keys: * <code>sudo mkdir -p /etc/apt/keyrings</code> * <code>sudo curl -L -o /etc/apt/keyrings/syncthing-archive-keyring.gpg <nowiki>https://syncthing.net/release-key.gpg</nowiki></code> Add the "stable" channel to your APT sources: * <code>echo "deb [signed-by=/etc/apt/keyrings/syncthing-archive-keyring.gpg] <nowiki>https://apt.syncthing.net/</nowiki> syncthing stable" {{!}} sudo tee /etc/apt/sources.list.d/syncthing.list</c...")
  • 17:50, 26 January 2024KiCAD from Source (hist | edit) ‎[1,994 bytes]Tinker (talk | contribs) (Created page with "= Building KiCAD from source on LMDE6 = '''<span style="color: rgb(132, 63, 161);" >The required tools:</span>''' * <code>sudo apt install git cmake <s>cmake-gui </s></code> '''<span style="color: rgb(132, 63, 161);" >Get the source:</span>''' <span style="color: rgb(153, 51, 102);" >'''Note: This builds a non-stable version.''' (Whatever state the code is currently in...)</span> * <code>git clone <nowiki>https://github.com/KiCad/kicad-source-mirror</nowiki> kicad</c...")
  • 17:46, 26 January 2024Arp-Scan from Source (hist | edit) ‎[1,535 bytes]Tinker (talk | contribs) (Created page with "= Installing arp-scan from source: = '''<span style="color: rgb(132, 63, 161);" >The required tools:</span>''' * <code>apt install git build-essential autoconf libpcap-dev</code> '''<span style="color: rgb(132, 63, 161);" >Get the source:</span>''' * <code>git clone <nowiki>https://github.com/royhills/arp-scan.git</nowiki></code> '''<span style="color: rgb(132, 63, 161);" >Build it:</span>''' * <code>cd arp-scan</code> * <code>autoreconf --install</code> * <code>./co...") originally created as "Arp-Scan"
  • 17:45, 26 January 2024FreeCAD from Source (hist | edit) ‎[2,802 bytes]Tinker (talk | contribs) (Created page with "=Building FreeCAD from source on LMDE6= Based on: [https://wiki.freecad.org/Compile_on_Linux FreeCAD Documentation / Compile on Linux] '''<span style="color: rgb(132, 63, 161);" data-mce-style="color: #843fa1;">The required tools:</span>''' * <code>sudo apt install git cmake <s>cmake-gui </s></code> '''<span style="color: rgb(132, 63, 161);" data-mce-style="color: #843fa1;">Get the source:</span>''' <span style="color: rgb(153, 51, 102);" data-mce-style="color: #9933...") originally created as "FreeCAD"