Latest Windows Additions:
September 05, 2008
Hacker Public Radio
Ep0179: Hack This SiteXoke talks about a legaltraining ground for hackers.
http://www.hackthissite.org/
September 04, 2008
Couple of Admins
Episode 65 - The Whine EnthusiastRecorded: September 2, 2008
Your Host: Keith Albright, Steven Murawski, and Rich Niemeier
Show Length: 1:11:10
Thanks for listening and we hope you enjoy.
Links mentioned in this show:
Google’s Chrome browser
Comcast sets usage limits for residential customers
BGP Vulnerability
CSIStick - Cell Phone data capture device
Bi-Directional dial-up VPN on Juniper Netscreen
Winsplit - Windows utility to organize your display
Article on SysAdmin standards
Troubleshooting [...]
Hacker Public Radio
Ep0178: Google Chrome
download link
Here's a thread on the binrev forum all about Chrome:
http://www.binrev.com/forums/index.php?showtopic=38885
September 03, 2008
Hacker Public Radio
Ep0177: Rythmnbox Streamingweex talks about streaming audio with Rythmnbox
September 02, 2008
Hacker Public Radio
Ep0176: EC Lug August 21 MeetingEC Lug August 21 Meeting
September 01, 2008
Power Scripting
PowerScripting Podcast - Episode 39In This Episode
Today on the PowerScripting Podcast we will be speaking Alex Riedel, lead developer for PrimalScript at SAPIEN Technologies. And I think we'll give away a copy of PrimalScript at the end of the show.
News
Today's interview is brought to you by Quest.
Do you have what it takes to be the ultimate script warrior? Find out with Questâs PowerPack Challenge â08.
Quest Software is sponsoring a PowerShell Scripting contest where you can test your skills and get paid. Just create some cool PowerShell scripts using Questâs PowerGUI and then post them to our site. Youâll get a score and our celebrity judges will weigh in as well.
Do you have the muscle to bring home the prize? Check out the details here.
Interview
This segment is brought to you by iTripoli!
What can you really do with PowerShell? With Admin Script Editor the question becomes what can't you do with PowerShell? Besides all the advanced code generating tools this is the only tool offering a true PowerShell Forms Designer. To illustrate what can be done the guys at iTripoli created a full-featured MP3/Podcast player written entirely in PowerShell and delivered as a single script. Check it out at adminscripteditor.com/player.
We had a great talk with Alex Riedel, listen to the show to hear it!
Lab Rats
Episode 136: Fonts DemystifiedIn episode 136, Andy and Sean explore the world of fonts.
Hacker Public Radio
Ep0175: Sourcecast ep 00original audio http://sourcecast.org/
August 29, 2008
Hacker Public Radio
Ep0174: VIM is my IDE
Django:
This Week in Django
VIM
SnippetsEMU
Nerd tree
taglist
add to ~/.vimrc for shortcuts
Taglist shortcut line:
nnoremap :TlistToggle
NERDtree shortcut line:
nnoremap :NERDTree
Notes:
*.vba is a vimball file
open a .vba file and follow the instructions. once in the file type :so % and hit enter to run the .vba file. that should install the vim scripts into your ~/.vim directory. it's always a good idea to run the unzip or .vba files from the directory you want to install them into, as you may come across scripts in the future that assume that's were you are.
default Debian/Ubuntu setting file is here: /usr/share/vim/vim71/debian.vim
yours may be under vim70 or something else depending on your version
the global /etc/vim/vimrc runs the debian.vim file
SnippetsEMU notes:
open any SOMELANGUAGE_snippets.vim file to see examples of how to setup a snippet. once snippets are installed, open a file with vim and type a snippet phrase followed by hitting the key and the phrase should be replaced with the bits from the snippet file.
NERD tree notes:
normal vim keyboard keys work in the NERD tree window.
:NERDTree starts it
q from the NERDtree window quits
u for up a level
t for down a level (traverse)
:help NERDTree for extensive command help
Taglist notes:
normal vim keyboard keys work in the taglist window.
taglsits are cumulative, meaning that as you open different files in the same vim session taglist creates a new taglist tree for new files you edit.
:TlistOpen starts
:TlistToggle toggles between opening and closeing the taglist window
F1 for help
q quits/closes taglist window
Lodgeit Pastebin for VIM
NERDCommenter for VIM
easily comment out lines and blocks of text inside code for many languages
http://www.vim.org/scripts/script.php?script_id=1218
August 28, 2008
Hacker Public Radio
Ep0173: Configuring Pulse AudioKlaatu and notJlindsay discuss Pulse Audio and how to configure it so it doesn't bork your system. One thing Klaatu fails to mention is that before you try any of this, you should just run whatever software updates may be available for your OS. Pulse configuration and compatability seems to be improving rapidly over time, so many thing may \"fix themselves\" by simply making sure your distro is up to date.
Wiki Article
the ogg version of this episode
August 27, 2008
Couple of Admins
Episode 64 - The Rich Is BackRecorded: August 19, 2008
Your Host: Keith Albright & Rich Niemeier
Show Length: 47:04
Thanks for listening and we hope you enjoy.
Links mentioned in this show:
Red Hat & Fedora Project servers compromised….but only a little
NY Mets new ballpark - Data Center move
MS Exchange System Attendant service problems
File Recovery with PCInspector
Desktops - Sysinternals Virtual Desktop Manager
VirtuaWin virtual desktop manager [...]
Hacker Public Radio
Ep0172: fluxbox tabbed windowsdave yates discusses fluxbox's tabbed windows feature
August 26, 2008
Hacker Public Radio
Ep0171: AVID 101jelkimantis discusses a program called AVID
shownotes
August 25, 2008
Lab Rats
Episode 135: iPhone 3G DemystifiedIn episode 135, Andy and Sean weigh in on innovations of the iPhone 3G.
Power Scripting
PowerScripting Podcast - Episode 38In This Episode
Today on the PowerScripting Podcast we have a special roundtable with guests Joel Bennett and Mark Schill. We also have the usual cornucopia of of news, tips, and resources. We'll also be announcing the winner of our /n Software contest from show 36.
News
This segment is brought to you by iTripoli!
"Admin Script Editor (which recently received Windows IT Pro's top award) provides a true integrated scripting environment for PowerShell. The guys at iTripoli haven't done a great job getting the word out about Admin Script Editor so to make up for it they are offering a 50% competitive discount. Go to adminscripteditor.com to find out if you qualify."
Community Roundtable
This segment is brought to you by Quest.
Do you have what it takes to be the ultimate script warrior? Find out with Questâs PowerPack Challenge â08.
Quest Software is sponsoring a PowerShell Scripting contest where you can test your skills and get paid. Just create some cool PowerShell scripts using Questâs PowerGUI and then post them to our site. Youâll get a score and our celebrity judges will weigh in as well.
Do you have the muscle to bring home the prize? Check out the details here.
[This segment mostly revolves around a discussion of PoshCode.org, the script repository for PowerShell which aims to match CPAN or PEAR in scope. After an introduction to PoshCode and an update on the site activity, we launch into a discussion of the future of the tool.]
PoshCode Requirements List
The "use" requirements
- Host snippets of code
- Host scripts with multiple functions (including a way to search on verb/noun which will find all the functions in a script)
- Host script modules -- which maycontain multiple files (need ui for multiple files, and download for "all at once")
- Easy in, easy out. (low barrier to entry to contribute, multiple ways to download, view, browse, sort, filter)
- Compiled Modules would require source code to be uploaded and PoshCode online would compile
- I don't think we want to get into compiling things on the server ... let them compile them themselves (we'd have to require *proj files after all) (Joel)
- I'm not actually sure we want to do this at all, it's a deep overlap with every other source control service ...
- This may be v2 stuff (hal)
- Users would be able to select from a list of approved licenses to be applied to their scripts.
- License information would be prepended into script upon download
- licenses:
- CC-PD (Public Domain)
- GPL (sucks [says Hal])
- MS-PL
- Repository would have the following fields: Description, Usage, PSVersion, and Version History
- Fields would be inserted as comments into the scripts when retrieved.
- Dependency on other scripts would be controlled by a link to the other script(s).
- Tags would be used to signify requirements on external dependencies. ex. "VMWare ESX 3.5", "AD 2003", etc.
- Well we do need a version field for specifing PS version.
- We should ask that users be explicit about versions by using the #requires -version n.n header in their scripts/modules. (oisin)
- Comments
- Published WCF interface for external use.
- Repository would designed so that users can host their own repositories.
- RSS fallback
Resources
- Installing DotNetNuke with PowerShell - "I started building a series of PowerShell scripts for simplifying the process. Although there are installers available for DotNetNuke, they are often out of date and are fairly rigid in how they perform the install. Using PowerShell provides a lot of advantages over a traditional installation program. I have complete control over the installation in an interactive environment and can change any one of dozens of parameters that control the installation."
- PowerShell Team Blog : V2 Interview: Universal Code Execution Model - "At TechEd, I did an interview with Kevin Remde where I discussed the V2 Universal Code Execution model in detail. You can see it at: Universal Code Execution Model (UCEM)âa vision of how PowerShell scripts can run anywhere, anytime in just the right semantics."
- Dmitry posted about a SQL Reporting Services PowerPack for PowerGui
Tips
Contest
Winners for the /n softwareNetcmdlets contest are:
- Steve Hiner - Wrote a wrapper for Send-Email script to send email using Gmail's SMTP server
- Mark Schill - Sent in two entries, the one we've chosen to highlight is his Twitter IM client bot thingy. It uses Send-IM and Get-Http
- Quintus - A script to download an ESPN podcast using the Get-Rss cmdlet
We will be posting the scripts over the next week, so watch the site for those.
Gotcha
- Downgrading from PS v2 to v1 causes the snapins installed from v2 to quit functioning--even if they are compatible with v1. A reinstall of the snapin will fix.
We would like to thank Joel and Mark for coming on the show. Weâd also like to thank Ye11owbeard, JPayleck, and BrandonF for helping us test the UStream channel.
Donât forget to follow us on twitter (halr9000, jonwalz), UStream, and Facebook!
Hacker Public Radio
Ep0170: Resetting Windows Passwordsfinux discusses a tool that allows you to reset windows passwords
August 24, 2008
Couple of Admins
Episode 63 - DNS MessRecorded: August 19, 2008
Your Host: Keith Albright and Steven Murawski
Show Length: 52:03
In this episode, Steve and I interview Steve Friedl and discuss his white paper on the DNS vulnerability. Steve explains how it works and how you can protect yourself.
Thanks for listening and we hope you enjoy.
Links mentioned in this show:
Unixwiz.net
Steve’s DNS Vulnerability White Paper
Microsoft’s [...]
August 23, 2008
Hacker Public Radio
Ep0169: stenography deepgeek dicusses stenography
August 22, 2008
Hacker Public Radio
Ep0168: Steganographydeepgeek discusses Steganography
August 20, 2008
Hacker Public Radio
Ep0167: UCLUG august Meetingupstate carolina linux user group august meeting
August 19, 2008
Hacker Public Radio
Ep0166: 10 Minute Mail10 Minute Mail
Ogg Version of this Episode
August 18, 2008
Lab Rats
Episode 134: Surround Sound DemystifiedIn episode 134, Andy and Sean responds to a viewer email about surround sound.
Hacker Public Radio
Ep0165: Expressive Programminguberchick's first installment of her expressive programming series
August 15, 2008
Hacker Public Radio
Ep0164: Copyfight Vol 2threethiry continues his copyfight series
August 14, 2008
Hacker Public Radio
Ep0163: Circuit BendingHPR Circuit Bending
http://www.expertvillage.com/video-series/5058_circuit-bending-audio.htm
http://www.expertvillage.com/video-series/4432_circuit-bending.htm
Circuit bending is the creative, DIY (Do It Yourself) short-circuiting of electronic devices such as low voltage, battery-powered guitar effects, children's toys and small digital synthesizers to create new musical instruments and sound generators. Emphasizing spontaneity and randomness, the techniques of circuit bending have been commonly associated with noise music, though many more conventional contemporary musicians and musical groups have been known to experiment with \"bent\" instruments. Circuit benders remove the rear panel and connect circuits on a trial and error basis. More experienced benders use a soldering iron and add other components such as potentiometers, resistors or capacitors, which creates an even broader range of sounds.
August 13, 2008
Couple of Admins
Episode 62 - Steve Knows Too MuchRecorded: August 11, 2008
Your Host: Keith Albright and Steven Murawski
Show Length: 1:06:54
In this episode, Steve and I interview Joshua Jones and Eric Johnson, the authors of the new book “A Developer’s Guide to Data Modeling for SQL Server.” They are also fellow podcasters from the CSTechCast podcast.
Thanks for listening and we hope you enjoy.
Links [...]
Hacker Public Radio
Ep0162: Webkit
Jza, Andymeows, and riddebox have a improvised discussion about an article in the
July issue of Linux Journal, called \"Using Webkit In Your Desktop Application.\" pg 54 - 58.
Linux Journal = www.linuxjournal.com
http://en.wikipedia.org/wiki/WebKit
What is webkit?
It has a LGPL license
Webkit is an open source application framework that provides
a foundation upon which to build a web browser.
It was originally
derived from the konqueror browser's khtml software library by Apple Inc. for use in Safari.
You can use Designer to create a nice gui and use the classes for QtWebKit inside it.
Which means that you can drag and drop forms and create the gui real fast.
The best part of QtWebKit is that you can pull stuff from the internet for you applications.
In the article they created an app that will download the pdf files from past issues for you. With a nice search feature for their website.
Examples of applications using Webkit:
Adium
Colloquy
MSN Messenger
Mac OS X's Dashboard
The IPhone uses it as well
August 12, 2008
Hacker Public Radio
Ep0161: Hacking WEPfinux explains just how insecure WEP is
August 11, 2008
Hak.5
Hak.5 Episode 3x11In this post-disaster announcement we bring you up to speed on reconstruction and awesome new developments with Hak5. Darren shows off the Hak5 graffiti wall, a multiplayer game of notepad projected on the HakHouse set, and Matt reminds us all to mark August 15th on our calendar. The live show starts at 9 PM EST. The new season’s big premiere is scheduled for September 8th. We think you’re really gonna love it.
Lab Rats
Episode 133: Mailbag #4In episode 133, Andy and Sean answer email about the PDF's, video card issues, virus/spyware infections, and more.
Hacker Public Radio
Ep0160: DVgrab http://kenfallon.com/?p=51
http://torrez.us/archives/2007/05/14/530/
http://www.ibm.com/developerworks/linux/library/l-job-terminating/index.html
August 10, 2008
Power Scripting
PowerScripting Podcast - Episode 37In This Episode
Today on the PowerScripting Podcast we will be speaking with Brandon Shell, PowerShell MVP and all around nice guy. We also have plenty of news, tips, and resources to cover. And be sure to listen till the end to hear how to win free commercial licenses for /n Software's Net cmdlets!
News
Today's interview is brought to you by Quest.
Do you have what it takes to be the ultimate script warrior? Find out with Questâs PowerPack Challenge â08.
Quest Software is sponsoring a PowerShell Scripting contest where you can test your skills and get paid. Just create some cool PowerShell scripts using Questâs PowerGUI and then post them to our site. Youâll get a score and our celebrity judges will weigh in as well.
Do you have the muscle to bring home the prize? Check out the details here.
- PrimalScript 2007 Enterprise Edition now comes with PowerShell 101 class-on-disc -if you already own a valid key you can get it by ordering a replacement CD
- Congratulation to PrimalScript for winning two awards: Redmond Magazine's Reader's Choice Award (4th year running) for best scripting tool and Windows ITPro Editorâs Best Award (silver) for scripting tools
- Cool new PoshBoard video (this time in English or French) which shows datagrid tools in PoshBoard
- SQL Server 2008 has been released. You can download a 180-day trial now or if you have MSDN you can get the full version that way.
Interview
This segment is brought to you by iTripoli!"Admin Script Editor (which recently received Windows IT Pro's top award) provides a true integrated scripting environment for PowerShell. The guys at iTripoli haven't done a great job getting the word out about Admin Script Editor so to make up for it they are offering a 50% competitive discount. Go to adminscripteditor.com to find out if you qualify."
Some of the topics covered:
- Performance considerations with regards to Foreach vs. Foreach-Object
- Performance considerations of ADSI v. S.DS.P
- When NOT to use one-liners
- Custom Objects - don't make 380,000 of them
- .NET Reflector
- Citrix stuff incl. their Provisioning Server, Xen Server
Resources
- We found a couple of cool PowerGUI Power Packs we wanted to highlight which people have submitted for Quest's contest.
- Be sure to check out blog.sapien.com if you have not seen it before. Jeffrey Hicks and Alex Reidel from SAPIEN Technologies must have been upping their caffiene intake lately because the blog posts have been coming fast and furious lately. Lots of good stuff on the site.
- Ying Li brings us a PowerShell script to schedule a task
- Here's an Exchange tip and a story from a guy who took a co-worker's 220-line VBscript as an opportunity to, as he says, "flex the powershell".
Tips
- Hal's blog post: Access TSclient Mapped Drives with PowerShell
- Marco Shaw sends us this tip he found recently on the Technet Forums. Try "ii ." sometime. This is an alias to Invoke-Item cmdlet. Simply giving it a single period as a parameter and hitting enter will open Windows Explorer to your current working directory.
Contest
We have two copies of Netcmdlets to give away this week. Prizes will be awarded on Episode 38. All you have to do to win is be one of the first two people to send in a script that uses the Netcmdlets OR a PowerShellASP page. You can use their "hobbyist" license to get the job done. And don't send in a little single statement one-liner--give us a few lines of code at least. :) All entries become the property of the PowerScripting Podcast, some rights reserved, do not taunt happy fun ball. (Just kidding, we'll publish all entries on the website. But seriously--don't taunt happy fun ball.)
August 08, 2008
Hacker Public Radio
Ep0159: Basic ElectronicsDigital & Analog
The 7 Logic Gates
From Nand to Tetris in 12 Steps
August 07, 2008
Hacker Public Radio
Ep0158: EC LUG July 31 Meetingaudio from EC Lug meeting on july 31 2008
August 06, 2008
Hacker Public Radio
Ep0157: New Hackermedia ContentSome new Hackermedia
The Hacker Voice Digest Issue 3
Download
Rough guide to number stations - Part 3 By Demonix
History of BT Strowger Systems - By Belial
List of interesting phone numbers - Blue_Chimp
VoIP spectacular with 10nix and Belial
Hacking Vonage - Belial
Easy Peasy ID theft - Hyper
Urban Exploration - BT exchanges
Rants
News
Interviews
and a fuckton more!......
Citizen Engineer
Website
LadyAda
http://www.adafruit.com
http://www.ladyada.net/
Phil Torrone
http://www.makezine.com/
http://www.makezine.com/pub/au/Phillip_Torrone
They Might Be Giants, Friday Night Video Podcast
Video
Making of
Rss Feed
Lyrics
August 05, 2008
Hacker Public Radio
Ep0156: FRS/GMRS Walkie Talkie ReviewDeepgeek reviews FRS/GMRS walkie-talkies from Radio Shack
(He also waxes nostalgic about CB radio.)
August 04, 2008
Lab Rats
Episode 132: What is Centrino?In episode 132, Andy and Sean look at Intel’s laptop chipset technology.
Power Scripting
PowerScripting Podcast - Episode 36In This Episode
We have a great show lined up for you today. We'll be talking with Eric Madariaga from /n Software. And of course we have news, tips, resources, and more! And be sure to listen till the end when we'll be giving away free commercial licenses for /n Software's Net cmdlets!
News
Thanks to iTripoli for sponsoring this segment.
âAdmin Script Editor provides a true integrated scripting environment for PowerShell. Advanced features include an integrated PowerShell debugger, advanced code generating tools for Active Directory, Databases, XML files and the exclusive PowerShell forms designer. Come see for yourselfâ Admin Script Editor v3.5 is availble for a 45 day trial at AdminScriptEditor.com.â
- There's a new PowerShell podcast in town Get-Scripting ! I guess the rule is you have to have a Jonathan to have a PowerShell podcast (with apologies to the other Jonathan)
- If you missed Marco's session on the NetCmdlets don't sweat it. It was postponed until next month
- MVP Marco Shaw has posted his plans for future VUG meetings.
- PowerGUI 1.5.1 is now out. Some new stuff includes:
Interview
Do you have what it takes to be the ultimate script warrior? Find out with Questâs PowerPack Challenge â08.
Quest Software is sponsoring a PowerShell Scripting contest where you can test your skills and get paid. Just create some cool PowerShell scripts using Questâs PowerGUI and then post them to our site. Youâll get a score and our celebrity judges will weigh in as well.
Do you have the muscle to bring home the prize? Check out the details here.
Tonight, we're talking to Eric Madariaga with /n Software. VP of Marketing.
- Background
- career
- been there for 10 years, started as web dev
- tell us about /n software
- dev tools
- components
- security, encryption, compression
- current position
- VP of Marketing
- NetCmdlets
- product came out when? It was very early
- Launched at TechEd EMEA 2006
- v2 is in beta?
- telnet
- amazon S3 cmdlet
- move files
- simpleDB
- EC2
- PowerShell Server (formerly PowerShell Remoting)
- SSH server with a PowerShell shell
- PowerShellToys / PowerShellASP
- IIS filter
- will be adding related products such as pasp web part for sharepoint
- PrimalScript integration (see screenshot)
- Future
- Sharepoint Server
- move docs
- update lists
- Biztalk
- Websites: http://nsoftware.com, http://powershelltoys.com
Contest
We have two copies of Netcmdlets to give away this week. Prizes will be awarded roughly two weeks from now on Episode 38. All you have to do to win is be one of the first two people to send in a script that uses the Netcmdlets OR a PowerShellASP page. You can use their "hobbyist" license to get the job done. And don't send in a little single statement one-liner--give us a few lines of code at least. :) All entries become the property of the PowerScripting Podcast, some rights reserved, do not taunt happy fun ball. (Just kidding, we'll publish all entries on the website. But seriously--don't taunt happy fun ball.)
Mailbag
- email from Glenn S. from Augusta, GA.
Hacker Public Radio
Ep0155: Installing XubuntuXoke talks about installing Xubuntu
August 01, 2008
Hacker Public Radio
Ep0154: Linguistic Public Radio Episode 0Plexie introduces her new site, forum, irc channel and podcast.
Linguist Chat Home page
offical irc channel: linguistchat.org #Linguistchat
LinguistChat Forum
July 31, 2008
Hacker Public Radio
Ep0153: What is an algorithmWhat
is an algorithm?
Review
Question:
Try answering the
follow review question by leaving a comment or answering it in your
head. If you want you can even write it down on paper.
Write an algorithm
for your morning routine. From the time the alarm clock rings until
you leave the house for work or school.
If you're like me and
do not have a job try writing an algorithm on how to write a resume.
Recommended Reads
http://en.wikipedia.org/wiki/Algorithm
http://en.wikipedia.org/wiki/Euclid's_algorithm
http://computer.howstuffworks.com/question717.htm
http://www.wisegeek.com/what-is-an-algorithm.htm
This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 3.0 License
July 30, 2008
Power Scripting
PowerScripting Podcast - Episode 35In This Episode
We have a great show lined up for you today. We'll be talking with Brandon Shell (PowerShell MVP) and Steve Murawski (Mind of Root podcast co-host) in a roundtable discussion. And of course we have news, tips, resources, and more!
News
Thanks to iTripoli for sponsoring this segment.
"Admin Script Editor provides a true integrated scripting environment for PowerShell. Advanced features include an integrated PowerShell debugger, advanced code generating tools for Active Directory, Databases, XML files and the exclusive PowerShell forms designer. Come see for yourself-- Admin Script Editor v3.5 is availble for a 45 day trial at AdminScriptEditor.com."
Roundtable
Today's roundtable is brought to you by Quest Software.
Do you have what it takes to be the ultimate script warrior? Find out with Questâs PowerPack Challenge â08.
Quest Software is sponsoring a PowerShell Scripting contest where you can test your skills and get paid. Just create some cool PowerShell scripts using Questâs PowerGUI and then post them to our site. Youâll get a score and our celebrity judges will weigh in as well.
Do you have the muscle to bring home the prize? Check out the details here.
We are speaking tonight to to Brandon Shell from bsonposh.com and Steve Murawski from Mind of Root podcast.
Here are a few notes from the panel discussion:
- "How to help the IT firefighter learn a new scripting language"
- how to make time?
- WMI classes
- win32_operatingsystem
- win32_computersystem
- win32_process
- win32_services
- AD
- training classes
- Covering too much V2? <sepeck> well, more thaqt there is this whole world of people who still are just discovering that there are basics to cover.
- XML?
- Polymon
Resources
Tips
Couple of Admins
Episode 61 - You’re Soaking In ItRecorded: July 29, 2008
Your Host: Keith Albright and Steven Murawski
Show Length: 49:13
Thanks for listening and we hope you enjoy.
Links mentioned in this show:
VMWare ESXi Server now free
Brocade buys Foundry Networks
Microsoft Mojave OS Experiment
Read the full show notes here.
Other podcasts mentioned in this show:
Mike Tech Show
Run Your Own Server
PowerScripting Podcast
Website Picks:
Keith - Convert JPG to ASCII [...]
Hacker Public Radio
Ep0152: Pulse Audio IntroKlaatu interviews Kajarii about Pulse Audio.
Pulse Audio Website
Since I'll be listening to this episode in OGG format, I figured I'd post the ogg version in case anyone else wants it. --klaatu
July 29, 2008
Hacker Public Radio
Ep0151: Copyfight Vol 1
http://www.freesound.org/
http://www.creativecommons.org
July 28, 2008
Couple of Admins
Episode 60 - There’s a bug in my DNS!Recorded: July 26, 2008
Your Host: Steven Murawski
Show Length: 1:03:57
I’m joined in studio by John Hubert. We talk about the “new” DNS flaw, being an admin in a Small/Medium sized environment, working with others, a bit of SQL Server, and, of course, some PowerShell.
Thanks for listening and we hope you enjoy.
Links mentioned in this show:
Is your [...]
Lab Rats
Episode 131: PDF DemystifiedIn episode 131, Andy and Sean explain at Adobe’s handy Portable Document Format.
Hacker Public Radio
Ep0150: Debloat WindowsCybercod explains how to debloat a windows install disk
July 26, 2008
Power Scripting
PowerScripting Podcast - Episode 34In This Episode
We have a great show lined up for you today. We'll be talking to Carter Shanklin from VMware about their PowerShell Toolkit. He's got some exciting NEW news to share with us, so that's cool. We'll also bring you news, resources, tips and whatever else we can scrape up.
News
This segment is brought to you by Quest Software.
Do you have what it takes to be the ultimate script warrior? Find out with Questâs PowerPack Challenge â08.
Quest Software is sponsoring a PowerShell Scripting contest where you can test your skills and get paid. Just create some cool PowerShell scripts using Questâs PowerGUI and then post them to our site. Youâll get a score and our celebrity judges will weigh in as well.
Do you have the muscle to bring home the prize? Check out the details here.
- PowerShellASP (powershelltoys.com) - PowerShellASP is an ASP-like template language for Web Applications; templates contain a mixture of markup (HTML, XML or whatever you want to generate) and inline PowerShell code. At runtime, templates/pages are fully translated to PowerShell code and exe
- Codeplex project PowerShell Pages (codeplex.com/powershellpages)- PowerShell Pages is an ASP like language, based on the PowerShell runtime. Using a simple HTTP Handler, ASP.NET can render pages scripted using PowerShell script (including cmdlets, and CLR/.NET objects) to the web. Simple, fast and intuitive programming
- VMware Toolkit 1.0 is out of beta! (vmware.com/go/powershell)
- 125 cmdlets
- focus on VM lifecycle and ESX server deployment and configuration
Interview
Today's news is brought to you by iTripoli.
"Admin Script Editor provides a true integrated scripting environment for PowerShell. Advanced features include an integrated PowerShell debugger, advanced code generating tools for Active Directory, Databases, XML files and the exclusive PowerShell forms designer. Come see for yourself-- Admin Script Editor v3.5 is availble for a 45 day trial at AdminScriptEditor.com."
- Background
- long time developer in Unix-land
- VMware for 8 months
- Current Role
- Product Manager
- Solving Problems
- change CD drives on 1500 VMs
- VMware Toolkit for Windows
- Works on VMS 2.0
- Lab Manager, VDM -- future potential
- 125 cmdlets
- focus on ESX & VC
- side one: VM lifecycle
- side two: VM host deployment
- 1.0 released TODAY!
- download: http://vmware.com/go/powershell
- blog: http://blogs.vmware.com/vipowershell
- for help
- online docs
- community (link from download site)
- Discussion
- VM automation
- they are working on it, will use VIX
- Developers & PowerShell
- key is powershell is application focused
- scripts write like you think the task should work
- Excel automation
- great for general powershell -- not vmware specific
- v2 ctp module?
Resources
Tips
- Jeffrey Snover reminds us to update your GAC! This really speeds up the start time for a powershell console.
- Enabling WinRM with Powershell / Get-Powershell - Don't forget you can use Configure-WSman.ps1 to configure WinRM using PowerShell.
- you can get a much faster file count of a directory by doing a get-item on the parent folder and calling the getFiles() method. Thanks Jaykul!
- measure-command {
$folder = get-item '\\server\share'
Write-Host ($folder.getfiles()).count} # 524 Milliseconds
Measure-Command {(gci '\\server\share').count} # 1min 18 sec - note that getfiles() will not count any directories
Cmdlet-of-the-Week
- out-host has a -Paging parameter
Gotcha
Talk to you next week! Donât forget to follow Jonathan and Hal on Twitter.
July 25, 2008
Hacker Public Radio
Ep0149: DynamicDNSklaatu talks about dynamic dns
July 24, 2008
Hacker Public Radio
Ep0148: LinuxFestLinuxFest
Ohio LinuxFest;
Ontario LinuxFest;
Southeast LinuxFest.
July 23, 2008
Hacker Public Radio
Ep0147: New DNS vunerablitymiro talks about the new DNS vunerablity
July 22, 2008
Hacker Public Radio
Ep0146: MC Smedleyanother track by MC Smedley
July 21, 2008
Lab Rats
Episode 130: Intro to Satellite RadioIn episode 130, Andy and Sean take a look at digital satellite radio such as XM and Sirius.
Couple of Admins
Episode 59 - IrregularRecorded: July 15, 2008
Your Hosts: Steven Murawski & Keith Albright
Show Length: 1:02:37
Apologies for the long tail in getting this out. I had a long honey-do list to finish before the wife and kids got home.
Thanks for listening and we hope you enjoy.
Links mentioned in this show:
PowerShell ASP
Project similar to PowerShell ASP
SQL Queries in PowerShell
FOG [...]
Hacker Public Radio
Ep0145: Stop smokingThe one step plan to stopping smoking: Don't smoke another one.
Audio for the record scratch by Halleck
http://www.freesound.org/samplesViewSingle.php?id=29938
http://creativecommons.org/licenses/sampling+/1.0
July 20, 2008
Hacker Public Radio
Ep0144: Death Notedeepgeek talks about Death Note anime
July 18, 2008
Hacker Public Radio
Ep0143: Open GPS Tracker
http://opengpstracker.org
http://www.opengpstracker.org/wordpress/
http://www.opengpstracker.org/phpBB3/
http://www.ladyada.net/make/usbtinyisp/index.html
July 17, 2008
Power Scripting
PowerScripting Podcast - Episode 33In This Episode
We have a great show lined up for you today. With us via Skype will be MVPs Kirk Munro and Dmitry Sotnikov both from Quest. And no show would be complete without News, Resources, and Tips!
News
Today's news is brought to you by iTripoli.
"Admin Script Editor provides a true integrated scripting environment for PowerShell. Advanced features include an integrated PowerShell debugger, advanced code generating tools for Active Directory, Databases, XML files and the exclusive PowerShell forms designer. Come see for yourself-- Admin Script Editor v3.5 is availble for a 45 day trial at AdminScriptEditor.com."
- Preview video up of a very interesting new open-source project called PoshBoard. It's a solid clone of iGoogle, including the AJAX widgets, but the widgets are...PowerShell code!
- And we have more videos. Marco Shaw has posted the videos from PS VUG meeting #6.
- We're really excited about PoshCode.org. This is a new domain but an old resource with a bit of a facelift and some new features. This is the same script repository back end featured at PowerShellCommunity.org and PowerShellCentral.com. Joel Bennett is adding features to make this a very useful tool.
Panel
This segment is brought to you by Quest!
Do you have what it takes to be the ultimate script warrior? Find out with Questâs PowerPack Challenge â08.
Quest Software is sponsoring a PowerShell Scripting contest where you can test your skills and get paid. Just create some cool PowerShell scripts using Questâs PowerGUI and then post them to our site. Youâll get a score and our celebrity judges will weigh in as well.
Do you have the muscle to bring home the prize? Check out the details here.
We decided to do something different for the interview section. Instead of an interview, we picked a few topics and went at it round-robin. Hope you like it!
- Providers vs cmdlets (e.g. IIS7 providers)
- Does PowerShell belong on a web server?
- Aside from remoting--what is version two's most killer feature?
Resources
This section is brought to you by SAPIEN Technologies
- DevInfra-US - Very cool English version of a French PowerShell blog. In his words: "Microsoft Infrastructure Development solutions with PowerShell, C#, ASP.NET and silverlight... Best Effort English translation from Devinfra.blogspot.com :)"
- Antoine from DevInfra has written three articles (one, two, three) on how to call PowerShell script from within an ASP page. Very cool stuff!
- get-admin - This is a new "Enterprise Administration and Automation" blog by Glenn S. He starts off with a nice screencast showing you how to run a posh script as a scheduled task.
- HyperVoria | Hyper-V PowerShell library - now on Codeplexâ Thanks to Steve Murawski for pointing this one out. The Codeplex project page is here.
Thanks for listening! Donât forget to follow Jon and Hal on Twitter.
Hacker Public Radio
Ep0142: Home Brew Part 2 - Bottling and Fermentation Funjelkimantis' part 2 of his home brewing adventures
July 16, 2008
Hacker Public Radio
Ep0141: Tech Music: Tele-Datu boogiecheck out his other tracks at:
http://www.zombie.el.cx/music/
July 15, 2008
Hacker Public Radio
Ep0140: LPI Certification Part 6 Device ConfigurationPart 6 of the LPI series by ken fallon
July 14, 2008
Lab Rats
Episode 129: FTP DemystifiedIn episode 129, Andy and Sean explain file transfer protocol and how you can use it.
Hacker Public Radio
Ep0139: Compiling a Kernal over the Nework with distccklaatu talks about compiling a Kernal over the network with distcc.
July 13, 2008
Couple of Admins
Episode 58 - Feeling SubversiveRecorded: July 8, 2008
Your Hosts: Steven Murawski
Show Length: 9:36
Even shorter show this week. Thanks for listening and we hope you enjoy.
Links mentioned in this show:
Subversion
SvnBridge
CodePlex
Read the full show notes here.
Listen Now:
Download Here
July 11, 2008
Hacker Public Radio
Ep0138: Bee Soft CommanderDeepgeek talks about the light weight app Bee Soft commander
July 10, 2008
Hacker Public Radio
Ep0137: July UCLUG Meetingdave yates as always records his UCLUG meeting
July 09, 2008
Hacker Public Radio
Ep0136: Intercepting Satellite TransmissionsDrake Anubis demonstrates the basic setups to decoding APT satellite transmissions. A detailed tutorial is available on his blog.
July 08, 2008
Hacker Public Radio
Ep0135: LPI Ceritification Part 5 PCI Cards GNU Free Documentation License
elpicx Live-CD/DVD Leading Edge Training Notes
Commands Used:
lspci -h|less
lspci -n|less
locate pci.ids | less
less 'locate pci.ids | head -1 `
lspci | less
lspci -s 00:1d -v |less
less /proc/pci
echo \"Read http://www.rt.com/man/pnpdump.8.html\"
less /proc/interupts
less /proc/ioports
less /proc/iomem
less /proc/dma
July 07, 2008
Lab Rats
Episode 128: Touch Your TechIn episode 128, Andy and Sean look at current and future technology that can be controlled by touch.
Power Scripting
PowerScripting Podcast - Episode 32In This Episode
We have a great show lined up for you today. We're interviewing Peter Schulz with Citrix to talk about their PowerShell product Workflow Studio. And as always: News, Resources, Tips, and more!
News
Today's news is brought to you by SAPIEN Technologies.
Interview
This interview is brought to you by iTripoli.
"Admin Script Editor provides a true integrated scripting environment for PowerShell. Advanced features include an integrated PowerShell debugger, advanced code generating tools for Active Directory, Databases, XML files and the exclusive PowerShell forms designer. Come see for yourself-- Admin Script Editor v3.5 is availble for a 45 day trial at AdminScriptEditor.com."
Our interview today is with Peter Schulz from Citrix. Enjoy. Here's our notes from the conversation:
- Intro
- Peter Schulz has been with Citrix for over 8 years in Consulting, Engineering, Product Marketing, and is now the Technical Product Manager for Citrix Workflow Studio, a new IT Process Automation tool that is currently available as a technology preview.
- Background
- PowerShell's adoption inside Citrix
- Workflow Studio
- Background / Why the acquisition?
- Features
- Overview
- Built-in tasks
- How are these made?
- Can a user create new ones?
- How often will Citrix be updating them?
- Selected Categories / tasks
- AD: Create Random Password
- input/output: user choice
- flow control: split task
- Can workflows be executed on remote systems directly?
- You can double-click on a task and you drill down into a function? How does this work?
- Will the product remain free?
- There will always be a free version similar to what is in the tech preview now. The commercial version will of course have more stuff in it.
- Ship date?
- Second half of this year
- How are customers using it so far?
- Vision / future plans
- .net 3.5
- For more information?
- Peter's blog: http://community.citrix.com/blogs/citrite/petersc
- Workflow Studio download link: http://citrix.com/wfsinsider
- Community page: http://community.citrix.com/display/cdn/Citrix+Workflow+Studio
Resources
Do you have what it takes to be the ultimate script warrior? Find out with Questâs PowerPack Challenge â08.
Quest Software is sponsoring a PowerShell Scripting contest where you can test your skills and get paid. Just create some cool PowerShell scripts using Questâs PowerGUI and then post them to our site. Youâll get a score and our celebrity judges will weigh in as well.
Do you have the muscle to bring home the prize? Check out the details here.
Tips
- Variable expansion in strings. We've talked about it before, but I saw someone fighting with it just yesterday.
- "$object.parameter something else" does not work. Use "$($object.parameter) something else" instead
- From Poshoholic: Essential PowerShell: Name your custom object types
- One important thing that is often overlooked when people are writing scripts that do this is that they can also give those objects a type name.
- Sepeck on the #PowerShell IRC channel (irc.freenode.net) shared a link with us about his experiences with PowerShell help files. It's a good before-and-after story with a lesson. :) He links to one of Don Jones' articles with further advice on the topic.
One-Liner
A big thanks to Peter Schulz for coming on the show tonight. We're looking forward to interviewing the Kirk and Dmitry from the PowerGUI team. Send in your questions! As always, you can contact the show by email to feedback@powerscripting.net. You can also leave us reviews on iTunes and comments on the blog. Don't forget to check out Quest's contest details at quest.com/powerscripting.
Other ways to interact with us: Facebook Group (forums, networking), Twitter (jonwalz& halr9000)
Hacker Public Radio
Ep0134: Kernal Patching Part 2 of the How to Build your own Kernal Series
July 04, 2008
Hacker Public Radio
Ep0133: Talk to DrakeDrake invites quiet listeners to come on the show and share their interests with him.
July 03, 2008
Couple of Admins
Episode 57 - PoSH is BASHing my KORNRecorded: July 1, 2008
Your Hosts: Keith Albright
Show Length:22:00
Short show this week. Thanks for listening and we hope you enjoy.
Links mentioned in this show:
Daemon Tools to mount virtual CD drive
Server Staging document discussion page on the Wiki
Read the full show notes here.
Website Picks:
Keith - Internet Archive
Listen Now:
Download Here
Hacker Public Radio
Ep0132: OpenDNS
openDNS website
transcript of the episode
rowinggolfer's notes on using openDNS with a dynamic IP
July 02, 2008
Hacker Public Radio
Ep0131: Adding Stereo to a Computer\"Deepgeek talks about adding a Stereo to his Computer\"
July 01, 2008
Hacker Public Radio
Ep0130: Unhosing a spyware infected system* Ad-Aware
* Spybot Search and Destroy
* Either AVG or Clam AV
* HijackThis
* Rootkit Revealer
* Autoruns
* C Cleaner
* Disk Clean (part of Windows)
* Scan Disk (part of Windows)
* Defrag (part of Windows)
June 30, 2008
Lab Rats
Episode 127: How a NAT Router worksIn episode 127, Andy and Sean use tiny potatoes to explain how home network routers protect against inbound malware.
Power Scripting
PowerScripting Podcast - Episode 31In This Episode
We have a ton of stuff foryou today. News, Resources, Tips, and even an old favorite, the Cmdlet of the Week.
For the full show notes visit us at Http://PowerScripting.net
Hacker Public Radio
Ep0129: Panama City Linux User Group MeetingPCLUG meeting notes 0058
June 27, 2008
Hacker Public Radio
Ep0128: Misunderstanding Privacy Part 2Drake continues his series of Misunderstanding privacy.
SSRN Paper
Daniel J. Solove
Drake Anubis
June 26, 2008
Couple of Admins
Episode 56 - Would I? Should I?Recorded: June 24, 2008
Your Hosts: Rich Niemeier and Keith Albright
Show Length: 51:37
Keith makes his singing debut on this show. It’s a rough cut and I hope to re-record it and make it much better. The logo contest is running until June 30th. Submit your entries to Contest [at] MindOfRoot.com. The winner gets their [...]
Hacker Public Radio
Ep0127: How to be Nosey on the Interwebz
How to be Nosey Presentation
June 25, 2008
Hacker Public Radio
Ep0126: Ripping the Weboperator explains how to rip content from websites.
June 24, 2008
Hacker Public Radio
Ep0125: Home Brew Part 1Equipment needed for Home Brew:
8 Quart Pot
Fermenting Vessel (glass or food grade plastic)
Bottling Vessel (again, food grade plastic)
Siphon Hose & Bottling tool
Spoon
Funnel (if using a glass fermenter)
Bottle capper
bottles
caps
sterilizing solution (c-Brite or B-brite)
Hop Bag
Thermometer
Hydrometer
Beer Kit (ingredients)
Links:
http://www.leeners.com
http://www.homebrewtalk.com
June 23, 2008
Power Scripting
PowerScripting Podcast - Episode 30We have a ton of stuff for you today. Our interview is with ThorbjÃrn SjÃvold from Special Operations Software. Also on tap: news (yes we have some today), resources, tips and even a gotcha.
News
The news is brought to you by Sapien Technologies.
Interview
Our interview today is brought to you by Quest Software.
For a limited time, Quest is offering Powerscripting Podcast listeners a free copy of Jeffery Hicks upcoming book, Managing Active Directory with Windows PowerShell: TFM from Sapien Press.
Go to www.quest.com/powerscripting to register for your copy and download their free graphical user interface, script editor and Active Directory commands.
Resources
The resources are brought to you by iTripoli.
âAdmin Script Editor provides a true integrated scripting environment for PowerShell. Advanced features include an integrated PowerShell debugger, advanced code generating tools for Active Directory, Databases, XML files and more. Letâs not forget about the exclusive PowerShell forms designer. Whatâs coming up? Soon its innovative and feature-rich ScriptPackger tool will offer support for the dynamic installation of cmdlets! Come see for yourselfâ Admin Script Editor v3.5 is availble for a 45 day trial at AdminScriptEditor.com.â
- Scriptform designer tip for the Admin Script Editor
- This is from a twitter fan stahler and his new blog âFatBeardâs Adventures in PowerShellâ:
- Jeffery Snover has a post on getting credentials from the command line -itâs a simple registry change
- Speaking of PowerGUI earlier, be sure to follow PowerGUI.org, and these developer blogs for news and tips about that product:
- Kirk Munro also brings us a great book review of the Windows PowerShell Pocket Reference (Lee Holmes)
- Also Kirk let us know about an interview that Dmitry did during Teched for ITTV
- Go check out âBenpâs Guide to Stuffâ. This is from Ben Pearce, a field engineer from Microsoft. Heâs got a great blog, but I wanted to mention that heâs also a great speaker. He did a wonderful PowerShell & WMI presentation at TechEd. Heâs posted several of his demos on his website.
Gotcha
- This is from a longtime Citrix expert Brian Madden (brianmadden.com). The article is from April, but I just came across it the other day. The key part of the article is this quote: âa student in our 5-day Citrix Master class in Ausralia a few weeks ago told of doing the ârightâ thing. He said that he had taken the time to learn PowerShell and rewrote all of his VBS Citrix login scripts in PowerShell. The result? Login times went from about 2.5 seconds to over 15 seconds per user!â
- Whatâs the lesson here? Donât use PowerShell for login scripts? I would say it is a non-issue for single-user workstations, but may be something to consider for your Citrix or Termainl Server app servers. Hopefully weâll see this improve for V2.
- Thereâs some amusing commentary on the article, you may want to check that out.
Please email us (feedback@powerscripting.net) tips and feedback! We also love iTunes reviews and blog comments. Other ways to interact with us: Facebook Group (forums, networking), Twitter (jonwalz& halr9000)
Lab Rats
Episode 126: Storage on your NetworkIn episode 126, Andy and Sean demystify network attached storage devices.
Hacker Public Radio
Ep0124: Digital Picture Frame
http://i47.photobucket.com/albums/f197/mirovengi/2598843693_9ffee7e4c2_o.jpg
http://i47.photobucket.com/albums/f197/mirovengi/2598843655_b4fd44222f_o.jpg
http://i47.photobucket.com/albums/f197/mirovengi/2598843621_30287ffdc3_o.jpg
June 19, 2008
Couple of Admins
Episode 55 - It’s InteractiveRecorded: June 17, 2008
Your Hosts: Rich Niemeier, Steve Murawski and Keith Albright
Show Length: 55:28
The logo contest is running until June 30th. Submit your entries to Contest [at] MindOfRoot.com. The winner gets their choice of either a full retail copy of Microsoft Office 2007 Standard or $25 cash.
Thanks for listening and we hope you enjoy.
Links mentioned [...]
Hacker Public Radio
Ep0123: Misunderstanding Privacy Part 1SSRN Paper
Daniel J. Solove
Drake Anubis
June 18, 2008
Hacker Public Radio
Ep0122: Batch processing on LinuxDeepgeek discusses batch processing on a linux platform
June 17, 2008
Hacker Public Radio
Ep0121: Linguistics Public RadioPlexi talks about her new upcomming project.
June 16, 2008
Lab Rats
Episode 125: Mailbag #3In episode 125, Andy and Sean answer email about PVRs, NAT firewalls, and the
annoying pop-up sound on the show titles.
Hacker Public Radio
Ep0120: Tech Music: Landline Party!!check out his other tracks at:
http://www.zombie.el.cx/music/
June 13, 2008
Hacker Public Radio
Ep0119: LPI Certifications Part 4 - SCSIKen gives his 4th installment of his LPI Certification series
June 12, 2008
Hacker Public Radio
E