My blog focus mainly on Computing specially administration and scripting, i focus as well on breeding lovebirds, and life and wisdom :).
Saturday, December 26, 2009
Subscribe to:
Post Comments (Atom)
لعرض عدد الهارد ديسك المتصل بالكمبيوتر: #!/bin/bash foo=$(lsblk | grep -c ^sd*) final=$[$foo-1] printf '%b\n' "You have...
-
Sometimes you need to add many users to your domain, something like this could be time consuming, so today i would like to show you how to i...
-
هذا سكريبت لأضافة اعدادات الشبكة لكارت النتورك (يستعمل السكريبت امر nmcli) #!/bin/bash #xp2600@gmail.com which nmcli if [ $? -eq 1 ]...
-
لعرض عدد الهارد ديسك المتصل بالكمبيوتر: #!/bin/bash foo=$(lsblk | grep -c ^sd*) final=$[$foo-1] printf '%b\n' "You have...
1 comment:
جزاكم الله خيرا وبارك فيكم وزادكم الله علما ومنه قربا ورزقكم القبول
Great effort, ALLAH bless you
Post a Comment