Ga naar de inhoud
Home » Software » Linux » Pagina 3

Linux

Linux OS

openSUSE Blog Header

YP Bind en Network Manager

De combinatie van ypbind en networkmanager werkt niet lekker bij openSUSE leap 15.1 (zie release notes). Gebruik Wicket ipv Network Manager.

Radio Streams

IceCast Server http://streamingp.shoutcast.com/ http://stream.radiomaria.be:8000/ http://stream.publimediasvr.be:8000/ Nostalgie Wallonie Nostalgie Belgique http://streamingp.shoutcast.com/NostalgiePremium Nostalgie 70 http://streamingp.shoutcast.com/Nostalgie-70_aac Nostalgie 60 http://streamingp.shoutcast.com/Nostalgie60-aac Nostalgie 90 http://streamingp.shoutcast.com/Nostalgie90-aac Nostalgie Love http://streamingp.shoutcast.com/NostalgieLove-aac Nostalgie Age Tendre… Lees verder »Radio Streams

DNS Logging

Zie ook https://stackoverflow.com/questions/11153958/how-to-enable-named-bind-dns-full-logging In /etc/named.conf de logging settings aanpassen naar onderstaand. LETOP: Yast overschrijft dit, dus via een include is het handiger 🙂 logging {… Lees verder »DNS Logging

Dropbox en ext4

Dropbox heeft drie eisen om correct te kunnen werken, helaas wordt er maar 1-tje duidelijk gepubliceerd. De eerste hindernis: Filesysteem met daarop de bestanden van… Lees verder »Dropbox en ext4

Roteren Video

Roteren 90 graden met de klop mee ffmpeg -i “18052018 Deel 1 Grasmaaier.mp4″ -metadata:s:v rotate=”0” -q:v 90 -acodec copy “18052018 Deel 1 Grasmaaier2.mp4”

Grub2 Repareren

Mogelijk ziet Grub2 de windows partities niet meer na een OpenSUSE Upgrade. Om te kijken wat er allemaal geboot kan worden run je bootinfoscript. Download… Lees verder »Grub2 Repareren

Swap Usage

for file in /proc/*/status ; do awk ‘/VmSwap|Name/{printf $2 ” ” $3}END{ print “”}’ $file; done | sort -k 2 -n -r | less Voor… Lees verder »Swap Usage

Dynamic DNS

Ga via YaST naar het configureren van DHCP en selecteer het subnet Klik op Edit Klik op Dynamic DNS Bij het invoegen van de zones… Lees verder »Dynamic DNS