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 .Краткий список действий по созданию виртуального хоста в Ubuntu
Как исправить ошибку "504 gateway time-out" (Время вышло)
apt-cache policy | grep http | awk '{print $2 $3}' | sort -u # отключить
sudo swapoff /swapfile
# создать заново
sudo fallocate -l 8G /swapfile
sudo chmod 600 /swapfile
sudo mkswap /swapfile
sudo swapon /swapfile Обновленные альтернативы инструментов командной строки cat, ncdu/du, ls, find, jq