Tag: linux
HOWTO: [Electron, fix, install, error] How to fix Electron ENOENT error
I’ve come multiple times across a strange issue using Electron as a standalone web app framework: npm ERR! code ELIFECYCLE npm ERR! errno ENOENT Let me save you some time hereby giving the solution of this issue: $ sudo npm install -g electron —unsafe-perm=true —allow-root Launch the command above from…
HOWTO: [resize, split, windows, LXDE, Lubuntu, Openbox] How to resize windows with hotkeys under Lubuntu (LXDE)
HOWTO: [rsync, backup, files, folders] How to use RSYNC command to backup entire OS
Last weekend I’ve made a full OS backup ’cause I’ve been stuck with Lubuntu 15.10 and I couldn’t upgrade anymore because reasons and I needed to upgrade to the latest version.So I picked up my backup HDD and launched this simple command: sudo rsync -avxHAWX –numeric-ids –info=progress2 /root-folder /destination-folder-\ beware\…
HOWTO: Display all directories in $PATH, one per line
HOWTO: [Electron, fix, install, error] How to fix Electron ENOENT error
I’ve come multiple times across a strange issue using Electron as a standalone web app framework: npm ERR! code ELIFECYCLE npm ERR! errno ENOENT Let me save you some time hereby giving the solution of this issue: $ sudo npm install -g electron —unsafe-perm=true —allow-root Launch the command above from…
HOWTO: [resize, split, windows, LXDE, Lubuntu, Openbox] How to resize windows with hotkeys under Lubuntu (LXDE)
HOWTO: [rsync, backup, files, folders] How to use RSYNC command to backup entire OS
Last weekend I’ve made a full OS backup ’cause I’ve been stuck with Lubuntu 15.10 and I couldn’t upgrade anymore because reasons and I needed to upgrade to the latest version.So I picked up my backup HDD and launched this simple command: sudo rsync -avxHAWX –numeric-ids –info=progress2 /root-folder /destination-folder-\ beware\…