Sugeng rawuh

PART 1 : Instalasi Flutter dan kebutuhan tools

Kebutuhan Tools 1. Instalasi Flutterinstall Flutter dapat di baca dokumentasi lengkap di sini :https://flutter.dev/docs/get-started/install/windows    a. download git for windows 2. Instalasi Android Studio & UpdateUntuk install android studio dapat di download di sini :Download Android Studio and SDK tools  |  Android...
Share:

CodeIgniter\Exceptions\FrameworkException The framework CI 4

CodeIgniter 4.1.4My Solution : I faced same issue and resolve following below steps:go to the app=> Config => Boot => production.php in your projectChange the ini_set('display_errors', '0') to ini_set('display_errors', '1') above will show you the error detail...
Share:

Motovlog pakai gimbal dan HP - feiyu vlog pocket

 Gimbal - feiyu vlog pocketLink pembeliannya : https://shp.ee/hdjw42v?smtt=0.0.3FITUR PRODUK :Kapasitas beban 240gBerat hanya 272gFolds down for storagePanning, Lock, dan Follow modesBaterai bekerja hingga 14 jamMechanical range: ±330° pan, 165° roll, 240° tiltSupport...
Share:

Lirik Lagu & Kunci Gitar Lemah Teles - YENI INKA

Intro:Jujur ati iki loroDurung biso nompo kenyataanTanduran sing wes tak siramiMalih dadi awu ireng diobong karo kahananBiyen janji bareng barengNgrasakne susah lan senengSaiki kowe medotke angen angenTak kuatne ati yen kudu kelanganReffKowe mbelok ngiwo nengen tanpo nguwasne mburiTak  tabrak kowe loro iki salahe sopoYen kowe wes ra tresno ngomongo...
Share:

PCX 160 REMBES WATERPUMP - PROSES CLAIM GARANSI

PCX 160IntroduceSebelum membahas rembes di motor PCX 160 ABS milik saya sendiri saya ingin membagikan pengalaman selama 2-3 bulan menggunakan motor PCX terbaru ini.Motor PCX 160 saya beli setelah menjual motor New CB 150 R Generasi ke Dua V2, karena di rumah sudah ada motor...
Share:

npm warning: It is recommended you upgrade to 3.2.7 or 4.3.1

Pusing dengan error yang muncul di server terkait PM2 sepert ini pm WARN deprecated debug@4.1.1: Debug versions >=3.2.0 <3.2.7 || >=4 <4.3.1 have a low-severity ReDos regression when used in a Node.js environment. It is recommended you upgrade to 3.2.7 or 4.3.1. saya menggunakan node js versi di bawah 10. dan setelah saya update...
Share:

Remove PM2 Uninstall

 Hi,I uninstalled pm2 using sudo:pm2 killnpm remove pm2 -g#test with :which pm2Rega...
Share:

Install xampp di vps server

 Kali ini saya mencoba menginstall xampp ubuntu di VPV server. Dulu belum pernah menggunakan xampp di server, biasanya hanya install apache, mysql, dan phpmyadmin. Namun kali ini iseng saja untuk install xampp di vps.Kendala pertama yaitu di phpmyadmin, tidak bisa di akses karena hanya tertulis local, dan saya edit di hhtpd-xampp.confletaknya...
Share:

DOKUWIKI ERROR - The datadir ('pages') at ./data/pages is not found

My errorr is : The datadir ('pages') at ./data/pages is not found, isn't accessible or writable. You should check your config and permission settings. Or maybe you want to run the installer?and my solution :Change an access folder'schmod -R 777 data/ ; chmod -R 777 lib/ ; chmod -R 777 co...
Share:

How to zip and unzip the files via Command line - ubuntu 20

Steps 1 unzipapt-get install zipUnzip : zip -r example.zip original_folderSteps to zipStep 1 : Login to the server via terminalStep 2 : Install unzip (in case you do not have). To Install the unzip, type the following commandsudo apt-get install unzipunzip default....
Share:

PM2 for Node.js developers - settings in my application

Installing pm2Firstly, pm2 should be installed globally to run several applications.npm install pm2 -gpm2 uses a configuration file to maintain the application.it can be either JSON or js or YAML file.Here, we are going to use process.json file which will have the configuration for our application.Application SetupCreate a simple node.js...
Share:

fix problem UnhandledPromiseRejectionWarning: Error: Evaluation failed: TypeError: Cannot read property 'default' of undefined

whatsapp-web.js from pedroslopezI got an error yesterday, February 28, 2021Error: Evaluation failed: TypeError: Cannot read property 'default' of undefinedfix1. npm i whatsapp-web.js2. npm audit ...
Share:

Mysql in Ubuntu 20 error Column count of mysql.proc is wrong. Expected 20, found 16. The table is probably corrupted

 Message Error : Column count of mysql.proc is wrong. Expected 20, found 16. The table is probably corruptedFix my Problem :1. open terminal2. write coment : sudo /opt/lampp/bin/mysql_upgrade3. restart apache4. finish. i had the error when created a stored procedure my...
Share:

Cannot send email from VPS with CodeIgniter

Gagal mengirim Email Gmail dari VPSTernyata tidak hanya saya saja yang mengalamai kendala saat mengirim Email khususny Gmail dari website dengan menggunakan VPS. masalah ini sudah saya alami sejak 2013, dan hari ini saya mencoba kembali apakah masih sama dengan source code yang tentunya berbeda. Saya menggunakan CI 3 untuk saat ini, source code sesuai...
Share:

Auto run node js if reboot system

Image : list pm2 , check after reboot system Auto run node js if reboot system1. Install PM2 globally using NPMnpm install pm2 -g2.Start your script with pm2pm2 start app.js3. generate an active startup scriptpm2 startupNOTE: pm2 startup is for startting the PM2 when the...
Share:

Puppeteer can't launch chromium, missing shared library libgbm.so - ubuntu

sudo apt-get updatesudo apt-get install -y libgbm-...
Share:

Update password root phpmyadmin ubuntu 20

 Try restart mysql-server before execution the comandssudo service mysql restart MYSQL-SERVER >= 5.7sudo mysql -uroot -p USE mysql; UPDATE user SET authentication_string=PASSWORD('YOUR_PASSWORD') WHERE User='root'; UPDATE user SET plugin="mysql_native_password"; FLUSH PRIVILEGES; quit; MYSQL-SERVER < 5.7sudo mysql -uroot -p USE mysql; UPDATE...
Share:

Codeigniter CSRF valid for only one time ajax request

 You can set this in config.php$config['csrf_regenerate'] = FALSE; so the csrf protection is valid during all the session time it will solve your problem. If you set $config['csrf_regenerate'] = true; then CI generate new csrf token every request so your old csrf token not match with new generated csrf to...
Share:

Install Ubuntu 20 - setting alokasi tiap partisi

 Alokasi memori adalah 100GB atau 100.000 MBakan dibagi menjadi 4 partisi lagi yaitu :1. Swap - di sesuaikan RAM saat ini saya pakai 16GB jadi swap saya juga 16 GB- logical2. Root- Root ini untuk file system seperti disk C kalau di windows- saya lokasikan 40 - 50 GB-...
Share:

Tonton video



Yuk, SUBSCRIBE

omfiki.blogspot.com