Categories
News

Face blurring anonymity: YouTube

Whether you want to share sensitive protest footage without exposing the faces of the activists involved, or your children playing, or if your that girl who wants to put out a almost x rated shake your ass on camera and show off your fantastic body for others to comment on. YouTube is the place to be. YouTube’s face blurring […]

Categories
News Technical

Skype for Windows hotfix released

Microsoft has released a hotfix for Skype which addresses two known issues in the Windows version of the software. The hotfix addresses a crash during a Skype IM session, as well as file sending bugs. The hotfix addresses these two issues: Instant Messaging – Skype client crashes during a Skype IM session, which may in […]

Categories
Personal

QOTD: Stephen Covey

“Habit is the intersection of knowledge (what to do), skill (how to do), and desire (want to do).” -Stephen Covey

Categories
News Personal

Stephen Covey author of ‘7 Habits’ dead at 79

Stephen Richards Covey is the author of the best-selling book, The Seven Habits of Highly Effective People. Other books he has written include First Things First, Principle-Centered Leadership, and The Seven Habits of Highly Effective Families; a book I intend on reading soon. Covey’s family issued a statement: “In his final hours, he was surrounded by […]

Categories
How-To

Linux – Find Out CPU Information

“Dr. Chandra, will I dream?” – HAL-9000 You can use /proc/cpuinfo file or use the lscpu command to get info about CPU architecture. It will display information like: Number of CPUs, Threads, Cores, Sockets, etc… Open a terminal and type the following command: less /proc/cpuinfo You cal also just type: lscpu for the same results

Categories
How-To Technical

Missing access.log in lighttpd

I’ll make this one short: A few days ago i got Lighttpd up and running and even moved my WordPress blog onto it. This was a nice clean install that is working properly, starting properly. There seems to be something missing! Oh! yeah! Where is my access.log. I attempt to tail -f /var/log/lighttpd/access.log and there was nothing there. This took me […]