Posts

recover data from an sd card

by danaukes

https://askubuntu.com/questions/330568/how-to-restore-photos-on-sd-card

```bash sudo apt install -y testdisk sudo ...

Read More
Recovering Files

by danaukes

External Resources

  • ...
Read More
Setting Raspberry Pi Zero 2 as a Wifi Access Point

by danaukes

sudo apt install network-manager

comment out networkd and use NetworkManager add mode: ap

```yaml network: version: ...

Read More
Looping Video into Zoom

by danaukes

sudo apt install -y v4l2loopback-dkms v4l-utils
ls /dev/video*
sudo modprobe v4l2loopback video_nr=9 card_label=“virtual-cam” 
```bash ffmpeg -stream_loop -1 -re ...

Read More
Installing and Using VNC

by danaukes

```bash sudo apt update sudo apt install -y xfce4 xfce4-goodies tightvncserver vncserver vncpasswd

vnc password *

vncserver -kill :1 mv ~/.vnc/xstartup ~/.vnc/xstartup.bak nano ...

Read More
Weylus

by danaukes

...

Read More
Download with ```wget``` and ```xpath```

by danaukes

sudo apt intstall libxml2-utils
  1. go to firefox and go to the url you want to ...
Read More