Surprise! We've been running on hardware provided by BuyVM for a few months and wanted to show them a little appreciation.
Running a paste site comes with unique challenges, ones that aren't always obvious and hard to control. As such, BuyVM offered us a home where we could worry less about the hosting side of things and focus on maintaining a clean and useful service! Go check them out and show them some love!
Description: alky
Submitted on January 31, 2023 at 11:01 AM

New Paste 1 (Text)

jonas@jonas-Visionbook-14Wr-Plus:~$ ip route
default via 192.168.149.61 dev usb0 proto dhcp metric 100 
10.90.182.0/24 dev pan1 proto kernel scope link src 10.90.182.1 linkdown 
169.254.0.0/16 dev pan1 scope link metric 1000 linkdown 
192.168.149.0/24 dev usb0 proto kernel scope link src 192.168.149.110 metric 100 
jonas@jonas-Visionbook-14Wr-Plus:~$ sudo ip link set pan1 down
[sudo] jonas jelszava:       
jonas@jonas-Visionbook-14Wr-Plus:~$ sudo ip link set wlan0 up
RTNETLINK answers: Cannot assign requested address
jonas@jonas-Visionbook-14Wr-Plus:~$ ip route
jonas@jonas-Visionbook-14Wr-Plus:~$ dmesg | grep wlan0
jonas@jonas-Visionbook-14Wr-Plus:~$ cat /etc/network/interfaces
# interfaces(5) file used by ifup(8) and ifdown(8)
# Include files from /etc/network/interfaces.d:
source /etc/network/interfaces.d/*
jonas@jonas-Visionbook-14Wr-Plus:~$ lshw -C network
WARNING: you should run this program as super-user.
  *-network DISABLED        
       description: Wireless interface
       physical id: b
       bus info: usb@1:4
       logical name: wlan0
       serial: ff:ff:ff:ff:ff:ff
       capabilities: ethernet physical wireless
       configuration: broadcast=yes driver=rtw_8723du driverversion=6.1.8-4-liquorix-amd64 firmware=N/A link=no multicast=yes wireless=IEEE 802.11
WARNING: output may be incomplete or inaccurate, you should run this program as super-user.
jonas@jonas-Visionbook-14Wr-Plus:~$