Pepperschool OS
Взяв за основу Peppermint 8 x32, доустановил необходимое учебное ПО и собрал в .iso файл. Попробовал на одном из "детских" компьютеров и результат, лично мне, понравился. Может кому-то тоже надо))
Довстановлене ПО: (українська локалізація, окрім NetEmul)
Графіка:
KolourPaint
Inkscape
Gimp
KolourPaint
Inkscape
Gimp
Офіс:
LibreOffice 6
Scribus
LibreOffice 6
Scribus
Навчання:
Scratch
GCompris
Lazarus
Epoptes
Ktouch
Scratch
GCompris
Lazarus
Epoptes
Ktouch
Мультимедіа:
Audacity
Openshot
Kdenlive
Audacity
Openshot
Kdenlive
Система:
Wine
Plank
Timeshift
Remastersys
Boot Repair
Grub Customizer
Wine
Plank
Timeshift
Remastersys
Boot Repair
Grub Customizer
Мережа:
NetEmul
NetEmul
в Samba подправите WORKGROUP
в live-режиме пользователь student и без пароля
для того чтобы изменить настройки Plank, наберите в терминале "plank --preferences"
Скрипт автоустановки программ:
- kolourpaint
- inkscape
- gimp
- scribus
- scratch
- gcompris
- lazarus
- epoptes
- epoptes-client
- ktouch
- audacity
- openshot
- kdenlive
- wine
- samba
- timeshift
- python
- geany
#!/bin/bash
sudo apt update && sudo apt upgrade -y && sudo apt-get install -y kolourpaint4 inkscape libreoffice scribus scratch gcompris-qt lazarus epoptes-client ktouch audacity openshot kdenlive wine-stable samba samba-common python-glade2 system-config-samba && sudo apt-add-repository -y ppa:teejee2008/ppa && sudo apt update && sudo apt install -y timeshift idle geany gimp flashplugin-installer -y
sudo apt update && sudo apt upgrade -y && sudo apt-get install -y kolourpaint4 inkscape libreoffice scribus scratch gcompris-qt lazarus epoptes-client ktouch audacity openshot kdenlive wine-stable samba samba-common python-glade2 system-config-samba && sudo apt-add-repository -y ppa:teejee2008/ppa && sudo apt update && sudo apt install -y timeshift idle geany gimp flashplugin-installer -y
далее в Терминале
sudo chmod +x post_install.sh
sudo ./post_install.sh
#============================ Global definition ================================
[global]
workgroup = class163
server string = %v
#netbios name = ws
security = user
map to guest = bad user
name resolve order = bcast host
dns proxy = no
bind interfaces only = yes
samba не видит компьютеры сети
Решение - добавить строку client max protocol = NT1 в секцию global.
После чего перезапустить компьютер.
Комментариев нет:
Отправить комментарий