Posts with "bash" Tag
fixing file transfer bug in nautilus
by Dan Aukes
Issue: Nautilus hangs when I try to copy large files to a NAS.
```bash sudo echo $((1610241024)) ...
getting pyBullet working in Anaconda
by Dan Aukes
search keywords:
- python
- anaconda
- conda
- pybullet
- Mesa
- OpenGL
- radeonsi
- swrast
Trying to run a pyBullet script, ...
Start Virtualbox as a Service in Linux
by Dan Aukes
sudo apt reinstall virtualbox-dkms virtualbox-ext-pack virtualbox-qt virtualbox
```bash sudo nano /etc/default/virtualbox ...
Common Docker Commands
by Dan Aukes
General Commands
docker images
docker pull
docker create
docker ps
docker attach 3378689f2069
Deleting, cleanup
```bash docker run —rm image_name docker system ...
Start docker automatically as a ```systemd``` service
by Dan Aukes
Docker Compose Example
copy and paste the folowing text into a new file called ~/script.sh
```bash
!/bin/bash
SERVICENAME=$(basename ...