For now, I can only think of one thing. I’m so in love with THIS!
#1 Chery QQ3

Not that I will actually have one though. Where is Secret Santa when you need one?
UPDATE:
#2. Panasonic Lumix LX3
For now, I can only think of one thing. I’m so in love with THIS!
#1 Chery QQ3

Not that I will actually have one though. Where is Secret Santa when you need one?
UPDATE:
#2. Panasonic Lumix LX3
This is hilarious. A school teacher from Austin, TX confiscated some Linux (HeliOS) Live CDs from her students. She then emailed the founder Ken Starks, and here’s a snippet of the email:
…observed one of my students with a group of other children gathered around his laptop. Upon looking at his computer, I saw he was giving a demonstration of some sort. The student was showing the ability of the laptop and handing out Linux disks. After confiscating the disks I called a conference with the student and that is how I came to discover you and your organization. Mr. Starks, I am sure you strongly believe in what you are doing but I cannot either support your efforts or allow them to happen in my classroom. At this point, I am not sure what you are doing is legal. No software is free and spreading that misconception is harmful. These children look up to adults for guidance and discipline. I will research this as time allows and I want to assure you, if you are doing anything illegal, I will pursue charges as the law allows. Mr. Starks, I along with many others tried Linux during college and I assure you, the claims you make are grossly over-stated and hinge on falsehoods. I admire your attempts in getting computers in the hands of disadvantaged people but putting linux on these machines is holding our kids back.
This is a world where Windows runs on virtually every computer and putting on a carnival show for an operating system is not helping these children at all. I am sure if you contacted Microsoft, they would be more than happy to supply you with copies of an older verison of Windows and that way, your computers would actually be of service to those receiving them…
Head over to HeliOS blog to read Stark’s reply/reaction.
Links:
Linux – Stop Holding Our Kids Back at HeliOS Blog
School Teacher Accusing a Student and Open Source of Breaking the Law at nixCraft
Note-taking time.. Again, some stuff i don’t usually use or encounter, so i better log them.. for future use.
Linux
Mac OS X 10.4 Xserve
snmpwalk -v1 -c <your-community-string> 127.0.0.1To allow snmp in iptables:
# SNMP
$IPTABLES -A INPUT -p udp -s 0/0 –sport 1024:65535 -d $INTIP –dport 161:162 -m state –state NEW,ESTABLISHED -j ACCEPT
$IPTABLES -A OUTPUT -p udp -s $INTIP –sport 161:162 -d 0/0 –dport 1024:65535 -m state –state ESTABLISHED -j ACCEPT
I’ve been using NFS ever since but not exactly the one to set up the server. When the ff. problem occurred, I never imagined I have very little idea as to where to start troubleshooting: Could not chdir to home directory /home/User: No such file or directory.
Well i know the directory’s shared via NFS from another server, so i had to start from there. So here’s a short list of things to check or do (Redhat/Fedora/CentOS based):
On the server:
portmap: /etc/init.d/portmap restart
nfs: /etc/init.d/nfs restart
Check if it runs at startup.
chkconfig --list | grep nfs
chkconfig nfs on
/export 10.1.2.0/24(rw,sync,root_squash,no_wdelay,no_subtree_check,secure)
ALL: 10.36.13.0/24