The Ramonologue

Weblog of Ramon van Belzen, webdesigner, programmer, laboratory technician

Main menu

Skip to primary content
Skip to secondary content
  • Home
  • About Me
  • Contact
  • Code
  • Photos
  • Reviews
  • Music
  • WordPress Plugins

Tag Archives: Windows

Microsoft Windows

Post navigation

← Older posts

Moving the Ethereum blockchain on Windows

Posted on 09/01/2018 by Ramoonus
Reply

The ethereum blockchain is more than 50 GB, so it`s not ideal to have it on your C-drive when you have a small drive like a SDD.
The best practise to free up space is to move it to another drive and create a symlink.

Run DOS (cmd.exe) as Administrator and run the following commands

cd C:\Users\[user]\AppData\Roaming\
mklink /D Ethereum D:\Ethereum

Posted in Computers | Tagged ethereum, Windows | Leave a reply

Disable isatap teredo and 6to4 on Windows 7-8-10

Posted on 13/05/2016 by Ramoonus
Reply

To disable isatap and the teredo tunneling adapter on Windows 7 / 8 / 10, run the dos terminal as administrator (cmd.exe), and run:

netsh int ipv6 isatap set state disabled
netsh int ipv6 6to4 set state disabled
netsh interface teredo set state disable

Posted in Computers | Tagged ipv6, Windows | Leave a reply

PhpStorm and Git on Windows

Posted on 09/04/2016 by Ramoonus
Reply

To use Git under Windows on JetBrains PHPStorm you`ll need to install the Git for Windows Client first.
This file can be found at https://git-scm.com/download/win

Posted in Webdesign | Tagged git, phpstorm, Windows | Leave a reply

Firewire legacy driver for Windows 8.1 and 10

Posted on 06/12/2015 by Ramoonus
2

To use legacy (Windows XP-7) FireWire drivers on Windows 8, 8.1 and 10, you have to install KB2907191 and manually select to use these drivers for your product. This driver is installed in c:\program files (x86)\1394 OHCI Compliant Host Controller (Legacy)

Posted in Computers | Tagged firewire, Windows | 2 Replies

Windows 10 KB3122947 error 0x80070643 fix

Posted on 06/12/2015 by Ramoonus
Reply

To fix error 0x80070643 of the Windows 10 build 1151 KB3122947, run the following command as administrator:

dism /online /add-package /packagepath:C:\Windows\SoftwareDistribution\Download\c4a1b8896ce9fbfea96c1ee6890d52a5\windows10.0-kb3122947-x64.cab

Posted in Computers | Tagged Windows | Leave a reply

Post navigation

← Older posts

Categories

  • Books
    • Book Reviews
  • Chemistry
  • Computers
    • Internet Of Things
    • mIRC scripts
  • Games
  • Music
  • Personal
  • Photography
  • Presentations
  • Webdesign
Privacy Policy Proudly powered by WordPress