one liner
Tag details
Welcome to the 'one-liner' tag page at Technorati. This page features content from the farthest reaches of the Blogosphere that authors have "tagged" with 'one-liner'.
Look up
"one-liner"
at The Free Dictionary
Latest blogosphere posts tagged “one liner”
-
Famous Perl One-Liners Explained, Part III: Calculations
good coders code, great reuse —
Authority: 509
This is the third part of a seven-part article on famous Perl one-liners . In this part I will create various one-liners for calculations . See part one for introduction of the series. Famous Perl one-liners is my attempt to create “ perl1line.txt ” that is similar to “ awk1line.txt ” and “ sed1line.txt ...5 days ago -
Top 10 Photos of the Week
Impact Lab —
Authority: 539
Somehow judgement day feels different when you’re a highly trained cow The reason why we spend time putting together this weekly assortment of “life beyond the edge” photos is because creativity is inspiring. Ingenuity has a way of unleashing the inner trolls in each of us and replacing them with the kinder, ...2 weeks ago -
Find users in too many groups
Dmitry's PowerBlog: PowerShell and beyond —
Authority: 487
Large Kerberos tokens (caused by too many groups listed in them) can be an issue in some environments (I’ve just had a similar trouble myself in an ADFS deployment). Luckily PowerShell is here to help. This quick script will list all users who are members of more than 75 groups: $limit = 75 ...3 weeks ago -
Advice For Impetuous Talkers (Humor)
Shadow of Diogenes —
Authority: 135
A closed mouth gathers no foot and it helps you keep from losing some teeth.4 weeks ago -
PowerShell One-Liner: Get-PrimaryIPAddress
TechProsaic —
Authority: 103
Update @ 3:58 pm : At risk of losing the one-liner nomenclature at a very worthwhile increase in speed, read below. The One-Liner WMI Version One-liner to retrieve the first IP address of the first adapter which has a default gateway set. This is a very reliable, yet not perfect technique for determining the "right" ...4 weeks ago -
Get a list of users’ email addresses
Dmitry's PowerBlog: PowerShell and beyond —
Authority: 487
Here’s a one-liner to turn members of a group into a list of email addresses, separated by semicolon. I am using it every now and then when someone from our partners (which obviously do not have access to our address book) ask me for a list of folks to include in some discussions, or grant access to some resources, ...4 weeks ago