Watch the most interesting past episodes and Linux tips from Hak5 during your summer holiday, then make sure you follow them.
Oh, and I need to find out of there are European resellers of their shop.
–jeroen
Posted by jpluimers on 2013/06/28
Watch the most interesting past episodes and Linux tips from Hak5 during your summer holiday, then make sure you follow them.
Oh, and I need to find out of there are European resellers of their shop.
–jeroen
Posted in Uncategorized | Leave a Comment »
Posted by jpluimers on 2013/06/28
When the webmail doesn’t do what I want, I fall back on mutt on the Linux command line prompt.
It is an immensely strong and stable text based mail client, but – beyond the basics – has a steep learning curve.
In fact it is so stable, that the CVS repository rarely gets commits
So below a few notes that I used to clean up truckloads of mail.
For me the most powerful combination of steps is this:
A few more details are below. Read the rest of this entry »
Posted in *nix, Cygwin, Linux, Power User | 1 Comment »
Posted by jpluimers on 2013/06/27
Once every while you come across a post that is so good, you add another feed to your RSS list. This time I added Su-Shee’s posts,
Quote from: A constant source of confusion: Simplicity.
what is it really about all this simplicity stuff
It is a post about IT development. Teams. Platforms. Tools. Frameworks. Etc.
Striking a balance to keep things simple enough to be manageable is always key and her examples are just great!
–jeroen
Posted in Development, LifeHacker, Opinions, Power User, Software Development | Leave a Comment »
Posted by jpluimers on 2013/06/27
Once every while PowerShelll users get an error like this:
PS C:\bin> . .\DownloadedScript.ps1 . : File C:\bin\DownloadedScript.ps1 cannot be loaded. The file C:\bin\DownloadedScript.ps1 is not digitally signed. The script will not execute on the system. For more information, see about_Execution_Policies at http://go.microsoft.com/fwlink/?LinkID=135170. At line:1 char:3 + . .\DownloadedScript.ps1 + ~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : SecurityError: (:) [], PSSecurityException + FullyQualifiedErrorId : UnauthorizedAccess PS C:\bin>
I recently had it too, but was surprised this happened as I took the steps in my previous blog posts on this topic: Read the rest of this entry »
Posted in CommandLine, Development, PowerShell, PowerShell, Scripting, Software Development | Leave a Comment »
Posted by jpluimers on 2013/06/27
log4net configuration can be a tad intimidating at first.
When you do not want to log all levels, and the levels you want to log are not noncontinuous, then you can combine the LevelMatchFilter with a DenyAllFilter.
The filter classes in the log4net do not provide much help on this, but the filters section in the log4net manual is better.
This StackOverflow question has a very nice answer explaining it: Discarding several log levels within a range with log4net.
–jeroen
via: Discarding several log levels within a range with log4net – Stack Overflow.
Posted in .NET, .NET 2.0, .NET 3.0, .NET 3.5, .NET 4.0, .NET 4.5, C#, C# 2.0, C# 3.0, C# 4.0, C# 5.0, Development, Software Development | Leave a Comment »