101010.pl is one of the many independent Mastodon servers you can use to participate in the fediverse.
101010.pl czyli najstarszy polski serwer Mastodon. Posiadamy wpisy do 2048 znaków.

Server stats:

481
active users

#homeserver

1 post1 participant0 posts today

Hallo ich bin #neuhier und melde mich, weil etwas teilen möchte.

Als alter ITler möchte ich ein Skript teilen, dass dem (Home-)Admin das Leben erleichert, wenn wieder mal ein "curl" oder "wget" bei der Verifizierung eines Zertifikats (#SSL / #TLS) scheitert.
Das kommt nicht so oft vor, deswegen hatte ich immer vergessen was zu tun ist, wenn es mal wieder so weit war.

Das Script prüft welche Zertifikate fehlen, lädt sie herunter, so dass man sie ggf. in die Liste der CAs (certification authorities) aufnehmen kann. Wie das geht, steht in meiner dazugehörigen Doku.

Vielleicht einfach mal sehen, ob ihr es brauchen könnt.

Natürlich #opensource, beschrieben auf github.com/himbeer-toni/UserSc, da wäre dann auch ein Downloadlink.

Würde mich freuen, wenn es jemandem hilft!

#opensource #programming #debian #linux #RasPi #sysAdmin #git #github #selfhost #selfhosted #selfhosting
#opensource #foss #homelab #homeserver #software #raspi #RasPi #sysAdmin #TLS #SSL #certificates
@digitalcourage
@linuxnews

GitHubUserScripts/fetch-missing-ca.md at main · himbeer-toni/UserScriptsScripts for Linux user's ~/bin/ directory. Contribute to himbeer-toni/UserScripts development by creating an account on GitHub.

Hello Fedizens,

One way to fulfill #unplugtrump is to setup own timeserver in the local network.

Some people had questions, when you have VPN to your local network which has no public websites and platforms.

Is it necessary to enable SSL on local network?

If yes, are there tutorials to enable SSL with IP addresses or servernames? We aware that administration requires experts and skills on a special grade of complexity, but this is something beginners could handle.

Some Apps like smart homes, local clouds, Multi apps like ferdium deny self signed certificates.

Looking for a dedicated GPU for #transcoding purposes turned out to be the worst rabbit hole.🙈

So, I'm using a AMD Ryzen 4600G in my homelab featuring #ProxmoxVE. The hardware transcoding capabilities of AMD hardware is very much behind Nvidia and #Intel, even though it isn't half as bad as expected. Anyway, the best transcoding hardware (best quality at same size/profile) are Intel devices featuring #QuickSync. Setting up another dedicated transcoding device (featuing a low power Intel APU such as the #N100) device doesn't seem to make much sense for me. There are several Intel Arc GPUs on the market and they all have pretty much the same transcoding capabilities, so I'd like to get the Intel GPU featuring the lowest power draw, especially when idling. (1/?)

DashLit - eigenes Dashboard für kleine Homeserver

Ich benutze ja keine der üblichen "großen" Homeserver- oder NAS-Anwendungen. Meine Anwendungen wie Paperless-ngx, Papra, Readeck, Linkding usw. laufen auf unterschiedlichen kleinen Servern.

Mit DashLit (Docker) kann man sich sehr einfach und flott ein kleines Dashboard konfigurieren, das die jeweilige Anwendung startet.

(via @selfhst )

Ich habe nach der Anleitung von @_DigitalWriter_ DietPi und Samba installiert.
Auf den Hauptordner usb-hdd und dietpi komme ich problemlos drauf. Wenn ich allerdings unter usb-hdd einen neuen Ordner anlege, die Berechtigungen entsprechend vergebe und die smb.conf anpasse, komme ich dort auf den Unterordner nicht drauf.

Unter ZorinOS gebe ich im Dateimanager folgende Adresse an
smb://192.168.178.2/thomas
Dann erscheint die Anmeldung. Dort gebe ich den Nutzernamen thomas und das Samba Kennwort ein. Es erscheint die Meldung, dass ich keine Berechtigung habe.


Was mache ich falsch?

drwx------ 2 thomas thomas 4096 29. Jun 14:09 thomas

smb.conf
[global]

	workgroup = WORKGROUP
	server string = %h server
	dns proxy = no
	log file = /var/log/samba/log.%m
	max log size = 1000
	logging = syslog@1

	panic action = /usr/share/samba/panic-action %d

	security = user
	passdb backend = tdbsam
	obey pam restrictions = yes
	unix password sync = yes

	passwd program = /usr/bin/passwd %u
	passwd chat = *Enter\snew\s*\spassword:* %n\n *Retype\snew\s*\spassword:* %n\n *password\supdated\ssuccessfully* .
	pam password change = yes
	map to guest = bad user

	load printers = no
	printcap name = /dev/null
	disable spoolss = yes

[dietpi]
	comment = DietPi Share
	path = /mnt/dietpi_userdata
	browseable = yes
	create mask = 0664
	directory mask = 0775
	valid users = samba
	writeable = yes
	max connections = 8

[usb-hdd]
	comment = USB-Laufwerk Freigabe
	path = /mnt/usb-hdd
	browseable = yes
	writable =yes
	only guest = no
	create mask = 0777
	directory mask = 0777
	public = no
	valid users = samba

[thomas]
  comment = Persönlicher Ordner von Thomas
  path = /mnt/usb-hdd/thomas
  valid users = thomas
  read only = no
  create mask = 0700
  directory mask = 0700
  browseable = yes


#nas #homeserver #raspberry #dietpi #samba