Quick note for myself. Today I have to increase php upload maximum size in Centos server. I got this error : # /sbin/service httpd restart Stopping httpd: [FAILED] Starting httpd: (98)Address already in use: make_sock: could not bind to address [::]:80 (98)Address already in use: make_sock: could not bind to address 0.0.0.0:80 no listening sockets […]
Category: CentOS
How to configure ssh access to virtualbox guest under NAT mode
Just quick note for my own 🙂 I need to ssh to my CentOS 6.6 box that run under Virtualbox with these steps : 1. NAT Virtualbox will create private network using these address (10.0.2.xxx). Just set eth0 configuration to DHCP and everything will be set. 2. Port forwarding setup to port 2222 Click Setting -> […]
Quick dns server for CentOS 7 minimal
Damn, this CentOS 7 minimal installation has taken my whole day. The last thing I want to try is dns server. Since I’ve working standard dns that use maradns under CentOS 5.10 then I’m going to try the steps here. Using CentOS 7. # yum install gcc wget # gcc -v Using built-in specs. COLLECT_GCC=gcc […]
How to install Apache, MariaDB and PHP on CentOS 7 minimal
After install and configure network under CentOS 7 minimal I continue with LAMP section. Since the machine has 4GB memory I prefer to use old fashion LAMP. Only switch MySQL with MariaDB 🙂 The steps for LAMP installation for my own reference and my vps need : Install required Package Install nano # yum install […]
IBM X3250 M5 and Minimal CentOS 7
New server come. Its a IBM X3250 M5 with single HD 1TB Sata 7200 RPM. I can not see it from bios setting, my FreeBSD 9.2 CD also unable to detect it but I’ve not try it using FreeBSD 10. As I ever see various case that related with storage detection then I quickly switch […]