Lack of Potatoes
  • Home
  • Archive
  • Vultr Affiliate ($10 on Sign up)
Subscribe

Linux

A collection of 2 posts
Linux

Failed to fetch when using apt-update (404 not found)

If you have let slip your patching routine with Ubuntu you can find yourself in a position where you can't get any updates or upgrade to the next release. Backup your existing sources.list file: sudo cp /etc/apt/sources.list /etc/apt/sources.list.backup Update the sources to
Jul 15, 2020
Linux

Network configuration from CLI

Find the interface you want using either command: netstat -i ifconfig Update the interface with your config (in this example eth0): sudo ifconfig eth0 10.1.1.6 netmask 255.255.255.0 Now set the default gateway using the following command (same interface as before): sudo route add default
May 7, 2020
Lack of Potatoes © 2022
Powered by Ghost