xdotool for Linux

This tool lets you simulate keyboard input and mouse activity, move and resize windows, etc https://www.semicomplete.com/projects/xdotool/.

Platform Install Method
Debian and Ubuntu apt-get install xdotool
FreeBSD pkg install xdotool
Fedora dnf install xdotool
OSX brew install xdotool
OpenSUSE zypper install xdotool

 

Laravel Echo compiled version of bootstap.js using Laravel Mix

I was using a development environment where Laravel Mix was not working. Tried other ways to build the dependencies required using browserify  but getting an error for line “import Echo from”. Decided to build the bootstrap.js file on other machine and shared the file. The file was compiled using Laravel Mix with required Laravel Echo options enabled., copy the file to public/js/ folder. Continue reading