Interesting:
How Do Young Go-Getters Get With Old Git?
fournova launches Git learning platform — from command-line interface to GUI
–jeroen
via: Dr. Dobb’s – Google+ – How Do Young Go-Getters Get With Old Git?….
Posted by jpluimers on 2014/04/25
Interesting:
How Do Young Go-Getters Get With Old Git?
fournova launches Git learning platform — from command-line interface to GUI
–jeroen
via: Dr. Dobb’s – Google+ – How Do Young Go-Getters Get With Old Git?….
Posted in Development, DVCS - Distributed Version Control, git, Source Code Management | Leave a Comment »
Posted by jpluimers on 2014/04/25
(Another one in the missed schedule list: this post was scheduled for this morning 06:00)
When you run a Windows 8.1 guest on VMware ESXi 5.1 with the VMware tools that belong to ESXi 5.1, the Minimize/Maximize/Close buttons are invisible but functional.
It doesn’t matter how you access that VM:
It is good to know that this is just a visual artefact, the Minimize/Maximixe/Close buttons still work:
I was having the same exact problem with my Windows 8.1 VM. If you click the location where the buttons should be, it still works like they are there.
But he uses a solution that is not really the kind I like:
I opened Device Manager on the VM and then uninstalled the VMware Display Adaptor, including the software for the driver. After doing that, I scanned for hardware changes and it reinstalled the display adaptor using a windows driver.
The youngest VMware Tools version it fails with on my system is this one: 9.6.1.1378637.
Uninstalling the driver from the device manager indeed solves the issue, but: Read the rest of this entry »
Posted in ESXi4, ESXi5, ESXi5.1, ESXi5.5, Power User, VMware, VMware ESXi, VMware Workstation | Leave a Comment »
Posted by jpluimers on 2014/04/24
GitBook is definitely on my list of things to try.
See the experiments from Ilya Grigorik – Google+ – Build interactive books using Git and Markdown:….
–jeroen
Posted in LifeHacker, Power User | Leave a Comment »
Posted by jpluimers on 2014/04/24
Getting Apache configured on a *nix installation like openSUSE installation is always a bit of a challenge.
A few things I observed: Read the rest of this entry »
Posted in *nix, Apache2, Linux, openSuSE, Power User, SuSE Linux | 2 Comments »
Posted by jpluimers on 2014/04/23
I just bumped into Compile and Execute C# Sharp online.
As of writing, it uses Mono 2.10.2.0 which is quite old, and it is dead slow: it takes more than a minute to compile and execute a simple console application.
The reason is that this is a one man project.
IdeOne is much faster, for instance it took a few seconds to compile and run this simple C# program.
–jeroen
Posted in .NET, C#, Development, Mono, Software Development | Leave a Comment »
Posted by jpluimers on 2014/04/23
Interesting, not only because it is available as Chrome Extension:
Project Naptha automatically applies state-of-the-art computer vision algorithms on every image you see while browsing the web. The result is a seamless and intuitive experience, where you can highlight as well as copy and paste and even edit and translate the text formerly trapped within an image.
–jeroen
via: Project Naptha.
Posted in OCR, Power User | Leave a Comment »
Posted by jpluimers on 2014/04/23
I’ve been using rsync as my MacGyver style backup-tool of choice on *nix systems and sometimes even Windows systems.
It works both locally and remotely, is simple to setup and over the years has gathered a lot of nifty functionality.
It is way easier to backup using rsync one directory to another than using tar (tar has the benefit of putting everything in one archive though) using a command like this:
rsync -aiv /path/to/source/directory /path/to/destination/directoryFor remote copies, I usually add replace
-aivwith-aivzor with-aiz.Given the ubiquitous of hard disk space, I hardly compress or archive directory trees for archival purposes any more.
For an introduction of basic functionality read Everything Linux – A Tutorial on Using Rsync. An article from 1999 that is still very valid now.
Besides my praise for rsync, there are a few small things I want to mention in this article:
-a option archive option implies -t, so the solution is to expand -a into its parts -rlptgoD, then remove the -t from that.Posted in *nix, Development, Linux, Power User, Scripting, Software Development, SuSE Linux | 1 Comment »
Posted by jpluimers on 2014/04/22
Interesting: WinToUSB – Install and Run Windows/WinPE on a USB drive!.
Now lets find out how big the flash drive needs to be, then a speedy flash drive which is big enough.
–jeroen
Posted in Power User, Windows, Windows 8.1 | Leave a Comment »
Posted by jpluimers on 2014/04/22
Interesting: Open Source is a thankless job. We do it anyway. – Scott Hanselman.
–jeroen
Posted in Development, Open Source, Software Development | Leave a Comment »
Posted by jpluimers on 2014/04/22
Wow: Microsoft OneDrive for Business modifies files as it syncs | Myce.com.
For now Microsoft Cloud Storage is not the place for my data to be.
(Note: OneDrive used to be called SkyDrive)
The only cloud storage that worked for me without too much trouble is Copy.com. My referral there: https://copy.com?r=3NGul6.
–jeroen
Posted in Cloud Apps, Internet, Power User | Leave a Comment »