-
Create a repository on git and first commit
git config –global user.email “email@email.com” git config –global user.name “Fernando” Create the repository on git Initiate the git:git init Add […]
-
Install Rsync on CentOS or Debian
On CentOS: yum install rsync On Debian: apt-get install rsync
-
How to download a Git and push on Xampp
Clone: git clone https://github.com/gemul/inventory-laravel.git inventory cd inventory Copy .env.example file to .env and edit database credentials and APP_URL Run composer install Run composer dump-autoload Run php artisan key:generate Run php artisan […]
-
How to recover a corrupt database
If you can’t boot the server, reboot in rescue mode and mount the partition. Then, enter to var/lib/mysql Copy ib_logfileX […]
-
Hello world!
Welcome to WordPress. This is your first post. Edit or delete it, then start writing!