Exploit.cz

How to transfer your old bigger HDD to smaller SSD without Windows 10 reinstall

My scenario Move all data from old 500GB HDD HP 250 g3 notebook (year 2014) to the new SSD  disk WD 240GB. Important notice: there has been 400GB of unused space on the 500GB old HDD! So I need to copy only 100GB of files to 240GB SSD. Problems * old

Disable CORS Chrome check from localhost

When developing app, it is useful when you can disable CORS Chrome check. Run chrome from commnad line with --disable-web-security --user-data-dir params! ./chrome.exe --disable-web-security --user-data-dir="C:\Users\PROFILE\AppData\Local\Google\Chrome\User Data\Profile 1"

How to migrate from plugins to Terraform 0.13 registry providers

If you are using external community Terraform 0.12 plugin/provider, you should migrate to Terraform 0.13 and use required_providers instead of downloading provider from Github and extracting to ~/.terraform.d/plugins/ folder. But there will be some circumstances In Terraform 0.13 you have to define required_

How to deal with large Doctrine datasets - Symfony console command - OutOfMemoryError - PHP Fatal error: Allowed memory size of * bytes exhausted

Imagine that you want to import your 5000+ items from database to ElasticSearch and you have restricted memory limits (e.g. 128MB). You will probably end up with PHP Fatal error:Allowed memory size of 134217728 bytes exhausted. What you have to do? You have to unconfigure logger, clear entity

My Experience

Projects * PKSD.eu - data/price comparison website for Lidl products * Recepty.eu - online recipes Hardware Repair SOLVED - Lenovo Thinkpad T460s black screen - burned Fuse on mainboardI have Lenovo T460s with Intel i7 6600u and wQHD LCD 2560x1440. There is some short on mainboard and LCD will

Exploit.cz © 2026