All my interests... Science & technology, Hacking, Mobile, Web dev, Linux, Traveling, Gurman food, (Grey) Humor...
Online odklepanje PDF datotek
Get link
Facebook
X
Pinterest
Email
Other Apps
Nekaj kar mi dostikrat jemlje živce so zaklenjeni PDF dokumenti. Zato sem našel priročno spletno stran, ki omogoča enostavno odpravitev mojih frustracij:)
Disclaimer: Note there are probable risk in flashing ROM. I didn't have any problems but don't say I din't warn you! Here is a quick tutorial for those who can't use Samsung New PC studio for flashing their phone. I't is quite simple actually. First you need to download new firmware. I downloaded version I7500XXIH8 from this link . Hope nobody removes this file from the server. Then you need to download flash program called Odin Multi Down loader. My is version 3.95. If you can't find this file write to me! Before connecting device in the computer you must start it in download mode. To do this: when phone is powered off press VOLUME DOWN key + OK + power on I used Windows XP under Windows 7 to flash my device. There was no problem with drivers. My OS recognized device as some gadget serial and installed modem drivers . Now connect device to computer and wait for drivers to install. Picture bellow shoves you if everything is OK. Click on the pi...
https://www.xolphin.com/support/Certificate_conversions/Convert_pfx_file_to_pem_file Convert pfx file to pem file Conversion to a combined PEM file To convert a PFX file to a PEM file that contains both the certificate and private key, the following command needs to be used: # openssl pkcs12 -in filename.pfx -out cert.pem -nodes Conversion to separate PEM files We can extract the private key form a PFX to a PEM file with this command: # openssl pkcs12 -in filename.pfx -nocerts -out key.pem Exporting the certificate only: # openssl pkcs12 -in filename.pfx -clcerts -nokeys -out cert.pem Removing the password from the extracted private key: # openssl rsa -in key.pem -out server.key https://www.aleksey.com/xmlsec/xmldsig-verifier.html https://www.cryptosys.net/sc14n/example-signed-xmldsig.html https://github.com/robrichards/xmlseclibs
I was bored so I decided it was time to upgrade my server with new distro and switch to NGIX. My current installation was Debina6 PHP5.3 running Lighty web server. My typical cached server response was around 1s. Considering my server uses 12 CPUs this was really bad. But the page load is low and I didn't care to much:) Having problem with apt-get dist-upgrade in the past I decided rather to install fresh version of debian/jessi I like jesse because I got accustomed with systemd and jessie is finnaly on board with it. I decided that I will also cut down on number of CPUs down to just 4 (AMD Buldozer 2Ghz) and 4Gb of ram. So my new LAMP stack is now LNMP. Just migrating to NGINX and enabling OPCache the typical response time became 3-4x faster on 3x less CPUs. I didn't bother with server load at this point since this was just learning exercise. Now my page load time was about 300ms. Things are getting brighter I thought. But I was not happy yet. I found a great t...
Comments
Post a Comment