Jump to content

ChuckRoss

Members
  • Posts

    5
  • Joined

  • Last visited

Profile Information

  • Gender
    Male
  • Interests
    RAID 0-5

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

ChuckRoss's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. One might use a curl to gather a time server function and send the resultant to yourself or save the resultant to your space to view later matching the time placed vs the time suggested finding a difference and note the longitudinal difference between one's perceived location.
  2. #!/bin/bash filename = fileOne.txt echo "FileStart" | sort | uniq -c > fileTwo.txt ls /home/username/mail/namespace.heliohost.org/mail_name/new/ > fileOne.txt cat $filename | while read LINE do for w in `cat cd /home/username/mail/obsidian.heliohost.org/mal_name/new/ $LINE`; do echo $w; done|sort|uniq -c >> fileTwo.txt done cat fileTwo.txt | mail you@mail.com rm fileOne.txt rm fileTwo.txt rm /home/username/mail/namespace.heliohost.org/mail_name/new/* exit so if i can not get the hosting to allow this in bash how is it finished in window scripting or PowerShell? the script only runs once per time of changing the mail name are there any other environmental variables I must set before running the script? the mail_name/new/ folder is populated daily with mail from the other aggregators and when I need to know what's important I'm not going to want to play the little cubby hole game. thanks
  3. Fatal error: Call to undefined method skin_profile_3::tabReputation() in /var/www/html/helionet/index/admin/applications/members/extensions/profileTabs/reputation.php on line 73

  4. I was looking at the Cpanel and relized that the admins weren't going to be fourth right about which kernel build they would run the system through, just cause I wanted to use mailx rather then mail or sendmail or whatever. But I guess if I was doing this all on a free box in the bottom of the scholastic lab I wouldn't really care about which red hat was running. But If I was piggy of some other hoster and had my druthers about which pod I could build from, Maybe I would care. So i...

  5. rosskill Stevie rosskill.heliohost.com We're sorry, but we could not find that username in the database.
×
×
  • Create New...