PirateBoxScripts_Webserver/rpi.motd-template.txt

38 lines
1.7 KiB
Plaintext
Raw Normal View History

2016-01-24 18:10:49 +01:00
____________________.__ __ __________
\______ \______ \__|___________ _/ |_ ____\______ \ _______ ___
| _/| ___/ \_ __ \__ \\ __\/ __ \| | _// _ \ \/ /
| | \| | | || | \// __ \| | \ ___/| | ( <_> > <
|____|_ /|____| |__||__| (____ /__| \___ >______ /\____/__/\_ \
\/ \/ \/ \/ \/
2014-10-10 15:13:38 +02:00
Website: http://piratebox.cc PirateBox Version: ##version##
Forum: http://forum.piratebox.cc Build date: 00-00-0000
2016-02-05 21:40:36 +01:00
IRC: #piratebox irc.freenode.net Be open -- Share freely!
2014-10-10 15:13:38 +02:00
2016-01-24 18:10:49 +01:00
First Steps After Flashing
1. Change password of alarm user
> passwd
2017-12-24 08:14:14 +01:00
2. Change password of root user
> sudo passwd root
3. Enable Fake-Timeservice
3.1 Set date and time
2016-01-24 18:10:49 +01:00
# Disable network time sync
> sudo timedatectl set-ntp false
# Set time to "Mon May 23 17:42:00" (Format: CCYYMMDD hhmm)
> sudo date -s "20170523 1742"
> cd /opt/piratebox && sudo ./bin/timesave.sh ./conf/piratebox.conf install
2017-12-24 08:14:14 +01:00
3.2 Enable on startup
2016-01-24 18:10:49 +01:00
> sudo systemctl enable timesave
2017-12-24 08:14:14 +01:00
4. Enable the Kareha Image and Discussion Board
2016-01-24 18:10:49 +01:00
> sudo /opt/piratebox/bin/board-autoconf.sh
2017-12-24 08:14:14 +01:00
5. Enable USB thumb drive share OR extend SDCard
2017-03-18 17:33:05 +01:00
USB: > sudo /opt/piratebox/rpi/bin/usb_share.sh
SDCard: > sudo /opt/piratebox/rpi/bin/sdcard_share.sh
2017-12-24 08:14:14 +01:00
6. Enable UPnP Media Server
2016-01-24 18:10:49 +01:00
> sudo cp /etc/minidlna.conf /etc/minidlna.conf.bkp
> sudo cp /opt/piratebox/src/linux.example.minidlna.conf /etc/minidlna.conf
> sudo systemctl start minidlna
> sudo systemctl enable minidlna
2017-12-24 08:14:14 +01:00
7. Enable RealTimeClock timekeeping (needs DS3231 or 1307 RTC module!)
2016-02-09 20:04:21 +01:00
> sudo systemctl enable rpi_hwclock