Below you will find pages that utilize the taxonomy term “Unix”
اول نسخ لينكس اعمل عليها My First Linux
نسخ سي دي من عام ١٩٩٧ لانظمة تشغيل Slack ware Linux و FreeBSD نظم سلاك وير هو اول نسخة لينكس عملت عليها (نسخة اقدم من هذي) اذكر جلست اسبوعين حتى نجحت في تشغيل الواجهة الرسومية، في نفس الفترة كان تركيب ويندوز يحتاج ٢٠ قرص ٣،٥ وتحتاج تغيرها كل شوي جهازي كان انتل ٤٨٦ بدسك ٢٠ ميجا
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:
FLOSS weekly Linus interview
FLOSS weekly (FLOSS = Free Libre Open Source Software) interview with Linus Torvalds, straight questions and honest and simple answers, I love it.
http://twit.tv/floss88 (56 minutes)
Putty Tray: The best SSH client?
PuTTY Tray is an improved version of PuTTY. It features some cosmetic changes, and a number of addons to make it more useful and much more fun to use.
The features that I really like:
- Minimizing to the system tray
- Portability: optionally stores session configuration in files (for example: on a USB drive) like portaPuTTY
- Reconnects when your PC wakes up from stand-by / Attempts to reconnect when the connection fails