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 …

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 …

Open Source Ecommerce alternatives to Zencart, OSCommerce and Virtuemart

A couple of new open source Ecommerce products out and about that will hopefully see the end of the monstrosity called OSCommerce and it’s less ugly incarnations – Whilst they have served me well in the past and I may feel tempted to use Virtuemart for a customer who: a) Will never ever need any …

Open Source Web Design and Development Tools – Inkscape and Kompozer

I have been using Linux on the desktop part-time for nearly 6 years now and full-time for 3 years. My web development experience began using Macromedia’s tools and when I migrated to Linux, I took them with me with the help of the Wine project to run them under Linux. The majority of the functionality …

Learn to Design Web Themes and Templates with New Wiki

ThemesWiki.org is a new website designed to provide users with comprehensive, free guides for designing Web Themes and Templates. This site intends to ease the web design process by providing tutorials for a large number of systems at a common location. It is often difficult to find a resource that is focused on providing quality, …