Tomi Kajala
Programmer
Web designer

Some favorite packages in Debian 10

When setting up a new machine, it can be useful to check from the old machine which packages were manually installed:

apt list --manual-installed=TRUE

Note to self:
These packages were manually installed on main laptop (A) in Debian 10

Development-related packages:

apache2
geany
geany-plugins
jedit
mysql-server
nano
php
php-gd
php-mbstring
php-mysql
php-xml

Other nice packages:

ardour
audacity
autokey-gtk
calf-plugins
festvox-suopuhe-lj
festvox-suopuhe-mv
geeqie
jhead
kdenlive
krita
mlocate
mplayer
mplayer-doc
musescore
rsync
tigervnc-viewer
vpnc
wget
whois
xine-ui

Testing Laravel with SQLite in Debian 10

apt install composer
apt install sqlite
apt install php-sqlite3
composer create-project laravel/laravel example-app
php artisan migrate
Click anywhere to close