South Africa’s biggest forum. Discuss, discover, and connect with thousands of members.
Thanks again. I've added these.
Open source, real-time web log analyzer and interactive viewer, runs in a terminal or the browser and provides visually fast HTTP statistics on the fly

That does look like a bit of a nugget!Ladies and Gentlegerms.
What a beaut of a software I found this evening.
GoAccess.io
View attachment 1159764
With the new Windows 11 menu removing the groups of icons, this may be a viable alternative.
I am checking the functions in SideSlide and this seems to be a good way of grouping my many programs into a compact menu system.
I Googled but I expect your did that already yourself so I can't really give a recommendation.Anyone knows of an already compiled offline material colour palette tool which is also accommodative of fonts? I need something for streamlining my work flow.
I Googled but I expect your did that already yourself so I can't really give a recommendation.
Some nice finds there and nice variety, thanks. Added.
Tried MPV yesterday. Excellent !No thanks. MPV is superior. https://wiki.piracy.moe/guides/playback
How is this working for you? Have you stopped using ocs inventory? How does fusion inventory compare to ocs inventory? I want to setup an inventory system and used glpi with ocs inventory in the past.Testing a couple of GLPI plugins in Docker Desktop on my PC this evening. Mainly FusionInventory for GLPI to see if I can use it instead of OCSInventory
View attachment 1148488
View attachment 1148490
No Tickets tonight
View attachment 1148496
For anyone who wants to give it a go:
docker-compose.yml
YAML:version: "3.2" services: #Mysql Container mysql: image: mysql:5.7.34 container_name: mysql hostname: mysql volumes: - ./mysql:/var/lib/mysql environment: - MYSQL_ROOT_PASSWORD=${GLPI_MYSQL_ROOT_PASSWORD} - MYSQL_DATABASE=${GLPI_MYSQL_DATABASE} - MYSQL_USER=${GLPI_MYSQL_USER} - MYSQL_PASSWORD=${GLPI_MYSQL_PASSWORD} restart: always networks: - internal #GLPI Container glpi: image: diouxx/glpi container_name: glpi hostname: glpi ports: - "80:80" volumes: - /etc/timezone:/etc/timezone:ro - /etc/localtime:/etc/localtime:ro - ./glpi/:/var/www/html/glpi environment: - TIMEZONE=${TIMEZONE} - VERSION_GLPI=${VERSION_GLPI} restart: always depends_on: - mysql networks: - internal - web networks: internal: external: false web: external: name: "web"
and .env
Code:GLPI_MYSQL_ROOT_PASSWORD=My5up3rstrongP@55w0rd GLPI_MYSQL_DATABASE=my_glpidb GLPI_MYSQL_USER=my_glpi_user GPLI_MYSQL_PASSWORD=My5up3rstrongP@55w0rd2 TIMEZONE=Africa/Johannesburg VERSION_GLPI=9.5.5
I implemented a new GLPI for a new environment a few weeks ago and I'm planning to use FusionInventory instead of OCS but I'm still testing, Will probably start rolling out to selected devices in the production environment in the next couple of weeks. Still using OCS with GLPI in the previous environment.How is this working for you? Have you stopped using ocs inventory? How does fusion inventory compare to ocs inventory? I want to setup an inventory system and used glpi with ocs inventory in the past.
Some interesting ones there. Will go through and make additions to the list. Thanks.The best open source software of 2021 - https://www.infoworld.com/article/3637038/the-best-open-source-software-of-2021.html
Thanks. Some good stuff there. I'm going to be away for the next couple of days. Will go through the links you added and will add some of the items when I get back.Top Open Source Security Tools - https://www.esecurityplanet.com/products/open-source-security-tools/