Customizing a linux distribuition using Python

A

Antoine Logean

Hi,

After having installed Linux (RedHat) on a PC I want to automate all the
post-installation tasks. A lot of shell and perl scripts exist to do
this. But I want to have something purelly object oriented where I can
define the differents tasks in an abstract manner. Is that something in
this direction in Python ? So any information concerning Linux (Unix)
system administration and Python would interest me.

Thanks for your help

Antoine
 
C

Cliff Wells

Hi,

After having installed Linux (RedHat) on a PC I want to automate all the
post-installation tasks. A lot of shell and perl scripts exist to do
this. But I want to have something purelly object oriented where I can
define the differents tasks in an abstract manner. Is that something in
this direction in Python ? So any information concerning Linux (Unix)
system administration and Python would interest me.

Since you're on RedHat, take a look at some of their administration
scripts (many of which are in Python) for some inspiration. Just doing
a 'find /usr/share -name "*.py"' should be enough to get you started.
Note that not all of their Python scripts have a .py suffix.

Regards,
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,578
Members
45,052
Latest member
LucyCarper

Latest Threads

Top