Start networking and exchanging professional insights

Register now or log in to join your professional community.

Follow

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 added by Deleted user
Date Posted: 2014/09/05
Khalid Qasim
by 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

Do you need help in adding the right keywords to your CV? Let our CV writing experts help you.