Items 1-12 out of 1173 displayed
By default the printer gets an IP address assigned by the router. The laptop by default does not assign IP addresses. That's why the printer does not work when you connect...
If you can not access the S.M.A.R.T data of your external drive then most likely the USB controller of your...
The images of Ubuntu 20.10 for desktop and server still rely on iftables, nftables is not installed in either of them. Why Canonical has decided to go with iftables once more I don't know. So...
I found it... I had to write a script
#!/bin/bash
sleep 5 && conky &
the sleep 5 is to delay conky from starting always on top of all windows.
I...
It turned out the firewall in the offic was blocking some packages because they had .cmd files in them, and npm was one of these. Once the system admin found that rule I was able to install...