Ubuntu. Открыть файловый менеджер из текущей директории терминала
The following works in all desktop environments by using the default file manager:
xdg-open .You can use nautilus [path]. for current directory
nautilus .
The following works in all desktop environments by using the default file manager:
xdg-open . You can use nautilus [path]. for current directory
nautilus .Инструкция по изменение цветовой схемы текстового редактора vim для комфортной работы через putty клиент.
sudo sysctl fs.inotify.max_user_watches=256000 # отключить
sudo swapoff /swapfile
# создать заново
sudo fallocate -l 8G /swapfile
sudo chmod 600 /swapfile
sudo mkswap /swapfile
sudo swapon /swapfile Автоматическая синхронизация времени времени в linux на примере CentOS и пакета ntpdate