1 / 9

Ubuntu SERVER

Tomaž Brišnik. Ubuntu SERVER. Inštalacija Ubuntu Server. Opcije CD USB NetInstall. Unetbootin. Inštalacija preko USB-ja. ISO file na USB-ju ‘‘Virtualni‘‘ CD drive ALT + F2 dobimo ukazno vrstico m kdir / iso f disk -l mount -t vfat /dev/sdb1 / iso

Télécharger la présentation

Ubuntu SERVER

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Tomaž Brišnik Ubuntu SERVER

  2. Inštalacija Ubuntu Server • Opcije • CD • USB • NetInstall

  3. Unetbootin

  4. Inštalacija preko USB-ja • ISO file na USB-ju • ‘‘Virtualni‘‘ CD drive • ALT + F2 dobimo ukazno vrstico • mkdir /iso • fdisk -l • mount -t vfat /dev/sdb1 /iso • ln -sf /iso/ubuntu-10.04-server-i386.iso /dev/sr0 • /dev/sdb1 je USB drive • /dev/sr0 je CD drive

  5. Particije • LVM particije • /root • /home • /var/lib/mysql • /tmp (noexec)

  6. LVM – Logical Volume Manager • Omogoča • Razširjanje particij online • Diskovne farme • Snapshots / backup

  7. Konfiguracija mreže • DHCP • Manual konfiguracija mreže • Hostnameexpert.scv.si • IPv6?

  8. Servisi in konfiguracija • Apache + PHP • Apache2-mod-php5 modul • Apache konfiguracija • Mod_rewrite • Mysql • Mysql-php modul • Mysql & PHP konfiguracija • SSH • FTP

  9. VirtualHosti NameVirtualHost *:80 <VirtualHost *:80> ServerName expert.scv.si #ServerAlias expert.scv.si www.expert.scv.si ServerAdmin admin@expert.scv.si DocumentRoot /home/brix/htdocs/expert.scv.si ErrorLog /home/brix/htdocs/logs/expert.scv.si-error_log CustomLog /home/brix/htdocs/logs/expert.scv.si-access_log common </VirtualHost>

More Related