/notebook/linux-special-topics

Posts in linux-special-topics

android studio

by Dan Aukes

sudo apt install -y libc6:i386 libncurses5:i386 libstdc++6:i386 lib32z1 libbz2-1.0:i386

download android-studio


Old info

get a message ...

Read More
Using Ardour

by Dan Aukes

sudo apt install -y ardour

  • https://www.linuxsynths.com/
    • zebra
    • ...
Read More
Distrobox Info

by Dan Aukes

sudo apt install -y distrobox curl -s https://raw.githubusercontent.com/89luca89/distrobox/main/install | sudo sh

distrobox create --name test --image ubuntu:24.04 ...

Read More
DVD backup

by Dan Aukes

sudo apt install -y k3b sudo apt install -y libdvd-pkg sudo dpkg-reconfigure libdvd-pkg sudo apt install -y ...

Read More
Gnome Remote Desktop

by Dan Aukes

```bash sudo apt install -y winpr-utils

sudo systemctl restart gnome-remote-desktop.service sudo grdctl --system rdp enable

sudo rm -rf ~gnome-remote-desktop/rdp-tls* sudo ...

Read More
Dealing with .heif Images

by Dan Aukes

https://linuxnightly.com/convert-heif-images-to-jpg-or-png-on-linux/

sudo apt install -y libheif-examples
heif-convert image.HEIC new-image.jpg

using ...

Read More
install node

by Dan Aukes

https://www.digitalocean.com/community/tutorials/how-to-install-node-js-on-ubuntu-22-04

```bash cd ~/Downloads curl -sL https://deb.nodesource.com/setup_18.x -o nodesource_setup.sh sudo bash ...

Read More
Micropython on Linux

by Dan Aukes

```bash sudo apt install -y build-essential libffi-dev git pkg-config git clone https://github.com//micropython cd micropython git remote add upstream ...

Read More