cms.yml 5.2 post_cgi.conf 5.3 httpd.conf 5.4 lighttpd.conf 2

Size: px
Start display at page:

Download "1 2 3 4 4.1 4.2 4.3 4.4 4.5 4.6 4.7 4.8 5 5.1 cms.yml 5.2 post_cgi.conf 5.3 httpd.conf 5.4 lighttpd.conf 2"

Transcription

1 CMS (CentOS5.2 ) 1

2 cms.yml 5.2 post_cgi.conf 5.3 httpd.conf 5.4 lighttpd.conf 2

3 CMS DB WAN F/W DMZ export/min LAN Apache Linux 80 (html,mp3 ) Ruby script cron lighttpd Linux RoR PostgreSQL Linux DB 3

4 (VMWarePlayer Xen) CentOS5.2(32bit) CMS CPU Memory HD 1CPU 1GB 10GB Bridge CMS (Xen) CentOS5.2(32bit) CMS DVD/CD (OS ) IP OS IP yum ( CMS ) 4

5 CMS OSS SELinux * www-data $ sudo /usr/sbin/adduser -d /var/www -s /bin/bash www-data www-data $ passwd www-data XXXXXX * lighttpd yum RPMforge $ wget $ sudo rpm -Uhv rpmforge-release el5.rf.i386.rpm yum RPMforge $ sudo vi /etc/yum.repos.d/rpmforge.repo enabled = 1 5

6 enabled = 0 RPMforge GPG $ wget $ sudo rpm --import RPM-GPG-KEY.dag.txt * yum $ sudo yum install ruby ruby-devel ruby-rdoc ruby-irb install httpd httpd-de vel zip libxslt-devel gcc-c++ freetype libpng gd-devel $ sudo yum install postgresql postgresql-server Ruby symlink $ sudo ln -s /usr/bin/ruby /usr/bin/ruby1.8 RPMforge lighttpd $ sudo yum --enable=rpmforge install lighttpd lighttpd-fastcgi lighttpd www-data $ sudo chown -R www-data:www-data /var/log/lighttpd * RubyGems RubyGems $ wget $ tar zxvf rubygems tgz $ cd rubygems $ sudo ruby setup.rb gem $ sudo gem install rake scrapi tidy postgres-pr $ sudo gem install ruby-gd -- --build-flag --with-freetype * 6

7 FastCGI $ cd../ $ wget $ tar xzvf fcgi tar.gz $ cd fcgi $./configure $ make $ make install ruby-fcgi $ cd../ $ wget $ tar zxvf ruby-fcgi tar.gz $ cd ruby-fcgi $ sudo ruby install.rb chasen darts $ cd../ $ wget $ tar zxvf darts-0.32.tar.gz $ cd darts-0.32 $./configure $ make $ sudo make install chasen $ cd../ $ wget $ tar zxvf chasen tar.gz $ cd chasen $./configure --prefix=/usr $ make $ sudo make install 7

8 chasen ipadic $ cd../ $ wget $ tar zxvf ipadic tar.gz $ cd ipadic $./configure --with-dicdir=/usr/share/chasen/dic $ make $ sudo make install kakasi $ cd../ $ wget $ tar zxvf kakasi tar.gz $ cd kakasi $./configure --prefix=/usr --datadir=/usr/local/share $ make $ sudo make install,ruby chasen kakasi chasen extconf.rb $ cd../ $ wget $ tar zxvf chasen1.6.tar.gz $ cd chasen1.6 $ vi extconf.rb create_makefile("chasen") require "mkmf" if have_library("stdc++") and have_library("chasen") 8

9 end create_makefile("chasen") $ ruby extconf.rb $ make $ sudo make install kakasi $ cd../ $ wget $ tar xvzf kakasi tar.gz $ cd kakasi $ ruby extconf.rb $ make $ sudo make install MP3 lame $ cd../ $ wget $ tar zxvf lame-3.97.tar.gz $ cd lame-3.97 $./configure $ make $ sudo make install TMail $ wget $ tar zxfv tmail tar.gz $ cd tmail $ ruby setup.rb --help $ ruby setup.rb config $ ruby setup.rb setup $ sudo ruby setup.rb install === 9

