I make this short note for myself because I often change or have to deal with new OS such as Ubuntu. In Ubuntu (and in some other OSes), it is...
Often we create virtual machines in VirtualBox only to access it via terminal. In this case, we don't really need a GUI interface. Of course, we can...
I am a Mac OS user for years. I really love Mac and have a really good experience using it, especially as a developer. One feature that I love is the...
Mostly we use our localhost as a server when developing a web application. But on some occasions, we may want to share our local server so that it can...
In one of my previous post , I wrote about how to add a user with sudo privilege in Ubuntu linux. In this post, let me write a similar one but for...
If you use timestamps feature in Laravel, then you got the free feature of auto-update on created_at and update_at columns when the model is created...