Questions tagged [local]

149 questions
3
votes
4 answers

Is there a static, server-side vulnerability/virus/malware/BadThings™ scanner?

We run a shared hosting webserver with the usual LAMP stack. It is up and running since many years ago (uhm, Apache-1.3 and PHP-3 days?) and went through many iterations. We strive to have good sysadmin policies, like keeping all the stack…
Luke404
  • 5,708
  • 3
  • 44
  • 58
3
votes
2 answers

Script to find out differences between local and remote file systems over SSH

I am looking for a script to find out the differences between a local and remote file systems (over SSH). Ideally the script should do the following: -browse the local file system for folders -find out whether folder is present on remote file system…
Max
  • 3,373
  • 15
  • 51
  • 71
3
votes
4 answers

How can I get PHP on my local computer system?

How can I test out PHP scripts on my local computer before uploading them? I'm a bit new to this so sorry for the simplicity. My domain provider's installed PHP version is 5.2.2 if that helps. EDIT: Alright people keep your pants on I'm running…
Pete Allport
3
votes
1 answer

nginx for local development

I want to use nginx for local development. This means I want to prevent other machines from being able to access my web server so it can only be accessed via localhost. Under the server settings in sites-enabled/default I changed my code to location…
Frank Vilea
  • 559
  • 2
  • 8
  • 16
3
votes
1 answer

MySQL (local) owner and permissions

I recently successfully installed the 64 bit version of mysql-5.5.8 on a MacBook Pro in the /usr/local directory. To address a completely unrelated software (RVM actually) , I chown-ed my /usr/local directory to $USER, Which made MySQL very unhappy.…
Steve Nelson
  • 31
  • 1
  • 1
  • 2
3
votes
3 answers

Use Mac OS X Server As Development Environment

I've installed Mac OS X Server 10.6.3 on my laptop to use as my normal OS. I do a lot of web development and thought it would be handy to run OS X Server so I could more easily manage my local development environment (Apache Virtual Hosts, Hostnames…
2
votes
1 answer

GPO - Local Administrator Group Management (Restricted Group vs Local Users and Groups)

I'm looking for current best practices and I can't seem to find a definitive answer. I'm looking to manage the membership of the local administrator group on Windows (Client) machines. In the past, we've used Restricted Groups but I see that Local…
Paul G
  • 158
  • 1
  • 6
2
votes
1 answer

Set password for local admin account on all computers in domain

Before you consider what I want to achieve as insane from a security standpoint, please continue reading: I'm setting the password for the local admin account on all computers in the domain with a startup script which contains the password in…
fjf2002
  • 121
  • 1
  • 5
2
votes
1 answer

Caching POST request and GET request on a local machine to get access to content offline

I'm looking for an existing solution that would allow us to make request normally and let a sort of proxy cache everything we do. For instance when querying a REST service the proxy would write the result of the response with related media…
gabrielstuff
  • 121
  • 1
2
votes
0 answers

Huge oplog size after full sync on one secondary causing performance issues - MongoDB

I'm a MongoDB newbie. I have a replica set with 3 members (1 primary and 2 secondaries) on CentOS 6 and Mongo 2.6.8. One of the secondaries crashed because of high consumption of memory and I couldn't restart it properly (due to some data…
2
votes
1 answer

Missing local account after joining a domain

I attempted to add my computer to a domain and now I cannot access any of the local accounts on my computer. I had downloaded Windows Server 2012 and had two local accounts on it. Then, I attempted to access it using my friend's login information…
user221534
  • 21
  • 2
2
votes
1 answer

Postfix - disabling local delivery correctly

I have a postfix server with a config for no local delivery. Every email sent through from websites on this server are beeing sent out, no domain on this server accepts emails localy (every domain has external mailboxes - Google, Outlook, etc.). It…
Caesar
  • 105
  • 2
  • 9
2
votes
1 answer

Local yum repo for multiple versions

I would like to setup a local repo for rhel 5 and 6. Can this be done on 1 server, or do I need one server for each major version? We have a valid, legal subscription with RH, but we would rather not pay for RH satellite.
chris
  • 21
  • 1
  • 2
2
votes
1 answer

Unknown Local IP Shows Up in Netstat

I have what may be a simple issue, but it is something I've never noticed before, and I wanted to see if it was cause for concern or action was needed. When checking something else with netstat.exe on a Windows system, I noticed the System Process…
dgo
  • 129
  • 10
2
votes
1 answer

Cannot resolve a single A Record from client machine

I set up a simple Bind server on my VPS and it is working properly. The problem occurs with my local windows machines, which are connected to internet through the home router. I created an A-record named 'dev' and it is invisible from my local…
Alex
  • 35
  • 6
1
2
3
9 10