Category: Technical
-
How did I turn my old crappy Pentium 4 PC into a nice home network data cloud ?
Do you have an old PC lying somewhere with a lot of dust all over it ? Do you want a local data cloud to sync all your files across your laptop, tablet, PCs ? Then, I guess this tutorial will come in handy. – First step is to dust your machine off , when…
-
A Linux bash script to download all pdf files from a page
Are you trying to download multiple files from a webpage and bored from clicking and clicking ?? I needed to download like a 100 PDF from a single web page , so I started to look for a bash script that automates the process and found this interesting article by Guillermo Garron that combines several useful programs into…
-
Quick notes about SRTP (Secure Real-time protocol)
Here are some quick notes that I took while studying the SRTP from the standard document , they are not meant to be complete but rather a quick overview of the protocol. SRTP: Secure Real-time Transport Protocol is a profile of Real-time Transport protocol, a stream-cipher provides confidentiality, message authentication, message integrity, and replay attack protection. other goals…
-
OpenTLD Object tracking on Raspberry PI
OpenTLD (Tracking-Learning-Detection ) is an object tracking algorithm originally developed in MATLAB by Zdenek Kalal, the novel feature of the algorithm is the decoupling between the tracking and the detection algorithms unlike many algorithms where the tracking depends on the detected features of the object. This decoupling allowed the OpenTLD to outperform many algorithms. You can find…
-
Rooting and installing CWM on Samsung Galaxy S3 without Odin/Computer/USB connection
Are you totally new to rooting Android phones ? Can’t fully understand the whole new terminology ? Finding Odin Confusing ?…… Then this thread is for you ! I am assuming you already did you research about rooting and you know all the risks involved . I am also assuming that you got stuck with…
-
How to install Ubuntu 12.04 over Fedora 17 keeping Windows 7 dual boot
I have spent a few days playing around with different boot scenarios to remove Fedora and install Ubuntu but keeping dual boot with Windows 7 intact and here is the juice of my experience 🙂 * If you are booting from USB live disk make sure to disable UEFI from BIOS options and run in…
-
اخيرا …البشر ينتقلون للعيش على المريخ
منذ القدم راود البشرية حلم التحليق إلى اﻷعلى لينتقل خارج حدود اﻷرض و يقوم بسبر أغوار الكون, قمنا باتخاذ أول خطوة على سطح القمر فى عام 1969 . و الان نحلم باتخاذ نفس الخطوة و لكن ………… على المريخ ! خلفية تاريخية محاولات البشر لاستكشاف المريخ قديمة , كانت أول محاولة قام بها السوفيت فى…
-
Have You Heard about the Li-Fi ?
Many of us know the Wi-Fi, it’s the way that our laptops, tablets and smartphones communicate with each other and connect to the internet at our home. But have you heard about the Li-Fi ? In this interesting TED talk , Harald Haas raises an interesting question : What if every light bulb in the world could…
-
Building android-4.0.4 IceCreamSandwich on Pandaboard/Pandaboard ES
This is the 2nd post about building Android for pandaboard. I quote from the previous post Google maintainers advise to always repo sync the master branch for panda claiming it’s the most stable , but in my opinion they should focus on stabilizing tags. Tags should represent a stable snapshot of he source tree to…
-
Building android-4.2.2 JellyBean on Pandaboard/Pandaboard ES
Google maintainers advise to always repo sync the master branch for panda claiming it’s the most stable , but in my opinion they should focus on stabilizing tags. Tags should represent a stable snapshot of he source tree to build and run . That’s what a tag means in Software Engineering anyway ! This post…