10 * /var/share/cms/ ( www-data ) * document root /var/www/cms/ ( www-data ) /var/share/cm s/ copy $ cd.. $ cd.. $ sudo mkdir -p /var/share/cms $ sudo chown -R www-data:www-data /var/share/cms $ tar zxvf pref-shimane-cms tar.gz $ sudo chown www-data:www-data /var/www $ sudo -u www-data mkdir /var/www/cms $ sudo cp -r pref-shimane-cms-1.1.0/* /var/share/cms/ $ sudo chown -R www-data:www-data /var/share/cms * chasen CMS Debian Makefile chasen Makefile $ cd /var/share/cms/dict/ $ sudo -u www-data vi Makefile /usr/lib/chasen/makeda user $^ /usr/libexec/chasen/makeda user $^ 10

11 $ sudo -u www-data make chasen symlink. $ sudo ln -s /var/share/cms/dict/user.* /usr/share/chasen/dic/ipadic/ === (0) www-data $ cd / $ /etc/rc.d/init.d/postgresql restart $ sudo -u postgres createuser www-data Shall the new user be allowed to create databases? (y/n) y (0) $ sudo -u www-data createdb -U www-data cms_test -EUNICODE $ sudo -u www-data createdb -U www-data cms_development -EUNICODE $ sudo -u www-data createdb -U www-data cms_production -EUNICODE === Web (0) httpd httpd doc/httpd.conf.example $ sudo cp /var/share/cms/doc/httpd.conf.example /etc/httpd/conf/httpd.conf 11

12 httpd /var/log/httpd www-data $ sudo chown -R www-data:www-data /var/log/httpd 8000 lighttpd /etc/httpd/conf/httpd.conf $ vi /etc/httpd/conf/httpd.conf Listen 8000 <== 8000 $ sudo /etc/init.d/httpd restart === Application (0) lighttpd lighttpd CMS Web doc/lighttpd.co nf.example $ sudo cp /var/share/cms/doc/lighttpd.conf.example /etc/lighttpd/lighttpd.conf === (0) config/cms.yml.example config/cms.yml $ cd /var/share/cms $ sudo -u www-data cp config/cms.yml.example config/cms.yml $ sudo -u www-data vi config/cms.yml public. public (public. sync ) $ sudo -u www-data mkdir /var/share/cms/public. 12

13 $ sudo -u www-data ln -s /var/share/cms/public/stylesheets /var/share/cms/pu blic/javascripts /var/share/cms/public/config.html* /var/share/cms/public/images /var/ share/cms/public./ ==== config/database.yml.example config/database.yml www-data $ sudo -u www-data cp config/database.yml.example config/database.yml $ sudo -u www-data vi config/database.yml username: www-data $ cd /var/share/cms $ sudo -u www-data rake migrate session $ sudo -u www-data rake create_sessions_table ==== gtalk, chaone $ cd /var/share/cms/tool/gtalk/gtalk $ sudo -u www-data./configure $ sudo -u www-data make $ cd /var/share/cms/tool/gtalk/morph/chaone $ sudo -u www-data./configure $ sudo -u www-data make ==== export CMS rsync /var/share/cms/tool/export (l ine:57 ) $ cd /var/share/cms 13

14 $ sudo -u www-data vi tool/export SERVER = ['localhost'] USER = 'www-data' <== <== rsync rsync ssh ~/.ssh/authorized_keys * rsync SSH ( www-data ) $ sudo -u www-data ssh-keygen -t rsa * rsync SSH.ssh/a uthorized_keys $ sudo -u www-data sh -c 'cat ~www-data/.ssh/id_rsa.pub >> ~www-data/.ss h/authorized_keys' ==== cron www-data cron doc/crontab.example cront ab $ sudo -u www-data crontab doc/crontab.example do_export html $ sudo -u www-data touch /var/share/cms/do_export do_sync document root rsy nc $ sudo -u www-data touch /var/share/cms/do_sync sync 14

15 ==== CMS CGI (0) GPG $ cd /var/share/cms $ sudo -H -u www-data gpg --gen-key ( ) : (1) DSA and Elgamal ELG-E : 2048 : 0( ) : www-data : www-data@localhost.localdomain : : $ sudo mkdir /var/www/.gnupg $ sudo chown www-data:www-data /var/www/.gnupg $ sudo -u www-data chmod go-xwr /var/www/.gnupg (0) SSH * ( RSA id_rsa_enquete ) uete $ cd /var/share/cms $ sudo -H -u www-data ssh-keygen -t rsa -N '' -f ~www-data/.ssh/id_rsa_enq 15

16 (0) GPG SSH * ( ) $ cd /var/share/cms $ sudo -H -u www-data gpg --export --armor www-data@localhost.localdomai n $ sudo -H -u www-data gpg --output /tmp/pgp.pub --export --armor www-dat a@localhost.localdomain $ scp -p /tmp/pgp.pub www-data@localhost.localdomain:/tmp/pgp.pub $ cd ~www-data/.ssh/ $ scp -p id_rsa_enquete.pub www-data@localhost.localdomain: (0) GPG * $ cd /var/www $ sudo -H -u www-data gpg --gen-key : (1) DSA and Elgamal ELG-E : 2048 : 0( ) : www-data : www-data@localhost.localdomain : : (0) GPG / * / $ cd /var/www $ sudo -H -u www-data gpg --import /tmp/pgp.pub $ sudo -H -u www-data gpg --sign-key www-data@localhost.localdomain 16

17 (0) SSH authorized_keys $ sudo -u www-data sh -c 'cat ~www-data/.ssh/id_rsa_enquete.pub >> ~ww w-data/.ssh/authorized_keys' * $ sudo -u www-data vi ~www-data/.ssh/authorized_keys SSH (id_rsa_enquete.pub) no-port-forwarding,no-x11-forwarding,no-agent-forwarding,no-pty,command="/var/ww w/tool/transfer_form_data /var/www/form_data/enquete" ssh-rsa AAAAB3NzaC1yc2E AAAABIwAAAIEA16YlFolM5EQygXZ0JTz0R/JlTi6bbWPwR1f7ebclAbPR0w+7pUu5Q N3OnsD3fJHXhKxe+7aKhyaJzqvHoPjZd58kMmRkW/gNs6uQojRuSIAJZViiVGrXUDy k8vrf6ar+knw273zpyvzxkdkhx4zqkhabbfx+bzvzet2ctvsy3t8= www-data@loc alhost (0) $ sudo -u www-data mkdir -p /var/www/form_data $ cd /var/www/form_data/ $ sudo u www-data mkdir enquete $ sudo chown -R www-data:www-data. (0) /var/share/tool/transfer_form_data $ sudo -u www-data mkdir -p /var/www/tool $ sudo -u www-data scp -r /var/share/cms/tool/transfer_form_data www-data 17

18 @localhost:/var/www/tool/ (0) /var/share/cms/cgi-bin/ $ sudo -u www-data mkdir /var/www/cgi-bin $ chown www-data:www-data /var/www/cgi-bin $ sudo -u www-data scp -r /var/share/cms/cgi-bin/* www-data@localhost:/var/ www/cgi-bin (0) /var/share/cms/cgi-bin/post_cgi.conf.example post_cgi.conf $ cd /var/www/cgi-bin $ sudo -u www-data cp post_cgi.conf.example post_cgi.conf $ sudo -u www-data vi post_cgi.conf (0) GPG * $ sudo -u www-data mkdir /var/www/tmp $ sudo -H -u www-data gpg -q --homedir /var/www/.gnupg --encrypt --armor -r www-data@localhost < /etc/hosts > /tmp/hosts.gpg /tmp/hosts.gpg /tmp/hosts.gpg $ scp -p /tmp/hosts.gpg www-data@localhost:/var/www/tmp/hosts.gpg * p/hosts.gpg $ sudo -H -u www-data gpg -q --homedir ~www-data/.gnupg --decrypt < /tm ==== web monitor 18

19 $ cd /var/share/cms $ sudo -u www-data mkdir htpasswd $ cd /var/www/ $ sudo -u www-data mkdir htpasswd Digest apache auth_digest $ sudo a2enmod auth_digest CentOS Web config/cms.yml.example config/cms.yml public_htpasswd_dir: /var/www/htpasswd Web /etc/httpd/httpd.config <Directory /> edit AllowOverride None </Directory> add AllowOverride AuthConfig 19

20 edit BrowserMatch "MSIE 4..."... add BrowserMatch "MSIE" AuthDigestEnableQueryStringHack=O Web Digest apache auth_digest $ sudo a2enmod auth_digest httpd lighttpd CMS $ cd /var/share/cms $ sudo -u www-data rake => == lighttpd $ sudo /etc/init.d/lighttpd stop $ sudo /etc/init.d/lighttpd start 20

21 ID: super_us er, Password: super_user CMS development CMS pr oduction * production * production * (0) production development production n' $ sudo -u www-data sh -c 'pg_dump cms_development psql cms_productio (0) production production $ sudo -u www-data cp -r /var/share/cms/files/development /var/share/cms/file s/production $ sudo -u www-data cp -r /var/share/cms/files/advertisement/development /va r/share/cms/files/advertisement/production (0) RAILS_ENV $ sudo -u www-data vi /var/share/cms/config/environment.rb ENV['RAILS_ENV'] = 'production' <== 21

22 $ sudo -u www-data vi /var/share/cms/tool/export ENV['RAILS_ENV'] = 'production' <== 'production' lighttpd restart production $ sudo -u www-data /var/share/cms/tool/export_all cron /var/share/cms/public./ /var/www/ cms/,httpd URL cron html public. sync (0) /var/share/cms/help $ tar zxvf help-data tar.gz $ sudo -u www-data mkdir /var/share/cms/help $ sudo -u www-data cp -r help-data-1.0.0/* /var/share/cms/help/ 22

23 (0) $ cd /var/share/cms $ sudo -u www-data ruby./tool/convert_help_data.rb restore (0) symlink production symlink $ sudo -u www-data ln -s /var/share/cms/help_files/production /var/share/cms/pu blic/help_images (0) (0) /mp3_error_log.html /var/share/cms/app/controllers/applicationcontroller.rb 3 include SslRequirement /var/share/cms/app/models/word.rb 15 MAKE_DA = "/usr/libexec/chasen/makeda" 23

24 CMS!! 24

25 CMS. cms.yml for export, mail body :base_uri: :mail_uri: :public_uri: :contents_uri: XXX.XXX.XXX.XXX:8000/ for uri conversion :local_domains: - localhost - localhost2 - localhost3 for notify mails :mail_domain: localhost :mail_config: :address: localhost :domain: localhost.localdomain :port: "25" :authentication: :plain :super_user_mail: webmaster@localhost.localdomain :form_data_transfer: :remote_host: localhost :remote_user: www-data :command: /var/www/tool/transfer_form_data :gpg_homedir: /var/www/.gnupg :enquete: 25

26 :identity: /var/www/.ssh/id_rsa_enquete :data_dir: /var/www/cms/form_data/enquete :enquete: :post_cgi_uri: XXX.XXX.XXX.XXX:8000/cgi-bin/enquete.cgi for test environment :no_password: true anti virus :anti_virus: - "fsav" section ids :section_ids: :police: 10 :top_genre_id: 1 relative path for emergency info. :emergency_path: "/emergency/" main photograph file for top page :top_page_image: "photo.jpg" news page setting :news_pages: bousai_info: "bousai_news.html" life: "life_news.html" environment: "environment_news.html" industry: "industry_news.html" infra: "infra_news.html" 26

27 admin: "admin_news.html" :all_news_pages: bousai_info: "all_bousai_news.html" life: "all_life_news.html" environment: "all_environment_news.html" industry: "all_industry_news.html" infra: "all_infra_news.html" admin: "all_admin_news.html" :top_news_page: "top_news.html" :top_all_news_page: "all_top_news.html" :other_news_page: "other_news.html" :other_all_news_page: "all_other_news.html" :bid_info_path: "/bid_info/" directory to store passwd file used for digest auth on public server. :public_htpasswd_dir: /var/www/htpasswd 27

28 . post_cgi.conf :public_uri_base: XXX.XXX.XXX.XXX:8000 :enquete_uri_base: XXX.XXX.XXX.XXX:8000 :doc_root: /var/www/cms :post_dir_base: /var/www/form_data :gpg_home: /var/www/.gnupg :gpg_encrypt_id: :mailmagazine_domain: XXXXX 28

29 . httpd.conf This is the main Apache server configuration file. It contains the configuration directives that give the server its instructions. See <URL: for detailed information. In particular, see <URL: for a discussion of each configuration directive. Do NOT simply read the instructions in here without understanding what they do. They're here only as hints or reminders. If you are unsure consult the online docs. You have been warned. The configuration directives are grouped into three basic sections: 1. Directives that control the operation of the Apache server process as a whole (the 'global environment'). 2. Directives that define the parameters of the 'main' or 'default' server, which responds to requests that aren't handled by a virtual host. These directives also provide default values for the settings of all virtual hosts. 3. Settings for virtual hosts, which allow Web requests to be sent to different IP addresses or hostnames and have them handled by the same Apache server process. Configuration and logfile names: If the filenames you specify for many of the server's control files begin with "/" (or "drive:/" for Win32), the server will use that explicit path. If the filenames do *not* begin with "/", the value of ServerRoot is prepended -- so "logs/foo.log" with ServerRoot set to "/etc/httpd" will be interpreted by the server as "/etc/httpd/logs/foo.log". Section 1: Global Environment 29

30 The directives in this section affect the overall operation of Apache, such as the number of concurrent requests it can handle or where it can find its configuration files. Don't give away too much information about all the subcomponents we are running. Comment out this line if you don't mind remote sites finding out what major optional modules you are running ServerTokens OS ServerRoot: The top of the directory tree under which the server's configuration, error, and log files are kept. NOTE! If you intend to place this on an NFS (or otherwise network) mounted filesystem then please read the LockFile documentation (available at <URL: e>); you will save yourself a lot of trouble. Do NOT add a slash at the end of the directory path. ServerRoot "/etc/httpd" PidFile: The file in which the server should record its process identification number when it starts. PidFile run/httpd.pid Timeout: The number of seconds before receives and sends time out. Timeout

31 KeepAlive: Whether or not to allow persistent connections (more than one request per connection). Set to "Off" to deactivate. KeepAlive Off MaxKeepAliveRequests: The maximum number of requests to allow during a persistent connection. Set to 0 to allow an unlimited amount. We recommend you leave this number high, for maximum performance. MaxKeepAliveRequests 100 KeepAliveTimeout: Number of seconds to wait for the next request from the same client on the same connection. KeepAliveTimeout 15 Server-Pool Size Regulation (MPM specific) prefork MPM StartServers: number of server processes to start MinSpareServers: minimum number of server processes which are kept spare MaxSpareServers: maximum number of server processes which are kept spare ServerLimit: maximum value for MaxClients for the lifetime of the server MaxClients: maximum number of server processes allowed to start MaxRequestsPerChild: maximum number of requests a server process serves <IfModule prefork.c> StartServers 8 MinSpareServers 5 MaxSpareServers 20 ServerLimit 256 MaxClients

32 MaxRequestsPerChild 4000 </IfModule> worker MPM StartServers: initial number of server processes to start MaxClients: maximum number of simultaneous client connections MinSpareThreads: minimum number of worker threads which are kept spare MaxSpareThreads: maximum number of worker threads which are kept spare ThreadsPerChild: constant number of worker threads in each server process MaxRequestsPerChild: maximum number of requests a server process serves <IfModule worker.c> StartServers 2 MaxClients 150 MinSpareThreads 25 MaxSpareThreads 75 ThreadsPerChild 25 MaxRequestsPerChild 0 </IfModule> Listen: Allows you to bind Apache to specific IP addresses and/or ports, in addition to the default. See also the <VirtualHost> directive. Change this to Listen on specific IP addresses as shown below to prevent Apache from glomming onto all bound IP addresses ( ) Listen :80 Listen 8000 Dynamic Shared Object (DSO) Support To be able to use the functionality of a module which was built as a DSO you have to place corresponding `LoadModule' lines at this location so the directives contained in it are actually available _before_ they are used. 32

33 Statically compiled modules (those listed by `httpd -l') do not need to be loaded here. Example: LoadModule foo_module modules/mod_foo.so LoadModule auth_basic_module modules/mod_auth_basic.so LoadModule auth_digest_module modules/mod_auth_digest.so LoadModule authn_file_module modules/mod_authn_file.so LoadModule authn_alias_module modules/mod_authn_alias.so LoadModule authn_anon_module modules/mod_authn_anon.so LoadModule authn_dbm_module modules/mod_authn_dbm.so LoadModule authn_default_module modules/mod_authn_default.so LoadModule authz_host_module modules/mod_authz_host.so LoadModule authz_user_module modules/mod_authz_user.so LoadModule authz_owner_module modules/mod_authz_owner.so LoadModule authz_groupfile_module modules/mod_authz_groupfile.so LoadModule authz_dbm_module modules/mod_authz_dbm.so LoadModule authz_default_module modules/mod_authz_default.so LoadModule ldap_module modules/mod_ldap.so LoadModule authnz_ldap_module modules/mod_authnz_ldap.so LoadModule include_module modules/mod_include.so LoadModule log_config_module modules/mod_log_config.so LoadModule logio_module modules/mod_logio.so LoadModule env_module modules/mod_env.so LoadModule ext_filter_module modules/mod_ext_filter.so LoadModule mime_magic_module modules/mod_mime_magic.so LoadModule expires_module modules/mod_expires.so LoadModule deflate_module modules/mod_deflate.so LoadModule headers_module modules/mod_headers.so LoadModule usertrack_module modules/mod_usertrack.so LoadModule setenvif_module modules/mod_setenvif.so LoadModule mime_module modules/mod_mime.so LoadModule dav_module modules/mod_dav.so LoadModule status_module modules/mod_status.so LoadModule autoindex_module modules/mod_autoindex.so 33

34 LoadModule info_module modules/mod_info.so LoadModule dav_fs_module modules/mod_dav_fs.so LoadModule vhost_alias_module modules/mod_vhost_alias.so LoadModule negotiation_module modules/mod_negotiation.so LoadModule dir_module modules/mod_dir.so LoadModule actions_module modules/mod_actions.so LoadModule speling_module modules/mod_speling.so LoadModule userdir_module modules/mod_userdir.so LoadModule alias_module modules/mod_alias.so LoadModule rewrite_module modules/mod_rewrite.so LoadModule proxy_module modules/mod_proxy.so LoadModule proxy_balancer_module modules/mod_proxy_balancer.so LoadModule proxy_ftp_module modules/mod_proxy_ftp.so LoadModule proxy_http_module modules/mod_proxy_http.so LoadModule proxy_connect_module modules/mod_proxy_connect.so LoadModule cache_module modules/mod_cache.so LoadModule suexec_module modules/mod_suexec.so LoadModule disk_cache_module modules/mod_disk_cache.so LoadModule file_cache_module modules/mod_file_cache.so LoadModule mem_cache_module modules/mod_mem_cache.so LoadModule cgi_module modules/mod_cgi.so LoadModule version_module modules/mod_version.so The following modules are not loaded by default: LoadModule cern_meta_module modules/mod_cern_meta.so LoadModule asis_module modules/mod_asis.so Load config files from the config directory "/etc/httpd/conf.d". Include conf.d/*.conf ExtendedStatus controls whether Apache will generate "full" status 34

35 information (ExtendedStatus On) or just basic information (ExtendedStatus Off) when the "server-status" handler is called. The default is Off. ExtendedStatus On If you wish httpd to run as a different user or group, you must run httpd as root initially and it will switch. User/Group: The name (or number) of the user/group to run httpd as.. On SCO (ODT 3) use "User nouser" and "Group nogroup".. On HPUX you may not be able to use shared memory as nobody, and the suggested workaround is to create a user www and use that user. NOTE that some kernels refuse to setgid(group) or semctl(ipc_set) when the value of (unsigned)group is above 60000; don't use Group -1 on these systems! User www-data Group www-data Section 2: 'Main' server configuration The directives in this section set up the values used by the 'main' server, which responds to any requests that aren't handled by a <VirtualHost> definition. These values also provide defaults for any <VirtualHost> containers you may define later in the file. All of these directives may appear inside <VirtualHost> containers, in which case these default settings will be overridden for the virtual host being defined. ServerAdmin: Your address, where problems with the server should be ed. This address appears on some server-generated pages, such as error documents. e.g. admin@your-domain.com 35

36 ServerAdmin UseCanonicalName: Determines how Apache constructs self-referencing URLs and the SERVER_NAME and SERVER_PORT variables. When set "Off", Apache will use the Hostname and Port supplied by the client. When set "On", Apache will use the value of the ServerName directive. UseCanonicalName Off AccessFileName: The name of the file to look for in each directory for additional configuration directives. See also the AllowOverride directive. AccessFileName.htaccess The following lines prevent.htaccess and.htpasswd files from being viewed by Web clients. <Files ~ "^.ht"> Order allow,deny Deny from all </Files> TypesConfig describes where the mime.types file (or equivalent) is to be found. TypesConfig /etc/mime.types DefaultType is the default MIME type the server will use for a document 36

37 if it cannot otherwise determine one, such as from filename extensions. If your server contains mostly text or HTML documents, "text/plain" is a good value. If most of your content is binary, such as applications or images, you may want to use "application/octet-stream" instead to keep browsers from trying to display binary files as though they are text. DefaultType text/plain The mod_mime_magic module allows the server to use various hints from the contents of the file itself to determine its type. The MIMEMagicFile directive tells the module where the hint definitions are located. <IfModule mod_mime_magic.c> MIMEMagicFile /usr/share/magic.mime MIMEMagicFile conf/magic </IfModule> HostnameLookups: Log the names of clients or just their IP addresses e.g., (on) or (off). The default is off because it'd be overall better for the net if people had to knowingly turn this feature on, since enabling it means that each client request will result in AT LEAST one lookup request to the nameserver. HostnameLookups Off If you do not specify an ErrorLog directive within a <VirtualHost> container, error messages relating to that virtual host will be logged here. If you *do* define an error logfile for a <VirtualHost> container, that host's errors will be logged there and not here. ErrorLog logs/error_log 37

38 LogLevel: Control the number of messages logged to the error_log. Possible values include: debug, info, notice, warn, error, crit, alert, emerg. LogLevel warn The following directives define some format nicknames for use with a CustomLog directive (see below). LogFormat "%h %l %u %t "%r " %>s %b "%{Referer}i " "%{User-Agent}i "" c ombined LogFormat "%h %l %u %t "%r " %>s %b" common LogFormat "%{Referer}i -> %U" referer LogFormat "%{User-agent}i" agent For a single logfile with access, agent, and referer information (Combined Logfile Format), use the following directive: CustomLog logs/access_log combined Optionally add a line containing the server version and virtual host name to server-generated pages (internal error documents, FTP directory listings, mod_status and mod_info output etc., but not CGI generated documents or custom error documents). Set to " " to also include a mailto: link to the ServerAdmin. Set to one of: On Off ServerSignature Off IndexOptions: Controls the appearance of server-generated directory listings. 38

39 IndexOptions FancyIndexing VersionSort NameWidth=* HTMLTable AddIcon* directives tell the server which icon to show for different files or filename extensions. These are only displayed for FancyIndexed directories. AddIconByEncoding (CMP,/icons/compressed.gif) x-compress x-gzip AddIconByType (TXT,/icons/text.gif) text/* AddIconByType (IMG,/icons/image2.gif) image/* AddIconByType (SND,/icons/sound2.gif) audio/* AddIconByType (VID,/icons/movie.gif) video/* AddIcon /icons/binary.gif.bin.exe AddIcon /icons/binhex.gif.hqx AddIcon /icons/tar.gif.tar AddIcon /icons/world2.gif.wrl.wrl.gz.vrml.vrm.iv AddIcon /icons/compressed.gif.z.z.tgz.gz.zip AddIcon /icons/a.gif.ps.ai.eps AddIcon /icons/layout.gif.html.shtml.htm.pdf AddIcon /icons/text.gif.txt AddIcon /icons/c.gif.c AddIcon /icons/p.gif.pl.py AddIcon /icons/f.gif.for AddIcon /icons/dvi.gif.dvi AddIcon /icons/uuencoded.gif.uu AddIcon /icons/script.gif.conf.sh.shar.csh.ksh.tcl AddIcon /icons/tex.gif.tex AddIcon /icons/bomb.gif core AddIcon /icons/back.gif.. AddIcon /icons/hand.right.gif README AddIcon /icons/folder.gif ^^DIRECTORY^^ AddIcon /icons/blank.gif ^^BLANKICON^^ 39

40 DefaultIcon is which icon to show for files which do not have an icon explicitly set. DefaultIcon /icons/unknown.gif AddDescription allows you to place a short description after a file in server-generated indexes. These are only displayed for FancyIndexed directories. Format: AddDescription "description" filename AddDescription "GZIP compressed document".gz AddDescription "tar archive".tar AddDescription "GZIP compressed tar archive".tgz ReadmeName is the name of the README file the server will look for by default, and append to directory listings. HeaderName is the name of a file which should be prepended to directory indexes. ReadmeName README.html HeaderName HEADER.html IndexIgnore is a set of filenames which directory indexing should ignore and not include in the listing. Shell-style wildcarding is permitted. IndexIgnore.??* *~ * HEADER* README* RCS CVS *,v *,t DefaultLanguage and AddLanguage allows you to specify the language of a document. You can then use content negotiation to give a browser a file in a language the user can understand. 40

41 Specify a default language. This means that all data going out without a specific language tag (see below) will be marked with this one. You probably do NOT want to set this unless you are sure it is correct for all cases. * It is generally better to not mark a page as * being a certain language than marking it with the wrong * language! DefaultLanguage nl Note 1: The suffix does not have to be the same as the language keyword --- those with documents in Polish (whose net-standard language code is pl) may wish to use "AddLanguage pl.po" to avoid the ambiguity with the common suffix for perl scripts. Note 2: The example entries below illustrate that in some cases the two character 'Language' abbreviation is not identical to the two character 'Country' code for its country, E.g. 'Danmark/dk' versus 'Danish/da'. Note 3: In the case of 'ltz' we violate the RFC by using a three char specifier. There is 'work in progress' to fix this and get the reference data for rfc1766 cleaned up. Catalan (ca) - Croatian (hr) - Czech (cs) - Danish (da) - Dutch (nl) English (en) - Esperanto (eo) - Estonian (et) - French (fr) - German (de) Greek-Modern (el) - Hebrew (he) - Italian (it) - Japanese (ja) Korean (ko) - Luxembourgeois* (ltz) - Norwegian Nynorsk (nn) Norwegian (no) - Polish (pl) - Portugese (pt) Brazilian Portuguese (pt-br) - Russian (ru) - Swedish (sv) Simplified Chinese (zh-cn) - Spanish (es) - Traditional Chinese (zh-tw) AddLanguage ca.ca AddLanguage cs.cz.cs 41

42 AddLanguage da.dk AddLanguage de.de AddLanguage el.el AddLanguage en.en AddLanguage eo.eo AddLanguage es.es AddLanguage et.et AddLanguage fr.fr AddLanguage he.he AddLanguage hr.hr AddLanguage it.it AddLanguage ja.ja AddLanguage ko.ko AddLanguage ltz.ltz AddLanguage nl.nl AddLanguage nn.nn AddLanguage no.no AddLanguage pl.po AddLanguage pt.pt AddLanguage pt-br.pt-br AddLanguage ru.ru AddLanguage sv.sv AddLanguage zh-cn.zh-cn AddLanguage zh-tw.zh-tw LanguagePriority allows you to give precedence to some languages in case of a tie during content negotiation. Just list the languages in decreasing order of preference. We have more or less alphabetized them here. You probably want to change this. LanguagePriority en ca cs da de el eo es et fr he hr it ja ko ltz nl nn no pl pt pt-br ru sv zh-cn zh-tw 42

43 ForceLanguagePriority allows you to serve a result page rather than MULTIPLE CHOICES (Prefer) [in case of a tie] or NOT ACCEPTABLE (Fallba ck) [in case no accepted languages matched the available variants] ForceLanguagePriority Prefer Fallback Specify a default charset for all content served; this enables interpretation of all content as UTF-8 by default. To use the default browser choice (ISO ), or to allow the META tags in HTML content to override this choice, comment out this directive: AddDefaultCharset UTF-8 AddType allows you to add to or override the MIME configuration file mime.types for specific file types. AddType application/x-tar.tgz AddEncoding allows you to have certain browsers uncompress information on the fly. Note: Not all browsers support this. Despite the name similarity, the following Add* directives have nothing to do with the FancyIndexing customization directives above. AddEncoding x-compress.z AddEncoding x-gzip.gz.tgz If the AddEncoding directives above are commented-out, then you probably should define those extensions to indicate media types: AddType application/x-compress.z AddType application/x-gzip.gz.tgz 43

44 AddHandler allows you to map certain file extensions to "handlers": actions unrelated to filetype. These can be either built into the server or added with the Action directive (see below) To use CGI scripts outside of ScriptAliased directories: (You will also need to add "ExecCGI" to the "Options" directive.) AddHandler cgi-script.cgi For files that include their own HTTP headers: AddHandler send-as-is asis For type maps (negotiated resources): (This is enabled by default to allow the Apache "It Worked" page to be distributed in multiple languages.) AddHandler type-map var Filters allow you to process content before it is sent to the client. To parse.shtml files for server-side includes (SSI): (You will also need to add "Includes" to the "Options" directive.) AddType text/html.shtml AddOutputFilter INCLUDES.shtml The following directives modify normal HTTP response behavior to handle known problems with browser implementations. 44

45 BrowserMatch "Mozilla/2" nokeepalive BrowserMatch "MSIE 4.0b2;" nokeepalive downgrade-1.0 force-response-1.0 BrowserMatch "RealPlayer 4.0" force-response-1.0 BrowserMatch "Java/1.0" force-response-1.0 BrowserMatch "JDK/1.0" force-response-1.0 BrowserMatch "MSIE" AuthDigestEnableQueryStringHack=On The following directive disables redirects on non-get requests for a directory that does not include the trailing slash. This fixes a problem with Microsoft WebFolders which does not appropriately handle redirects for folders with DAV methods. Same deal with Apple's DAV filesystem and Gnome VFS support for DAV. BrowserMatch "Microsoft Data Access Internet Publishing Provider" redirect-carefu lly BrowserMatch "MS FrontPage" redirect-carefully BrowserMatch "^WebDrive" redirect-carefully BrowserMatch "^WebDAVFS/1.[0123]" redirect-carefully BrowserMatch "^gnome-vfs/1.0" redirect-carefully BrowserMatch "^XML Spy" redirect-carefully BrowserMatch "^Dreamweaver-WebDAV-SCM1" redirect-carefully DocumentRoot /var/www/cms <Directory /> Options FollowSymLinks AllowOverride None AllowOverride AuthConfig </Directory> RewriteEngine On RewriteRule (.*)/$ $1/index.html for mobile RewriteCond %{HTTP_USER_AGENT} (DoCoMo J-PHONE Vodafone WIL LCOM MOT - UP.Browser DDIPOCKET ASTEL PDXGW Palmscape Xiino sha 45

46 rp pda browser Windows CE L -mode) RewriteRule (.*.html)$ $1.i [L] for UD RewriteCond %{HTTP_COOKIE} css=hc RewriteRule ^/stylesheets/color.css /stylesheets/hc.css [L] RewriteCond %{HTTP_COOKIE} css=lc RewriteRule ^/stylesheets/color.css /stylesheets/lc.css [L] RewriteCond %{HTTP_COOKIE} ruby=on RewriteRule (.*.html)$ $1.r [L] RewriteCond %{HTTP_COOKIE} ruby=off RewriteRule (.*/)index.html.r$ $1 [L] RewriteCond %{HTTP_COOKIE} ruby=off RewriteRule (.*.html).r$ $1 [L] ErrorLog /var/log/httpd/error.log Possible values include: debug, info, notice, warn, error, crit, alert, emerg. LogLevel warn CustomLog /var/log/httpd/access.log combined ServerSignature On directroy for enquete form cgi ScriptAlias /cgi-bin/ /var/www/cgi-bin/ <Directory /var/www/cgi-bin> AllowOverride None Options ExecCGI Order deny,allow deny from all Allow from all <Files "enquete.cgi"> Order deny,allow allow from all </Files> 46

