Posts with "bash" Tag

Linux / Bash Cheatsheet Bookmarks

by Dan Aukes

how-to-geek's links

Read More
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)) ...

Read More
getting pyBullet working in Anaconda

by Dan Aukes

search keywords:

  • python
  • anaconda
  • conda
  • pybullet
  • Mesa
  • OpenGL
  • radeonsi
  • swrast

Trying to run a pyBullet script, ...

Read More
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 ...

Read More
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 ...

Read More
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 ...

Read More
Getting Meta-data from images and videos

by Dan Aukes

from here

sudo apt install -y libimage-exiftool-perl

exiftool ...

Read More
Git Commands

by Dan Aukes

a handy cheatsheet of my most used and looked up git commands

Read More