Posted tagged ‘windows 7’

Getting the Samsung CLX 2160 MFC work under Windows 7

4. November 2009

My laser printer Samsung CLX 2160 worked very fine under Vista. But now I have upgraded to Win7Ultimate and it does not any more. Ok – new OS, new search for drivers …

I found a new driver on the Samsung page. But after installing I even couldnt print. The OS silently ignored print jobs. I tried to check the settings, but I always get the error message

drucker2

Then I got an idea: maybe the (default) access rules are too restrictive. So I tried to widen them (Everybody: configure the printer, configure the documents)

drucker1

And now it works 😉

Werbung

Links for 2009-10-30

30. Oktober 2009

77 Windows 7-Tips by Jeffrey Hick, Don Jones, Pav Cherny, J. Peter Bruzzese and Bill Boswell.

Webcast zur Windows Power Shell 2.0 by Holger Schwichtenberg. In this first of three episodes he talks about Commandlets, Pipelining, direct use of .NET- and WMI-Classes and remote access.

Java: If you want to have the diff between two lists (Arrays.asList(„a“, „b“, „c“) vs. Arrays.asList(„a“, „c“, „d“)), then you should have a look at this blog entry.

Microsoft Press publishes a new eBook „Deploying Windows 7“ for free. It is an introduction by the authors from Windows 7 Resource Kit and TechNet Magazine.

🙂 If you are interested in Darth Vaders daily routine … here are some pictures.

DE: Webcast: NET for JEE-Developer – In this first of six episodes Golo Roden shows „From Java to C#“

With „Mastering PowerShell“ there is another free eBook available. Content: The PowerShell Console, Interaktive PowerShell, Varables, Arrays and Hashtables, The PowerShell Pipeline.

Links for 2009-10-19

19. Oktober 2009

Microsoft has announced two analysis tools for security wholes: BinScope Binary Analyzer and MiniFuzz File Fizzer. The first one checks for forgotten security flags and the second checks against flow patten.

There is a nice paper about risks in cloud computing:

  • Stalking in Amazon’s EC2
  • Sidechannel Attacks
  • Data Leakage through CPU Caches

If you are in N.Y. or Toronto and interesting in modeling, the Eclipse Modeling Days could be interesting for you.

German: event series about server virtualization.
Thu, 12.11.2009, Pullmann Hotel Köln
Wed, 18.11.2009, Gastwerk Hotel Hamburg
Thu, 26.11.2009, Novotel München Messe

Galileo publishes the „Linux Handbuch“ as free available OpenBook.

German: Microsoft publishes the eBook „Windows 7 – Auf einen Blick“ for free (since 31.10.2009). A free chapter is directly available, for the whole book you have to register.

Links for 2009-09-08

8. September 2009

DE: Screencast-Serie zur Windows 7-Kompabilität
How to install Win7 as VHD-Boot, create a PE-Boot DVD, .NET, Win7 API, …

EasyWeb4J: Java-Webanwendungen à la Ruby-on-Rails

DE: Video-Vorschau auf JDK 7

C# 3.0 – Pocket Reference; 230 pages C# knowledge

How to Secure a Web Server with Solaris 10

DE: SoftwareArchitekTOUR – Podcast. Nice episode about Cloud Computing

Microsoft Patterns & Practices publishes a new series about developing acceptance tests.

Links for 2009-08-21

21. August 2009

With Blende 8 Galileo Deisgn presents a video podcast about fotographing. New episodes will be available all 14 days.

VMWare provides several free information events about vSphere 4 in Germany, Austria an Switzerland from 26.August till 29.October.

Galileo Computing created a video training about VMWare vSphere4 – 83 lessons and 10 hours.

I also found a blog about a question someone was interested in too: Why is that action not available?

According to that roadmap MS Windows 8 is intended for 2012 with cluster support, one-way-replication, inproved file handling …

Denoise My Image is a free tool for improving the picture quality.

My favorit: Launchy is a free small app for starting programs, documents, urls … with just a jew keystroke.

Oracle provides free ebooks about SOA (after a registration). Content is

  • Grid Enabled Architecture: Move to Modern Service Oriented, Grid Enabled Architecture
  • Business Process Management: Achieve Business Flexibility through Oracle BPM
  • Business Activity Monitoring: Stay Agile Responding to Changes in Real-time
  • Data Integration: Integrate Data at High Performance and with High Productivity
  • Application Integration Architecture: Accelerate Application Integrations
  • History: Service-Oriented Architecture Milestones
  • Case Studies: Comprehensive, Preintegrated, Hot-Pluggable Middleware