47 </Directory> 47

48 . lighttpd.conf lighttpd configuration file use a it as base for lighttpd and above $Id: lighttpd.conf,v /11/03 22:26:05 weigon Exp $ Options you really have to take care of modules to load at least mod_access and mod_accesslog should be loaded all other module should only be loaded if really neccesary - saves some time - saves memory server.modules = ( "mod_rewrite", "mod_redirect", "mod_access", "mod_auth", "mod_status", "mod_fastcgi", "mod_setenv", "mod_simple_vhost", "mod_evhost", "mod_cgi", "mod_compress", "mod_ssi", "mod_usertrack", "mod_rrdtool", "mod_accesslog" ) a static document-root, for virtual-hosting take look at the server.virtual-* options server.document-root = "/var/share/cms/public" 48

49 where to send error-messages to server.errorlog = "/var/log/lighttpd/error.log" files to check for if.../ is requested server.indexfiles = ( "index.html" ) mimetype mapping mimetype.assign = ( ".pdf" => "application/pdf", ".sig" => "application/pgp-signature", ".spl" => "application/futuresplash", ".class" => "application/octet-stream", ".ps" => "application/postscript", ".torrent" => "application/x-bittorrent", ".dvi" => "application/x-dvi", ".gz" => "application/x-gzip", ".pac" => "application/x-ns-proxy-autoconfig", ".swf" => "application/x-shockwave-flash", ".tar.gz" => "application/x-tgz", ".tgz" => "application/x-tgz", ".tar" => "application/x-tar", ".zip" => "application/zip", ".mp3" => "audio/mpeg", ".m3u" => "audio/x-mpegurl", ".wma" => "audio/x-ms-wma", ".wax" => "audio/x-ms-wax", ".ogg" => "audio/x-wav", ".wav" => "audio/x-wav", ".gif" => "image/gif", ".jpg" => "image/jpeg", ".jpeg" => "image/jpeg", ".png" => "image/png", ".xbm" => "image/x-xbitmap", ".xpm" => "image/x-xpixmap", ".xwd" => "image/x-xwindowdump", ".css" => "text/css", 49

50 ".html" => "text/html", ".htm" => "text/html", ".js" => "text/javascript", ".asc" => "text/plain", ".c" => "text/plain", ".conf" => "text/plain", ".text" => "text/plain", ".txt" => "text/plain", ".dtd" => "text/xml", ".xml" => "text/xml", ".mpeg" => "video/mpeg", ".mpg" => "video/mpeg", ".mov" => "video/quicktime", ".qt" => "video/quicktime", ".avi" => "video/x-msvideo", ".asf" => "video/x-ms-asf", ".asx" => "video/x-ms-asf", ".wmv" => "video/x-ms-wmv" ) Use the "Content-Type" extended attribute to obtain mime type if possible mimetype.use-xattr = "enable" accesslog module accesslog.filename = "/var/log/lighttpd/access.log" deny access the file-extensions ~ is for backupfiles from vi, emacs, joe,....inc is often used for code includes which should in general not be part of the document-root url.access-deny = ( "~", ".inc" ) Options that are good to be but not neccesary to be changed 50

