Category: IT
-

Malware & P%$n
Keeping Malware and Adult content away from your kids can be a near impossible task. You either need to sit with your kids while they’re online or just accept that they will come across things you might not want them to see, & things that will most certainly infect your device. There isn’t a lot…
-

STEM: Programming for Kids – Step 1 User Input
So the project we are starting requires some understanding of the code blocks before we explode little minds into cramming them together to make something as cool as a translator, so let’s start at the beginning – User Input. GOAL: Ask a user to enter their name and have your sprite say “Hello, name!” Required:…
-
How do I find out what mail is being sent by my server or user accounts?
*edit For Postfix:
-
Linux-Secure-Remix
Linux-Secure-Remix (previously Ubuntu-Secure-Remix) is a slightly improved Ubuntu disk designed especially to install and use Ubuntu in dual-boot with Windows (or MacOS). http://sourceforge.net/p/linux-secure/wiki/Home/
-
Installed php but didnt add the -curl option? Here’s the quick fix.
So you have installed php have a development server running, and BAM! … a script has informed you that you require cURL support for it to run… dammit! You forgot to install cURL didnt you? Never mind, the fix is simple: 1.Install cURL sudo apt-get install php5-curl 2.Edit your php.ini. If you don’t know where…