Файловый менеджер - Редактировать - /var/www/html/base-files.zip
Ðазад
PK ! w3� � dot.profilenu �[��� # ~/.profile: executed by Bourne-compatible login shells. if [ "$BASH" ]; then if [ -f ~/.bashrc ]; then . ~/.bashrc fi fi mesg n 2> /dev/null || true PK ! <Pf� staff-group-for-usr-localnu �[��� Current policy mandates that directories in /usr/local should be owned by group staff and mode 2775. The purpose of this file is to tell the system, when it's removed, that we want directories in /usr/local to be 755 and owned by group root. At this moment, this does not work at all, but the plan is to modify packages during the development stage of wheezy+1, so that whenever we release wheezy+1 as stable, all packages that need it check that this file exists before using those special permissions for /usr/local. This file is created by base-files on the initial install, and it's also created on upgrades from any base-files release before 6.10, which means it will be created on upgrades from squeeze to wheezy. See https://bugs.debian.org/299007 for details. PK ! ��>" " dot.bashrcnu �[��� # ~/.bashrc: executed by bash(1) for non-login shells. # see /usr/share/doc/bash/examples/startup-files (in the package bash-doc) # for examples # If not running interactively, don't do anything [ -z "$PS1" ] && return # don't put duplicate lines in the history. See bash(1) for more options # ... or force ignoredups and ignorespace HISTCONTROL=ignoredups:ignorespace # append to the history file, don't overwrite it shopt -s histappend # for setting history length see HISTSIZE and HISTFILESIZE in bash(1) HISTSIZE=1000 HISTFILESIZE=2000 # check the window size after each command and, if necessary, # update the values of LINES and COLUMNS. shopt -s checkwinsize # make less more friendly for non-text input files, see lesspipe(1) [ -x /usr/bin/lesspipe ] && eval "$(SHELL=/bin/sh lesspipe)" # set variable identifying the chroot you work in (used in the prompt below) if [ -z "$debian_chroot" ] && [ -r /etc/debian_chroot ]; then debian_chroot=$(cat /etc/debian_chroot) fi # set a fancy prompt (non-color, unless we know we "want" color) case "$TERM" in xterm-color) color_prompt=yes;; esac # uncomment for a colored prompt, if the terminal has the capability; turned # off by default to not distract the user: the focus in a terminal window # should be on the output of commands, not on the prompt #force_color_prompt=yes if [ -n "$force_color_prompt" ]; then if [ -x /usr/bin/tput ] && tput setaf 1 >&/dev/null; then # We have color support; assume it's compliant with Ecma-48 # (ISO/IEC-6429). (Lack of such support is extremely rare, and such # a case would tend to support setf rather than setaf.) color_prompt=yes else color_prompt= fi fi if [ "$color_prompt" = yes ]; then PS1='${debian_chroot:+($debian_chroot)}\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]\$ ' else PS1='${debian_chroot:+($debian_chroot)}\u@\h:\w\$ ' fi unset color_prompt force_color_prompt # If this is an xterm set the title to user@host:dir case "$TERM" in xterm*|rxvt*) PS1="\[\e]0;${debian_chroot:+($debian_chroot)}\u@\h: \w\a\]$PS1" ;; *) ;; esac # enable color support of ls and also add handy aliases if [ -x /usr/bin/dircolors ]; then test -r ~/.dircolors && eval "$(dircolors -b ~/.dircolors)" || eval "$(dircolors -b)" alias ls='ls --color=auto' #alias dir='dir --color=auto' #alias vdir='vdir --color=auto' alias grep='grep --color=auto' alias fgrep='fgrep --color=auto' alias egrep='egrep --color=auto' fi # some more ls aliases alias ll='ls -alF' alias la='ls -A' alias l='ls -CF' # Alias definitions. # You may want to put all your additions into a separate file like # ~/.bash_aliases, instead of adding them here directly. # See /usr/share/doc/bash-doc/examples in the bash-doc package. if [ -f ~/.bash_aliases ]; then . ~/.bash_aliases fi # enable programmable completion features (you don't need to enable # this, if it's already enabled in /etc/bash.bashrc and /etc/profile # sources /etc/bash.bashrc). #if [ -f /etc/bash_completion ] && ! shopt -oq posix; then # . /etc/bash_completion #fi PK ! .[/ motdnu �[��� The programs included with the Debian GNU/Linux system are free software; the exact distribution terms for each program are described in the individual files in /usr/share/doc/*/copyright. Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent permitted by applicable law. PK ! O �H H dot.profile.md5sumsnu �[��� 54328f6b27a45c51986ed436f3f609bf 8 46438b614dcb2175148fa7e0bdc604a4 9.3 PK ! �`Ԛ[ [ networksnu �[��� # symbolic names for networks, see networks(5) for more information link-local 169.254.0.0 PK ! �,B� � profile.md5sumsnu �[��� 4a409a5f2242928822658b14918b2ee1 61a3f85a2dc30f4e920f615109137be5 67f902de4d3fb8cd2f4778cad06d9b17 863ed3bf8041b035234cce25d4792fdd 9519666d98e08940df6f25dcf4598bef 9a279ae6bdd1251f64b7e70e960ef00d aa3516b5ca8ed326d75e56cc856e7d48 b59ea6ac3a1ad8c0527ec94f73bafca0 c3a1d42cddcc565f16b48eb9c2119d9d 85a2a7227b884e4c84ff950626fcc89f 9d5ee34149287021622dd9e21c17ec26 9926b56bc6e576d4ad206dd82d38deff PK ! ���F F profilenu �[��� # /etc/profile: system-wide .profile file for the Bourne shell (sh(1)) # and Bourne compatible shells (bash(1), ksh(1), ash(1), ...). if [ "${PS1-}" ]; then if [ "${BASH-}" ] && [ "$BASH" != "/bin/sh" ]; then # The file bash.bashrc already sets the default PS1. # PS1='\h:\w\$ ' if [ -f /etc/bash.bashrc ]; then . /etc/bash.bashrc fi else if [ "$(id -u)" -eq 0 ]; then PS1='# ' else PS1='$ ' fi fi fi if [ -d /etc/profile.d ]; then for i in /etc/profile.d/*.sh; do if [ -r $i ]; then . $i fi done unset i fi PK ! �J�� info.dirnu �[��� -*- Text -*- This is the file .../info/dir, which contains the topmost node of the Info hierarchy. The first time you invoke Info you start off looking at that node, which is (dir)Top. File: dir Node: Top This is the top of the INFO tree This (the Directory node) gives a menu of major topics. Typing "q" exits, "?" lists all Info commands, "d" returns here, "mCoreutils<Return>" visits Coreutils topic, etc. Or click mouse button 2 on a menu item or cross reference to select it. --- PLEASE ADD DOCUMENTATION TO THIS TREE. (See INFO topic first.) --- In Ubuntu, Info `dir' entries are added with the command `install-info'. Please refer to install-info(8) for usage details. * Menu: The list of major topics begins on the next line. General Commands PK ! ���R R READMEnu �[��� Frequently Asked Questions about base-files =========================================== * Questions about /etc/issue and /etc/debian_version: Q. I upgraded my system to the testing distribution and now my /etc/issue says "bookworm/sid". Should it not read "bookworm" or "testing"? Q. I upgraded my system to the unstable distribution and now my /etc/issue says "bookworm/sid". Should it not read "sid" or "unstable"? A. That would be nice, but it is not possible because of the way the testing distribution works. Packages uploaded for unstable reach testing after ten days, provided they are built for every released architecture, have no RC-bugs and their dependencies may be met in testing. You should consider the testing and unstable distributions as two sides of the same coin. Since the base-files package in testing was initially uploaded for unstable, the only sensible /etc/issue to have is one that is both valid for testing and unstable, hence "bookworm/sid" (or whatever is appropriate). Q. Why "bookworm/sid" and not "testing/unstable" as it used to be? A. The codename is a little bit more informative, as the meaning of "testing" changes over time. Q. Ok, but how do I know which distribution I'm running? A. If you are running testing or unstable, then /etc/debian_version is not a reliable way to know that anymore. Looking at the contents of your /etc/apt/sources.list file is probably a much better way. Q. There is a new point release and I've just upgraded my system. The /etc/debian_version file now says 10.x but /etc/issue still says 10. Is this ok? A. Yes. The release managers asked me not to touch /etc/issue, as that's a file which is often customized by the user. The /etc/debian_version file, on the other side, is updated at every point release, so that the exact Debian version is shown when used by tools like reportbug. * Other questions: Q. After upgrading my system recently, I noticed that some files from base-files do not match the ones which are installed on a fresh install of squeeze. Should I not be warned about that? A. Those files are configuration files, so they are completely under the control of the system admin. The files installed by base-files are just defaults. Changes in the default files are not important enough to warn the user, as it is also policy that prompting should be reduced to a minimum. This is also the reason they are not handled via dpkg's conffile mechanism. In either case, if you want to "upgrade" those files, just look at the postinst for base-files (i.e. /var/lib/dpkg/info/base-files.postinst) and you will see how they are created and where their master copies are: install_from_default /usr/share/base-files/dot.profile /root/.profile install_from_default /usr/share/base-files/dot.bashrc /root/.bashrc install_from_default /usr/share/base-files/profile /etc/profile install_from_default /usr/share/base-files/motd /etc/motd So, if you want your system to be as similar as possible to a newly installed squeeze system, you might want to sync these files manually. Note 1: Since base-files version 6.10, /etc/profile is automatically upgraded if it has not been modified from a previous default. Note 2: The file /etc/nsswitch.conf has been moved to libc-bin. Q. Why isn't license "foo" included in common-licenses? A. I delegate such decisions to the policy group. If you want to propose a new license you should make a policy proposal to modify the paragraph in policy saying "Packages distributed under the Apache license (version 2.0), the Artistic license, the GNU GPL (versions 1, 2, or 3), the GNU LGPL (versions 2, 2.1, or 3), and the GNU FDL (versions 1.2 or 1.3) should refer to the corresponding files under /usr/share/common-licenses". The way of doing this is explained in the debian-policy package. As usual, you should always take a look at already reported bugs against debian-policy before submitting a new one. Q. I upgraded from woody to sarge. Should my system be FHS-compliant now? A. Achieving FHS compliance by upgrading would be tricky and prone to error in certain cases, so it is not a goal of base-files, nor it is planned to be. By default, some "mandatory" directories (like /opt, /srv or /media) are only created in the first install (performed by debootstrap), to keep the code as simple as possible, follow the principle of least surprise on upgrades, and also to give people the freedom to remove those directories without them being created again when base-files is upgraded. Therefore, if you are running any sort of compliance tests, you should do it on newly installed systems only. Santiago Vila <sanvila@debian.org> PK ! �_g� � changelog.gznu �[��� � ��]O�0��+��Eak��|�zl�mt��t�v39�I=�8�c>��~�ל��F&��+G�s�{1͝!��uLLd�����`Yv�L��<�|��D���x���7�ֆ_�ܜW7�ūk����7N�%�u)D&+�Z�*���w[�q`�J�p�T��\�vѼ�Y@�������@�{�) �5"u:�? ��O%����4հ����7�W�Xz�<Z��ߢ���q���>SU���3�p*~QQ� �8hS���WNT 9?�YS���s,���hJa� ?�pc�321�0V�d�-냛Շ���*1�������P/ y�k�+���T5s��&�<��$lO��R���Ӝ2}]-$�u���+vZϤ�q���276j�mԬ�E�z�*�Ǖ�J��S6� }80� � � ���_@�;N�$�Y#��0:>�Q��}>�?�,W� DO ��4�<��O��?-�e�;7M���8�Un�Կ�)��`�����('��<�02B& sQġ�%���y���7�m7`�n���*xm��0���7���k���&dz�?�Mv�{�+!%�Y"+����4P߶�6I��������(��M�*�W���ɡˊ�Iyu���odc. PK ! �ţ� � copyrightnu �[��� This is the Debian GNU/Linux prepackaged version of the Debian Base System Miscellaneous files. These files were written by Ian Murdock <imurdock@debian.org> and Bruce Perens <bruce@pixar.com>. This package was first put together by Bruce Perens <Bruce@Pixar.com>, from his own sources. The GNU Public Licenses in /usr/share/common-licenses were taken from ftp.gnu.org and are copyrighted by the Free Software Foundation, Inc. The Artistic License in /usr/share/common-licenses is the one coming from Perl and its SPDX name is "Artistic License 1.0 (Perl)". Copyright (C) 1995-2011 Software in the Public Interest. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. On Debian GNU/Linux systems, the complete text of the GNU General Public License can be found in `/usr/share/common-licenses/GPL'. PK ! ��Q܁ � README.FHSnu �[��� The FHS standard specifies /var/mail as the mail spool, but it also says /var/mail may be a symbolic link to another directory, and there is no requirement to physically move the mail spool to this location. Therefore, no package will move files around from one location to another on upgrades, and /var/mail will be the real directory only in newly installed systems. Since /var/spool/mail has been in use for several years now, we need also to provide backwards compatibility for some time yet. So, to summarize: * New systems (Debian 2.2 or later) will have /var/mail as a real directory and /var/spool/mail as a symlink to it. * Upgraded systems will have /var/spool/mail as the real directory and /var/mail as a symlink to it. People upgrading from previous releases who prefer the new physical location /var/mail over the old one may do the required changes in their systems if they do it with extreme care and know what they are doing. The packages in charge of ensuring that /var/mail exists (currently, libc6 and base-files) will not touch it at all if it already exists as a directory or a symlink. Santiago Vila <sanvila@debian.org> PK ! w3� � dot.profilenu �[��� PK ! <Pf� � staff-group-for-usr-localnu �[��� PK ! ��>" " ) dot.bashrcnu �[��� PK ! .[/ � motdnu �[��� PK ! O �H H � dot.profile.md5sumsnu �[��� PK ! �`Ԛ[ [ b networksnu �[��� PK ! �,B� � � profile.md5sumsnu �[��� PK ! ���F F � profilenu �[��� PK ! �J�� = info.dirnu �[��� PK ! ���R R x READMEnu �[��� PK ! �_g� � - changelog.gznu �[��� PK ! �ţ� � �/ copyrightnu �[��� PK ! ��Q܁ � �4 README.FHSnu �[��� PK � �9
| ver. 1.1 | |
.
| PHP 8.4.18 | Ð“ÐµÐ½ÐµÑ€Ð°Ñ†Ð¸Ñ Ñтраницы: 0 |
proxy
|
phpinfo
|
ÐаÑтройка