手机浏览 RSS 2.0 订阅 膘叔的简单人生 , 腾讯云RDS购买 | 超便宜的Vultr , 注册 | 登陆
浏览模式: 标准 | 列表分类:Software

微软的虚拟桌面:Desktops

微软在几年前为自己的PowerToys组件里添加了一个virtual desktop manager( MSVDM ),使得XP用户及XP以前版本的用户体验到了多个虚拟桌面的感觉,然而在最新OS里面,MSVDM并不为他们提供支持。所以想使用MSVDM的朋友,只能使用XP或以前版本了(虽然2000也不错,但现在不会使用它。。。)

或许是听到了群众的呼声吧,在今年8月份,微软又推出了一款小软件:desktops,终于可以象在linux下一样使用虚拟桌面了。这是一款缺点和优点同样明显的软件:
优点是:

  1. 文件很小,而且绿色
  2. 支持启动的时候加载
  3. 快捷键虽然固定,但相对比较灵活

缺点是:

  1. 只能设四个虚拟桌面,不能是三个或者2个
  2. 每个虚拟桌面都是一个独立的explorer进程,内存小的朋友尽量不要尝试
  3. 虚拟桌面出错的时候,由于独立进程explorer并没有关闭,所以你打开的软件,是找不到的。非得再运行一下这款软件

Desktops介绍和下载页:
下载页为:http://technet.microsoft.com/en-us/sysinternals/cc817881.aspx

Introduction

Desktops allows you to organize your applications on up to four virtual desktops. Read email on one, browse the web on the second, and do work in your productivity software on the third, without the clutter of the windows you’re not using. After you configure hotkeys for switching desktops, you can create and switch desktops either by clicking on the tray icon to open a desktop preview and switching window, or by using the hotkeys.

Using Desktops

Unlike other virtual desktop utilities that implement their desktops by showing the windows that are active on a desktop and hiding the rest, Sysinternals Desktops uses a Windows desktop object for each desktop. Application windows are bound to a desktop object when they are created, so Windows maintains the connection between windows and desktops and knows which ones to show when you switch a desktop. That making Sysinternals Desktops very lightweight and free from bugs that the other approach is prone to where their view of active windows becomes inconsistent with the visible windows.

Desktops reliance on Windows desktop objects means that it cannot provide some of the functionality of other virtual desktop utilities, however. For example, Windows doesn't provide a way to move a window from one desktop object to another, and because a separate Explorer process must run on each desktop to provide a taskbar and start menu, most tray applications are only visible on the first desktop. Further, there is no way to delete a desktop object, so Desktops does not provide a way to close a desktop, because that would result in orphaned windows and processes. The recommended way to exit Desktops is therefore to logoff.

对于微软的PowerToys,可以到这里看看:
http://www.microsoft.com/windowsxp/downloads/powertoys/xppowertoys.mspx
你会在这里发现一些很有用的软件。当然,MSVDM也在里面,下载在右侧,黑黑

Tags: 微软, microsoft, vdm, desktops

Microsoft Web Platform Installer (Release Candidate)

The Web Platform Installer (Web PI) is a simple tool that installs Microsoft's entire Web Platform, including IIS, Visual Web Developer 2008 Express Edition, SQL Server 2008 Express Edition and the .NET Framework. Using the Web Platform Installer’s user interface, you can choose to install either specific products or the entire Microsoft Web Platform onto your computer. The Web PI also helps keep your products up to date by always offering the latest additions to the Web Platform.

New Updates! Now supporting Windows XP and Windows Server 2003, Web PI makes it easy to install and stay up-to-date with the Microsoft Web Platform. This updated release lets you install ASP.NET MVC, Visual Studio Tools for Silverlight, and much more!

System requirements

  • Supported Operating Systems are: Windows Vista RTM, Windows Vista SP1, Windows XP, Windows Server 2003, Windows Server 2008
  • You must have administrator privileges on your computer to run Web Platform Installer
  • .NET 2.0 Framework
  • Supported Architectures: x86 and 64-bit

 

Installation Steps

Install Web PI in 3 easy steps:

  1. Click on the "install now" button on this page to install and launch the Web Platform Installer.
  2. Choose the profile that meets your needs or choose "Your Choice" for full control on you what you install.
  3. Confirm and watch while Web PI downloads and installs what you need.

Once you have completed your platform installation, you can immediately start developing your Web solution. Support for Web Platform Installer can be received by visiting the Web Platform Installer Forum to discuss issues and suggestions.

Tags: microsoft, iis7, virtualstudio, sqlserver

对于expression web2几点郁闷之处

