linux support cmd ( Chandrakant bharti)
"linux support cmd ( Chandrakant bharti)"
* Step-by-Step Guide to Installing Linux*
Choose a Linux Distribution - Research: There are many distributions (distros) of Linux. Popular ones include Ubuntu, Fedora, and Debian. Choose based on your needs (e.g., user-friendliness, specific software requirements).
2. Prepare Installation Media
3. Backup Your Data
Precaution: Before proceeding, ensure important data is backed up to prevent accidental loss during installation.
4. Boot from Installation Media
- Insert USB: Insert the bootable USB drive into your computer.
- Restart: Restart your computer and access the BIOS/UEFI/LEGACY menu (usually by pressing F2, F12, or Delete during startup).
- Set Boot Order: Set the USB drive as the primary boot device in BIOS/UEFI settings.
1. Allocate 512 MB for the UEFI Boot Partition
Explanation: When setting up your disk partitions for installing Linux, allocate 512 MB specifically for the UEFI Boot Partition. This partition is necessary for systems that use UEFI (Unified Extensible Firmware Interface) instead of the traditional BIOS (Basic Input/Output System). It stores bootloader files and other necessary data for the system to boot properly under UEFI firmware. Proper allocation of this partition ensures that your Linux installation can boot correctly on UEFI-based hardware.
2. Allocate at least 40 GB for the / (root) partition based on your drive space.
Explanation: When installing Linux, it's recommended to allocate a minimum of 40 GB of disk space for the root partition (/). Adjust this based on the total capacity of your hard drive or SSD. This partition holds the core system files and directories required for Linux to operate. Proper allocation ensures sufficient space for system updates, software installations, and user files.
3. Allocate a temporary disk space of at least 5 to 10 GB based on your available disk space.
* To completely remove the Firefox program that was installed using the deb package, use the command:
- sudo apt remove firefox-esr
- sudo rm -Rf /usr/bin/firefox-esr
- sudo rm -Rf /usr/loca/firefox-esr
- sudo snap remove firefox-esr 👆
* Set a local NTP server as target. After restarting the service, it worked just fine.
1. sudo apt install systemd-timesyncd2. sudo systemctl enable systemd-timesyncd3. systemctl enable systemd-timesyncd.service
👉 Only office download click hare
apt-get install onlyoffice-desktopeditors apt-get install onlyoffice-desktopeditors
For uninstall - sudo apt-get remove onlyoffice-desktopeditors
sudo apt-get purge --auto-remove '*' --yes
purge
: Removes the packages and their configuration files.--auto-remove
: Automatically removes dependencies that were installed with the package but are no longer required.'*'
: This is a wildcard that matches all packages.--yes
: Automatically answers "yes" to the confirmation prompts.sudo apt-get purge onlyoffice-desktopeditors
👉 List Installed Packages: Use the appropriate package manager command to list all installed packages.
1. apt list --installed | 2. dpkg --listgoogle keyring password issue or any application password issue...1. sudo apt-get remove --purge gnome-keyring |
2. google-chrome --password-store=basic
*Webex issue firefox*
apt install ffmpeg | apt install ubuntu-restricted-extras | apt install libavcodec-extra -y
for usbguard or keyboard block
"systemd.mask=usbguard" then ctrl+x
apt remove usbguardapt remove --autoremove usbguard
apt purge usbguard
apt purge --auto-remove usbguard
systemctl daemon-reload
Thanks Chandrakant bharti
ReplyDelete