51 bind to port (default: 80) server.port = 81 bind to localhost (default: all interfaces) server.bind = "grisu.home.kneschke.de" error-handler for status 404 server.error-handler-404 = "/error-handler.html" server.error-handler-404 = "/error-handler.php" server.error-handler-404 = "/dispatch.fcgi" to help the rc.scripts server.pid-file = "/var/run/lighttpd.pid" virtual hosts If you want name-based virtual hosting add the next three settings and loa d mod_simple_vhost document-root = virtual-server-root + virtual-server-default-host + virtual-server-docroot or virtual-server-root + http-host + virtual-server-docroot simple-vhost.server-root = "/home/weigon/wwwroot/servers/" simple-vhost.default-host = "grisu.home.kneschke.de" simple-vhost.document-root = "/pages/" Format: <errorfile-prefix><status>.html ->.../status-404.html for 'File not found' server.errorfile-prefix = "/home/weigon/projects/lighttpd/doc/status-" 51

52 virtual directory listings server.dir-listing = "enable" send unhandled HTTP-header headers to error-log debug.dump-unknown-headers = "enable" only root can use these options chroot() to directory (default: no chroot() ) server.chroot = "/" change uid to <uid> (default: don't care) server.username = "www-data" change uid to <uid> (default: don't care) server.groupname = "www-data" compress module compress.cache-dir compress.filetype = "/var/tmp/lighttpd/cache/compress/" = ("text/plain", "text/html") fastcgi.server = ( ".fcgi" => ( "localhost" => ( "check-local" => "disable", "socket" => "/tmp/application.fcgi.socket", "bin-path" => "/var/share/cms/public/dispatch.fcgi", "min-procs" => 3, "max-procs" => 5, "idle-timeout" => 20, "bin-environment" => ( "RAILS_ENV" => "production" ), ) ) ) CGI module 52

