drivenanax.blogg.se

Appserv php 5.3 1 download
Appserv php 5.3 1 download




appserv php 5.3 1 download
  1. Appserv php 5.3 1 download how to#
  2. Appserv php 5.3 1 download install#
  3. Appserv php 5.3 1 download update#
  4. Appserv php 5.3 1 download software#
  5. Appserv php 5.3 1 download code#

You are *required* to use the date.timezone setting or the date_default_timezone_set() function. Sudo tar xvfz xampp-linux-1.7.7.tar.gz -C /optĢ.1 To change all the directories to 755 (-rwxr-xr-x):įind /opt/lampp/htdocs -type d -exec chmod 755 \ ģ) ตั้งค่าให้ Start lampp อัตโนมัติ(เมื่อเปิดเครื่อง) 3.1) Open terminal and run following command.ģ.Warning: date(): It is not safe to rely on the system's timezone settings. Step 6 » Create forward zone file db. by copying db.local conf file. We need to create 2 zone files, Forward zone and reverse zone. Primary master configuration is just like managing DNS records for particular domain locally ( Eg: ).

appserv php 5.3 1 download

Nameserver 127.0.0.1 Now type the below command to see dig. open /etc/nf and edit nameserver ip to 127.0.0.1 or your serverIP. Here 8.8.8.8 and 8.8.4.4 are google public DNS servers.

Appserv php 5.3 1 download how to#

How to configure DNS server in ubuntu 14.04 Example: dave has access to multiple project groups like smbproj1 and sudo usermod dave -G smbproj1,smbproj2įor troubleshooting, Use testparm command Additional users can be added in the same way.įor existing users use usermod command to add user in smbproj1 group and create samba password using sudo usermod mike -G smbproj1įor accessing multiple shares. Step 12 » Create samba password for user sudo smbpasswd -a john Step 11 » Create a user sudo useradd john -s /usr/sbin/nologin -G smbproj1 -s /usr/sbin/nologin : Restricting shell access Additional secured shares can be created in the same way.Īdd new user john for accessing project1 share

appserv php 5.3 1 download

Step 10 » Now restart smbd service sudo service smbd restart After restarting service, you could see Project1 share.

Appserv php 5.3 1 download code#

Take a backup before editing that file sudo cp /etc/samba/smb.conf /etc/samba/ now add the below code at the end of the file to enable sudo vim /etc/samba/smb.conf etc/samba/smb.conf is the main configurion file for samba. Step 4 » Now define values in samba configuration to share /shares/anonymous/folder. Step 3 » Change the ownership to nobody so that everyone can access and store files in that sudo chown nobody:nogroup /shares/anonymous/ Step 2 » Create folder for Anonymous sudo mkdir -p /shares/anonymous

Appserv php 5.3 1 download install#

Step 1 » Install samba packages after updating sudo apt-get sudo apt-get install samba samba-common python-glade2 Creating Anonymous shareĮveryone can access and store files without username and password. This article contains steps for creating both anonymous ( without username and password ) and secured shares. This article helps you to set up file server on ubuntu 14.04 server. It runs on most unix variants, such as Linux, AIX, Solaris and BSD.

appserv php 5.3 1 download

Appserv php 5.3 1 download software#

Samba is a free software used to enable file and print services on unix-like systems. Better rename the file and create a new one sudo mv /etc/dhcp/nf sudo nano /etc/dhcp/nf and add the below code after making changes as per your network values. Take backup copy before making changes to the original file. Step 4 » We need to define below values in nf file located in /etc/dhcp/directory. Step 3 » After installing, open /etc/default/isc-dhcp-server file and assign sudo nano /etc/default/isc-dhcp-server Step 2 » Now install isc-dhcp-server package and sudo apt-get install isc-dhcp-server -y

Appserv php 5.3 1 download update#

Step 1 » Issue the below command to update sudo apt-get update Setup DHCP server on ubuntu 14.04īefore installation, Make sure you have assigned static IP to the server. This guide helps you to setup DHCP server on ubuntu 14.04. We need to define these values in the DHCP server, so that the client computer connected to that network gets values automatically from DHCP server. Basically we need Ipaddress, Subnet mask, Gateway and DNS for network settings. DHCP server is used to assign IP address to client computers and other Network devices.






Appserv php 5.3 1 download