User Tools

Site Tools


os:debian:start

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
os:debian:start [2021/12/29 21:03] – ↷ Links adapted because of a move operation warnaudos:debian:start [2022/07/03 14:17] (current) warnaud
Line 1: Line 1:
 +====== List of Debian Install ======
 +
 +
 +  * [[os:debian:raspberrydns|RaspBerry Pi as DNS provider]]
 +  * [[os:debian:cheatsheet|CheatSheet and funny commands]]
 +  * [[os:debian:x230idebian|Lenovo x230i Debian Stretch ( testing )]]
 +====== CheatSheet ======
 +
 +
 +
 +===== TimeZone =====
 +Setting time using
 +<code bash>dpkg-reconfigure tzdata</code>
 +Still leave the time with 2 hours difference
 +<code bash>
 +mv /etc/localtime /etc/localtime.old
 +cp /usr/share/zoneinfo/Europe/Paris /etc/localtime
 +date
 +</code>
 +And voilà
 +