Wednesday, September 19, 2012
How to take screenshot on Android 4.0 without app?
Thursday, August 9, 2012
Error retrieving address of IopRootDeviceNode
!devnode 0 1 produces "Error retrieving
address of IopRootDeviceNode"
This basically means that you have no symbols for your OS version. If you have set to download symbols from msdl.microsoft.com/download/symbols, but still getting error, then most probably you are using non-released version of OS and you have to download package with PDBs manually.
This basically means that you have no symbols for your OS version. If you have set to download symbols from msdl.microsoft.com/download/symbols, but still getting error, then most probably you are using non-released version of OS and you have to download package with PDBs manually.
Tuesday, August 7, 2012
Manual crash dumps on Windows
Microsoft KB http://support.microsoft.com/kb/244139 about generating a memory dump file by using the keyboard was not clear for me in terms of how to generate crash dump using custom key sequence instead of ctrl-scrollock.
For PS/2 (notebook keyboards works too):
REGEDIT4For USB keyboards:
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\i8042prt\crashdump]
"Dump1Keys"=dword:00000020
"Dump2Key"=dword:00000021
REGEDIT4Just copy-paste one from above to file with crash.reg, run it, restart the system and you will be able to generate crash dump manually with custom key sequence by pressing Ctrl-D twice.
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\kbdhid\crashdump]
"Dump1Keys"=dword:00000020
"Dump2Key"=dword:00000021
Follow me on social networks:
- Generic twitter: http://twitter.com/sahikon
- Photography-related:
- Twitter: http://twitter.com/sahikonphoto
- Instagram: http://instagram.com/sahikon.photo
- Facebook: http://facebook.com/sahikon.photo
- ArtPal Gallery (you can buy prints there): http://www.ArtPal.com/sahikon
Labels:
0x000000E2,
0xE2,
244139,
bugcheck,
crashdump,
Dump1Keys,
Dump2Key,
i8042prt,
kbdhid,
The end-user manually generated the crashdump,
windows
Monday, April 2, 2012
How to convert RGB to CMYK?
My current solution for free RGB to CMYK conversion on Windows.
What you will need:
What you will need:
- GIMP - powerful free tool with photoshop capabilities.
- Download page: http://www.gimp.org/downloads/
- Separate+, plugin for GIMP:
- Plugin page: http://registry.gimp.org/node/471
- Download page: http://cue.yellowmagic.info/softwares/separate-plus/index.html
- Adobe ICC Profiles
- Download page for ICC profiles for Windows: http://www.adobe.com/support/downloads/detail.jsp?ftpID=4075
Steps:
- Download and install ICC profiles
- Extract archive with Adobe ICC profiles. Dig into it and find files with "ICC" extension. Copy them to Windows\System32\Spool\Drivers\Color
- Download and install GIMP
- Follow standard instructions, remember the installation folder. It will be referred as "GIMP-INST" below
- Download and install Separate+ plugin
- Extract archive with Separate+ plugin
- Go to folder bin\win32 or bin\win32+lcms2
- Copy all executables from that folder to GIMP-INST\lib\gimp\2.0\plug-ins\
- Close GIMP if it was started after installation
- Start GIMP
- Open image you want to convert to CMYK
- Follow steps from section "----- How to use" from Separate+ readme file
I was able to convert and save JPEG with embedded ICC profile without any problem.
Feel free to post questions if you have any.
Labels:
cmyk,
gimp,
icc profiles,
jpeg cmyk,
jpeg rgb,
jpeg rgb to cmyk,
jpeg rgb to jpeg cmyk,
jpg rgb cmyk conversion,
jpg rgb to cmyk,
linux,
rgb,
rgb 2 cmyk,
rgb to cmyk,
rgb to cmyk conversion,
rgb2cmyk,
windows
Thursday, September 29, 2011
Windows 8: Error 0x800F0906 while enabling Microsoft .NET Framework 3.5.1 (Can't connect to Windows Update)
Copy the SXS folder from the Windows 8 ISO to the C:\Temp folder.
Then run: dism.exe /online /enable-feature /featurename:NetFX3 /All /Source:c:\temp\sxs /LimitAccess
Then run: dism.exe /online /enable-feature /featurename:NetFX3 /All /Source:c:\temp\sxs /LimitAccess
Labels:
framework 3.5,
windows 8,
Windows 8 0x800F0906,
windows update
Monday, August 10, 2009
Why you don't need to remove "-nolisten tcp" option
ssh -X hostname
xclock
Magic.
Monday, December 29, 2008
Fedora 9 - can't change background/wallpaper
ctrl + alt + backspace - helps me to resolve this problem.
Subscribe to:
Posts (Atom)
