Ubuntu 18.04 Boot Speedups.
Checking startup speed and delays Changing apt-daily.service to start later. Using information from this thread, apt-daily.service should not start in the boot sequence. These are the instructions. Then paste the […]
Checking startup speed and delays Changing apt-daily.service to start later. Using information from this thread, apt-daily.service should not start in the boot sequence. These are the instructions. Then paste the […]
To ensure your vpn’s dns server is used, the following script can be put in “/etc/NetworkManager/”. It will need execute permission and the “CONNECTION_ID” changed to the vpn connection name.
I had a little problem, I always have a TTY Usb serial adapter plugged in. I use this to program and debug avr micro-controllers. Lately I have started using NodeMCU […]
Some work networks and vpn’s use “internal” DNS servers to resolve, for example a work vpn (like mine) which has dns resolving hosts to internal addresses, where as you get […]
By default the Network Manager configuration in Ubuntu 17.04 is configured to use systemd-resolv to configure dns. This is fine until you want to use a vpn that requires “internal” […]
Some videos now come with advanced formats that my receiver is too old to play, so I created a small script “toac3.sh” which will convert leaving the video alone. #!/bin/bash […]
On occasion when installing a fresh linux, on whatever device I like to have my user be able to use “sudo” without having to use a password.I always forget the […]