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 .Как исправить ошибку "504 gateway time-out" (Время вышло)
Сначала установите 2 расширения php:
sudo apt-get install php-zip
sudo apt-get install php-xmlПотом установщик laravel
создание файла без реальной записи данных
fallocate -l 2G filename.extили (медленный вариант)
user@ubuntu:~$ dd if=/dev/zero of=filname.ext bs=100M count=5
5+0 записей считано
5+0 записей написано
скопировано 524288000 байт (524 MB), 3,09439 c, 169 MB/c