Posts

Create a New User via Computer Management (Windows 11)

Image
Create a New User via Computer Management (Windows 11) Steps: Right-click Start → select Computer Management Go to: System Tools > Local Users and Groups > Users Right-click Users → choose New User … Enter Username , Password , etc. Set user options (e.g., password never expires) Click Create , then Close ✅ Done — the user is now added ⚠️ Disclaimer: Admin rights required. Misconfigurations may affect system access or security. Not responsible for any misconfiguration or system issues resulting from these actions.

How to Enable Desktop Icons in Windows 11

Image
 How to Enable Desktop Icons in Windows 11 If you've recently upgraded to Windows 11 and can't find essential desktop icons like This PC, Recycle Bin, or Control Panel.  enabling them is quick and easy steps. Steps to Enable Desktop Icons in Windows 11 Follow these simple steps to restore your familiar desktop icons: Right-click on an empty area of your desktop. Click on Personalize . In the Settings window, scroll down and select Themes . Under Related Settings, click on Desktop icon settings. In the pop-up window: Check the boxes for the icons you want to show (e.g., Computer, User’s Files, Network, Recycle Bin, Control Panel). Click Apply , then OK . Your selected icons should now appear on your desktop. Disclaimer:   This guide is for informational purposes only. System behavior may vary. Back up your data before making changes. The author is not responsible for any issues or data loss.

How to Change Ownership of a Folder (Ubuntu & CentOS 7.9)

 How to Change Ownership of a Folder (Ubuntu & CentOS 7.9) To change the ownership of a folder and all its contents: sudo chown -R [new_owner]:[new_group] /path/to/directory Example: sudo chown -R apache:apache /var/www/html This command works the same on both Ubuntu and CentOS 7.9. ⚠️ Disclaimer: For educational use only. Use at your own risk. We are not responsible for any issues or misuse. Apply under professional supervision.

Step-by-Step Guide to Disable Mobile Hotspot on Windows 11

Image
  Step-by-Step Guide to Disable Mobile Hotspot on Windows 11 Press Win + R, type gpedit.msc , hit Enter Navigate to: Computer Configuration → Administrative Templates → Network → Network Connections Double-click Prohibit use of Internet Connection Sharing on your DNS domain network Select Enabled, then click OK ⚠️ Disclaimer Group Policy Editor is available only in Windows 11 Pro, Enterprise, and Education. Use at your own risk — we are not responsible for any issues. Apply changes under IT professional supervision.

start learning "Ubuntu 18" with us

Image
 I am start learning Linux and  update every day on this page. UBUNTU 18.4    sudo apt update sudo apt upgrade 3rd ster : sudo apt auto remove Note: whenever upgrade command run must require to run the command of " sudo apt autoremove".  reboot command : to fix any upgrade use : sudo apt --fix-broken install To know your user name : whoami > TO ZOOM TERMINAL  CTRL+SHIFT+ “+” > TO ZOOM OUT TERMINAL  CTRL+SHIFT+ “-”    Uninstall Googlechrome sudo apt purg google-chrome-stable remove the "google chrome " folder /home/username/ .config rm -rf /home/username/.config/google-chrome also remove the "google chrome" folder /home/username/ .cache rm -rf /home/username/.cache/google-chrome  startup error of Ubuntu  To know the step click the video link below: link : to make directory use command : mkdir How to add host name:  sudo nano /etc/hostname  how to add hosts: sudo nano /etc/hosts Install vim sudo apt instal...