Skip to content

Instantly share code, notes, and snippets.

View firstval's full-sized avatar
👋

First Val Babon firstval

👋
  • Philippines
View GitHub Profile
@firstval
firstval / Nginx_Install
Last active February 23, 2019 11:29
How to Install Nginx on Debian
http://www.tecmint.com/install-phpmyadmin-for-apache-or-nginx-on-rhelcentos-6-3-5-8-fedora-17-12/
http://www.knowledgepia.com/en/k-blog/linux-server/install-lemp-server-nginx-mysql-or-mariadb-php-and-phpmyadmin-on-ubuntu-14-10-14-04-13-10
https://www.digitalocean.com/community/tutorials/how-to-install-linux-nginx-mysql-php-lemp-stack-on-debian-7
https://www.howtoforge.com/building-nginx-from-source-on-debian-squeeze
https://www.linode.com/docs/websites/nginx/how-to-install-nginx-on-debian-7-wheezy
https://www.linode.com/docs/security/ssl/how-to-provide-encrypted-access-to-resources-using-ssl-certificated-on-nginx/
https://www.howtoforge.com/installing-nginx-with-php-5.3-and-php-fpm-on-ubuntu-lucid-lynx-10.04
@firstval
firstval / Php_gd.sh
Last active November 1, 2015 23:54
How to add library PHP GD on your PHP
apt-get install php5-gd
simnle use
# yum search php-
#Different Editing on php.ini
vim /etc/php5/apache2/php.ini
or
vim /etc/php5/cli/php.ini
or
vim /etc/php5/fpm/php.ini
@firstval
firstval / SeLinux_Problem
Last active October 13, 2015 06:14
You can see if SELinux is causing the problem. Can't change the permissions to public
#to solve the permission problem
sudo setenforce 0
Solution #1:
Edit the /etc/sysconfig/selinux file and change "SELINUX=Enforcing" to "SELINUX=Permissive."
The /etc/sysconfig/selinux file is persistent.
http://www.crypt.gen.nz/selinux/disable_selinux.html
http://www.webdesigndev.com/10-parallax-plugins-and-tutorials/
http://www.webdesign.org/how-to-create-a-parallax-scrolling-website.22336.html
http://webdesignledger.com/parallax-tools-and-techniques
http://code.tutsplus.com/tutorials/simple-parallax-scrolling-technique--net-27641
http://www.javascriptkit.com/dhtmltutors/parallaxscrolling/index.shtml
http://oshyn.com/general/web-development-trends-parallax-scrolling
@firstval
firstval / lamp-setup.md
Created October 15, 2015 08:17 — forked from mikestecker/lamp-setup.md
This guide shows howto install Apache HTTP Server (httpd) with PHP 5.5.9 and following modules on Fedora 20/19/18/17, CentOS 6.5/6.4/6.3/6.2/6.1/6/5.10 and Red Hat (RHEL) 6.5/6.4/6.3/6.2/6.1/6/5.10 systems.

Install Apache/PHP 5.5.9 on Fedora 20/19, CentOS/RHEL 6.5/5.10

This guide shows howto install Apache HTTP Server (httpd) with PHP 5.5.9 and following modules on Fedora 20/19/18/17, CentOS 6.5/6.4/6.3/6.2/6.1/6/5.10 and Red Hat (RHEL) 6.5/6.4/6.3/6.2/6.1/6/5.10 systems.

  1. Change root user

su -
## OR ##

sudo -i

@firstval
firstval / php
Last active October 15, 2015 12:09
Install php 5.9 update!
http://techglimpse.com/install-upgrade-php55-yum/
http://www.lophost.com/tutorials/how-to-enable-drupal-clean-url-on-a-centos-redhat-server/
http://how2linux.net/2015/01/12/install-php-zend-opcache-config-centos
http://www.stevejenkins.com/blog/2011/08/how-to-install-apc-alternative-php-cache-on-centos-5-6/
http://pecl.php.net/package/ZendOpca
http://kb.acenet.us/How_to_Install_APC_on_CentOS_6
yum install php-pear
https://www.mojowill.com/geek/howto-install-php-5-4-5-5-or-5-6-on-centos-6-and-centos-7/
@firstval
firstval / smtp
Last active October 15, 2015 17:38
Configure SMTP Server
http://www.unixmen.com/configuring-sendmail-smtp-server-on-centos-a-scientific-linux/
http://www.serversmtp.com/en/smtp-drupal-settings
@firstval
firstval / PDC
Last active October 16, 2015 04:09
http://www.tecmint.com/join-centos-7-to-zentyal-pdc/
http://www.unixmen.com/setting-dns-server-centos-7/
@firstval
firstval / SSL_FTP
Last active October 16, 2015 08:41
https://hackerme.ph/drupal7/?q=user/
http://wiki.vpslink.com/Configuring_vsftpd_for_secure_connections_%28TLS/SSL/SFTP%29
http://www.itzgeek.com/how-tos/linux/centos-how-tos/install-and-configure-vsftpd-on-centos-7-rhel-7.html
http://www.tecmint.com/install-proftpd-in-centos-7/
[HOWTO] Setting FTP Server
Non Anonymous / Secure FTP
@firstval
firstval / apache_phpmyadmin
Last active October 17, 2015 13:22
Apache configuration
http://xmodulo.com/https-apache-web-server-centos.html
http://ithelpblog.com/os/linux/bashandscripts/configure-dns-client-nameserver-on-linux-centos-redhat-rhel-ubuntu/
http://www.itzgeek.com/how-tos/linux/centos-how-tos/install-phpmyadmin-4-2-7-on-centos-7-rhel-7.html
http://tecadmin.net/how-to-install-phpmyadmin-on-centos-using-yum/
cd /etc/php/php.d/
select .conf you want configure