New pages

From AcrodusWiki
New pages
Hide registered users | Hide bots | Hide redirects
  • 16:11, 16 December 2025FFMPEG with unix domain sockets (hist | edit) ‎[855 bytes]Alex (talk | contribs) (Created page with "This is some information regarding using ffmpeg and ffplay with unix sockets as input/output. Example path of unix domain socket -i unix:/tmp/video/stream.socket The following options can be used -timeout -listen and -type STREAM socket type=1, DGRAM socket type -2. Listen=1 for server, Listen=0 for client. Note that significant problems were had with DGRAM unix sockets, current assumption is that the ffmpeg/libavformat/unix.c file is not adequate for handling DGRAM...")
  • 13:19, 11 December 2025Set up git upstream tracking on local repo (hist | edit) ‎[93 bytes]Alex (talk | contribs) (Created page with "Example of how to do this from previous example: git branch -set-upstream-to=acrodus/dev dev")
  • 14:47, 12 October 2025Upgrade debian version (hist | edit) ‎[160 bytes]Alex (talk | contribs) (Created page with "Link to page describing best update practices for upgrading from debian 12 to debian 13. https://www.debian.org/releases/trixie/release-notes/upgrading.en.html")
  • 12:41, 4 September 2025Temporarily add port to protocol dissector wireshark (hist | edit) ‎[87 bytes]Alex (talk | contribs) (Created page with "Go to Analyze -> Decode as. Add a rule for a udp port to be linked to a given protocol.")
  • 15:25, 12 August 2025Setup apache2 proxy (hist | edit) ‎[628 bytes]Alex (talk | contribs) (Created page with "=Example of how to setup apache2 config= This is an example of the config for Vikunjer apache2 proxy. Vikunjer listens on port 3456, to access this without specifying the port the following config file was added. /etc/apache2/sites-enabled/vikunja.conf <pre> <virtualHost *:80> ServerName task.acrodus.uk ServerAlias www.task.acrodus.uk ProxyPreserveHost On ProxyRequests Off ProxyPass / http://localhost:3456/ ProxyPassReverse / http://localhost:3456/ </pre> Also had to...")
  • 14:04, 12 August 2025Set up vikunja with debian package (hist | edit) ‎[581 bytes]Alex (talk | contribs) (Created page with "=Vikunja Setup with Debian= Download debian file from vikunja download page with wget `wget <url>` Install with dpkg `dpkg -i *.deb` Enable and start the systemd service There is one change that is required to the config. Change the timezone from GMT to GB to stop the internal server error warnings. If you have not done this before creating a new user then you must run the following commands. To start the sqlite cli `sudo sqlite3` To connect to the correct database...")
  • 15:52, 5 August 2025TCP Windowing (hist | edit) ‎[265 bytes]Alex (talk | contribs) (Created page with "Brief explanation of TCP windowing. It is the number of TCP messages that can be sent without a valid ack being received. It is a method of flow control where a receiver can instruct the sender on how many tcp messages to send without receiving an acknowledgment.")
  • 15:36, 5 August 2025Acrodus IP address allocation (hist | edit) ‎[1,103 bytes]Alex (talk | contribs) (Created page with "=Allocation of IP address= ==IPv4== 81.187.202.233/29 81.187.202.233 router.acrodus.uk 81.187.202.234 dns.acrodus.uk, ns1.acrodus.uk, ns2.acrodus.uk 81.187.202.235 wiki.acrodus.uk, git.acrodus.uk (Multi use webserver) 81.187.202.236 vpn.acrodus.uk 81.187.202.237 mail.acrodus.uk 81.187.202.238 (Allocated to Leigh Brown) ==IPv6== 2001:8b0:1ff5:/48 2001:8b0:1ff5:2020/64 Subnet for dmz equivalent ipv4 range 2001:8b0:1ff5:2020 router.acrodus.uk 2001:8b0:1ff5:2020:81:187:202...")