53 cgi.assign = ( ".pl" => "/usr/bin/perl", ".cgi" => "/usr/bin/perl" ) SSL engine ssl.engine ssl.pemfile = "enable" = "server.pem" status module status.status-url = "/server-status" status.config-url = "/server-config" auth module read authentification.txt for more info auth.backend = "plain" auth.backend.plain.userfile = "lighttpd.user" auth.backend.plain.groupfile = "lighttpd.group" auth.backend.ldap.hostname = "localhost" auth.backend.ldap.base-dn = "dc=my-domain,dc=com" auth.backend.ldap.filter = "(uid=$)" auth.require = ( "/server-status" => ( "method" => "digest", "realm" => "download archiv", "require" => "group=www user=jan host= " ), "/server-info" => ( "method" => "digest", "realm" => "download archiv", "require" => "group=www user=jan host= " ) ) 53

54 url handling modules (rewrite, redirect, access) url.rewrite = ( "^/$" => "/server-status" ) url.redirect = ( "^/wishlist/(.+)" => " ) $HTTP["cookie"] =~ "css=hc" { url.rewrite-once = ( "/stylesheets/color.css" => "/stylesheets/hc.css" ) } $HTTP["cookie"] =~ "css=lc" { url.rewrite-once = ( "/stylesheets/color.css" => "/stylesheets/lc.css" ) } $HTTP["cookie"] =~ "ruby=on" { url.rewrite-once = ( "^(.*.html)$" => "$1.r", "^(.*)" => "$1/index.html.r" ) } $HTTP["cookie"] =~ "ruby=on" { url.rewrite-once = ( "^/config.html$" => "config.html.r" ) } define a pattern for the host url finding %% => % sign %0 => domain name + tld %1 => tld %2 => domain name without tld %3 => subdomain 1 name %4 => subdomain 2 name evhost.path-pattern = "/home/storage/dev/www/%3/htdocs/" expire module expire.url = ( "/buggy/" => "access 2 hours", "/asdhas/" => "acc ess plus 1 seconds 2 minutes") ssi ssi.extension = ( ".shtml" ) 54

55 rrdtool rrdtool.binary = "/usr/bin/rrdtool" rrdtool.db-name = "/var/www/lighttpd.rrd" 55

#100 ! #102 + #5 #6 #7 ! #8 #9 #10 #11 #12 #13 #14 #15 http://httpd.apache.org/docs/2.2/mod/ http://httpd.apache.org/docs/2.2/mod/quickreference.html! #16 #17 # #18 #19 1: Listen 80 2: ServerRoot /var/www

More information

InternetWeek2005-T16

InternetWeek2005-T16 1 2 3 #5 4 #6 5 #7 6 ! #8 7 #9 8 #10 9 #11 10 #12 11 #13 12 #14 13 #15 14 http://httpd.apache.org/docs/2.2/mod/ http://httpd.apache.org/docs/2.2/mod/quickreference.html! #16 15 #17 16 # #18 17 #19 18 1:

More information

fx-9860G Manager PLUS_J

fx-9860G Manager PLUS_J fx-9860g J fx-9860g Manager PLUS http://edu.casio.jp k 1 k III 2 3 1. 2. 4 3. 4. 5 1. 2. 3. 4. 5. 1. 6 7 k 8 k 9 k 10 k 11 k k k 12 k k k 1 2 3 4 5 6 1 2 3 4 5 6 13 k 1 2 3 1 2 3 1 2 3 1 2 3 14 k a j.+-(),m1

More information

A/B WWW MTA/MSP sendmail POP/IMAP apache WWW 1 1 sendmail uw imap apache WWW host host subnet1: /24 IF1: router & server mail and

A/B WWW MTA/MSP sendmail POP/IMAP apache WWW 1 1 sendmail uw imap apache WWW host host subnet1: /24 IF1: router & server mail and A/B WWW MTA/MSP sendmail POP/IMAP apache WWW 1 1 sendmail uw imap apache WWW host host subnet1: 192.168.1/24 IF1:192.168.1.1 router & server mail and WWW IF2:192.168.0.32 subnet2: 192.168.0/24 1: 1 2 iep.sie.dendai.ac.jp

More information

Introduction Purpose This training course describes the configuration and session features of the High-performance Embedded Workshop (HEW), a key tool

Introduction Purpose This training course describes the configuration and session features of the High-performance Embedded Workshop (HEW), a key tool Introduction Purpose This training course describes the configuration and session features of the High-performance Embedded Workshop (HEW), a key tool for developing software for embedded systems that

More information

Microsoft Word - Win-Outlook.docx

Microsoft Word - Win-Outlook.docx Microsoft Office Outlook での設定方法 (IMAP および POP 編 ) How to set up with Microsoft Office Outlook (IMAP and POP) 0. 事前に https://office365.iii.kyushu-u.ac.jp/login からサインインし 以下の手順で自分の基本アドレスをメモしておいてください Sign

More information

PowerGres on Linuxマニュアル

PowerGres on Linuxマニュアル PowerGres R on Linux Linux Linus Torvalds TM R 1 2 2 PowerGres on Linux 2 2.1 PowerGres on Linux.................................... 2 2.2.............................................. 2 2.3..............................................

More information

Web apache

Web apache I-6 -WordPress in MacOSX- 8 j05017 j05027 j05038 j05064 2006 05 27 2006 05305 1 2 1.1.............................. 2 1.2................. 2 1.3 Web............... 2 1.4.............................. 2

More information

Introduction Purpose This training course demonstrates the use of the High-performance Embedded Workshop (HEW), a key tool for developing software for

Introduction Purpose This training course demonstrates the use of the High-performance Embedded Workshop (HEW), a key tool for developing software for Introduction Purpose This training course demonstrates the use of the High-performance Embedded Workshop (HEW), a key tool for developing software for embedded systems that use microcontrollers (MCUs)

More information

L3 Japanese (90570) 2008

L3 Japanese (90570) 2008 90570-CDT-08-L3Japanese page 1 of 15 NCEA LEVEL 3: Japanese CD TRANSCRIPT 2008 90570: Listen to and understand complex spoken Japanese in less familiar contexts New Zealand Qualifications Authority: NCEA

More information

はじめに

はじめに IT 1 NPO (IPEC) 55.7 29.5 Web TOEIC Nice to meet you. How are you doing? 1 type (2002 5 )66 15 1 IT Java (IZUMA, Tsuyuki) James Robinson James James James Oh, YOU are Tsuyuki! Finally, huh? What's going

More information

$ sudo apt-get install libavahi-compat-libdnssd-dev $ sudo apt-get autoremove nodejs $ wget http://nodejs.org/dist/latest/node-v7.6.0-linux-armv7l.tar.gz $ tar xzf node-v7.6.0-linux-armv7l.tar.gz $ sudo

More information

RX600 & RX200シリーズ アプリケーションノート RX用仮想EEPROM

RX600 & RX200シリーズ アプリケーションノート RX用仮想EEPROM R01AN0724JU0170 Rev.1.70 MCU EEPROM RX MCU 1 RX MCU EEPROM VEE VEE API MCU MCU API RX621 RX62N RX62T RX62G RX630 RX631 RX63N RX63T RX210 R01AN0724JU0170 Rev.1.70 Page 1 of 33 1.... 3 1.1... 3 1.2... 3

More information

DocuWide 2051/2051MF 補足説明書

DocuWide 2051/2051MF 補足説明書 ëêèõ . 2 3 4 5 6 7 8 9 0 2 3 4 [PLOTTER CONFIGURATION] [DocuWide 2050/205 Version 2.2.0] [SERIAL] BAUD_RATE =9600 DATA_BIT =7 STOP_BIT = PARITY =EVEN HANDSHAKE =XON/XOFF EOP_TIMEOUT_VALUE =0 OUTPUT RESPONSE

More information

2

2 2011 8 6 2011 5 7 [1] 1 2 i ii iii i 3 [2] 4 5 ii 6 7 iii 8 [3] 9 10 11 cf. Abstracts in English In terms of democracy, the patience and the kindness Tohoku people have shown will be dealt with as an exception.

More information

dvi

dvi { SSH { 3 3 1 telnet ID ( ) ID ( 1) SSH(Secure SHell) (ID ) SSH SSH SSH login : userid password : himitsu login : userid psaaword: himitsu login : userid password : himitsu 1. Host 11 7 UNIX ( sakura)

More information

取説_KX-PW38CL_PW48CL

取説_KX-PW38CL_PW48CL KX-PW38CL KX-PW48CL See pages 260 and 261 for English Guide. 2 3 1 2 NTT NTT Ni-Cd Ni-Cd 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 0 6 1 2 3

More information

How to read the marks and remarks used in this parts book. Section 1 : Explanation of Code Use In MRK Column OO : Interchangeable between the new part

How to read the marks and remarks used in this parts book. Section 1 : Explanation of Code Use In MRK Column OO : Interchangeable between the new part Reservdelskatalog MIKASA MVB-85 rullvibrator EPOX Maskin AB Postadress Besöksadress Telefon Fax e-post Hemsida Version Box 6060 Landsvägen 1 08-754 71 60 08-754 81 00 info@epox.se www.epox.se 1,0 192 06

More information

評論・社会科学 84号(よこ)(P)/3.金子

評論・社会科学 84号(よこ)(P)/3.金子 1 1 1 23 2 3 3 4 3 5 CP 1 CP 3 1 1 6 2 CP OS Windows Mac Mac Windows SafariWindows Internet Explorer 3 1 1 CP 2 2. 1 1CP MacProMacOS 10.4.7. 9177 J/A 20 2 Epson GT X 900 Canon ip 4300 Fujifilm FinePix

More information

How to read the marks and remarks used in this parts book. Section 1 : Explanation of Code Use In MRK Column OO : Interchangeable between the new part

How to read the marks and remarks used in this parts book. Section 1 : Explanation of Code Use In MRK Column OO : Interchangeable between the new part Reservdelskatalog MIKASA MT65H vibratorstamp EPOX Maskin AB Postadress Besöksadress Telefon Fax e-post Hemsida Version Box 6060 Landsvägen 1 08-754 71 60 08-754 81 00 info@epox.se www.epox.se 1,0 192 06

More information

How to read the marks and remarks used in this parts book. Section 1 : Explanation of Code Use In MRK Column OO : Interchangeable between the new part

How to read the marks and remarks used in this parts book. Section 1 : Explanation of Code Use In MRK Column OO : Interchangeable between the new part Reservdelskatalog MIKASA MVC-50 vibratorplatta EPOX Maskin AB Postadress Besöksadress Telefon Fax e-post Hemsida Version Box 6060 Landsvägen 1 08-754 71 60 08-754 81 00 info@epox.se www.epox.se 1,0 192

More information

Introduction Purpose This course explains how to use Mapview, a utility program for the Highperformance Embedded Workshop (HEW) development environmen

Introduction Purpose This course explains how to use Mapview, a utility program for the Highperformance Embedded Workshop (HEW) development environmen Introduction Purpose This course explains how to use Mapview, a utility program for the Highperformance Embedded Workshop (HEW) development environment for microcontrollers (MCUs) from Renesas Technology

More information

symbolic links and aliases may be used to point to other locations. DocumentRoot "/var/www/html/arcade" This should be changed to whatever you set Doc

symbolic links and aliases may be used to point to other locations. DocumentRoot /var/www/html/arcade This should be changed to whatever you set Doc ARCADE 用 SP サーバ(WebDAV サーバ) 構 築 方 法 2012/02/03 Ver 1.0 作 成 ここでは ARCADE に 接 続 する SP サーバ(WebDAV サーバ)の 構 築 手 順 について 説 明 します 本 書 では OS は CentOS6.2 (64bit) で 構 築 する 手 順 を 示 します 1 OS のインストール インストーラを 起 動 して OS

More information

137. Tenancy specific information (a) Amount of deposit paid. (insert amount of deposit paid; in the case of a joint tenancy it should be the total am

137. Tenancy specific information (a) Amount of deposit paid. (insert amount of deposit paid; in the case of a joint tenancy it should be the total am 13Fast Fair Secure PRESCRIBED INFORMATION RELATING TO TENANCY DEPOSITS* The Letting Protection Service Northern Ireland NOTE: The landlord must supply the tenant with the Prescribed Information regarding

More information

How to read the marks and remarks used in this parts book. Section 1 : Explanation of Code Use In MRK Column OO : Interchangeable between the new part

How to read the marks and remarks used in this parts book. Section 1 : Explanation of Code Use In MRK Column OO : Interchangeable between the new part Reservdelskatalog MIKASA MCD-L14 asfalt- och betongsåg EPOX Maskin AB Postadress Besöksadress Telefon Fax e-post Hemsida Version Box 6060 Landsvägen 1 08-754 71 60 08-754 81 00 info@epox.se www.epox.se

More information

MOTIF XF 取扱説明書

MOTIF XF 取扱説明書 MUSIC PRODUCTION SYNTHESIZER JA 2 (7)-1 1/3 3 (7)-1 2/3 4 (7)-1 3/3 5 http://www.adobe.com/jp/products/reader/ 6 NOTE http://japan.steinberg.net/ http://japan.steinberg.net/ 7 8 9 A-1 B-1 C0 D0 E0 F0 G0

More information

elemmay09.pub

elemmay09.pub Elementary Activity Bank Activity Bank Activity Bank Activity Bank Activity Bank Activity Bank Activity Bank Activity Bank Activity Bank Activity Bank Activity Bank Activity Bank Number Challenge Time:

More information

取説_KX-PW101CL_PW102CW

取説_KX-PW101CL_PW102CW See pages 270 and 271 for English Guide. KX-PW101CL KX-PW102CW Ni-Cd F1 F1 F2 F4 F1 F2 F4 F1 F2 F4 2 1 2 Ni-Cd Ni-Cd NTT NTT F1 F1 F1 F1 F1 F1 F1 F1 F4 F4 F4 F1 F4 F1

More information

Introduction Purpose The course describes library configuration and usage in the High Performance Embedded Workshop (HEW), which speeds development of

Introduction Purpose The course describes library configuration and usage in the High Performance Embedded Workshop (HEW), which speeds development of Introduction Purpose The course describes library configuration and usage in the High Performance Embedded Workshop (HEW), which speeds development of software for embedded systems. Objectives Learn the

More information

Microsoft Word - Meta70_Preferences.doc

Microsoft Word - Meta70_Preferences.doc Image Windows Preferences Edit, Preferences MetaMorph, MetaVue Image Windows Preferences Edit, Preferences Image Windows Preferences 1. Windows Image Placement: Acquire Overlay at Top Left Corner: 1 Acquire

More information

LC304_manual.ai

LC304_manual.ai Stick Type Electronic Calculator English INDEX Stick Type Electronic Calculator Instruction manual INDEX Disposal of Old Electrical & Electronic Equipment (Applicable in the European Union

More information

取扱説明書_KX-PW100CL

取扱説明書_KX-PW100CL See pages 236 238 for English Guide. KX-PW100CL Ni-MH KX-PW100CL-W KX-FKN100-W 1 2 NTT NTT 1 4 3 4 5 6

More information

¥Í¥Ã¥È¥ï¡¼¥¯¥×¥í¥°¥é¥ß¥ó¥°ÆÃÏÀ

¥Í¥Ã¥È¥ï¡¼¥¯¥×¥í¥°¥é¥ß¥ó¥°ÆÃÏÀ 2 : TCP/IP : HTTP HTTP/2 1 / 22 httpget.txt: http.rb: ruby http get Java http ( ) HttpURLConnection 2 / 22 wireshark httpget.txt httpget cookie.txt ( ) telnet telnet localhost 80 GET /index.html HTTP/1.1

More information

インストール取扱説明書

インストール取扱説明書 Kabayaki for Linux version 1.2.0 2 Kabayaki : 2003-09-01 3 4 2003-8-04: Kabayaki Version 1.2.0 released. URL WebSpider URL () 1 WebSpider () 2003-6-30: Kabayaki Version 1.1.5 released. WebSpider robots.txt

More information

by CASIO W61CA For Those Requiring an English/Chinese Instruction

by CASIO W61CA     For Those Requiring an English/Chinese Instruction by CASIO W61CA http://www.au.kddi.com/torisetsu/index.html http://www.au.kddi.com/manual/index.html For Those Requiring an English/Chinese Instruction Manual English/Chinese Simple Manual can be read on

More information

\615L\625\761\621\745\615\750\617\743\623\6075\614\616\615\606.PS

\615L\625\761\621\745\615\750\617\743\623\6075\614\616\615\606.PS osakikamijima HIGH SCHOOL REPORT Hello everyone! I hope you are enjoying spring and all of the fun activities that come with warmer weather! Similar to Judy, my time here on Osakikamijima is

More information

WIDE 1

WIDE 1 WIDE 1 2 Web Web Web Web Web Web Web Web Web Web? Web Web Things to cover Web Web Web Web Caching Proxy 3 Things NOT covered / How to execute Perl Scripts as CGI binaries on Windows NT How to avoid access

More information

Level 3 Japanese (90570) 2011

Level 3 Japanese (90570) 2011 90570 905700 3SUPERVISOR S Level 3 Japanese, 2011 90570 Listen to and understand complex spoken Japanese in less familiar contexts 2.00 pm riday Friday 1 November 2011 Credits: Six Check that the National

More information

Page 1 of 6 B (The World of Mathematics) November 20, 2006 Final Exam 2006 Division: ID#: Name: 1. p, q, r (Let p, q, r are propositions. ) (10pts) (a

Page 1 of 6 B (The World of Mathematics) November 20, 2006 Final Exam 2006 Division: ID#: Name: 1. p, q, r (Let p, q, r are propositions. ) (10pts) (a Page 1 of 6 B (The World of Mathematics) November 0, 006 Final Exam 006 Division: ID#: Name: 1. p, q, r (Let p, q, r are propositions. ) (a) (Decide whether the following holds by completing the truth

More information

L1 What Can You Blood Type Tell Us? Part 1 Can you guess/ my blood type? Well,/ you re very serious person/ so/ I think/ your blood type is A. Wow!/ G

L1 What Can You Blood Type Tell Us? Part 1 Can you guess/ my blood type? Well,/ you re very serious person/ so/ I think/ your blood type is A. Wow!/ G L1 What Can You Blood Type Tell Us? Part 1 Can you guess/ my blood type? 当ててみて / 私の血液型を Well,/ you re very serious person/ so/ I think/ your blood type is A. えーと / あなたはとっても真面目な人 / だから / 私は ~ と思います / あなたの血液型は

More information

Microsoft Word - PCM TL-Ed.4.4(特定電気用品適合性検査申込のご案内)

Microsoft Word - PCM TL-Ed.4.4(特定電気用品適合性検査申込のご案内) (2017.04 29 36 234 9 1 1. (1) 3 (2) 9 1 2 2. (1) 9 1 1 2 1 2 (2) 1 2 ( PSE-RE-101/205/306/405 2 PSE-RE-201 PSE-RE-301 PSE-RE-401 PSE-RE-302 PSE-RE-202 PSE-RE-303 PSE-RE-402 PSE-RE-203 PSE-RE-304 PSE-RE-403

More information

<Documents Title Here>

<Documents Title Here> Oracle Application Server 10g Release 2 (10.1.2) for Microsoft Windows Business Intelligence Standalone Oracle Application Server 10g Release 2 (10.1.2) for Microsoft Windows Business Intelligence Standalone

More information

インストール取扱説明書

インストール取扱説明書 Kabayaki for Linux version 1.3.0 2 Kabayaki for Linux : 2004-03-09 3 4 5 6 2004-03-10: Kabayaki for Linux Version 1.3.0 released. Red Hat Enterprise Linux 2.1 Adobe AcrobatMicrosoft Word/Excel/PowerPoint

More information

189 2015 1 80

189 2015 1 80 189 2015 1 A Design and Implementation of the Digital Annotation Basis on an Image Resource for a Touch Operation TSUDA Mitsuhiro 79 189 2015 1 80 81 189 2015 1 82 83 189 2015 1 84 85 189 2015 1 86 87

More information

GP05取説.indb

GP05取説.indb E -G V P 05D L V E -G P 05D W Ni-MH + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 1 + 2 + 3 + 4 + 5 + 6 1 2 3 4 5 6 + + + 1 + + + + + + + + + + + + + + + + + + 1 A B C + D + E

More information

Actual ESS Adapterの使用について

Actual ESS Adapterの使用について Actual ESS Adapter SQL External SQL Source FileMaker SQL ESS SQL FileMaker FileMaker SQL FileMaker FileMaker ESS SQL SQL FileMaker ODBC SQL FileMaker Microsoft SQL Server MySQL Oracle 3 ODBC Mac OS X Actual

More information

1 1 CentOS Java JDK(JavaSE Development Kit)......

1 1 CentOS Java JDK(JavaSE Development Kit)...... 1 1 CentOS 3 1.1.................................... 3 1.2......................................... 12 2 Java 15 2.1 JDK(JavaSE Development Kit)................. 15 3 Apache Tomcat 17 3.1....................................

More information

HARK Designer Documentation 0.5.0 HARK support team 2013 08 13 Contents 1 3 2 5 2.1.......................................... 5 2.2.............................................. 5 2.3 1: HARK Designer.................................

More information

VE-GP32DL_DW_ZA

VE-GP32DL_DW_ZA VE-GP32DL VE-GP32DW 1 2 3 4 5 6 1 2 3 4 1 1 2 3 2 3 1 1 2 2 2006 Copyrights VisionInc. @. _ & $ % + = ^ @. _ & $ % + = ^ D11 D12 D21

More information

untitled

untitled FutureNet Microsoft Corporation Microsoft Windows Windows 95 Windows 98 Windows NT4.0 Windows 2000, Windows XP, Microsoft Internet Exproler (1) (2) (3) COM. (4) (5) ii ... 1 1.1... 1 1.2... 3 1.3... 6...

More information

I N S T R U M E N T A T I O N & E L E C T R I C A L E Q U I P M E N T Pressure-resistant gasket type retreat method effective bulk compressibility Fro

I N S T R U M E N T A T I O N & E L E C T R I C A L E Q U I P M E N T Pressure-resistant gasket type retreat method effective bulk compressibility Fro Cable Gland This is the s to use for Cable Wiring in the hazardous location. It is much easier to install and maintenance and modification compared with Conduit Wiring with Sealing Fitting. The Standard

More information

How to read the marks and remarks used in this parts book. Section 1 : Explanation of Code Use In MRK Column OO : Interchangeable between the new part

How to read the marks and remarks used in this parts book. Section 1 : Explanation of Code Use In MRK Column OO : Interchangeable between the new part Reservdelskatalog MIKASA MVC-88 vibratorplatta EPOX Maskin AB Postadress Besöksadress Telefon Fax e-post Hemsida Version Box 6060 Landsvägen 1 08-754 71 60 08-754 81 00 info@epox.se www.epox.se 1,0 192

More information

第3回_416.ppt

第3回_416.ppt 3 3 2010 4 IPA Web http://www.ipa.go.jp/security/awareness/vendor/programming Copyright 2010 IPA 1 3-1 3-1-1 SQL #1 3-1-2 SQL #2 3-1-3 3-1-4 3-2 3-2-1 #2 3-2-2 #1 3-2-3 HTTP 3-3 3-3-1 3-3-2 Copyright 2010

More information

untitled

untitled JAIS 1 2 1 2 In this paper, we focus on the pauses that partly characterize the utterances of simultaneous interpreters, and attempt to analyze the results of experiments conducted using human subjects

More information

2 3

2 3 RR-XR330 C Matsushita Electric Industrial Co., Ltd.2001 2 3 4 + - 5 6 1 2 3 2 1-3 + + - 22 +- 7 22 8 9 1 2 1 2 1 2 3 12 4 1 2 5 12 1 1 2 3 1 2 1 2 10 11 1 2 $% 1 1 2 34 2 % 3 % 1 2 1 2 3 1 2 12 13 1 2

More information

AN 100: ISPを使用するためのガイドライン

AN 100: ISPを使用するためのガイドライン ISP AN 100: In-System Programmability Guidelines 1998 8 ver.1.01 Application Note 100 ISP Altera Corporation Page 1 A-AN-100-01.01/J VCCINT VCCINT VCCINT Page 2 Altera Corporation IEEE Std. 1149.1 TCK

More information

Building a Culture of Self- Access Learning at a Japanese University An Action Research Project Clair Taylor Gerald Talandis Jr. Michael Stout Keiko Omura Problem Action Research English Central Spring,

More information

PFQX2227_ZA

PFQX2227_ZA V E -G P 05D B Ni-MH 1 2 3 4 5 6 1 2 3 4 5 6 A B C D E F 1 2 A B C 1 2 3 2 0 7 9 4 6 6 4 7 9 1 2 3 # 6 6 2 D11 D12 D21 D22 19 # # # # Ni-MH Ω Ω

More information

Microsoft Word - D JP.docx

Microsoft Word - D JP.docx Application Service Gateway Thunder/AX Series vthunder ライセンスキー インストール 手順 1 1.... 3 2. vthunder... 3 3. ACOS... 3 4. ID... 5 5.... 8 6.... 8 61... 8 62 GUI... 10 2 1. 概要 2. vthunder へのアクセス 方法 SSHHTTPSvThunder

More information

NSR-500 Installation Guide

NSR-500 Installation Guide NSR Installation Guide This information has been prepared for the professional installers not for the end users. Please handle the information with care. Overview This document describes HDD installation

More information

生研ニュースNo.132

生研ニュースNo.132 No.132 2011.10 REPORTS TOPICS Last year, the Public Relations Committee, General Affairs Section and Professor Tomoki Machida created the IIS introduction video in Japanese. As per the request from Director

More information

日本語教育紀要 7/pdf用 表紙

日本語教育紀要 7/pdf用 表紙 JF JF NC JF JF NC peer JF Can-do JF JF http : // jfstandard.jpjf Can-doCommon European Framework of Reference for Languages : learning, teaching,assessment CEFR AABBCC CEFR ABB A A B B B B Can-do CEFR

More information

Web Web Web Web Web, i

Web Web Web Web Web, i 22 Web Research of a Web search support system based on individual sensitivity 1135117 2011 2 14 Web Web Web Web Web, i Abstract Research of a Web search support system based on individual sensitivity

More information

Title 社 会 化 教 育 における 公 民 的 資 質 : 法 教 育 における 憲 法 的 価 値 原 理 ( fulltext ) Author(s) 中 平, 一 義 Citation 学 校 教 育 学 研 究 論 集 (21): 113-126 Issue Date 2010-03 URL http://hdl.handle.net/2309/107543 Publisher 東 京

More information

Microsoft Word - # _Quick_Install_Guide_Final.doc

Microsoft Word - # _Quick_Install_Guide_Final.doc 119400-401 Urchin 6 クイックスタートガイド 2008 Urchin Software Corporation. All rights reserved.. Linux Linus Torvalds Windows Microsoft Corporation Page. 1 1. 4 1-1. 1. 4 1-2. 5 1-3 5 2. Urchin 6 9 2-1. 9 2-2.

More information

10 11 12 33.4 1 open / window / I / shall / the? 79.3 2 something / want / drink / I / to. 43.5 3 the way / you / tell / the library / would / to / me

10 11 12 33.4 1 open / window / I / shall / the? 79.3 2 something / want / drink / I / to. 43.5 3 the way / you / tell / the library / would / to / me -1- 10 11 12 33.4 1 open / window / I / shall / the? 79.3 2 something / want / drink / I / to. 43.5 3 the way / you / tell / the library / would / to / me? 28.7 4 Miyazaki / you / will / in / long / stay

More information

きずなプロジェクト-表紙.indd

きずなプロジェクト-表紙.indd P6 P7 P12 P13 P20 P28 P76 P78 P80 P81 P88 P98 P138 P139 P140 P142 P144 P146 P148 #1 SHORT-TERM INVITATION GROUPS 2012 6 10 6 23 2012 7 17 14 2012 7 17 14 2012 7 8 7 21 2012 7 8 7 21 2012 8 7 8 18

More information

国際恋愛で避けるべき7つの失敗と解決策

国際恋愛で避けるべき7つの失敗と解決策 7 http://lovecoachirene.com 1 7! 7! 1 NOT KNOWING WHAT YOU WANT 2 BEING A SUBMISSIVE WOMAN 3 NOT ALLOWING THE MAN TO BE YOUR HERO 4 WAITING FOR HIM TO LEAD 5 NOT SPEAKING YOUR MIND 6 PUTTING HIM ON A PEDESTAL

More information

Oracle Application Server 10g( )インストール手順書

Oracle Application Server 10g( )インストール手順書 Oracle Application Server 10g (10.1.2) for Microsoft Windows J2EE Oracle Application Server 10g (10.1.2) for Microsoft Windows J2EE and Web Cache...2...3...3...4...6...6...6 OS...9...10...12...13...25...25

More information

10 2000 11 11 48 ( ) ( ) ( ) ( ) ( ) ( ) ( ) ( ) ( ) CU-SeeMe NetMeeting Phoenix mini SeeMe Integrated Services Digital Network 64kbps 16kbps 128kbps 384kbps

More information

Please enter the following 'extra' attributes to be sent with your certificate request A challenge password []: An optional company name []: Using con

Please enter the following 'extra' attributes to be sent with your certificate request A challenge password []: An optional company name []: Using con IIS で SSL(https) を設定する方法 Copyright (C) 2008 NonSoft. All Rights Reserved. IIS でセキュアサーバを構築する方法として OpenSSL を使用した方法を実際の手順に沿って記述します 1. はじめに IIS で SSL(https) を設定する方法を以下の手順で記述します (1) 必要ソフトのダウンロード / インストールする

More information

1 3 19 J.S. 7 1 2 1 1 1 3 1 1960 1928 2 3 10 1

1 3 19 J.S. 7 1 2 1 1 1 3 1 1960 1928 2 3 10 1 2006 4 2 47 3 1 3 3 25 26 2 1 3 19 J.S. 7 1 2 1 1 1 3 1 1960 1928 2 3 10 1 26 27... and when they have to answer opponents, only endeavour, by such arguments as they can command, to support the opposite

More information

Mail_Spam_Manual_120815b

Mail_Spam_Manual_120815b server~>su - server:~#mount /mnt/cdrom server:~#umount /mnt/cdrom # cd /mnt/cdrom #./ginstall -F -M [MTA ] -P AV # wget http://download.gideon.co.jp/ginstall.tgz #./ginstall -F -M P -P AV #./ginstall -M

More information

,, 2024 2024 Web ,, ID ID. ID. ID. ID. must ID. ID. . ... BETWEENNo., - ESPNo. Works Impact of the Recruitment System of New Graduates as Temporary Staff on Transition from College to Work Naoyuki

More information

25 II :30 16:00 (1),. Do not open this problem booklet until the start of the examination is announced. (2) 3.. Answer the following 3 proble

25 II :30 16:00 (1),. Do not open this problem booklet until the start of the examination is announced. (2) 3.. Answer the following 3 proble 25 II 25 2 6 13:30 16:00 (1),. Do not open this problem boolet until the start of the examination is announced. (2) 3.. Answer the following 3 problems. Use the designated answer sheet for each problem.

More information

Oracle Application Server 10g(9

Oracle Application Server 10g(9 Oracle Application Server 10g (9.0.4) for Microsoft Windows J2EE Oracle Application Server 10g (9.0.4) for Microsoft Windows J2EE and Web Cache...2...3...3...4...6...6...6 OS...9...10...12...13...24...24

More information

[user@linux tmp]$ tar xzvf utvpn-src-unix-v100-7092-beta-2010.06.25.tar.gz [user@linux tmp]$ cd utvpn-unix-v100-7092-beta [user@linux utvpn-unix-v100-7092-beta]$ ls License-ja.txt configure makefiles src

More information

Metasploit 2012.indb

Metasploit 2012.indb 7 2 Metasploit Metasploit Framework MSF Metasploit Metasploit 2 Metasploit Metasploit 2.1 Metasploit 2.1.1 エクスプロイト Web SQL 2.1.2 Framework リバースシェル Windows 5 バインドシェル 8 2 Metasploit OS 2.1.3 シェルコード Meterpreter

More information

# mv httpd tar.gz /usr/local/src /usr/local/src # tar zxvf httpd tar.gz make #./configure # make # make install Apache # /usr/local/apac

# mv httpd tar.gz /usr/local/src /usr/local/src # tar zxvf httpd tar.gz make #./configure # make # make install Apache # /usr/local/apac LAMP 2007 10 29 1 LAMP LAMP Web L:Linux( ) A:Apache(Web ) M:MySQL( ) P:PHP(Hypertext Preprocessor) OS Windows WAMP Mac OS MAMP Vine Linux OS root yum Red Hat Linux 2 Apache Apache http://httpd.apache.org/download.cgi

More information

C H H H C H H H C C CUTION:These telephones are for use in Japan only. They cannot be used in other countries because of differences in voltages, tele

C H H H C H H H C C CUTION:These telephones are for use in Japan only. They cannot be used in other countries because of differences in voltages, tele VE-PV01LVE-PVW01LVE-PVC01L 1 4 7 2 3 5 6 8 9 * 0 # C H H H C H H H C C CUTION:These telephones are for use in Japan only. They cannot be used in other countries because of differences in voltages, telephone

More information

4 How to Print Cards When you want to print Select the cards you would like to print from your WORD LIST. About the WORD LIST To print multiple cards,

4 How to Print Cards When you want to print Select the cards you would like to print from your WORD LIST. About the WORD LIST To print multiple cards, 5 Flash Cards Maker APRICOT Publishing www.apricot-plaza.co.jp 4 How to Print Cards When you want to print Select the cards you would like to print from your WORD LIST. About the WORD LIST To print multiple

More information

untitled

untitled DSpace 1 1 DSpace HOME...4 1.1 DSpace is Live...4 1.2 Search...4 1.3 Communities in DSpace...6 1.4...6 1.4.1 Browse...7 1.4.2 Sign on to...14 1.4.3 Help...16 1.4.4 About DSpace...16 2 My DSpace...17 2.1

More information

Technische Beschreibung P82R SMD

Technische Beschreibung P82R SMD P26 halstrup-walcher GmbH http://www.krone.co.jp/ Stegener Straße 10 D-79199 Kirchzarten, Germany 124-0023 2-22-1 TEL:03-3695-5431 FAX:03-3695-5698 E-MAIL:sales-tokyo@krone.co.jp 530-0054 2-2-9F TEL:06-6361-4831

More information

28 Docker Design and Implementation of Program Evaluation System Using Docker Virtualized Environment

28 Docker Design and Implementation of Program Evaluation System Using Docker Virtualized Environment 28 Docker Design and Implementation of Program Evaluation System Using Docker Virtualized Environment 1170288 2017 2 28 Docker,.,,.,,.,,.,. Docker.,..,., Web, Web.,.,.,, CPU,,. i ., OS..,, OS, VirtualBox,.,

More information

Microsoft Word - KUINS-Air_W10_ docx

Microsoft Word - KUINS-Air_W10_ docx KUINS-Air 無線 LAN への接続 (Windows10) How to connect to Wi-Fi KUINS-Air (Windows10) 2019 年 7 月 KUINS-Air への接続には A ID パスワードを使用した接続 もしくは B クライアント証明書を使用した接続方法の 2 種類があります There are 2 ways to connect to KUINS-Air,

More information

P

P 03-3208-22482013 Vol.2 Summer & Autumn 2013 Vol.2 Summer & Autumn 90 527 P.156 611 91 C O N T E N T S 2013 03-3208-2248 2 3 4 6 Information 7 8 9 10 2 115 154 10 43 52 61 156 158 160 161 163 79 114 1 2

More information

Microsoft Word - j201drills27.doc

Microsoft Word - j201drills27.doc Drill 1: Giving and Receiving (Part 1) [Due date: ] Directions: Describe each picture using the verb of giving and the verb of receiving. E.g.) (1) (2) (3) (4) 1 (5) (6) Drill 2: Giving and Receiving (Part

More information

AtCoder Regular Contest 073 Editorial Kohei Morita(yosupo) A: Shiritori if python3 a, b, c = input().split() if a[len(a)-1] == b[0] and b[len(

AtCoder Regular Contest 073 Editorial Kohei Morita(yosupo) A: Shiritori if python3 a, b, c = input().split() if a[len(a)-1] == b[0] and b[len( AtCoder Regular Contest 073 Editorial Kohei Morita(yosupo) 29 4 29 A: Shiritori if python3 a, b, c = input().split() if a[len(a)-1] == b[0] and b[len(b)-1] == c[0]: print( YES ) else: print( NO ) 1 B:

More information

Webster's New World Dictionary of the American Language, College Edition. N. Y. : The World Publishing Co., 1966. [WNWD) Webster 's Third New International Dictionary of the English Language-Unabridged.

More information

e164.arpa DNSSEC Version JPRS JPRS e164.arpa DNSSEC DNSSEC DNS DNSSEC (DNSSEC ) DNSSEC DNSSEC DNS ( ) % # (root)

e164.arpa DNSSEC Version JPRS JPRS e164.arpa DNSSEC DNSSEC DNS DNSSEC (DNSSEC ) DNSSEC DNSSEC DNS ( ) % # (root) 1.2.0.0.1.8.e164.arpa DNSSEC Version 1.0 2006 3 7 JPRS JPRS 1.2.0.0.1.8.e164.arpa DNSSEC DNSSEC DNS DNSSEC (DNSSEC ) DNSSEC DNSSEC DNS ( ) % # (root) BIND DNS 1. DNSSEC DNSSEC DNS DNS DNS - 1 - DNS DNS

More information

;~ (Summary) The Study on the Effects of Foot Bathing on Urination Kumiko Toyoda School of Human Nursing, University of Shiga Prefecture Background Foot bathing is one of the important nursing care for

More information

VE-GD21DL_DW_ZB

VE-GD21DL_DW_ZB V E-G D21D L V E-G D21D W 1 2 3 4 1 2 1 2 1 2 2 1 2 3 1 2 3 1 2 3 1 4 4 2 3 5 5 1 2 3 4 1 2 3 1 2 3 4 1 2 3 2006 Copyrights VisionInc. @. _ & $ % + = ^ 2011

More information

RTX830 取扱説明書

RTX830 取扱説明書 RTX830 JA 1 2 3 4 5 6 7 8 9 10 11 external-memory performance-test go 12 13 show config 14 15 16 17 18 19 20 save 21 22 23 24 25 26 27 save RTX830 BootROM Ver. 1.00 Copyright (c) 2017 Yamaha Corporation.

More information

NO.80 2012.9.30 3

NO.80 2012.9.30 3 Fukuoka Women s University NO.80 2O12.9.30 CONTENTS 2 2 3 3 4 6 7 8 8 8 9 10 11 11 11 12 NO.80 2012.9.30 3 4 Fukuoka Women s University NO.80 2012.9.30 5 My Life in Japan Widchayapon SASISAKULPON (Ing)

More information

VMware View Persona Management

VMware View Persona Management VMware View Persona Management View Persona Management...................................... 3.......................................................... 3 View Persona Management..............................................

More information

5 11 3 1....1 2. 5...4 (1)...5...6...7...17...22 (2)...70...71...72...77...82 (3)...85...86...87...92...97 (4)...101...102...103...112...117 (5)...121...122...123...125...128 1. 10 Web Web WG 5 4 5 ²

More information

C. S2 X D. E.. (1) X S1 10 S2 X+S1 3 X+S S1S2 X+S1+S2 X S1 X+S S X+S2 X A. S1 2 a. b. c. d. e. 2

C. S2 X D. E.. (1) X S1 10 S2 X+S1 3 X+S S1S2 X+S1+S2 X S1 X+S S X+S2 X A. S1 2 a. b. c. d. e. 2 I. 200 2 II. ( 2001) 30 1992 Do X for S2 because S1(is not desirable) XS S2 A. S1 S2 B. S S2 S2 X 1 C. S2 X D. E.. (1) X 12 15 S1 10 S2 X+S1 3 X+S2 4 13 S1S2 X+S1+S2 X S1 X+S2. 2. 3.. S X+S2 X A. S1 2

More information

ksocket Documentation

ksocket Documentation ksocket Documentation 20181012 Fixpoint, Inc. 2018 10 12 i 1 2 2 3 2.1............................................. 3 2.1.1 Linux............................................ 3 2.1.2 Windows..........................................

More information

東京エリアDebian勉強会 - 第86回 2012年3月度

東京エリアDebian勉強会 - 第86回 2012年3月度 Debian 86 2012 3 iwamatsu@debian.org Twitter: @iwamatsu 2012 3 17 Agenda Debian 85 Debian 0 Debian Debian - - Apache2 HTTP Debian / @iwamatsu Debian Project Official Developer Bluetooth, OpenCV, mozc,

More information

Systemwalker IT Service Management Systemwalker IT Service Management V11.0L10 IT Service Management - Centric Manager Windows

Systemwalker IT Service Management Systemwalker IT Service Management V11.0L10 IT Service Management - Centric Manager Windows Systemwalker IT Service Management Systemwalker IT Service Management V11.0L10 IT Service Management - Centric Manager Windows Systemwalker IT Service Management Systemwalker Centric Manager IT Service

More information