Incredible Apache2 virtualhost redirection issue… solved.

Incredible Apache2 virtualhost issue solved

Last week I’ve been stuck with an incredible issue testing websites locally. Never had a problem since then; I usually set up my hosts file and create a virtualhost in order to test mywebsitename.test in my browser, then when I’m done I move it on production and change config files.…

Continue reading

HOWTO: [Electron, fix, install, error] How to fix Electron ENOENT error

howto fix electron enoent error installing linux allart softworks

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…

Continue reading

HOWTO: [resize, split, windows, LXDE, Lubuntu, Openbox] How to resize windows with hotkeys under Lubuntu (LXDE)

howto resize split windows lxde lubuntu how to resize windows with hotkeys under lubuntu lxde

I always need to split a screen in half, using two (or more) tiled windows. I certainly can do it with my mouse but I’d spend too much calories doing it so I decided to configure my Lubuntu Openbox to get it done with hotkeys.  If you want to save…

Continue reading

HOWTO: [rsync, backup, files, folders] How to use RSYNC command to backup entire OS

header pic 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\…

Continue reading