You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
Instantly share code, notes, and snippets.
kekneus373
Amateur GNU/Linux user from Ukraine. I run NixOS ❄️. Hobbies: making videos, scripting, listening to music (Phonk, Rock, Blues, Jazz, Synth-, Vaporwave), DIY 🙂
To clear old network connections and profiles in Windows 7, you can use the built-in Network and Sharing Center or the Command Prompt for wireless networks.
Method 1: Remove Wireless Network Profiles
Open Network and Sharing Center (via Control Panel or right-clicking the network icon).
Click Manage wireless networks in the left pane.
Right-click the network you wish to remove and select Remove network.
Confirm the action by clicking OK in the warning dialog.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
To enable virtual folder support in Nextcloud on Linux, add the line showExperimentalOptions=true to the [General] section of the nextcloud.cfg file located in ~/.config/Nextcloud/. After that, restart the app or log out and back into your desktop session for the changes to take effect.
[OpenWRT] Cannot add `kmod-*` packages in squashfs custom-built image
You cannot install kernel module (kmod) packages after the initial OpenWrt installation because they need to be included in the image or installed directly during the build process. If you need specific kmod packages, ensure they are selected before building the firmware image.
[Windows] Desktop folder missing from user, but does exist
Desktop Folder Missing From User Profile Windows 10
The Desktop folder is typically located at C:\Users\[YourUsername]\Desktop, but it may appear missing due to being hidden, relocated by OneDrive, or a temporary profile issue. To quickly verify access, open File Explorer and paste %userprofile%\desktop into the address bar.
If the folder is truly missing from your profile, try these solutions:
Show Hidden Files: In File Explorer, go to View > Options > View and enable Show hidden files, folders, and drives.
Check OneDrive: OneDrive may have moved the folder to C:\Users\[YourUsername]\OneDrive\Desktop. Check this path or disable Desktop backup in OneDrive settings. This is what happened in my case.
Fix Name Conflicts: Create a new folder named "Desktop" in C:\Users\[YourUsername]; if a conflict exists, Windows will prompt you to merge or rename the existing folder.
To reboot from a Windows PE environment, you can use the command-line tool Wpeutil or the graphical interface.
Command Line Methods:
Wpeutil Reboot: The most reliable method is to open the command prompt and run wpeutil reboot. This command is included in the minimal Windows PE footprint, whereas the standard shutdown.exe tool is often missing and will result in a "command not found" error.
Graphical Interface: You can also click the Power icon in the bottom-right corner of the screen and select Restart.