VinaCIS Network
Friday, 30 July 2010
VinaCIS .NETWORK
Home arrow Linux problems

Articles
Webmaster
Security
Solved problems
Common problems
Linux problems
Windows problems
Plesk Control Panel
Advertise with us
Polls
Which Control Panel software would you prefer to use ?
 
Login Form





Lost Password?
No account yet? Register
Solves your linux problems
Fedora Core: How to Disable SELinux PDF Print E-mail
User Rating: / 0

Overview

SELinux has two major components on your system. There's the kernel mechanism which is enforcing a bunch of access rules which apply to processes and files. And secondly, there's file labels : every file on your system has extra labels attached to it which tie-in with those access rules. Run ls -Z and you'll see what I mean.

Should you really disable SELinux?

Be aware that by disabling SELinux you will be removing a security mechanism on your system. Think about this carefully, and if your system is on the Internet and accessed by the public, then think about it some more. Joshua Brindle (an SELinux developer) has comments on disabling SELinux here, which states clearly that applications should be fixed to work with SELinux, rather than disabling the OS security mechanism.

Read more...
 
PHP files return blank page PDF Print E-mail
User Rating: / 1
 Sample Image

Problem:

I have just moved my hosts to a new server  but now all PHP scripts return blank page although they were working on old server without any problem.

Solution:

Our technicians have encountered the same problem lately and found that it may a problem between PHP 5 and Zend Optimizer 3. This problem affected to following version:

PHP 5.1.2
and
Zend Optimizer 3.2.8

We have switched to older version of Zend Optimizer (3.0.2) and it works.

Update: There is a conpflict between PHP 5.1.2 RPM package in SuSE 10.1 and Ioncube Loader or Zend Optimizer. If you face this problem, simply switch to PHP 5.2 or SuSE 10.2

 
Mod_cband installation error: apxs missing PDF Print E-mail
User Rating: / 0
 Sample Image

 If you are using OpenSuse, you will have to install apache2-devel package in order to install mod_cband on the server. Because the Internet version of Suse Linux is not same as the retail version.

How to install apache2-devel package on OpenSuse 10 ?

 
Read more...
 
How can you add many IP to 1 Network card ? PDF Print E-mail
User Rating: / 1

Normally when you add a new IP to a network interface in a RedHat based system you create a file ifcfg-eth0:x in /etc/sysconfig/network-scripts/. For example:

/etc/sysconfig/network-scripts/ifcfg-eth0:0
DEVICE=eth0:0
ONBOOT=yes
BOOTPROTO=static
IPADDR=192.168.0.100
NETMASK=255.255.255.0
NETWORK=192.168.0.0
BROADCAST=192.168.0.255
TYPE=Ethernet
Read more...
 
How to install SUSE Linux on software RAID PDF Print E-mail
User Rating: / 6
 Sample Image This article will try to explain how to install SUSE Linux 10.2 with software RAID.

If you want to install the kind of RAID that is supported by some motherboards (so called fakeRAID), just enable RAID in your BIOS and install as usual. NOTE: This only applies to openSUSE 10.2 or later. Earlier versions of SUSE DO NOT support fakeRAID

Read more...
 

Top!