sudo update-alternatives --config x-cursor-theme
Tuesday, May 30, 2017
How to mount an ISO file in ubuntu?
Maybe, instead of installing additional software, you can use what the system has to this end:
- Create a directory to serve as the mount location:
sudo mkdir /media/iso - Mount the ISO in the target directory:
sudo mount -o loop path/to/iso/file/YOUR_ISO_FILE.ISO /media/iso - Unmount the ISO:
sudo umount /media/iso
On your desktop will appear the mounted ISO.
Sunday, May 07, 2017
Thursday, April 06, 2017
Monday, January 09, 2017
how to use ssh to run shell script on a remote machine?
If Machine A is a Windows box, you can use Plink (part of PuTTY) with the -m parameter, and it will execute the local script on the remote server.
plink root@MachineB -m local_script.sh
If Machine A is a Unix-based system, you can use:
ssh root@MachineB 'bash -s' < local_script.sh
You shouldn't have to copy the script to the remote server to run it.
Sunday, December 04, 2016
How to run composer as www-data
sudo -u www-data /usr/local/bin/composer install --no-ansi --no-dev --no-interaction --no-progress --no-scripts --optimize-autoloader
Tuesday, October 18, 2016
Brightness is reset to Maximum on every Restart in ubuntu
sudo apt-get install xbacklight
xbacklight -set 50
xbacklight -set 50
Subscribe to:
Posts (Atom)
systemd-timesyncd
sudo apt update && sudo apt install systemd-timesyncd && sudo systemctl enable --now systemd-timesyncd
-
sudo -u www-data /usr/local/bin/composer install --no-ansi --no-dev --no-interaction --no-progress --no-scripts --optimize-autoloader
-
find . ! -empty -type f -exec md5sum {} + | sort | uniq -w32 -dD fdupes -r / linux_czkawka_gui.AppImage