, 24 2020 . 08:46
+
Linux
1. gnome-tweaks , () Linux. , Synoptic, : gnome-tweak-tool, gnome-tweaks.
2. , , "" -> " " (Language). : , English - . , , , , English . , , , " ".
...
, 24 2020 . 08:38
+
gnome-tweaks, " " - " " - .
: /usr/share/applications.
.
, 21 2019 . 18:34
+
, (\n\r). .
find -type f -name \*.* -exec sed -i -r 's/ / /g' {} \;
, 14 2019 . 09:28
+
. linux , .
. - , .
1. .
2. .
sudu xed /etc/ld.so.conf;
sudo xed /etc/ld.so.conf.d/libc.conf;
xed - , .
3. .
sudo rm /etc/ld.so.cache;
4. .
sudo ldconfig -v;
5. , ld.so.cache , , 4 . , 4 . . , , , , , .
6. .
, 14 2019 . 09:21
+
, Linux.
synoptic , "" . , Linux. , . , , sudo apt-get install. , , .
, 12 2019 . 08:48
+
cross-compiling Linux .
sudo ./configure -host=x86_64-w64-mingw32;
x86_64, x86_64, . .
, 10 2019 . 13:48
+
Linux .
, .
1. .
, .
sudo dpkg --get-selections > ./mylib.txt
.
sudo apt-key exportall > ./key_pkg.txt;
2. () mylib.txt key_pkg.txt Linux.
sudo apt-key add ./key_pkg.txt;
sudo cp -R ~sources/* /etc/apt/;
sudo dpkg --set-selections < ./mylib.txt;
sudo apt-get dselect-upgrade
, 10 2019 . 13:21
+
root .
sudo rsync -av --exclude='*.mp3' /source_dir /dect_dir;
sudo rsync -av /source_dir /dect_dir;
--exclude='*.mp3' *.mp3.