After upgrading to homestead 7.0.0 box whenever I run the artisan command on Mac book terminal (Host Machine) it returned the following error php artisanIn AbstractConnection.php line 155:Connection refused [tcp://192.168.10.10:6379] I noticed that it was because of the changed setting
Debian Stretch 9 issue with vim: copy and paste
In Debian Stetch 9 there is a new behaviour in vim, the copy and paste with the mouse is unusual and don’t work as the previous versions did. For fix that, in the file /usr/share/vim/vim80/defaults.vim comment the lines: ” if
Autostart Seafile client on login in Ubuntu 16.04 LTS
I was having some experiments to setup a file sync system of my own in order to replace Dropbox. I found seafile can be an excellent replacement. All went fine and I was able to install the clients on IOS,
Problem with script not running automatically in /etc/network/if-up.d/
I was testing a new instance of Debian Jessie with a new cloud provider scaleway and was struggling to find the issue why one of the bash script is not running on the startup Digging through the /var/messages log I
Ubuntu 15.04 VMware tools install issue
Whenever I tried to install vmware tools on ubuntu 15.04, Install VMware tools option was shown as disabled. The fix was to Change the setting in the VM of the floppy from virtual one to physical. Then copy the vmwaretools-xxxx-tar.gz
Discourse Multisite Install
I faced a hard time configuring multisites on Discourse. Standalone install was fine and straight forward. Here are some important points from my trials. 1) Docker will run properly only on KVM or XEN with AUFS supported kernal 2) Multisite install
Dealing with PHP Warning – mysql_connect(): Headers and client library minor version mismatch. Headers:50535 Library:50617
Came across this error in NGINX Error log Fix was to install php5-mysqlnd instead of php5-mysql it’s a drop-in replacement it’s not linked against any libmysqlclient library it won’t throw any irrelevant warning about version mismatch it has a lot of
Default site for name based virtual host on NGINX
I was looking for option to load a particular site for a domain name pointed to a IP on NGINX. Following option did the trick. Just add default_server to the configuration for the site need to be loaded server{ listen
SElinux permission issue for Laravel 5 on NGINX with PHP-FPM on Fedora 21
I had a hard time in running Laravel5 on Fedora 21. Finally looking at the NGINX log , i found there is some permission issues and SElinux is the culprit. It was fixed using the chcon utility chcon -Rt
Fedora 21 – Login Screen Loop
I was testing Fedora 21 alpha and in process of setting the development environment. But today morning I ended up in a login screen loop which drove me crazy! Upon investigation I realized that the issue was because I edited the