Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: how can I find the disk space on a remote hosts ?
Post: how can I find the disk space on a remote hosts ?

I can find the disk space for the host I am on using this script #!/usr/bin/env python3 import shutil total, used, free = shutil.disk_usage(__file__) print( int(total/1024), int(used/1024), int(free...
timfox123 Networking 1 12,144 Jun-06-2017, 01:18 AM
    Thread: I want to manage my email with python
Post: I want to manage my email with python

my question here We have a system monitoring tool that is out of control  and sends mails on down system.   It is a shared system and the other group will decommission systems and does not feel they...
timfox123 Homework 1 2,828 Apr-16-2017, 11:25 AM
    Thread: How to get from linux command line to an array
Post: RE: How to get from linux command line to an array

Thank you all !!!! this will do it
timfox123 General Coding Help 4 7,823 Dec-05-2016, 11:54 PM
    Thread: How to get from linux command line to an array
Post: How to get from linux command line to an array

Hello, I am a totally newby. I am trying to convert from Linux Bash to python.  I need the output of Linux commands to be stored in a Python array. ###################################### PythonArr...
timfox123 General Coding Help 4 7,823 Dec-04-2016, 11:51 PM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020