microsoft expressionweb2是最近几年微软推出的expression studio套件中的一款软件,该软件也就是所谓的frontpage的改进版,在Web1的时候,试用过,当时没啥感觉,因为自己在写HTML代码的时候,大多还是使用手写。前段时间在看说明的时候,发现它说它支持了PHP,所以 跑到微软网上下载了一个trial版,想看看他是怎么样的支持PHP的。

这两年微软在支持PHP上据说是下了很多功夫的,先是在IIS7里面内置支持了PHP(没试过,不知道是否需要像以前一样,仍然需要下载PHP库,还是内置支持就象ASP被内置支持一样),后来为低版本的IIS推出了php的fastcgi模式,然后对于sql server 2005,又专门为PHP出了一个dll库,可以让在windows平台下的php操作SQLserver速度和效率上一台阶(主要还是因为PHP的 sql server库太老了,这么多年都没有更新,而PDO呢。。。又不是每台虚拟机都会安装)

这都是一些题外话,所以看到web2支持PHP的时候,我就第一时间下载下来看看。。

问题还是很多的,我是指支持PHP方面,不谈html的制作,那个我不关心。我还是比较习惯用editplus手写。

简单的试用了一下就发现以下几个问题:(我用的是英文版的,没用中文版,中文版比英文版大了200M我不知道有什么特别的意义,所以就下了英文版)

1、一些快捷键无法使用:这应该是拥有输入法的平台的缺限吧,对于老外来说,他们不需要什么输入法的(还是指英美国家),所以ctrl+blank,他们就可以当成快捷键,而我们按一下就成了输入法。不知道中文版中这个有没有改进。还有一些其他的快捷键,估计也差不多都是这些原因吧

2、所谓的支持PHP,只不过是简单的一些函数支持,而其他的都没有什么,如果仅仅是这样的话,以前有一款php design 2008比他要好的多。。。

这两点就足以让我不想使用它了。

Tags: microsoft, expression, ide

Google Reader改版了?

不知道是我太迟顿,又或者是我的流览器的关系?我感觉google reader的界面改掉了。原来的界面很朴素啊,现在不对了。风格很强烈的说。

仔细一看,原来右边还有一条提示:New! Things look pretty different around here. Learn more about Reader's fresh new look. Dismiss this message.

哇,原来是这样的,我就想,我就应没有那么傻吧。确实是变了,一下子都没有适应过来。。

Tags: google, reader, 改版

在线破解MD5网站收集

除了http://www.cmd5.com/外,你可以到下面试试

MD5 Reverse Lookup
http://linardy.com/md5.php
Digest-MD5-Reverse-1.3
http://search.cpan.org/~blwood/Digest-MD5-Reverse-1.3/
md5 hash search
http://www.hashchecker.com/index.php?_sls=search_hash
mmkey
http://www.mmkey.com/md5/
Dictionary Based Hash Cracker
http://www.securitystats.com/tools/hashcrack.php

project md5
http://schwett.com/md5/
xmd5
http://www.xmd5.org/index_en.htm
http://www.md5.org.cn/index_en.htm

TMTO[dot]ORG
http://www.tmto.org/home/
md5 rednoize
http://md5.rednoize.com/
MD5 Rainbow
http://passcracking.ru/
Reverse MD5 hash lookup
http://tools.benramsey.com/md5/
md5decrypt
http://www.md5decrypt.com/
md5
http://md5decryption.com/
alimamed
http://alimamed.pp.ru/md5/
md5crack
http://md5crack.it-helpnet.de/index.php?op=add
md5 hash database project
http://shm.hard-core.pl/md5/
Hash Calculator
https://www.astalavista.net/?cmd=rainbowtables
Ice Breaker
http://ice.breaker.free.fr/
md5This
http://www.md5this.com/
MD5 Encryption/Decryption Tool
http://md5.allfact.info/
MD5 Cracker (How safe is your password?)
http://bokehman.com/cracker/
MD5-crack
http://www.tydal.nu/article/md5-crack/

This is the site for Passwords Recovery. MD5 Rainbow Tables are used here.
http://passcracking.com/
http://passcracking.ru/
MD5 :: Reverse engineer your MD5
http://md5.idiobase.de/
The MD5 Collision Database
http://www.md5-db.com/index.php
GData: An Online MD5 Hash Database
http://gdataonline.com/
milw0rm MD5 Cracker
http://www.milw0rm.com/cracker/info.php
milw0rm MD5 checker
https://elitehackers.info/forums/showthread.php?t=5767
原文来自:http://hi.baidu.com/isbx/blog/item/7fcd5d60aa261ad88cb10df6.html
膘叔:其实MD5这东西呀,你可以自己写套程序,把1-0,a-z等一些常用字典遍历一下生成MD5到数据库里,以后自己查起来就方便了。这是最方便的做法,呵呵,在那里跑上个一两天,估计可以跑出几个G的数据了吧?

Tags: md5, online, collect, crack