Suche
Archive
Wolke
CCC Firefox firefox sync FSyncMS Gefühl In 25 Tagen durch Deutschland Internet interrail Interrail 2009 Linux mac Mozilla Synchronsiation Technik Twitter Veränderung Visit Britain Zitat Zug um Zug ZukunftCategories
Tag Archives: Debian
Modern TLS Version for dovecot & postfix
(TLS 1.2 or newer) You can use the following settings to ensure that Dovecot and Postfix use a modern TLS version: For Dovecot: For Postfix: Finally, reload Postfix with systemctl reload postfix and restart Dovecot with systemctl restart dovecot.
Setting up timesync via NTP on debian & raspberry pi
I use systemd-timesyncd to keep the system time up to date on my raspi / debian system.To do so i did the following steps: 1. Check the state of timedatectlTherefore type the comand timedatectl to the shell.The output should look … Continue reading
Debian Wheezy, Atom N2800 and graphic
I recently upgraded some debian installations to the currently newest Version (wheezy). While most of the upgrades went very smooth, I ran into some trubles updating a system running on a Intel Atom Board. As I reboted the mentiond system … Continue reading
SWAP File / SWAP Partition im Betrieb vergrößern
Kürzlich stand ich vor dem Problem, mein SWAP-File (bzw. SWAP-Partition) vergrößern zu wollen. Also auf gehts: Erstmal den alten SWAP unmounten: sudo swapoff -a Und jetzt neuen Platz anlegen: dd if=/dev/zero of=/swapfile bs=1M count=1024 #für eine ein GB großes swapfile … Continue reading
Posted in Allgemein, out of my life, Pastes, Technik, Uncategorized
Tagged Debian, Linux, swap, SWAPfile, vergrößern
1 Comment
IPv6 access vom Endgerät über Openvpn
Da ja alle IPv4 Adressen jetzt bald aufgebraucht sind, wirds langsam Zeit für v6 dachte ich mir. Und das will ich natürlich schön über mein openvpn verteilen, so dass ich auch an stellen wo es nur v4 gibt mein v6 … Continue reading
Posted in out of my life, Technik
Tagged Debian, IPv4, IPv6, ipv6 Tunnel, Openvpn, Patch, tun-ipv6-server, tun-server
Leave a comment