ابدأ بالتواصل مع الأشخاص وتبادل معارفك المهنية

أنشئ حسابًا أو سجّل الدخول للانضمام إلى مجتمعك المهني.

متابعة

Write The Best script or batch you always use to make fast setup for important programs and updates and any thing help you for install new Linux ?

user-image
تم إضافة السؤال من قبل مستخدم محذوف‎
تاريخ النشر: 2014/09/05
Khalid Qasim
من قبل Khalid Qasim , Sr. Systems Integration Specialist and Solutions Architect , Inspire For Solutions Development

It really really depends!

 

Whats the "new linux" will be used for? is it a desktop PC for an accountant? a php developer laptop? a web hosting server? a proxy server? or video transcoding or streaming server?

 

From my opinion there's no such thing. Because there're hundreds of scenarios for new linux installation, and each linux distribution have different setups and configurations.

Ubuntu -> Terminal -> sudo su

#SHELL SCRIPT update.sh

#!/bin/bash

sudo apt-get install update

sudo apt-get install upgrade

sudo apt-get install update pkg name

# END OF SCRIPT

Terminal > sudo crontab -e0104111 update.sh

 

-----------------------------------------------------------------------

 

 

CentOS/Fedora -> Terminal -> su

#SHELL SCRIPT update.sh

#!/bin/bash

yum install update

yum install upgrade

yum install  pkg name

# END OF SCRIPT

Terminal > sudo crontab -e0104111 update.sh

المزيد من الأسئلة المماثلة

هل تحتاج لمساعدة في كتابة سيرة ذاتية تحتوي على الكلمات الدلالية التي يبحث عنها أصحاب العمل؟