90 lines
3.7 KiB
Bash
90 lines
3.7 KiB
Bash
|
setup-packages-applications:
|
||
|
apt install -y stacer # Linux system optimizer and monitoring
|
||
|
apt install -y timeshift # System restore utility
|
||
|
apt install -y gnucash # personal and small-business financial-accounting software
|
||
|
apt install -y remmina* # GTK+ Remote Desktop Client
|
||
|
|
||
|
apt install -y texstudio # LaTeX Editor
|
||
|
apt install -y gimagereader \
|
||
|
tesseract-ocr-eng \
|
||
|
tesseract-ocr-fra # really excellent OCR (multiple languages)
|
||
|
|
||
|
apt install -y evolution # email / calendar
|
||
|
apt install -y firefox
|
||
|
apt install -y thunderbird # mail/news client
|
||
|
apt install -y pan # newsreader
|
||
|
apt install -y qbittorrent # bittorrent client based on libtorrent-rasterbar with a Qt5 GUI
|
||
|
apt install -y deluge # bittorrent client written in Python/PyGTK
|
||
|
apt install -y transmission # lightweight BitTorrent client
|
||
|
apt install -y \
|
||
|
telegram-desktop \
|
||
|
telegram-purple \
|
||
|
telegram-cli # fast and secure messaging application
|
||
|
apt install -y keepassxc # password manager (FOSS app built on qt5)
|
||
|
apt install -y calamares \
|
||
|
calamares-settings-debian # the gnome installer
|
||
|
|
||
|
apt install -y gimp # fucking excellent 2D
|
||
|
apt install -y krita # a different gimp
|
||
|
apt install -y blender # fucking excellent 3D
|
||
|
apt install -y inkscape # page layout
|
||
|
apt install -y valentina # pattern making program
|
||
|
|
||
|
# chat clients
|
||
|
apt install -y gajim # GTK+-based Jabber client // looks very modern
|
||
|
apt install -y hexchat # IRC client for X based on X-Chat 2
|
||
|
apt install -y pidgin # multi-protocol instant messaging client
|
||
|
apt install -y profanity # console based XMPP client // pretty modern website for a ncurses app
|
||
|
apt install -y psi # Qt-based XMPP client
|
||
|
apt install -y kaidan # Simple and user-friendly Jabber/XMPP client (old?)
|
||
|
|
||
|
# chat servers
|
||
|
apt install -y ejabberd # extensible realtime platform (XMPP server + MQTT broker + SIP service
|
||
|
apt install -y ejabberd-mod-grapfite # ejabberd module to gather statistics and publish them via statsd/grafite
|
||
|
apt install -y jabber2 # Jabber instant messenger server
|
||
|
apt install -y prosody # Lightweight Jabber/XMPP server
|
||
|
|
||
|
# audo
|
||
|
apt install -y audacity # multi-track audio editor
|
||
|
apt install -y ardour # the digital audio workstation
|
||
|
apt install -y audacious # small and fast audio player
|
||
|
|
||
|
######################### video ############################
|
||
|
apt install -y mpv # looks like it's the future of mplayer & mencoder
|
||
|
apt install -y mplayer # movie player for Unix-like systems
|
||
|
apt install -y vlc # multimedia player and streamer
|
||
|
|
||
|
apt install -y pitivi # non-linear audio/video editor
|
||
|
apt install -y openshot # OpenShot Video Editor
|
||
|
apt install -y shotcut # video editor with features like 4k
|
||
|
apt install -y olive-editor # non-linear video editor
|
||
|
apt install -y lmms # Linux Multimedia Studio
|
||
|
apt install -y kdenlive # non-linear video editing suite
|
||
|
apt install -y kodi # Open Source Home Theatre
|
||
|
|
||
|
apt install -y handbrake # convert anything to anything else
|
||
|
|
||
|
apt install -y obs-studio # designed for efficiently recording and streaming live video
|
||
|
apt install -y flameshot # simple-to-use screenshot software
|
||
|
apt install -y peek # a screen recorder
|
||
|
apt install -y kazam # screencast and screenshot application
|
||
|
##################### video end ############################
|
||
|
|
||
|
apt install -y wireshark # deep network traffic analyzer
|
||
|
apt install -y termshark # golang Terminal UI for wireshark
|
||
|
apt install -y testdisk # disk partition map and recovery tool
|
||
|
|
||
|
# funny terminal window screen saver
|
||
|
# add-apt-repository ppa:ytvwld/asciiquarium
|
||
|
# apt-get update && sudo apt-get install asciiquarium
|
||
|
|
||
|
|
||
|
apt install -y youtube-dl
|
||
|
apt install -y youtubedl-gui # GUI on youtube-dl
|
||
|
|
||
|
# owncloud-client*
|
||
|
# synergy
|
||
|
|
||
|
# clamav clamtk # anti-virus utility for Unix
|
||
|
# lightworks : https://www.lwks.com/
|