This article is specifically written for a Git section article because the focus of this article is solely on the […]
Month: November 2017
Git Cheat Sheet Command Page
Initialize an empty repository with either an empty folder or an already filled folder. git init Add files or folders […]
How to Change zabbix admin password
This is an article where the main purpose is to show how to change the password of an administrator role […]
MySQL Cheat Sheet Query Page
Database Section Select Database mysql> use database_name Example mysql> use mydb; Reading table information for completion of table and column […]
Samba Cheat Sheet Command Page
Mount Sharing Folder in a other Server, Workstation running Linux Samba Shared Directory or Folder mount -t cifs //xxx.xxx.xxx.xxx/shared_name /mnt/mount_point_name/ […]
Laravel Cheat Sheet Command Page
Create a New Project Laravel composer create-project laravel/laravel folder_name Model Create a New Model php artisan make:model model_name Controller Create […]
How to Insert a New Record Using PHP Artisan Tinker in Laravel
This article is an article which is focusing on the writing for a specific subject specified in the title of […]
How to Change Definer in MySQL Views
In this article, as shown in the title of the article which is how to change definer inMySQL views, this […]