Bash command to determine multiple logins sorted by user with the most logins

Here ’tis

w | awk ‘{a[$1]++}END{for(i in a){print a[i] ” ” i}}’ | sort -rn | head

stumbled on this issue with a HP-UX server we run where the maxusers kernel paramater is set to 600 (512 by default). To change this setting, requires a reboot of the server (something not easily achievable at midday with 600 users logged in). You can change kernel parameters via SAM in HP-UX

read on

Posted at 12pm on 29/05/08 | no comments | Filed Under: Linux Administration

Easy DVD Authoring in Linux thanks to Wine and DVD Flick

I haven’t spent much time with Video editing / DVD authoring on either Linux or Windows. Mostly because I don’t watch much video except for a wierd philia for watching Cop Chases on Youtube or at the other end of the spectrum, watching the extremely interesting TedTalks using Miro or Google Tech Talks.

Anyway, my sister-in-law purchased a Mini-DVD Sony camera. It just so happens that Linux doesn’t support this format

read on
Posted at 11am on 29/05/08 | no comments | Filed Under: Cross-Platform, Linux Administration, Open Source, Video

Categories

Monthly Archives