On 24./25.November there is the ix-Day – this time about Cobol. CfP ends on 28.September.

A nice toy (maybe a tool also). Draganfly is a quadcopter which transports and controlls a photocamera or videocamera. So you can take your own pictures from the air.

The VCC team at https://vcc.dev.java.net/ is pleased to announce our first bleeding edge pre-alpha release of the Virtual Computer Control API (version 0.0.3) and associated implementations (version 0.0.3) and plugins (version 0.0.1). The Virtual Computer Control API is designed to be a virtualization platform agnostic API for controlling (Ant, Maven, Hudson) virtual computers (VMWare ESX, VMWare Workstation, Xen, KVM, QUEMU, libvirt, VirtualBox, AmazonEC2, xVM): list, start, suspend, stop and pause a virtual computer, take a snapshot or revert to a snapshot, clone a virtual computer, query their network settings.

There is a free ebook how to install Windows 7.

RMBench Relational Modeller is designed to be a one-stop Eclipse-integrated solution for grapically modelling relational databases. But sadly there arent any screenshots online. So you have to compile and install it for yourself.

JSR-294 Jigsaw & OSGi – maybe somewhere in the middle? Peter Kriens, BJ Hargrave and Richard Hall suggested a new approach for the moludarization in Java – not as complex as OSGi and Jigsaw, but compliant to the OSGi specs.

Microsoft Research publishes Code Contracts. Speaking with Java terms (sorry I dont write .NET code) the basic concept is a validator class which takes several closures. Then you could validate your object/parameters:

static private int TraditionalValidation(int Input1, string Input2, List Input3)
{
Contract.Requires(0 <= Input1 && Input1 <= 100); Contract.Requires(Input2.Length > 5);
Contract.Requires(Input3.Contains(500));
Contract.Ensures(Contract.Result() >= 0);

}

When I read that two things poped up in my mind: the Notification Pattern and the validator for Ant tasks.

PHPUnit 3.4 is a stop before release.

Cloudera announces Hadoop World: NYC 2009.

Links for 2009-05-29

29. Mai 2009

There is a new Windows 7 Blog by Microsoft MVPs

On DrBacchus is also a short article about the PHP MVC framework CakePHP. And a list of top-10 php frameworks on mustap.com

On MSDN there is a five part webcast series about programming with the task parallel library which will be part of Visual Studio 2010.

In his blog Jason Zander shows the highlights of VS 2010 and .NET 4.0.

Microsoft publishes a free tool for developing secure software.

JBoss 5.1 is out.

On Windowsblog@TheShop.at is a compatibility list of programs on Windows 7.

If you need an additional automat in your office (very nice for lunch) have a look at this video.

Links for 2009-05-06

6. Mai 2009

On Chip.DE I read an announcement of LicenseCrawler. It is a tool which scans your program for license information, so you could backup these more easily.

On CreateOrDie there is a list of 15 free available eBooks about web design.

Heise.DE provides a new podcast about software architecture. Havent listened to it yet, but could be in German.

According to Golem.DE Windows 7 comes with a built in VM for WindowsXP – a nice way for having BWC 😉

I read an interesting announcement on TSS.com: OpenXava generates GUIs from JPA entities if they are marked with a few annotations more.

I also found a list of free java decompilers.

SE-Radio episode 133 was about Continuous Integration. It was very interesting …

It seems that JBoss provides with Tattletale an interesting tool for analyzing jar dependencies – including their version.

For PHP developers: the Zend framework 1.8.0 is released.

According to Win7 and its virtual XP: there is also a nice blog (German) which shows the use of its via two parallel running Outlooks of different version.

The German part Northrhine Westfalia (NRW) provides a ring tone (not sure about this term, in German it is „Klingelton“): it is a pop version of Beethovens 9th symphony – the theme used as Europe theme. It is a ‚commercial‘ for the next election.

ZDNet.DE provides a link to a webcast by Microsoft: „10 Cool Things to Do With the Powershell“. The link is online. Content:
This webcast shows some of the neat things programmers can do with PowerShell with regards to server administration. There are 10 demos one can run through ranging from simple queries for services to enumerating information in Active Directory. Some of the scripts use lists of computers, some prompt for a computername. Each script shows a different thing programmers can do with PowerShell to quickly create administration scripts.

According to Entwickler.COM SpringSource and Google prepare a JSR for an annotation for DI.

Are you a .NET developer? Maybe this list of 10 open source tools is for you.