8
/var won't mount on boot. How to recover ext4 lv?view story

https://www.centos.org – You'd need to look at the logs and/or console at the time of the failure and tell us what those say before anyone can help. Unfortunately, "failing to mount" doesn't say enough ... [by TrevorH] (HowTos)

8
Can i change Nginx variable client_max_body_size value from php.ini file?view story

http://stackoverflow.com – i dont have a write access to /etc/nginx/nginx.conf file and i can see that client_max_body_size is set to a lower value than i need. Before i can contact the server administrator and get that bumped up, is it possible to override that using php.ini? the setup is Drupal using Nginx on a CentOS machine. (HowTos)

8
Security concerns in Ubuntu and CentOSview story

http://serverfault.com – In my company we are dealing with an interesting decision: which Operating System should we choose as the default one? (HowTos)

8
Problems with multicasts in "iptables"view story

http://serverfault.com – My question is related to multicasts and iptables. I want to allow ICMP and IGMP multicasts from the local VLAN 192.168.1.0/24 as well as from 0.0.0.0 on my CentOS machine, so I added the following rules to my inbound chain: # ACCEPT - Multicast 224.0.0.1 from current VLAN as well as 0.0.0.0 # -- ICMP iptables -A IP-INPUT -s 192.168.1.0/24 -d 224.0.0.1 -m pkttype --pkt-type multicast --protocol (HowTos)

8
Is it possible to increase the size os "/" partition without any loss of dataview story

https://www.centos.org – Quote:GlassEye wrote:Is it possible to shrink using LVM, or is that again grow only?Apples vs oranges. LVM logical volume i... [by jlehtone] (HowTos)

8
LAN/Proxyview story

https://www.centos.org – Dear friends, have you good morning.In the company where I work we have implemented a new network infrastructure, to begin with we changed Cat6A structured cabling, then we have impleme... [by ojvelasquezc] (HowTos)

8
MB for virtualizzationview story

https://www.centos.org – Hi allI'm trying to build a new workstation that I want to use also for virtualizzation experiments with centos (so I would like VTD support).I'll use an i5-3470T and I want t... [by Kirys] (HowTos)

8
How to setup a secured linux server in an internet cafe with proxy webcaching & firewallview story

https://www.centos.org – Dear Friends, I want to know how to setup a secured Linux server in our INTERNET cafe.because I don't like windows & it is too expensive..Pl... [by Deeresh92] (HowTos)

8
Is there's a way to speed up my php code which parse XML filesview story

http://stackoverflow.com – I'm developing a web application and we are using XML as a database and I'm using Linux as a platform and centos 6.5 as a server. Changing some value would make a lot a lot of changes in about six XML files. So here's the problem: Pressing button save after editing, adding, deleting takes about one or one and half minutes or more! (HowTos)

8
Different Logical Subnet on same Physical network cause Linux Connectivity Issuesview story

http://serverfault.com – We have two Linux CentOS hosts, A and B. A = 19x.2xx.6.4 (/24) B = 19x.2xx.7.4 (/24) Both these hosts are on the same physical switch. (HowTos)