Communiquez avec les autres et partagez vos connaissances professionnelles

Inscrivez-vous ou connectez-vous pour rejoindre votre communauté professionnelle.

Suivre

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
Question ajoutée par Utilisateur supprimé
Date de publication: 2014/09/05
Khalid Qasim
par 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

More Questions Like This

Avez-vous besoin d'aide pour créer un CV ayant les mots-clés recherchés par les employeurs?