Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

comment on

( [id://3333]=superdoc: print w/replies, xml ) Need Help??
Update:

The website http://perlmonk.org is now back online. You can also access a particular user's home page with the format <user>.perlmonk.org, like this: liverpole.perlmonk.org.

Update 2: The domain name expired and I haven't taken steps to renew it, as there doesn't seem to be much interest in it. If I'm wrong, and you still want to use perlmonk.org, please message me and let me know. You can still access it via ssh if you have an account there (the address as of 2013-12-12 is 108.20.129.108, but that's a dynamic address, so it may change in the future).


Just this past week I was given the honor of taking over the disk containing perlmonk.org.

To read the IDE drive I made use of a clever hardware hack by one of my smart colleagues -- a dead USB DVD with its drive removed became a general-purpose external USB IDE reader.

After connecting the drive to my home computer, I created a VM (virtual machine) with RedHat Fedora on it, and wrote several scripts to help add the users IDs, passwords, and files to the respective locations /etc/passwd, /etc/shadow and /home/<username>.

The former owner of the drive will be transferring the domain name "perlmonk.org" to me, after which I will make it available as a webpage and for ssh access for those people who have accounts on it.

As a webpage, it may only be available temporarily -- my ISP (Verizon.net) doesn't technically allow non-static IP addresses like mine to host servers (especially true for commercial websites, but they may complain anyway if there's a lot of traffic) -- and I'd like to avoid getting in trouble with them.

Plus, some of the pages may not show up without modifications, since the structure of /var/www/html is not identical. (Some of this may be correctable once I've had a chance to play with mod_rewrite rules).

But for ssh access, if you had an account on perlmonk.org previously, you should be able to ssh in and have access to your all your files. From a terminal window, the ssh syntax is:

# ssh -l <username> -p 3322 173.76.237.202

So I can connect, for example, with:

# ssh -l liverpole -p 3322 173.76.237.202

And once the domain name is transferred to me, you'll be able to use:

# ssh -l <username> -p 3322 perlmonk.org

(Note that I'm using port 3322 so that I can differentiate between traffic going to the perlmonk.org VM and traffic to my own website).

Please respond here if you have any questions you'd like addressed, or send me a private message if you have any personal issues (eg. needing your password reset).

Thanks, liverpole

Update:  Also let me know if there are any Perl modules you need installed. I've already found and installed a few that were missing (eg. Date::Calc, Image::Magick, LWP::Simple).


s''(q.S:$/9=(T1';s;(..)(..);$..=substr+crypt($1,$2),2,3;eg;print$..$/

In reply to Perlmonk.org available again by liverpole

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post; it's "PerlMonks-approved HTML":



  • Are you posting in the right place? Check out Where do I post X? to know for sure.
  • Posts may use any of the Perl Monks Approved HTML tags. Currently these include the following:
    <code> <a> <b> <big> <blockquote> <br /> <dd> <dl> <dt> <em> <font> <h1> <h2> <h3> <h4> <h5> <h6> <hr /> <i> <li> <nbsp> <ol> <p> <small> <strike> <strong> <sub> <sup> <table> <td> <th> <tr> <tt> <u> <ul>
  • Snippets of code should be wrapped in <code> tags not <pre> tags. In fact, <pre> tags should generally be avoided. If they must be used, extreme care should be taken to ensure that their contents do not have long lines (<70 chars), in order to prevent horizontal scrolling (and possible janitor intervention).
  • Want more info? How to link or How to display code and escape characters are good places to start.
Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others perusing the Monastery: (5)
As of 2024-04-23 17:29 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found