Mr.Singnarin

เรื่องราวและ ทัศนะต่างๆ กับสิ่งต่างๆที่ไปประสบพบเจอมา โดยนำมาวิเคราะห์ตามแนวความคิดและวิถีทางแล้วบันทึกไว้

About Me

  • หน้าแรก
  • About Me
  • Tutorial Nodejs

8 ก.พ. 2564

How to install two PHP versions in Window XAMPP?

Step 1: Download PHP 5.6 (Non Thread Safe) version

https://windows.php.net/download#php-5.6
อ่านเพิ่มเติม »
ส่งอีเมลข้อมูลนี้BlogThis!แชร์ไปยัง Xแชร์ไปที่ Facebookแชร์ใน Pinterest
Posted by singnarin At 19:41 ไม่มีความคิดเห็น:

Multiple PHP Versions with Apache on Ubuntu 20.04 / 18.04 / 16.04

1. Add Repository

Let’s begin by updating the package lists.

sudo apt update 

For Ubuntu 20.04 and 18.04 users, install libapache2-mod-fcgid.

sudo apt install libapache2-mod-fcgid

Ubuntu 16.04 users, install libapache2-mod-fastcgi.

sudo apt install libapache2-mod-fastcgi

You may need software-properties-common in order to add a repository with add-apt-repository.

sudo apt install software-properties-common
อ่านเพิ่มเติม »
ส่งอีเมลข้อมูลนี้BlogThis!แชร์ไปยัง Xแชร์ไปที่ Facebookแชร์ใน Pinterest
Posted by singnarin At 19:40 ไม่มีความคิดเห็น:
บทความที่ใหม่กว่า บทความที่เก่ากว่า หน้าแรก
สมัครสมาชิก: ความคิดเห็น (Atom)

ค้นหาบล็อกนี้

คลังบทความของบล็อก

  • ►  2024 (3)
    • ►  กรกฎาคม (3)
  • ►  2023 (1)
    • ►  ตุลาคม (1)
  • ▼  2021 (2)
    • ▼  กุมภาพันธ์ (2)
      • How to install two PHP versions in Window XAMPP?
      • Multiple PHP Versions with Apache on Ubuntu 20.04 ...
  • ►  2020 (10)
    • ►  พฤษภาคม (1)
    • ►  มีนาคม (1)
    • ►  มกราคม (8)
  • ►  2019 (3)
    • ►  พฤศจิกายน (1)
    • ►  มีนาคม (1)
    • ►  กุมภาพันธ์ (1)
  • ►  2018 (8)
    • ►  พฤศจิกายน (1)
    • ►  สิงหาคม (1)
    • ►  มิถุนายน (3)
    • ►  เมษายน (2)
    • ►  มีนาคม (1)
  • ►  2017 (10)
    • ►  ธันวาคม (1)
    • ►  ตุลาคม (1)
    • ►  พฤษภาคม (1)
    • ►  เมษายน (3)
    • ►  มกราคม (4)
  • ►  2016 (14)
    • ►  ธันวาคม (3)
    • ►  ตุลาคม (3)
    • ►  กันยายน (1)
    • ►  พฤษภาคม (2)
    • ►  มีนาคม (4)
    • ►  กุมภาพันธ์ (1)
  • ►  2015 (31)
    • ►  ธันวาคม (2)
    • ►  พฤศจิกายน (1)
    • ►  กันยายน (2)
    • ►  สิงหาคม (4)
    • ►  กรกฎาคม (2)
    • ►  มิถุนายน (9)
    • ►  เมษายน (1)
    • ►  มีนาคม (5)
    • ►  กุมภาพันธ์ (3)
    • ►  มกราคม (2)
  • ►  2014 (29)
    • ►  ธันวาคม (3)
    • ►  พฤศจิกายน (1)
    • ►  ตุลาคม (4)
    • ►  กันยายน (2)
    • ►  กรกฎาคม (3)
    • ►  มิถุนายน (16)

