startSectionEdit: $data is NOT an array!
startSectionEdit: $data is NOT an array!
LINUX
* KeyboardLayout umstellen:
loadkeys de
setxkbmap de
Networking with DEBIAN jessie
invoke-rc.d networking restart
Note:
' invoke-rc.d networking $ACTION' is exactly the same
as running '/etc/init.d/networking $ACTION '
* Having multiple interfaces and you need to ifdown/ifup all of them at once:
sudo invoke-rc.d networking stop && invoke-rc.d networking start
* Dateien nach Alter anzeigen:
ls -alt
Dateigrößen
du -h | sort -h | less
df -h
ncdu
ls -la
NixOS
- upgrade:
nixos-rebuild switch
- install
paket
nix-env -i
paket
- allowUnfree:
nix-env -i
paket
–arg config '{ allowUnfree = true; }'