For Ubuntu server. The command is service –status-all
Search the Wiki
Nginx/PHP-FPM “Access denied.” error
I'm trying to set up a freshly installed Ubuntu (12.04) server, but I can't get PHP files running through php-fpm. No matter what I do, I always get a "Access denied." page (plain text, not html or anything). Installed packages: nginx nginx-common nginx-full php5 php5-cli php5-common php5-fpm Configuration details: PHP-FPM: user = www-data group Full Article…
Update an SSL Certificate for a Load Balancer
Update an SSL Certificate for a Load Balancer Using the AWS Management Console To update an SSL certificate for an HTTPS load balancer Sign in to the AWS Management Console and open the Amazon EC2 console at https://console.aws.amazon.com/ec2/. On the Amazon EC2 console Resources page, in the EC2 Dashboard pane, under NETWORK & SECURITY, click Load Balancers. On the Load Balancers page, Full Article…
Create new FTP user
Add your system User Yes, it is this simple, creating a new user for ftp access in vsftpd is as easy as creating a new valid linux system user. # useradd test # passwd test Disable SSH access for FTP users The default user creation script will give a user the /bin/bash shell, which can Full Article…
Linux – Find large files
Here is the command to find large files. find /directory -type f -size +100M
Website phân tích font từ hình ảnh (thường sử dụng để phân tích logo).
Website phân tích font từ hình ảnh (thường sử dụng để phân tích logo). http://www.myfonts.com/WhatTheFont/ Website hệ thống nhóm màu theo khuôn khổ nhất định, style màu sắc theo màu chủ đạo để chọn ra màu tương đồng và màu đối xứng. http://paletton.com
[Magento Fix] SQLSTATE[22003]: Numeric value out of range: 1690 BIGINT UNSIGNED value is out of range
Last week, while working on a client’s Magento 1.7.x website, we were trying to delete all the catalogue products, but it did not happen and it kept on throwing this error, 1 SQLSTATE[22003]: Numeric value out of range: 1690 BIGINT UNSIGNED value is out of range in '(`magento_store`.`q`.`items_count` – 1)' Here are three different Full Article…
Fixing errors when upgrading package in Centos
Fixing errors when upgrading package in Centos [root@ ~]# yum update Loaded plugins: downloadonly, fastestmirror, replace Loading mirror speeds from cached hostfile * base: centos.tcpdiag.net * epel: mirrors.solfo.com * extras: centos.mirrors.hoobly.com * rpmforge: mirror.webnx.com * updates: mirror.supremebytes.com Setting up Update Process Resolving Dependencies –> Running transaction check —> Package php-pecl-igbinary.x86_64 0:1.1.2-0.5.git3b8ab7e.el6.remi.1 will be updated —> Full Article…
How can I run a command after boot?
How can I run a command after boot? You can add your command to file \etc\rc.local
Loading image from S3 to Magento
This is the command for loading images to Magento sudo s3fs epilifes3 /mnt/s3/ -o allow_other