From dda642bd59c308519ecf870fdd8bc3337fd99f06 Mon Sep 17 00:00:00 2001 From: Aji Kamaludin Date: Thu, 15 Jun 2023 01:18:53 +0700 Subject: [PATCH] bit fix --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 85da6b3..50c231b 100644 --- a/README.md +++ b/README.md @@ -57,9 +57,17 @@ password : password npm run build ``` +## Other + ```php $faker = Faker\Factory::create(); foreach (range(0,1000) as $range) { echo $faker->regexify('[A-Z]{5}[0-4]{3}').', '.$faker->name.','.$faker->randomNumber(3, false). "\n"; } ``` + +```bash +rsync -arP -e 'ssh -p 224' --exclude=node_modules --exclude=.git --exclude=.env --exclude=storage --exclude=public/hot . arm@ajikamaludin.id:/home/arm/projects/point + +rsync -arP -e 'ssh -p 224' --exclude=node_modules --exclude=database/database.sqlite --exclude=.git --exclude=.env --exclude=storage --exclude=public/hot . arm@ajikamaludin.id:/home/arm/projects/point +```