Don’t wrap long lines in linux terminal July 20, 2018 admin Ubuntu printf '\033[?7l' ls -l /a/folder/that/contains/files/with/long/names printf '\033[?7h' Share This Tweet Share Share Email Related Posts Mount Windows Share on Ubuntu $ sudo apt-get install cifs-utils $ sudo mount //WINSRV/SHARE -t cifs -o uid=1000,gid=1000,username=winuser /mnt/path where… How can I check /dev/xvda1? You can check or run fsck on /dev/xvda1 using the following method on Ubuntu or… PHP code is not being executed, instead code shows on the page For php7.4 sudo a2enmod proxy_fcgi setenvif sudo a2enconf php7.4-fpm sudo service apache2 restart
Mount Windows Share on Ubuntu $ sudo apt-get install cifs-utils $ sudo mount //WINSRV/SHARE -t cifs -o uid=1000,gid=1000,username=winuser /mnt/path where…
How can I check /dev/xvda1? You can check or run fsck on /dev/xvda1 using the following method on Ubuntu or…
PHP code is not being executed, instead code shows on the page For php7.4 sudo a2enmod proxy_fcgi setenvif sudo a2enconf php7.4-fpm sudo service apache2 restart