Delta-Homes.com browser high-jack is one of the most annoying things there is. Users seem to get it out of thin air and it is very hard to remove. I have spend about 30 minutes to document what is going on with this high-jack and how to resolve this. First of you will need to remove […]
Posts in the Personal category:
Export all MySQL databases for backup
http://dev.mysql.com/downloads/utilities/ backup user with the following global rights; SELECT, INDEX, SHOW DATABASES, CREATE TEMPORARY TABLES, LOCK TABLES, EVENT, TRIGGER, SHOW VIEW C:\Program Files\MySQL\MySQL Server 5.6\bin\mysqldump.exe -u USERNAME -pPASSWORDHERE –all-databases –result-file=LOCATION
Nieuwe printer kopen? Kijk dan naar de inkt!
Na 5 jaar is mijn Epson BX300F er mee gestopt. Dus ik moest een nieuwe printer vinden. Net als de vorige keer kijk ik eerst naar de kosten van inkt, en dan pas naar de printer zelf. Iets duurdere printers hebben namelijk vaak véél goedkopere inkt. Al snel had ik een goed model te pakken, […]
OIDs for detailed printer count on Kyocera (TaskAlfa 4550cn)
Using SNMPWalk I found and matched to following counters to the actual levels as reported by our Kyocera TaskAlfa 4550cn; OID=.1.3.6.1.4.1.1347.42.2.4.1.1.1.1.1, Type=Integer, Value=145436 Level 1 Printer OID=.1.3.6.1.4.1.1347.42.2.4.1.1.1.1.2, Type=Integer, Value=1038 Level 1 Copies OID=.1.3.6.1.4.1.1347.42.2.4.1.1.2.1.1, Type=Integer, Value=160866 Level 2 Printer OID=.1.3.6.1.4.1.1347.42.2.4.1.1.2.1.2, Type=Integer, Value=270 Level 2 Copies OID=.1.3.6.1.4.1.1347.42.2.4.1.1.3.1.1, Type=Integer, Value=66406 Level 3 Printer OID=.1.3.6.1.4.1.1347.42.2.4.1.1.3.1.2, Type=Integer, Value=860 Level 3 Copies OID=.1.3.6.1.4.1.1347.42.3.1.2.1.1.1.1, Type=Integer, Value=37963 Black-White Printer OID=.1.3.6.1.4.1.1347.42.3.1.2.1.1.1.2, Type=Integer, Value=0 Fax? ?? OID=.1.3.6.1.4.1.1347.42.3.1.2.1.1.1.3, Type=Integer, Value=372708 Colour Printer OID=.1.3.6.1.4.1.1347.42.3.1.2.1.1.2.1, Type=Integer, […]
Intel NUC DN2820FYKH
Lately I have been very much into small form-factor computing, so I decided to have a look into the Intel NUC and specifically the DN2820FYKH model which is the most basic NUC your money can buy.
Using CS50 Appliance 19 on VirtualBox
After running into several problems with the VMPlayer I decided to follow the guide on installing the appliance using VirtualBox. After installation however I ran into a few issues with mouse & keyboard controls. This is how I resolved those issues: First I added a DVD drive on the SCSI adapter sudo -i mkdir /media/VirtualBoxGuestAdditions […]
Installing Lync 2013 IIS features via PowerShell
Based on my experiance with installing Lync 2013 you have to select a whole lot of features in IIS. I rarely like to just select all features in IIS as this is prone to making your server less secure. So I used this script; $features = (‘Web-Default-Doc’, ‘Web-Dir-Browsing’, ‘Web-Http-Errors’, ‘Web-Static-Content’, ‘Web-Http-Logging’, ‘Web-Log-Libraries’, ‘Web-Http-Tracing’, ‘Web-Stat-Compression’, ‘Web-Dyn-Compression’, […]
Export private key from PFX files
Below I detail how to export the private key from a PFX file, this is for needed for instance in Ability Mail Server to allow SSL to work. Export the private key file from the pfx file Remove the passphrase from the private key Export the certificate file from the pfx file openssl pkcs12 -in filename.pfx -nocerts […]
Installing Debian on a CH3SNAS
I came across a cool installation image that will allow you to reflash your Conceptronic CH3SNAS to be able to run a Debian install. I will be doing some experiments with this environment on my local NAS to check out if this is any good and how the performance will be. You can find the […]
Windows Vista Cleanup
Running a bit low on diskspace or want to speed up your PC a bit more? Since the introduction of Windows Side-by-side you can run stuff with backwards compatibility but this comes at a tollyour disk. If you have windows Vista installed you do the following; Hit the start button, type in “CMD” and right-click […]