- APFS
- APFS (зашифрованный)
- APFS (чувствительный к регистру символов)
- APFS (чувствительный к регистру символов, зашифрованный)
- Mac OS Extended (журналируемый)
- Mac OS Extended (журналируемый, зашифрованный)
- Mac OS Extended (чувствительный к регистру символов, журналируемый)
- Mac OS Extended (чувствительный к регистру символов, журналируемый, зашифрованный)
- MS-DOS (FAT)
- ExFAT
This file contains 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
ls -la /usr/bin/ | grep gnome-keyring-daemon | |
# -rwxr-xr-x 1 root root 1017128 Мау 21 2022 gnome-keyring-daemon | |
sudo chmod -x /usr/bin/gnome-keyring-daemon | |
ls -la /usr/bin/ | grep gnome-keyring-daemon | |
# -rw-r--r-- 1 root root 1017128 Мау 21 2022 gnome-keyring-daemon |
This file contains 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
#!/usr/bin/env xdg-open | |
[Desktop Entry] | |
Version=1.0 | |
Name=Google Chrome | |
# Only KDE 4 seems to use GenericName, so we reuse the KDE strings. | |
# From Ubuntu's language-pack-kde-XX-base packages, version 9.04-20090413. | |
GenericName=Web Browser | |
GenericName[ar]=متصفح الشبكة | |
GenericName[bg]=Уеб браузър | |
GenericName[ca]=Navegador web |
This file contains 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
$ lsb_release -a | |
No LSB modules are available. | |
Distributor ID: Ubuntu | |
Description: Ubuntu 20.04.4 LTS | |
Release: 20.04 | |
Codename: focal | |
$ sudo apt-get install qtdeclarative5-dev | |
$ sudo apt-get install qtdeclarative5-private-dev |
This file contains 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
#--------------------------------------------------------------------- | |
# ДРАЙВЕРА | |
#--------------------------------------------------------------------- | |
# Проверка используемых wireless адаптером драйверов: | |
sudo lshw -C network | |
# lshw - показывает информацию про hardware. | |
# -C network - фильтрует вывод, показывая только network class. | |
lspci -nnk | grep -A2 0280 |
This file contains 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
sha256sum --check --ignore-missing SHA256SUMS |
This file contains 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
<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Transitional//EN' 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd'> | |
<html xmlns='http://www.w3.org/1999/xhtml' xml:lang='en-US' lang='en-US'> | |
<head> | |
<meta http-equiv='Content-Type' content='text/html;charset=utf-8' /> | |
<title>GParted Details</title> | |
<style type='text/css'> | |
table {border:0} | |
th {text-align:left} | |
.number_col {text-align:right} | |
</style> |
This file contains 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
********************************************** | |
Ventoy: 1.0.64 x86_64 | |
longpanda [email protected] | |
https://www.ventoy.net | |
********************************************** | |
Disk : /dev/sdc | |
Model: StoreJet (scsi) | |
Size : 223 GB | |
Style: GPT |
This file contains 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
********************************************** | |
Ventoy: 1.0.64 x86_64 | |
longpanda [email protected] | |
https://www.ventoy.net | |
********************************************** | |
Disk : /dev/sdc | |
Model: StoreJet (scsi) | |
Size : 223 GB | |
Style: MBR |
This file contains 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
Some additional packages need to be removed | |
Because of their dependencies, the following package(s) also need to be removed: | |
- abiword-3.0.4-3.mga8.i586 | |
- chrome-gnome-shell-10.1-5.mga8.i586 | |
- cinnamon-screensaver-4.8.1-1.mga8.i586 | |
- evolution-data-server-3.38.3-2.mga8.i586 | |
- evolution-data-server-tests-3.38.3-2.mga8.i586 | |
- folks-eds-backend-0.14.0-2.mga8.i586 |
NewerOlder