Why do humans need sleep and what happens if we don’t get enough? 60 Minutes’ Lesley Stahl reports on the latest reseach on the topic this Sunday, March 16, at 7 p.m. ET/PT.
I needed a TextView to take the rest of the screen realstate. This TextView would behave as a logging component. I tried using android:singleLine=”false” but that didn’t cut it. What I did: Add a ScrollView (with android:fillViewport=”true” and android:layout_weight=”1″), then add a LinearLayout (yup…), and then add the TextView to fill all of that up […]
At first we thought the helicopter was there to pick somebody that had an accident, it was really cool to see that it wasn’t a person it was carrying but what looks like Air Conditioning Equipment. See more pictures after the break
In case you’re not an iptables guru, you might want to create a couple scripts and put em somewhere on your $PATH. I’ve created two scripts called ban_ip and unban_ip. Create a file called ban_ip touch ban_ip chmod +x ban_ip Edit it and copy the following code inside: #!/bin/bash sudo iptables -A INPUT -s $1 […]