Kernelを含む例文一覧と使い方
該当件数 : 2285件
Both ppp and pppd (the kernel level implementation of PPP) use the configuration files located in the /etc/ppp directory. 例文帳に追加
また, カーネルが正しく設定されているかどうかを調べるために 以下のコマンドを実行して,このような出力が得られることを確認します:# - FreeBSD
If your kernel is currently functioning well you might want to save the current configuration file by exiting the GUI and type:例文帳に追加
もし、あなたのカーネルが現在正常に機能しているのなら、現在の設定をファイルに保存するためにGUIを抜けて、次のように打ち込んでください。 - Gentoo Linux
Since genkernel automatically compiles your kernel modules, you can use hardware that may require certain module parameters to be loaded for proper operation.例文帳に追加
またgenkernelはカーネルモジュールを自動でコンパイルするため、ハードウェアに必要なモジュールがモジュールパラメータとともに読み込まれ使用されることを可能にします。 - Gentoo Linux
The make clean command removes all object files and dependencies from the kernel's sourcetree.--no-mrproper: Activates [or deactivates] the makemrproper command before kernel compilation.例文帳に追加
これは、全てのオブジェクトファイルと依存関係が削除されます。 これは、あなたのカーネルを構築する前にmakemrproperを実行するかあるいは実行しません。 - Gentoo Linux
Linux 2.6 is maintained by Andrew Morton, who works closely with LinusTorvalds to deliver a fast, powerful, and feature-packed Linux kernel.Development is happening at incredible pace and this kernel tree is now very mature.例文帳に追加
最高のパフォーマンス、最高のハードウェアサポート、そして新しいたくさんの機能があるので、私たちは古い2.4よりも2.6を推薦しています。 - Gentoo Linux
When the Installation CD boots, it tries to detect all your hardware devices and loads the appropriate kernel modules (drivers) to support your hardware.例文帳に追加
インストールCDは、ブートするときにすべてのハードウェアデバイスを検出、ハードウェアをサポートするための適切なカーネルモジュール(ドライバー)を読み込もうとします。 - Gentoo Linux
Because genkernel doesn't require any manual kernel configuration, it is an ideal solution for those users who may not be comfortable compiling their own kernels. 例文帳に追加
genkernelではどんな手動のカーネル設定も要求されないので、カーネルをコンパイルするのが苦手だなあという人には理想的な解決策です。 - Gentoo Linux
There is the ability to use "genkernel" which would create a generic kernel like the ones used on the installation CDs, but it is not fully functional for PPC64 at the moment.例文帳に追加
インストールCDで使われているような一般的なカーネルを作成する「genkernel」を使うことができますが、現在PPC64では完全に機能しません。 - Gentoo Linux
Manually configuring a kernel is often seen as the most difficult procedure aLinux user ever has to perform. 例文帳に追加
はじめに カーネルの手動設定はLinuxユーザがこれまでに実行しなければならない手続きの中で最も難しい手続きとしばしば見なされています。 - Gentoo Linux
Don't forget to copy the new kernel image to the /boot location (and don'tforget to mount /boot if needed) and update your boot loader configuration prior to rebooting your system.例文帳に追加
忘れずに新しいカーネルイメージを/bootにコピー(そして必要なら/bootをマウント)し、再起動する前にブートローダーの設定を更新してください。 - Gentoo Linux
udev then uses the information given by the kernel to perform the necessary actions on the /dev structure (creating or deleting device files).例文帳に追加
hotplugは、/devに必要なアクション(デバイスファイルの作成もしくは削除)を実行するudevアプリケーションに、カーネルによって提供される情報を配送します。 - Gentoo Linux
Now we will look at some of the options we will have to enable in the kernel to ensure proper USB support for our devices.例文帳に追加
では、持っているデバイス用の適切なUSBサポートを確保するために2.6カーネルで有効にしなければならないオプションをいくつか見ていきましょう。 - Gentoo Linux
For the most part, the only thing you need to do is to build UTF-8 NLS support into your kernel, and change the default NLSoption to utf8.例文帳に追加
しかし大事なことは混乱しないことです!おそらく、必要なことはUTF-8NLSをカーネルに組み込むことと、デフォルトのNLSオプションをutf8にするだけです。 - Gentoo Linux
The 'ro' option tells the kernel to mount the root file system as 'read-only' so that file system consistency check programs (fsck) can do their work on a quiescent file system. 例文帳に追加
\\&'ro' オプションは、ルートファイルシステムを「読み出し専用」でマウントするようカーネルに指示し、fsck プログラムがファイルシステムの矛盾を検査できるようにする。 - JM
The 'noinitrd' option tells the kernel that although it was compiled for operation with initrd, it should not go through the above steps, but leave the initrd data under /dev/initrd . 例文帳に追加
\\&'noinitrd' オプションを用いると、カーネルは (initrd 動作を行うようにコンパイルされている場合でも)上記の動作を行なわず、代わりに initrd のデータを/dev/initrdに残す。 - JM
Another change affecting the behavior of these system calls is kernel support for file capabilities (VFS capability support). 例文帳に追加
だけが使用される。 これらのシステムコールの挙動に影響があるもう一つの変更点は、ファイルケーパビリティ (file capabilities) のカーネルによるサポート(VFS ケーパビリティのサポート) である。 - JM
is too small to return information about the next event depends on the kernel version: in kernels before 2.6.21, read (2) 例文帳に追加
に渡されたバッファが小さすぎて次のイベントに関する情報を返せない場合の動作はカーネルのバージョンにより異なる。 2.6.21 より前のカーネルでは、read (2) - JM
(If /linuxrc exits with any file-systems mounted on the initial root file-system, then the behavior of the kernel is UNSPECIFIED . 例文帳に追加
( /linuxrc を終了した時、何らかのファイルシステムが初期ルートファイルシステム上にマウントされている場合のカーネルの動作は決められていない (不定である)。 - JM
From kernel 1.2.3 until 1.3.77, a signal could be sent if the effective user ID of the sender matched either the real or effective user ID of the receiver. 例文帳に追加
カーネル 1.2.3 から 1.3.77では、送信側の実効ユーザーID が受信側の実ユーザーID か実効ユーザーID のいずれかと一致すればシグナルを送信できた。 - JM
The kernel has no registered cookie/directory entry mappings at the time of lookup, or the cookie does not refer to a valid directory entry. 例文帳に追加
検索が行われた時、cookie とディレクトリ・エントリのマッピングがカーネルに登録されていなかったか、または cookie が有効なディレクトリ・エントリを参照していない。 - JM
If addr is NULL, then the kernel chooses the address at which to create the mapping; this is the most portable method of creating a new mapping. 例文帳に追加
addrが NULL の場合、カーネルがマッピングを作成するアドレスを選択する。 この方法は最も移植性のある新しいマッピングの作成方法である。 - JM
In order to protect the kernel against stack overflow, and also to protect against denial of service, there are limits on the maximum recursion depth, and on the maximum number of symbolic links followed. 例文帳に追加
カーネルをスタックオーバーフローやサービス拒否 (denial of service) から守るため、再帰の最大の深さとシンボリックリンクを辿る最大回数に制限がある。 - JM
Most of the interaction with PCI devices is already handled by the kernel PCI layer, and thus these calls should not normally need to be accessed from userspace. 例文帳に追加
PCI デバイスとのやり取り (interaction) はカーネル PCI レイヤですでに処理されているので、通常はこららの関数をユーザ空間からアクセスする必要はない。 - JM
Most of it is read-only, but some files allow kernel variables to be changed. 例文帳に追加
大部分のファイルは読み出し専用 (read-only) であるが、いくつかのファイルは書き込み可能であり、そのファイルに書き込めばカーネルの内部変数を変更できる。 - JM
Some operations require name to identify a currently loaded module, some allow name to be NULL, indicating the kernel proper. 例文帳に追加
現在ロードされているモジュールを特定するためにnameを必要とする操作があれば、カーネル固有であることを示す NULL を指定できる操作もある。 - JM
The affinity bit mask mask contains no processors that are physically on the system, or cpusetsize is smaller than the size of the affinity mask used by the kernel. 例文帳に追加
affinity ビットマスクmaskにシステム上に実際に存在するプロセッサに対応するビットがない。 またはマスク長cpusetsizeがカーネルで使われている affinity マスクより短い。 - JM
Since kernel 2.6.19, Linux supports the use of access control lists (ACLs) to control the permissions of objects in the virtual file system. 例文帳に追加
内に作成される。 カーネル 2.6.19 以降の Linux では、仮想ファイルシステム内のオブジェクトの許可属性の制御に、アクセス制御リスト (ACL; access control lists) を使うことができる。 - JM
Linux assumes that half of the send/receive buffer is used for internal kernel structures; thus the sysctls are twice what can be observed on the wire. 例文帳に追加
Linux は、送受信バッファの半分を内部のカーネル構造体で用いると仮定している。 したがって sysctl はネットの回線上での大きさの 2 倍になる。 - JM
TCP uses the extra space for administrative purposes and internal kernel structures, and the sysctl variables reflect the larger sizes compared to the actual TCP windows. 例文帳に追加
TCP はこの余分な空間を、管理目的やカーネル内部の構造体に用いており、sysctl 変数は実際の TCP ウィンドウよりも大きなサイズを反映する。 - JM
To dynamically perform configuration change and correction of an OS(operating system) kernel code during operation with an OS adopting virtual storage management.例文帳に追加
仮想記憶管理を採用しているOSでの運用中にOSカーネルコードの構成変更とOSカーネルコードの修正を動的に可能にする。 - 特許庁
The computation architecture includes: an orthogonal conversion kernel selection means; a frequency component calculation means; a factor weighting means; and a pixel reconfiguration means.例文帳に追加
計算アーキテクチャは、直交変換カーネル選択手段、周波数成分計算手段、係数重み付け手段、および画素再構成手段を含む。 - 特許庁
To prevent the competition of buses between processors even when each of processors accesses a kernel and the task information of an execution task.例文帳に追加
各プロセッサがカーネル及び実行タスクのタスク情報にアクセスする場合であっても、プロセッサ間でバスが競合することのないようにすること。 - 特許庁
It's found a lot, particularly in the part of the kernel (Tenjin-sama); if eaten in a sufficient quantity, poisoning with hydrocyanic acid can develop, which, in the worse-case scenario, may result in death. 例文帳に追加
これは特に仁(天神様)の部分に多く、多量に食べると青酸中毒に陥り、最悪の場合は死に至る可能性がある。 - Wikipedia日英京都関連文書対訳コーパス
To provide coated fuel particles with surely higher quality compared with conventional one, causing little defect in a thermally decomposed carbon layer for coating a fuel kernel.例文帳に追加
燃料核に被覆される熱分解炭素層に欠陥が生じ難く、従来より確実に高品質の被覆燃料粒子を提供する。 - 特許庁
Some projects (notably the Linux kernel itself) are pretty relaxed about friendly patches and even encourage independent distribution of them as part of their beta-test phase. 例文帳に追加
一部のプロジェクト(とくに Linux カーネルそのもの)は友好パッチにはすごく甘くて、むしろベータテストの段階では、独自のパッケージを推奨したりさえする。 - Eric S. Raymond『ノウアスフィアの開墾』
To learn a classifier based on logical relations between attributes describing data by using a kernel method and to efficiently and highly accurately classify the data by using it.例文帳に追加
データを記述する属性間の論理的な関係に基づく分類器をカーネル法を用いて学習し、それを用いてデータを効率良く高精度に分類する。 - 特許庁
To run an application program in a kernel mode in order to improve performance without modifying the program, and to increase the speed of determining the operational mode.例文帳に追加
性能を向上させるためにアプリケーションプログラムをカーネルモードで動作させる場合のプログラム修正を不要とするとともに、動作モード判定の高速化をはかる。 - 特許庁
A result for showing an improved quantity determination properties and reproducibility was obtained for the inhibition activity of transition outside of the Rev kernel of the substrate to be inspected by the assay method.例文帳に追加
このようなアッセイ方法により、被検物質のRev核外移行阻害活性について良好な定量性と再現性を示す結果が得られた。 - 特許庁
The OS kernel 101 has a virtual storage function, and further functions, including a memory protection function, generally loaded as standards on a general purpose OS.例文帳に追加
OSカーネル101は仮想記憶機能や、このほか、汎用OSにおいて一般的に標準で搭載されているメモリ保護機能等の機能を備えている。 - 特許庁
The overcoated particles provided with fuel kernels, having the small diameter and the overcoated particles made from the fuel kernel having the large diameter, are used in the weight ratio of 2.5 to 3.5:1 and are molded as fuel.例文帳に追加
小さな直径の燃料核と大きな直径の燃料核を備えたオーバーコート粒子の重量比を2.5〜3.5:1として、燃料に成型する。 - 特許庁
A filtering section 15 changes a parameter of a kernel within a predetermined range to filter the image input from the image input section 10 multiple times.例文帳に追加
フィルタリング部15は、画像入力部10により入力された画像に対してカーネルのパラメータを所定範囲内で変更してフィルタリング複数回施す。 - 特許庁
The virtual OS 1A and a management OS 1B can exchange the information regarding the log information via an information exchange part 1C constituted as a kernel.例文帳に追加
仮想OS1Aと管理OS1Bとは、カーネルとして構成される情報交換部1Cを介して、ログ情報に関する情報を交換可能である。 - 特許庁
It is also cleared that only the Kasalath type increases the grain length and the thousand-kernel weight by the analysis of the functions of the TGW6 proteins in a Nihonbare type and the Kasalath type.例文帳に追加
この日本晴型、カサラス型のTGW6タンパク質の機能を解析したところ、カサラス型のみが粒長、千粒重を増加させることが明らかになった。 - 特許庁
This deodorizer for the manures is characterized as comprising a hydrolyzate obtained by hydrolyzing a copra meal or a palm kernel meal with an acid or an enzyme as an active ingredient.例文帳に追加
コプラミール又はパーム核ミールを酸あるいは酵素により分解した加水分解物を有効成分とすることを特徴とする糞便消臭剤。 - 特許庁
According to the operations above, only when no routing information exists in the routing table RT, communication takes place between the Kernel space 20 and the user space 10.例文帳に追加
以上の動作により、経路テーブルRT内に経路情報がない場合のみ、カーネル空間20とユーザ空間10とでやり取りが発生する。 - 特許庁
An enlargement technique for extending the sorting process is provided until the completion of application scheduled outside the scope of kernel transfer or the interrupt context.例文帳に追加
カーネルの転送または割込みコンテキストの範囲外でスケジュールされるアプリケーションが完了するまで、分類プロセスを延期する増補手法が提供される。 - 特許庁
When the content right management function is not added to the application 7, the content 6 of a processing target and the right parameter are encrypted in a kernel mode.例文帳に追加
アプリケーション7にコンテンツ権利管理機能が追加されていない場合には、カーネルモードで、処理対象のコンテンツ6と権利パラメータとが暗号化される。 - 特許庁
PROCESSING METHOD FOR LINE PATTERN USING CONVOLUTION KERNEL, PROCESSOR FOR LINE PATTERN, AND MEDIUM STORED WITH PROGRAM FOR EXECUTING THE PROCESSING METHOD FOR LINE PATTERN例文帳に追加
コンボリューションカーネルを利用したラインパターンの処理方法、ラインパターンの処理装置及びラインパターンの処理方法を実行するためのプログラムを記録した媒体 - 特許庁
| Copyright © Japan Patent office. All Rights Reserved. |
| 本サービスで使用している「Wikipedia日英京都関連文書対訳コーパス」はWikipediaの日本語文を独立行政法人情報通信研究機構が英訳したものを、Creative Comons Attribution-Share-Alike License 3.0による利用許諾のもと使用しております。詳細はhttp://creativecommons.org/licenses/by-sa/3.0/ および http://alaginrc.nict.go.jp/WikiCorpus/ をご覧下さい。 |
| この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。 |
| Copyright 2001-2010 Gentoo Foundation, Inc. The contents of this document are licensed under the Creative Commons - Attribution / Share Alike license. |
| Copyright (c) 2001 Robert Kiesling. Copyright (c) 2002, 2003 David Merrill. The contents of this document are licensed under the GNU Free Documentation License. Copyright (C) 1999 JM Project All rights reserved. |
| Copyright 1994-2010 The FreeBSD Project. All rights reserved. license |
| この対訳コーパスは独立行政法人情報通信研究機構の集積したものであり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。 |
原題:”Homesteading the Noosphere” 邦題:『ノウアスフィアの開墾』 | This work has been released into the public domain by the copyright holder. This applies worldwide. Eric S. Raymond 著 山形浩生 YAMAGATA Hiroo 訳 リンク、コピーは黙ってどうぞ。くわしくはこちらを見よ。 プロジェクト杉田玄白 正式参加作品。 詳細は http://www.genpaku.org/ を参照のこと。 |
|
ログイン |
Weblio会員(無料)になると
|
|
ログイン |
Weblio会員(無料)になると
|