linux

  • Migrating from Ubuntu to Fedora

    I have been using Ubuntu since 2008. Which is exactly how long I have been using Linux (and aware of it). Back then when I was learning about Linux and all the culture behind the free and open source movement, I found that Ubuntu was (probably still is) one of the best beginner friendly distros…

    Read More

  • Bash script for a mono wallch indicator

    I wrote this simple script to change wallch indicator to a mono one because I didn’t like the current one. I once participated in adding Arabic to wallch and I just love this program. What is Wallch? Wallch is a wallpaper changer. It doesn’t simply change your desktop background with the wallpapers that you have…

    Read More

  • Kali Linux and transparent backgrounds

    I never seemed to be able to get it working right..and searching didn’t really help..until I found this discussion > https://forums.kali.org/archive/index.php/t-4337.html I just want to post it here for reference and maybe to help a fellow pen tester. jnpa all you need to do is: go to Applications > System tools > dconf editor then go…

    Read More

  • StatusR

    I love the command line interface..I love the terminal. i wanted to create a script that runs after login on my ubuntu machine and do something or show something interesting -at least to me- so I started thinking of something I can do with a script that will show information that I might find it…

    Read More

  • Linux, Ubuntu, Distros – The Story

    كنت ناوي اكتب الموضوع ده من زمان بس كنت بكسل او بنسي.. لكن اتسألت اكتر من مرة و حبيت اني اكتبه بقي. الموضوع اكيد منتشر علي الانترنت و في كتب كتير لكن حبيت اكتبه بطريقتي. ايه لينكس ده؟ و ايه ابونتو؟ طيب لينكس هو ابونتو لا ده حاجة و دي حاجة؟ الموضوع سهل.. لكن محتاج…

    Read More

  • shutdown bash script

    you can remove the first 2 echos if you like. #!/bin/bash echo -e “Welcome to auto shutdown” sleep 1 echo -e “Brught to you by Mohamed Adel” sleep 1 echo -e “Please insert the time you want the computer to shutdown at in Minutes.  For example : ‘5’ will auto shutdown after 5 minutes.”  read…

    Read More

  • بدايتي مع ثقافة الـOpen Source

    بما اني بكتب كل حاجة بفكر فيها و كل حاجة انا شايفها بطريقتي يبقي لازم اتكلم عن الموضوع ده لانه جزء مهم جدا مني. البرامج مفتوحة المصدر او الـOpen Source هي المفروض برامج لكن انا هاسميها ثقافة. ببساطة لانها فعلا ثقافة. فالبرامج مفتوحة المصدر ثقافة قائمة علي ان العلم و المعلومات ملك لكل البشر. برنامج…

    Read More