Questions tagged [settings]

77 questions
1
vote
0 answers

Linux MIPS box: ICMP (ping) works, but TCP does not - how to fix it?

I'm trying to set up MIPS Linux box network. Here is it's configuration: ~ # ifconfig eth0 Link encap:Ethernet HWaddr CC:5D:4E:FF:45:7F inet addr:192.168.0.2 Bcast:192.168.0.255 Mask:255.255.255.0 inet6 addr:…
S-trace
  • 11
  • 2
1
vote
1 answer

What is access control of an Amazon EC2 instance like if people purchase AMI from marketplace?

I'm new to the Amazon EC2 platform and marketplace, so I need some help with the questions I have. Currently our company is trying to create a customized Linux AMI to put into marketplace, and I'm responsible for setting up the whole thing. I'm not…
Shang Wang
  • 111
  • 5
1
vote
1 answer

Compiling Linux kernel "correctly"

Recently I have come across a security module for the Linux kernel called Linux-VServer which allows you to virtualize many things and "partition" the OS to reduce the effects of a compromise. I was surprised to see that it required a re-compilation…
user99545
  • 263
  • 1
  • 4
  • 6
1
vote
1 answer

settings for network with dhcp server

We are trying to fix a problem in a network with this setup: DHCP Server (and all stations) connected to a gigabit switch connected to a router. What should the Gateway and DNS values be on each of the network's stations? (Desktops, laptops etc)? I…
1
vote
1 answer

Probable IIS changes after update

We have developed a module which enters Windows Scheduled tasks in on our server that are calling KeepAlive pages on different servers. Normally everything went fine, but since 21-07-2011 on 17:00 all our KeepAlive pages generate errors. Those…
Younes
  • 135
  • 5
1
vote
2 answers

PHP settings from php.ini in .htaccess file - possible?

Possible Duplicate: User Specific Php.ini When php is ran as a module? Hello, I need to increase some limits for PHP but do not have access to php.ini. The changes I need to make would look like this: php_value upload_max_filesize 50M php_value…
Francisc
  • 153
  • 1
  • 3
  • 11
1
vote
2 answers

How do I automatically connect my client to an ODBC data source on another machine with dynamic IP?

At the customer's place, we've got a postgres DB on a server, and a few clients. We connect them through ODBC-drivers, and all machines run windows (usually XP). Now we had a few annoying issues: The client "forgets" some flags in the ODBC drivers,…
Kdansky
  • 171
  • 1
  • 10
1
vote
4 answers

Adjusting MySQL settings to handle big load of users

I have developed a php game that is obviously depending on mysql queries. Im running it on a monster server: Intel Xeon 7550 with 32GB RAM (Redhat x86_64 ES 5.0) with cPanel installed. I released the game on Facebook and only 250 users could use it…
Peter Foster
  • 13
  • 1
  • 3
1
vote
3 answers

Windows XP security settings for particular user

I have this scenario in one machine using Windows XP. I have three user accounts - admin, user1, user2 (I used to remote the pc via logmein). I set the local security settings to prompt users to change the password every 90 days. Now, is it possible…
liza
1
vote
1 answer

Timezone settings for WebSphere 6.1

We have an application running on WebSphere which does (apart from other things) logging with timestamps. These timestamps are GMT. We are in the CET Timezone (Germany). WebSphere allows to specify in which Timezone you are, by way of specifying a…
dertoni
  • 335
  • 1
  • 6
  • 12
1
vote
0 answers

Change Windows Store Apps language using poweshell or unattend.xml?

I am trying to create a golden image and I can't find any way to set Store Apps language. These are the settings I want: Windows Display: English (US) Apps & Websites: English (US) Regional Format: Turkish Keyboard: Turkish Speech: English(US) These…
oknsyl
  • 11
  • 2
1
vote
2 answers

Windows 10 InactivityTimeout ignoring GPO, Locking Screen after 5 minutes no matter what

We're having a problem where a subset of PC's lock after 5 minutes, but the GPO for "Interactive logon: Machine inactivity limit" is set to 900 seconds (15 minutes). So far I've tried the following, but nothing has solved it: Run "gpresult /z >…
Plasma
  • 21
  • 2
  • 5
1
vote
1 answer

Modifying HPE Proliant thermal settings

HPE states that from iLO 4 version 2.76 user can view and modify system thermal configuration settings using iLO interfaces. Finally! This is great feature for example those who have HPE incompatible drives. More details about this issue can be read…
1
vote
5 answers

Portable user-settings in Windows

I want know how I can avoid setting up all my preferences the same way, every single time I install a new operating system. Is there a way to export settings like: Background color Items to display, and how in Vista/Win7 Auto-hide…
Seb Nilsson
  • 173
  • 1
  • 2
  • 7
0
votes
1 answer

Is there a scriptable method for testing duplex settings on network interfaces?

I'm looking to test, on a large number of servers, whether or not the duplex settings on the network interfaces have been set up properly. Is there a tool, or set of scripts, which I can run against the servers, to test their settings? The servers…