How to Repair Ubuntu Network
Senior Developer, Designer, Technologist! 🇮🇷
Search for a command to run...
Senior Developer, Designer, Technologist! 🇮🇷
No comments yet. Be the first to comment.
For Setting Up a Server From DigitalOcean How To Install Nginx on Ubuntu 22.04 How to Set Up SSH Keys on Ubuntu 22.04 How To Secure Nginx with Let's Encrypt on Ubuntu 22.04 How To Create A New Sudo Enabled User on Ubuntu 22.04 [Quickstart] How to In...
Here are the steps I used to to upgrade MySQL to MariaDB in XAMPP on Windows in about 5 minutes. After completing this process, MariaDB will look and work just like MySQL. You may even notice a performance increase in your website. No need to panic f...
TL;DR: Three spammy “free money” issues mentioned my username. GitHub removed the issues, but a phantom notification stuck around: the badge count wouldn’t clear and the notifications list was empty. I contacted GitHub Support, learned why this can h...
Links Cheat Sheet Production usage Persistence JSON JSON DataType RedisJSON @ GitHub Installing Redis on Windows Memurai: Redis for Windows Installing curl -fsSL https://packages.redis.io/gpg | sudo gpg --dearmor -o /usr/share/keyrings/redis-arch...
# Secrets [Ss]ecret.* *.sql *.env *.env.* !*.env.template !*.env.*.template *.local # Setup samples !/setup # Temps **/[Tt]emp **/[Tt]emps **/.DS_Store **/._.DS_Store vite.config.*.timestamp-* *.log yarn-error.log # Packages node_modules node_modu...
Linux Users In Linux, users are defined in the /etc/passwd file, and their passwords are stored in the /etc/shadow file. [!NOTE] Note At one time, this file stored the hashed passwords of every user on the system. However, this responsibility has be...
While I was sudo apt updateing my Ubuntu Server, all of a sudden the internet decided to disconnect :). I rebooted; after that, the internet wouldn't connect at all. Even the LEDs next to the Ethernet port woudn't turn on as usual.
At first I thought the problem was from the hardware, the network card. but it turned out, it was because of the updating software failure. I thought of reinstalling the packages (drivers) that were related to network (network-manager, ifupdown). But how could I do it? I didn't have internet access to download and sudo apt install them.
It was a disaster.
I decided to try to manually install them. after many searches and time spending, here's what I did:
I wanted to download the packages from the Ubuntu mirror and install them via a USB stick.
When sudo apt updateing, Ubuntu writes the URLs it downloads the software from, based on the system requirments, the links showed me two keywords: jammy and amd64.
Based on those, Now:
network-manager)jammyamd64selected jammy, at the bottom of the page, clicked on All packages, found the package I needed (network-manager)
These were the packages required for me:
Very useful links: https://askubuntu.com/questions/285539/detect-and-mount-devices https://askubuntu.com/questions/859787/how-to-unmount-and-mount-pen-drive-in-ubuntu-via-command-line