active questions tagged sysadmin - Stack Overflowmost recent 30 from stackoverflow.com2009-12-18T01:30:31Zhttp://stackoverflow.com/feeds/tag/sysadminhttp://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/891501/root-locked-out-of-ec20root locked out of EC2Paco2009-05-21T05:25:23Z2009-12-16T18:00:03Z
<p>I was in the process of disabling root logins on an AWS EC2 instance. Right after setting PermitRootLogin no and restarting sshd, I closed the terminal on accident -- before setting up users with sudo privileges. The result is that my key to get into the instance as root does not work (sshd forbids it) and when I log into the instance using my regular user I can't gain root privileges (the root password was never set). The instance is running ubuntu 8.10. Anyone have any idea how can I fix this?</p>
http://stackoverflow.com/questions/110920/changing-hostname-ip-address-of-windows-system-mounted-as-an-image2Changing Hostname / IP Address of Windows System Mounted as an ImageElmar Weber2008-09-21T12:37:59Z2009-12-11T18:13:14Z
<p>I'm looking for a way to change the hostname and IP address of a Windows XP system that is mounted via a loop-back image on a Linux system. So basically I have access to the Windows XP system on a file level, but I cannot execute any programs on it. A way similar to editing the /etc/hostname and whatever network configuration file under Linux.</p>
<p>The only ways I've found so far would include running a tool after boot, e.g. MS sysprep or use a solution like Acronis Snap Deploy.</p>
http://stackoverflow.com/questions/1880770/change-mysql-innodbbufferpoolsize-at-runtime0Change MySQL innodb_buffer_pool_size at runtime?RobM2009-12-10T12:47:18Z2009-12-10T12:52:58Z
<p>This may be a dumb question, but is it possible to change the MySQL configuration options such as <code>innodb_buffer_pool_size</code> at runtime?</p>
<p>Or, equivalently, is there a way to reload MySQL without closing existing connections or refusing new connections (like you can do with Apache)?</p>
<p>Linux_32 (2.6.26) + MySQL 5.0.24a</p>
http://stackoverflow.com/questions/28820/windows-mobile-what-scripting-platforms-are-available5Windows Mobile - What scripting platforms are available?BrianLy2008-08-26T18:42:14Z2009-12-06T00:16:50Z
<p>We have a number of users with Windows Mobile 6 and need to apply minor changes. eg. update a registry setting. One option is push and execute an executable file using our device management software.</p>
<p>I'd like this to be a little more friendly for the admins who are familiar with scripting in VBScript/JScript etc. What are the options for scripting on Windows Mobile devices?</p>
http://stackoverflow.com/questions/143184/which-book-would-you-recommend-for-a-linux-sysadmin5Which book would you recommend for a Linux Sysadmin?Sharjeel Sayed2008-09-27T07:27:58Z2009-12-04T14:59:07Z
<p><a href="http://rads.stackoverflow.com/amzn/click/0131480049" rel="nofollow">Linux Administration Handbook</a> by Evi Nemeth, Garth Snyder and Trent R. Hein is the defacto for sysadmins.Any other favorites besides this one.</p>
http://stackoverflow.com/questions/171835/which-python-book-would-you-recommend-for-a-linux-sysadmin1Which Python book would you recommend for a Linux Sysadmin?Sharjeel Sayed2008-10-05T11:28:15Z2009-12-03T18:00:36Z
<p><a href="http://oreilly.com/catalog/9780596515829/" rel="nofollow">Python for Unix and Linux System Administration</a> is aimed at sysadmins.
Any other favorites besides this.</p>
http://stackoverflow.com/questions/237502/how-do-you-handle-bandwidth-billing-on-shared-servers-in-apache2How do you handle bandwidth billing on shared servers in apache?jlintz2008-10-26T03:48:54Z2009-11-30T23:08:08Z
<p>What solutions do you have in place for handling bandwidth billing for your vhosts on a shared environment in apache? If you are using log parsing, does your solution scale well when the logs become very very large? Anyone using any sort of module out there for this?</p>
http://stackoverflow.com/questions/147742/what-tool-or-scripts-do-you-use-to-audit-a-linux-box4What tool or scripts do you use to audit a Linux box? [closed]Sharjeel Sayed2008-09-29T06:48:21Z2009-11-30T14:39:54Z
<p>I use the following tools for my auditing needs</p>
<p><strong>A) System Auditing and Hardening (One time)</strong></p>
<p>1) <a href="http://usat.sourceforge.net/" rel="nofollow">Linux Security Auditing Tool</a> (Security centric,Text based output )</p>
<p>2) <a href="http://www.nongnu.org/dmidecode/" rel="nofollow">Dmidecode</a> ( Retrieves info from BIOS )</p>
<p>3) <a href="http://www.geocities.com/kmuthu%5Fgct/systeminfo/systeminfo.html" rel="nofollow">Systeminfo</a> ( Generates a nice html report)</p>
<p>4) <a href="http://syssumm.sourceforge.net/" rel="nofollow">Syssumm</a> (Inactive since Oct 2000)</p>
<p>5) <a href="http://www.rootkit.nl/" rel="nofollow">Rootkit Hunter</a> (Does a basic config check in addition to rootkit checks)</p>
<p>6) <a href="http://www.cisecurity.org" rel="nofollow">CIS benchmarks</a> </p>
<p>7) <a href="http://www.bastille-unix.org/" rel="nofollow">Bastille</a> ( Interactive hardening and a security scoring tool)</p>
<p><strong>B) Automatic Auditing (as a cron job or a service)</strong></p>
<p>1) <a href="http://www.logwatch.org/" rel="nofollow">Logwatch</a></p>
<p>2) <a href="http://cipherdyne.org/psad/" rel="nofollow">Psad</a></p>
<p><strong>C) Remote Auditing</strong></p>
<p>1) <a href="http://nmap.org" rel="nofollow">Nmap</a> (Port scanning)</p>
<p>2) <a href="http://www.nessus.org/nessus/" rel="nofollow">Nessus</a> ( Remote Vulnerability check)</p>
<p><strong>D) Wikipedia</strong></p>
<p>1) <a href="http://en.wikipedia.org/wiki/System%5Fprofiler#Linux" rel="nofollow">System profiler</a></p>
<p>Any other tools/scripts which you can recommend?</p>
http://stackoverflow.com/questions/453300/to-what-extent-can-version-control-help-in-system-administration2To what extent can Version Control help in system administration?Brent.Longborough2009-01-17T13:16:42Z2009-11-29T19:19:50Z
<p>I'm currently tinkering at an OpenBSD system with a view to building myself a firewall and some other bits and bobs.</p>
<p>As this is fairly experimental (I'm an OpenBSD n00b, and I've already trashed my system 3 or 4 times), I wonder what experience others have of making part or all of the file system (I'm thinking in particular of /etc) a working copy of some VCS or other.</p>
<ul>
<li><p>Is this a good idea?</p></li>
<li><p>I'm particularly interested in which VCS people have used for this. I'm considering subversion, bazaar, and git; this won't be a shared repository, so I'm perhaps more interested in the basic vcs functionality than the distributed-or-not argument.</p></li>
<li><p>I'd also like to hear about imagined or actual pitfalls people have found. I can imagine the preservation of file ownership and permissions needs careful thought!</p></li>
<li><p>And, of course, any alternative approaches not involving VCS</p></li>
</ul>
http://stackoverflow.com/questions/1399696/solr-administration0solr administration [closed]devrick02009-09-09T13:29:45Z2009-11-29T03:01:23Z
<p>Does anyone have any notes for an sysadmin supporting solr? I'm looking for anything that might be useful for monitoring & metrics as well as troubleshooting.</p>
<p>Some useful links I have found are:
/solr/admin/stats.jsp and
/solr/admin/analysis.jsp</p>
<p>In the logs I have noticed, other than the query, "hits", "status" and "QTime" values. The documentation on what these mean is sparse at least based on the 100+ websites I have checked. QTime appears to be the query time response in milliseconds. Hits is some form of results but I'm not sure exactly what makes that up and I'm not sure about status. Typically I see status come back as "0" but I have seen other numbers such as "5", so my thoughts that it could be either HTTP status codes or a 0 or 1 (good or bad) methodology isn't accurate. </p>
<p>All of the documentation I have come across is intended for developers. Any sysadmin-centric documentation would be a big help.</p>
http://stackoverflow.com/questions/1784938/what-do-you-wish-sysadmins-would-do-differently7What do you wish SysAdmins would do differently? [closed]osij2is2009-11-23T18:09:00Z2009-11-23T18:25:35Z
<p>In direct response to a post on ServerFault <a href="http://serverfault.com/questions/16698/what-do-you-wish-developers-would-do-differently">here</a>, the OP asked:</p>
<blockquote>
<p>..what do you wish I, and other
developers you deal with, would do
differently? What things would make
life easier for you, cause fewer
problems, encourage co-operation, and
reduce crashes, performance issues and
configuration nightmares?</p>
</blockquote>
<p>While the majority of my career has been as a programmer, I've also been a sysadmin. I can see issues/points from both "sides" of the IT fence. However, what would you as developers ask sysadmins to do differently to "make life easier for you, cause fewer problems, encourage co-operation, and reduce crashes, performance issues and configuration nightmares?"</p>
<p>Sorry for the plagiarism, but I thought the OP was a really good question and wondered what the developers think in contrast to the sysadmins.</p>
http://stackoverflow.com/questions/1761895/filter-function-for-less-f0Filter function for less +F axelrose2009-11-19T09:07:18Z2009-11-20T16:16:24Z
<p>When watching a growing log file with e.g. "less -iS +F service.log" I want
to limit the display to lines matching a certain pattern.</p>
<p>I tried something like</p>
<pre><code>less +F service.log | grep <pattern> | less +F
</code></pre>
<p>which doesn't work. Also</p>
<pre><code>cat < service.log | grep <pattern> | less +F
</code></pre>
<p>doesn't do what I want. It looks like the input is already closed and
less doesn't show changes.</p>
<p>How can I limit the display to lines matching a certain pattern?</p>
http://stackoverflow.com/questions/1751130/calling-jmx-mbean-method-from-a-shell-script2Calling JMX MBean method from a shell scriptDougnukem2009-11-17T19:20:26Z2009-11-19T23:32:00Z
<p>Are there any libraries that would allow me to call a JMX MBean method from a shell script. We expose some operations/admin commands through JMX, and we could have our admins use JConsole, or VisualVM, but some tasks are better left to automation. In that automation we'd like to be able to call a JMX MBean method on our running server, preferably from a shell script.</p>
http://stackoverflow.com/questions/1745792/from-sys-admin-to-programmer1From Sys Admin to programmer?SteJav2009-11-17T00:22:17Z2009-11-17T19:05:28Z
<p>Hi all,</p>
<p>I've been working with computers for nearly 30 years (started out coding BASIC on a PET, then 6502 onto 68000 and C).</p>
<p>I later gained a CompSci Degree and continued programming, moving into databases (DBA) and I've spent the last 10 years to present day as a Unix Sys Admin. </p>
<p>I spent the last couple of years writing java for a few projects (J2EE/JMS Server-side/JSP....as well as Perl/Python Unix scripts) at work as well as performing my daily 'Nix' duties.</p>
<p>Recently I find myself interested in programming again (last coding before becoming Sys Admin was Visual Basic) and thinking more about writing Windows desktop software.</p>
<p><em>So (finally) :-) here's my question:-</em></p>
<p>Is there a reasonable job market still available for a (nearly forty-year-old) Java/Unix coder or do I need to become a C# newbie and compete with eager Grads (I guess I could always dig into some Win32 to differentiate) ?</p>
<p><em>Cheers</em>
Ste</p>
http://stackoverflow.com/questions/243750/how-can-i-automate-running-commands-remotely-over-ssh6How can I automate running commands remotely over SSH?f4nt2008-10-28T15:30:10Z2009-11-09T08:57:27Z
<p>I've searched around a bit for similar questions, but other than running one command or perhaps a few command with items such as:</p>
<p>ssh user@host -t sudo su -</p>
<p>However, what if I essentially need to run a script on (let's say) 15 servers at once. Is this doable in bash? In a perfect world I need to avoid installing applications if at all possible to pull this off. For argument's sake, let's just say that I need to do the following across 10 hosts:</p>
<ol>
<li>Deploy a new Tomcat container</li>
<li>Deploy an application in the container, and configure it</li>
<li>Configure an Apache vhost</li>
<li>Reload Apache</li>
</ol>
<p>I have a script that does all of that, but it relies on me logging into all the servers, pulling a script down from a repo, and then running it. If this isn't doable in bash, what alternatives do you suggest? Do I need a bigger hammer, such as Perl (Python might be preferred since I can guarantee Python is on all boxes in a RHEL environment thanks to yum/up2date)? If anyone can point to me to any useful information it'd be greatly appreciated, especially if it's doable in bash. I'll settle for Perl or Python, but I just don't know those as well (working on that). Thanks!</p>
http://stackoverflow.com/questions/388874/how-to-detect-anomalous-resource-consumption-reliably1How to detect anomalous resource consumption reliably?Brent.Longborough2008-12-23T13:35:09Z2009-11-08T13:38:16Z
<p>This question is about a whole class of similar problems, but I'll ask it as a concrete example.</p>
<p>I have a server with a file system whose contents fluctuate. I need to monitor the available space on this file system to ensure that it doesn't fill up. For the sake of argument, let's suppose that if it fills up, the server goes down.</p>
<p>It doesn't really matter what it is -- it might, for example, be a queue of "work".</p>
<p>During "normal" operation, the available space varies within "normal" limits, but there may be pathologies:</p>
<ul>
<li>Some other (possibly external)
component that adds work may run out
of control</li>
<li>Some component that removes work seizes up, but remains undetected </li>
</ul>
<p>The statistical characteristics of the process are basically unknown.</p>
<p>What I'm looking for is an algorithm that takes, as input, timed periodic measurements of the available space (alternative suggestions for input are welcome), and produces as output, an alarm when things are "abnormal" and the file system is "likely to fill up". It is obviously important to avoid false negatives, but almost as important to avoid false positives, to avoid numbing the brain of the sysadmin who gets the alarm. </p>
<p>I appreciate that there are alternative solutions like throwing more storage space at the underlying problem, but I have actually experienced instances where 1000 times wasn't enough.</p>
<p>Algorithms which consider stored historical measurements are fine, although on-the-fly algorithms which minimise the amount of historic data are preferred.</p>
<p><hr /></p>
<p>I have accepted Frank's answer, and am now going back to the drawing-board to study his references in depth.</p>
<p>There are three cases, I think, of interest, not in order:</p>
<ol>
<li>The "Harrods' Sale has just started" scenario: a peak of activity that at one-second resolution is "off the dial", but doesn't represent a real danger of resource depletion;</li>
<li>The "Global Warming" scenario: needing to plan for (relatively) stable growth; and</li>
<li>The "Google is sending me an unsolicited copy of The Index" scenario: this will deplete all my resources in relatively short order unless I do something to stop it.</li>
</ol>
<p>It's the last one that's (I think) most interesting, and challenging, from a sysadmin's point of view..</p>
http://stackoverflow.com/questions/163332/how-can-i-pre-sign-puppet-certificates3How can I pre-sign puppet certificates?Ranguard2008-10-02T16:32:00Z2009-11-08T13:21:00Z
<p><a href="http://reductivelabs.com/projects/puppet/" rel="nofollow">Puppet</a> requires certificates between the client (puppet) being managed and the server (puppetmaster). You can run manually on the client and then go onto the server to sign the certificate, but how do you automate this process for clusters / cloud machines?</p>
http://stackoverflow.com/questions/291757/i-would-like-to-find-something-like-gkrellm-for-the-mac1I would like to find something like gkrellm for the MacJohn Skulski2008-11-14T23:18:11Z2009-11-06T00:00:34Z
<p>I have a linux dev server I watch, and lately its chugging at some points so I'd like to keep a better eye on it. I used to use Gkrellm, but its been a pain to try get Gkrellm to build on my Mac. </p>
<p>Besides servering X remotely (which would not be optimal), I guess i'm looking for alternatives to Gkrellm.</p>
<p>I would like a program that will let me watch the I/O CPU, Memory, processes, etc of a remote server running Linux. I am on a Mac.</p>
http://stackoverflow.com/questions/1673143/edit-crontab-programmatically-and-force-the-daemon-to-refresh0Edit crontab programmatically and force the daemon to refreshJasim2009-11-04T11:14:54Z2009-11-04T13:24:27Z
<p>Hi,</p>
<p>I'm trying to write a web frontend for Crontab in Ruby using the excellent CronEdit gem. I went through Dillon Cron's crontab source code and found that it updates a particular file so that the daemon will refresh the cron list during the next sweep. </p>
<p>In man crontab for VixieCron, it says:</p>
<pre><code>Additionally, cron checks each minute to see if its spool directory’s modtime
(or the modtime on /etc/crontab) has changed, and if it has, cron will then
examine the modtime on all crontabs and reload those which have changed.
Thus cron need not be restarted whenever a crontab file is modified. Note that
the crontab(1) command updates the modtime of the spool directory whenever it
changes a crontab.
</code></pre>
<p>Is there any platform (Ubuntu, Red Hat, ArchLinux, Mac OS X) independent way to ensure that after manually editing the Cron file, the daemon refreshes it without fail?</p>
http://stackoverflow.com/questions/421618/python-script-to-list-users-and-groups5Python script to list users and groupsDerek B.2009-01-07T19:05:11Z2009-11-03T17:25:28Z
<p>I'm attempting to code a script that outputs each user and their group on their own line like so:</p>
<pre><code>user1 group1
user2 group1
user3 group2
...
user10 group6
</code></pre>
<p>etc. </p>
<p>I'm writing up a script in python for this but was wondering how SO might do this. Thanks!</p>
<p>p.s. Take a whack at it in any language but I'd prefer python.</p>
<p>EDIT: I'm working on Linux. Ubuntu 8.10 or CentOS =)</p>
http://stackoverflow.com/questions/1665230/benefits-of-jvm-atop-an-os-vm0Benefits of JVM atop an OS VM?Xepoch2009-11-03T04:22:56Z2009-11-03T06:09:24Z
<p>I see many deployments where IT groups run effectively nothing but a JVM application stack inside a VM (vmware, &c) instance.</p>
<p>I guess I consider the JVM to be a formal VM: what real benefit is it to run your Java application stack inside another VM?</p>
http://stackoverflow.com/questions/1604608/how-do-i-unlock-an-oracle-users-account-from-java1How do I unlock an Oracle user's account from Java?ninesided2009-10-22T01:42:31Z2009-10-22T15:29:29Z
<p>I'm trying to figure out why my application is unable to unlock a user's Oracle account successfully. Here's a snippet from my code:</p>
<pre><code>OracleDataSource ods = new oracle.jdbc.pool.OracleDataSource();
Properties props = new Properties();
props.put("user", "sys");
props.put("password", "sys");
props.put("internal_logon", "sysdba");
ods.setConnectionProperties(props);
ods.setURL("jdbc:oracle:thin:@localhost:1523:TEST_DB");
Connection conn = ods.getConnection();
Statement stmt = conn.createStatement();
stmt.execute("ALTER USER SCOTT ACCOUNT UNLOCK");
stmt.close();
</code></pre>
<p>At no point does it raise an <code>SQLException</code> or report any problems, but the user's account doesn't actually get unlocked. Am I missing something obvious here or is there some cunning way of getting this to work?</p>
http://stackoverflow.com/questions/1601184/linux-based-submission-script-for-cs-student-source-code5linux based submission script for CS student source codeRich2009-10-21T14:26:54Z2009-10-22T02:59:24Z
<p>I'm in the late stages of developing a Linux based computing lab for CS students at my university. In my undergraduate days I remember being able to submit my homework assignments with a command like:</p>
<p>submit [classname] [projectname] [source files]</p>
<p>which would then copy all my files to a directory students couldn't access but the instructor could.</p>
<p>I was imagining adding a submit user and group account, and then developing a world executable script owned by this group with the setuid bit set. Students could then execute the script which only whisked those files off somewhere as the submit user but that students couldn't get at late. Starting with this approach I've gotten hung up on the fact that my Linux distribution ignores setuid on scripts.</p>
<p>I would appreciate advice on approaches to solving this problem that involved:</p>
<p>1) Students being able to submit their own code to someplace other than their home directory.
2) Students can't see other students' submitted code.
3) Low administrative overhead (I'd like to avoid creating sets of directories for each class)
4) Does not involve a root user trouncing through directories in order to examine submissions.</p>
<p>Thanks for any help!</p>
http://stackoverflow.com/questions/367908/free-dns-server-for-windows-xp-vista-win75Free DNS server for Windows XP/Vista/Win7?JohannesH2008-12-15T10:02:03Z2009-10-16T21:31:44Z
<p>I'm currently developing a security solution that should work across domains and as such I need a small private dns server to add various entries to. I could alter the hosts file to achieve the same result but since the hosts file doesn't support wildcard chars I will have a whole lot of entries, so a DNS server that supports wildcards would be a little bit easier. Any suggestions?</p>
http://stackoverflow.com/questions/1562886/managing-different-versions-of-vim-in-unix0Managing different versions of VIM in unix [closed]Gary H2009-10-13T21:04:37Z2009-10-14T12:09:22Z
<p>At my company, there are several linux boxes, each with various versions of VIM installed. On one box is version 7, the other is Tiny VIM 6.</p>
<p>Tiny VIM doesn't have color and it annoys the heck out of me. I have root access but I am very new to bash and terminal commands, therefore I don't want to break anything.</p>
<p>Is there some easy way for me to just copy VIM 7 from one box over to the other just for my local use? Is VIM that portable?</p>
<p>Thanks</p>
http://stackoverflow.com/questions/809014/powershell-script-to-get-a-directory-total-size2PowerShell Script to Get a Directory Total SizeJedi Master Spooky2009-04-30T20:53:28Z2009-10-13T19:58:19Z
<p>Hi, I need to get the size of a Directory - recursive -. I Have to do this every month so I want to make a powershell script to doit, Any Help?</p>
http://stackoverflow.com/questions/1551820/error-with-large-install-and-admin-privileges1Error with large install and admin privilegesGcamp2009-10-11T21:23:46Z2009-10-13T15:57:29Z
<p>I use <a href="http://cocoawithlove.com/2009/05/invoking-other-processes-in-cocoa.html" rel="nofollow">this</a> category to NSTask to handle administrator privilege task easily. I've made a simple installer that create a backup, remove the original file and copy the new one. This works well with 10 files or less. Here's the code. </p>
<pre><code>for (NSDictionary* oneOption in self.choosedOption) {
NSArray* destinationComponent = [[oneOption objectForKey:@"destination"] componentsSeparatedByString:@","];
NSArray* pathComponent = [[oneOption objectForKey:@"fileName"] componentsSeparatedByString:@","];
for (NSString* path in pathComponent) {
NSString* destination = [destinationComponent objectAtIndex:[pathComponent indexOfObject:path]];
NSString* pathOfResource = [resourcePath stringByAppendingPathComponent:path];
NSArray* arguments = [NSArray arrayWithObjects:destination, [destination stringByAppendingString:@".backup"], nil];
[NSTask stringByLaunchingPath:@"/bin/cp" withArguments:arguments authorization:self.authorization error:&error];
if ([self checkForError: error]) break;
arguments = [NSArray arrayWithObjects:destination, nil];
[NSTask stringByLaunchingPath:@"/bin/rm" withArguments:arguments authorization:self.authorization error:&error];
if ([self checkForError: error]) break;
arguments = [NSArray arrayWithObjects:pathOfResource, destination, nil];
[NSTask stringByLaunchingPath:@"/bin/cp" withArguments:arguments authorization:self.authorization error:&error];
if ([self checkForError: error]) break;
}
if ([error code] != 0) break;
}
</code></pre>
<p>However, if I do an install with 20-30 files, it fails. It seems to stock a this line in the NSTask category and after 30 sec, return an error.</p>
<pre><code>OSErr processError =
AuthorizationExecuteWithPrivileges(
[authorization authorizationRef],
[processPath UTF8String],
kAuthorizationFlagDefaults,
(char *const *)argv,
&processOutput);
</code></pre>
<p>I doesn't stop at the same file each time...</p>
<p>I can't do a standard install : it has a custom install built in that I cannot replicate in a pkg.</p>
<p>It gives me the error : (com.apple.NSTask.OneLineTasksWithOutput erreur 5505)</p>
<p>Any idea? Thanks, Guillaume</p>
http://stackoverflow.com/questions/1540689/access-linux-server-via-web0Access linux server via web [closed]Neest2009-10-08T21:47:56Z2009-10-08T21:52:13Z
<p>Hi</p>
<p>I would like to mount a linux server with multiple users. The idea is that every user can access the server with his own account using a web page.</p>
<p>Anyone has an idea of how to do it ?</p>
http://stackoverflow.com/questions/887718/make-index-php-behave-as-a-directory-3Make index.php behave as a directory...asdfasdfasdf2009-05-20T12:51:16Z2009-10-08T09:05:47Z
<p>Some sites (for example, certain implementations of mediawiki,) have a uri format of <code>http://example.com/index.php/SOME_PAGE</code>. How is this done? Is index.php just a directory on the server that happens to be named like a php file and that actually contains a file named <code>SOME_PAGE</code>? If so, why name it like that? If not (i.e. it actually <em>does</em> represent some sort of legitimate PHP file), then what would the contents of the look like?</p>
http://stackoverflow.com/questions/1534388/job-requirement0Job Requirement [closed]Raquel Polack2009-10-07T21:42:15Z2009-10-07T21:45:30Z
<p>One of the job requirements for a position Im going for is:</p>
<p>Knowledge of setting up an Apache,PHP,MySQL platform on a Unix server using source / rpm package.</p>
<p>What exactly would that entitle? I wanna do that myself before going to the interview. Can someone maybe help me out, or guide me a bit? I dont know much about system administration / set up. </p>