Just got hands on MS Server 2008 Beta 3



Just got my hands on Server 2008 beta3, didn’t get my hands wet yet on this beta. But I will soon and you know once I do I will post loads of screen shots. Till then be happy with these:

1 2 3 4 5

Cheers
pavs



Bitlet — The BitTorrent Applet




To download a torrent file just copy and paste the torrent metafile address (e.g. http://www.example.org/file.torrent) in the input box at http//www.bitlet.org/ and press the “Download torrent” button.
BitLet takes advantage of the Sun Java platform, so if you have any problem, please try to install the latest Java Virtual Machine plugin from Sun: http://www.java.com/.

Goto www.bitlet.org.
Paste a torrent link. I used a torrent link from http://torrent.ubuntu.com:6969/

untitled1

Once you post torrent link, it will ask you to verify digital signature to install Java Virtual Machine.

untitled

After you have installed it, it will prompt you to Chose a directory to save the file into:

untitled2

It can download multiple files and resume from a list of files.

untitled4 untitled45

Cheers,
Pavs



Introducing PowerShell (MSH) — Windows answers to linux shell?




PowerShell is built on top of the .NET Framework and replaces the old process of using text to pass data like the current CMD shell. PS is a scriptable language that provides an alternative to the manual changes you make through a GUI. It is more powerful than Perl or WSH, although those two technologies can help with automating a lot of tasks. Let’s look at what PS is and is not and hopefully it will help clear things up a bit.

Powershell

is NOT a programming languge like C## et al.
is a scripting language like VBS, WSH, Perl
is NOT a replacement for CMD.EXE - is an administrative tool
is NOT going to replace all your system administration tools
is going to change the way you administrate your network
(Source)

You can download powershell from here: http://www.microsoft.com/technet/scriptcenter/topics/msh/download.mspx

After installing it, go to start–> run –> powershell.

untitled

It even has same commands and looks of a linux shell:

untitled

List of some of it’s commands, you can seem by typing help on the shell prompt.

untitled

Using Unix shell like terminology:

untitled

Powershell is making it’s debut as part of an operating system in Windows Server 2008, Is this another step for MS towards server dominance? Even though they are happily copying Linux features in it’s commercial products.

http://www.iaps.com/2007-server-hardware-and-os-survey.html

Cheers,
Pavs



Pages (16): « First ... « 8 9 10 [11] 12 13 14 » ... Last »