Můj blog o práci a zábavě

Web o práci a zábavě

H96MAX X3 armbian boot problem

Problem with boot on new buy device new android firmware not boot armbian after pin touch. Posted November 1, 2024 (edited) Howdy y’all. (It’s something people in southern USA say). hehe. I want to eventually setup a mini NAS server via Gigabit ethernet using this device. So, I recently purchased this same tv box as @Yvan P. described and […]

Read more →

instalace Carbonio

zdroj: https://vkttech.com/install-zextras-carbonio-ce-on-ubuntu-22-04-a-comprehensive-guide/ Úvod do Zextras Carbonio CE Zextras Carbonio CE je open source sada pro e-mail a spolupráci, která integruje různé funkce pro podporu moderních pracovních prostředí pro spolupráci. Mezi jeho funkce patří e-mail, chat, videokonference, pokročilá webová pošta, správa souborů a zabezpečené ověřování. Tato sada je navržena pro flexibilitu, datovou suverenitu a soukromí. Systémové […]

Read more →

discard or trim harddisk

Windows fsutil behaviour query disabledeletenotify = 0 https://answers.microsoft.com/en-us/windows/forum/all/why-is-the-windows-11-trim-schedule-once-a-week/e09b3f5c-7970-4cb6-9c32-97227eaf522a windows run defrag and enable periodicaly optimize disk FreeBSD, NetBSD 1 – boot in single user mode2 – type /sbin/tunefs -t enable /3 – check if working by typing /sbin/tunefs -p /4 – reboot and check again to be sure of activation

Read more →

sssd a AzureAD wrapper a samba

https://github.com/ahaenggli/AzureAD-LDAP-wrapper docker-compose.yaml a na klientovi linux sssd a jeste autocreate home directory Omezeni zatim autopridani nazvu skupin (groups) Pomocne prikazy na testovani #restart sssd service sssd stop ; rm -rf /var/lib/sss/db/* ; service sssd start #kontrola uzivatele id [uzivatel] sssctl user-checks -a=auth [user@domena] nebo [user] journalctl Samba https://copyprogramming.com/howto/samba-file-server-ad-sssd-without-winbind

Read more →

Web scraping with BeautifulSoup

Primary source is here Today, you will learn about how to do web scraping with BeautifulSoup. You will learn how to use the requests library to fetch web pages and the BeautifulSoup library to parse the HTML in Python. In this tutorial, you will learn: Contenusmasquer 1 What is Web Scraping 2 What is BeautifulSoup […]

Read more →