บทความที่ได้รับความนิยม

  • การ Bypass website ของ Mikrotik
    /ip hotspot walled-garden ip add action=accept disabled=no dst-host= XXXXXXXXXXXXXXXXX.XXX   XXXXXXXXXXXXXXXXX.XXX คือ ชื่อ Host ที่เราต้...
  • Mikrotik Firewall Script
    ยอมให้มีการใช้ icmp โค๊ด: /ip firewall filter add chain=icmp protocol=icmp icmp-options=0:0 action=accept \ comment="echo reply...
  • Laravel 5 ขึ้น Hosting
    วิธีการอัพ laravel5 ขึ้นโฮสนั้นไม่ยากครับ แต่มันจะมีส่วนที่ต้องแยกออกจากกัน ไม่ได้อัพลงไปทีเดียวจบ มาดู File Directory กันก่อน ซึ่งมันมีเ...
  • จัดการ Hdd บน Linux ด้วย fdisk
     หลังจากเพิ่ม hard disk แล้วรันคำสั่ง fdisk -l เพื่อดูว่ามี hard disk ที่เราเพิ่มเข้ามาแล้วหรือยัง     [root@Lab ~]# fdisk -l Disk /dev/hd...
  • ตรวจสอบว่าเครื่องโดนยิง ip หรือไม่
    การตรวจสอบว่าเราถูกยิงหรือไม่ผ่านคำสั่ง netstat โดยการใช้คำสั่้ง netstat แบบประยุค — การใช้ netstat ตรวจสอบการถูกยิงด้วย syn คำสั่ง netst...
  • How to change Joomla Admin Folder Name or Path
    That changing the folder name ‘administrator’ to ‘myadmin” & change the ,         define( ‘JPATH_ADMINISTRATOR’, JPATH_ROOT.DS.’a...
  • Let's Encrypt RouterOS / Mikrotik
    CertBot Let's Encrypt Install CertBot using official manuals  https://certbot.eff.org/#ubuntuxenial-other for Ubuntu 16.04 apt upda...
  • ทำ DHCP Server บน Ubuntu 12.04
    sudo nano /etc/network/interfaces auto lo iface lo inet loopback auto eth0 iface eth0 inet static     address 10.20.30.77     netmas...
  • OEM Information Editor on Windows
    1. Click Start -> Search Box to box , type Regedit -> Enter. 2. Enter key in the registry as follows . [HKEY_LOCAL_MACHINE ...
  • ติดตั้ง mrtg บน Ubuntu 12.04
    ติดตั้ง snmpd # apt-get install snmp snmpd # apt-get install snmp-mibs-downloader เก็บไฟล์ config ของแท้ไว้ # cp /etc/snmp/snmpd.conf /e...

Label

linux (28) Ubuntu (25) iptables (7) mikrotik (7) security (7) apache (5) Laravel 5 (4) smf (3) squid3 (3) DHCP Server (2) LAMP (2) ad-hoc (2) android (2) desktop (2) electronic (2) joomla (2) mp237 (2) php (2) printer (2) server (2) ssh (2) ssl (2) torrent (2) windows7 (2) windows8 (2) Battery Charger (1) Clamav (1) Debian (1) Flask (1) GPT (1) Graylog (1) IMEI (1) Jquery (1) Let'Encrypt (1) Phpmyadmin (1) Qos (1) Ransomware (1) ShellShock (1) Ubuntu 18.04 (1) VPS (1) Web Server (1) Wine (1) XenServer (1) asus (1) backup (1) bit (1) bitorrent (1) boot grub (1) bot (1) cannon (1) esxi (1) fdisk (1) firewall (1) gps (1) inverter (1) kali (1) kali linux (1) libreoffice (1) line (1) load balance (1) mrtg (1) netstat (1) network (1) open office (1) partition (1) pirnter (1) qrcode (1) root (1) samba (1) vm (1) vm esxi 5.5 (1) vsftpd (1) windown server (1) wireshark (1) zefone4 (1)

จำนวนการดูหน้าเว็บรวม

เรียบง่าย ธีม. ขับเคลื่อนโดย Blogger.