اعلان

Website

المدونة

ملاحظات يجب قراءتها:

1. نتبرئ من استخدام أي موضوع في المدونة في طريق الحرام أو ضد المسلمين.
2. إن لم تجد الموضوع الذي بحثت عنه في محرك البحث، استخدم البحث الداخلي في المدونة.
3. هناك مراكز رفع ملفات تحتاج الى استعمال بروكسي للتحميل المجاني دون عمل حساب مدفوع مثل مركز رفع uploading.com
4. نعتذر عن عدم توفر بدائل لبعض الروابط المفقودة
5. الرجاء فحص الملفات جيداً قبل التشغيل فيما يخص أدوات الهاكرز و الفيديو..الخ
6. ليست كل البرامج كاملة و ليست كل البرامج تحتاج الى تسجيل!!؟؟
7. عزيزي الزائر تشرفنا بزيارتك، و أعلم أنك لست أول زائر و لن تكون الاخير بإذن الله تعالى، تمتع بتصفح المدونة دون مشاكل بإذن الله...
8. لا تنس استخدام (رسائل اقدم) لرؤية باقي مواضيع التصنيفات

انشاء المدونة

تم انشاء المدونة في:

07\01\2009

Black ice

كل عام و أنتم بألف خير بمناسبة مرور 4 سنوات على انشاء المدونة و الحمدلله

ĬŖŞĤ@ĮĐ مدونة الخدع و الشروحات إرشيد الجرايدة ĬŖŞĤ@ĮĐ

How to Remotely Reboot Linux Machines

If you don’t have direct physical access to your Linux box but have the root password, you can easily remotely reboot Linux by executing this simple reboot command. Note that while you can ssh onto the remote Linux host just by itself, you can also send remote commands via ssh as well and this is what we’ll use to execute the restart. This is great if you don’t have direct physical access to your host (or are too lazy to get up out of your seat) but have administrative root privileges to execute a remote shutdown. The command is simple but requires ssh (secure shell) service which should be installed and running standard on just about any Linux distribution. You’ll need to know your Linux machine’s IP address or machine name just as if you were to remotely login to that machine, but instead you’ll execute a remote reboot command.

From any Linux terminal shell, execute:

% ssh root@remote-linux-host rebootor% ssh root@10.11.12.13 reboot

Then the host will reboot automatically, and if there are users still logged in they will be warned as the machine shuts down and powers back up gracefully.

ليست هناك تعليقات:

إرسال تعليق