Faster file syncing with Redis
The problem
In alriyadh.com most of the site administration take place inside the premises of Alriyadh Newspaper offices, and as you can image the bandwidth dedicated to the website team isn’t that big. This why we designed our system to have two parts, one inside Alriyadh Newspaper internal data center where the local access is very fast, and another part accessible to the public hosted in MeduNet, and we would have a database replication for the website data, and file system replication for the web site images and media.
Configuring IPv6 in your server
Getting IPv6 connectivity to your server isn’t very hard in fact if you have a decent provier you might already have it configured.
Do you have IPv6 already configured?
First try this command
$ ifconfig -a
You will have result like this:
eth0 Link encap:Ethernet HWaddr 00:1e:0b:d6:7b:b8 inet addr:88.85.245.43 Bcast:88.85.245.47 Mask:255.255.255.248 inet6 addr: fe80::21e:bff:fed6:7bb8/64 Scope:Link :he-ipv6 Link encap:IPv6-in-IPv4
inet6 addr: 2001:470:1f08:1160::2/64 Scope:Global inet6 addr: fe80::5855:f52b/64 Scope:Link :lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0 inet6 addr: ::1/128 Scope:Host :
مينوج ٧ ورحلة اسطنبول
زرت اسطنبول في رحلة عمل قصيرة لحضور مؤتمر “مينوج” مشغلي شبكات الشرق الاوسط
للأسف لم تسنح لي الفرصة لزيارة المدينة بشكل جيد، لكني خرجت بانطباع ايجابي ورغبة في زيارتها سائحاً مرة اخرى، هذه بعض الصور التي التقطتها خلال الزيارة، اضغط على اي منها لرؤية باقي الصور:
My first Git Session
This guide for my own reference please don’t rely on it, for a better introduction check out Git Reference website.
Basic concept and terminologies, Git have 3 logical places:
- Working Area: normal directory where you edit your project.
- Staging Area: Think of the staging as your project state before you start your coding session, after each coding session you add your changes to staging area using
git add filename
orgit add .
- Snapshot Area: After multiple coding sessions you would finish a logical change, e.g. adding commenting system in web site, next you need to store a snapshot of your project after these changes, you would do that with
git commit
Setting the environment:
أين تذهب في لندن
روابط ذات علاقة
مقالة مقتسبة من رسالة بريدية ارسلتها لصديق سألني عن لندن، على الرغم من خبرتي المتواضعة جداً عن المدينة الا اني كتبت عن الاماكن التي اعجبتني واستعنت باحد اصدقائي ساكني لندن لاكمالها، علها تكون مفيدة وتلغي صورة ادجوار رواد التي تظهر لدى الكثيرين عند ذكر لندن.
رحلات الباص
اول نشاط اقوم به عند زيارة اي مدينة هي رحلات الباصات السياحية، فهي تعطي تصور عام للمدينة وعن الاماكن التي تستحق الزيارة في الايام القادمة من الرحلة، كما انها مثالية لالتقاط الصور. غالباً تتوفر تذاكر الرحلات السياحية لمدة 24 ساعة مع امكانية الصعود والنزول من الباص في اي وقت.
وظيفة شاغرة: مشرف محتوى الكتروني
نبحث عن مشرف محتوى الكتروني بالمواصفات التالية:
- شهادة دبلوم ذات علاقة
- سنتين خبرة في اعمال مشابهة
- اجادة اللغة الانجليزية
- اجادة النشر على الانترنت بالتقنيات المختلفة (www,email,PDF,twitter,facebook)
- خبرة في برمجة بتقنيات الانترنت (HTML,PHP,ASP,AJAX,CSS,Javascript)