مدیریت سرورها

آموزش مدیریت سرورهای لینوکس و ویندوز

مدیریت سرورها

آموزش مدیریت سرورهای لینوکس و ویندوز

سایت در باره انواع آموزشها در زمینه IT می باشد.
مانند: لینوکس، ویندوز، سیسکو، میکروتیک، طراحی وب
به دلیل شخصی بودن وبلاگ ارائه مطالب متفرقه در آن بلامانع است.
با تشکر

طبقه بندی موضوعی

۲ مطلب با کلمه‌ی کلیدی «debian» ثبت شده است

۱۹
آبان

A description of the hierarchy specified in the FHS

/bin/

Essential command executable (binaries) for all users (e.g., cat, ls, cp) 
(especially files required to boot or rescue the system)

/boot/

Boot loaderkernels and initrd files

/dev/

devices files (e.g., :/dev/null)

/etc/

Host-specific system-wide configuration files (from et cetera)

/home/

Users' home directories

/lib/

Libraries essential for the binaries in /bin/ and /sbin/ 
(library required to boot or rescue the system)

  • طاهر ضیائی
۱۲
مهر

APPLIES TO:

Parallels Plesk Panel

Resolution

First, the Plesk Debian repository should be added to the sources list. The link to the Plesk Debian repository is http://autoinstall.plesk.com/.

Open it in a web browser to see which Plesk versions are available.

Then add the repository record for your desired Plesk version into "/etc/apt/sources.list." For example, you would use the below line for Plesk 9.5.3 Etch:


deb http://autoinstall.plesk.com/PSA_9.5.3/ etch all


Next, update the cache packages list:

# apt-get update


Now you can install Plesk. For example, use the below line to install the base Plesk package:

# apt-get install psa

  • طاهر ضیائی