sys.を含む例文一覧と使い方
該当件数 : 312件
that returns a "struct statfs" (defined in <sys/vfs> ) 例文帳に追加
があり、"struct statfs"を返す( <sys/vfs> で定義されている)。 - JM
The include file <sys/sendfile> is present since glibc 2.1. 例文帳に追加
インクルードファイル<sys/sendfile>は glibc 2.1 から存在している。 - JM
# echo 1 /proc/sys/net/ipv6/conf/all/forwardingor# sysctl -w net.ipv6.conf.all.forwarding=1 例文帳に追加
または #sysctl-wnet.ipv6.conf.all.forwarding=1 - Gentoo Linux
(Make sure you have sys-fs/dosfstools installed)# emerge -av sys-fs/dosfstools# mkdosfs -F 16 /dev/sdc1mkdosfs 2.11 (12 Mar 2005) 例文帳に追加
(sys-fs/dosfstoolsがインストールされていることを必ず確認して下さい) mkdosfs2.11(12Mar2005) - Gentoo Linux
Further tuning through files in/sys/devices/system/cpu/cpu0/cpufreq/ondemand/. 例文帳に追加
/sys/devices/system/cpu/cpu0/cpufreq/ondemand/にあるファイルで更に調整する。 - Gentoo Linux
Features of sys-process/vixie-cron: 例文帳に追加
sys-process/vixie-cronには以下のような特徴があります。 SELinuxのサポート - Gentoo Linux
The utsname struct is defined in <sys/utsname> : 例文帳に追加
utsname構造体は<sys/utsname>で以下のように定義されている。 - JM
PATH (環境変数),[Link],[Link],[Link],[Link],[Link],[Link],[Link],[Link] - Python
After mounting /proc , /linuxrc changes the normal root device by writing into the proc files /proc/sys/kernel/real-root-dev , 例文帳に追加
/procをマウントした後で、/linuxrcは proc ファイル/proc/sys/kernel/real-root-dev , - JM
request are located in the file <sys/ioctl> . 例文帳に追加
requestを指定するためのマクロ(macro)と定義は<sys/ioctl>ファイルにある。 - JM
The same holds for FreeBSD, except that it uses the include file <sys/mount> . 例文帳に追加
FreeBSD でも同じであるが、インクルードファイル<sys/mount>を使う。 - JM
Compile the net-boot programs that are located in /usr/src/sys/i386/boot/netboot. 例文帳に追加
/usr/src/sys/i386/boot/netboot にある net-bootプログラムをコンパイルしてください。 - FreeBSD
The following constants and structure are defined in <sys/ioctl> . 例文帳に追加
以下の定数と構造体は<sys/ioctl>で定義されている。 - JM
Code Listing3.3: Installing libstdc++-v3 and cleaning up # emerge --oneshot sys-libs/libstdc++-v3# emerge -aC =sys-devel/gcc-3.3* 例文帳に追加
コード表示3.3:libstdc++-v3のインストールと古いGCCの削除 - Gentoo Linux
Code Listing7.9: Installing tuxonice-userui # echo "sys-apps/tuxonice-userui fbsplash" /etc/portage/package.use(It may be marked ~arch, so first it must be keyworded)# echo "sys-apps/tuxonice-userui" /etc/portage/package.keywords# emerge tuxonice-userui 例文帳に追加
コード表示7.9:suspend2-useruiのインストール - Gentoo Linux
sys-devel/prelink-20060213 and later install a cron job in/etc/cron.daily/prelink. 例文帳に追加
sys-devel/prelink-20060213以降であれば、cronジョブを/etc/cron.daily/prelinkにインストールします。 - Gentoo Linux
/proc/sys/dev This directory contains device-specific information (e. 例文帳に追加
/proc/sys/devこのディレクトリにはデバイス特有の情報 (たとえばdev/cdrom/info ) - JM
/proc/sys/fs/leases-enable This file can be used to enable or disable file leases ( fcntl (2)) 例文帳に追加
/proc/sys/fs/leases-enableこのファイルはシステム全体でのファイルリース( fcntl (2) - JM
This structure has the following form, as defined in <sys/socket> : 例文帳に追加
この構造体は<sys/socket>で以下のように定義されている:+4n - JM
Thus structure is defined in <sys/socket> as follows: +4n 例文帳に追加
この構造体は<sys/socket>で以下のように定義されている。 - JM
It also initializes the module search path (sys.path).It does not set sys.例文帳に追加
(sys.path) も初期化します。 - Python
In case you have a USB sound card, lsusb from sys-apps/usbutils might be of help.For ISA cards, try using sys-apps/isapnptools.例文帳に追加
USBサウンドカードを使っている場合は、sys-apps/usbutilsのlsusbが手助けになるかもしれません。 ISAカードでは、sys-apps/isapnptoolsを使ってみてください。 - Gentoo Linux
and /proc/sys/kernel/nfs-root-addrs . 例文帳に追加
/proc/sys/kernel/nfs-root-addrsに書き込みを行い、通常時ルートデバイスを変更する。 - JM
One can view the current I/O scheduler via the /sys file system. 例文帳に追加
現在の I/O スケジューラは/sysファイルシステム経由で参照できる。 - JM
/proc/sys/kernel/modprobe This file contains the path for the kernel module loader. 例文帳に追加
/proc/sys/kernel/modprobeこのファイルには、カーネルモジュールローダへのパスが含まれる。 - JM
If the /proc/sys/kernel/panic file is also non-zero then the machine will be rebooted. 例文帳に追加
/proc/sys/kernel/panicファイルも 0 でない場合、マシンは再起動される。 - JM
/proc/sys/kernel/pty/max This file defines the maximum number of pseudo-terminals. 例文帳に追加
/proc/sys/kernel/pty/maxこのファイルは疑似端末の最大数を定義する。 - JM
/proc/sys/net This directory contains networking stuff. 例文帳に追加
/proc/sys/netこのディレクトリにはネットワーク関係の情報が入っている。 - JM
In 4.4BSD and Solaris the limit on the pathname length is MAXPATHLEN (found in <sys/param. 例文帳に追加
4.4BSD と Solaris では、パス名の長さの上限は(<sys/param.h> の中にある)MAXPATHLEN - JM
Symbolic constants for system calls can be found in the header file <sys/syscall> . 例文帳に追加
システムコールのシンボル定数はヘッダファイル<sys/syscall>に書かれている。 - JM
You can determine the path by importing the sys module and printing the value of sys.path.例文帳に追加
検索パスは、sys を import して、 sys.path を出力すればわかります。 - Python
(Make sure you have sys-boot/syslinux-3.00 or later installed)# emerge -av 'sys-boot/syslinux-3'# dd if=/usr/lib/syslinux/mbr.bin of=/dev/sdc0+1 records in0+1 records out304 bytes (304 B) copied, 0.0162317 s, 18.7 kB/s 例文帳に追加
(sys-boot/syslinux-3.00以降がインストールされていることを必ず確認して下さい 0+1recordsout - Gentoo Linux
Libc4 and libc5 do not have a <sys/select> header; under glibc 2.0 and later this header exists. 例文帳に追加
を使いたい場合は、<sys/select>をインクルードすればよい。 ヘッダファイル<sys/select>は libc4 と libc5 にはなく、glibc 2.0 以降に存在する。 - JM
Code Listing4.5: Cleaning up # emerge -aC "sys-devel/gcc-YOUR-NEW-GCC-VERSION" 例文帳に追加
コード表示4.5:後始末 - Gentoo Linux
This panic timeout can also be set by "echo N > /proc/sys/kernel/panic". 例文帳に追加
この値は、起動後に "echo N > /proc/sys/kernel/panic"として設定することもできる。 - JM
/proc/sys/fs/inode-max This file contains the maximum number of in-memory inodes. 例文帳に追加
/proc/sys/fs/inode-maxこのファイルには、メモリ内 inode の最大値が書かれている。 - JM
/proc/sys/fs/inode-nr This file contains the first two values from inode-state . 例文帳に追加
/proc/sys/fs/inode-nrこのファイルには、inode-state の最初の 2 つの値が書かれている。 - JM
/proc/sys/kernel/ctrl-alt-del This file controls the handling of Ctrl-Alt-Del from the keyboard. 例文帳に追加
/proc/sys/kernel/ctrl-alt-delこのファイルはキーボードの Ctrl-Alt-Del の扱いを制御する。 - JM
/proc/sys/kernel/hotplug This file contains the path for the hotplug policy agent. 例文帳に追加
/proc/sys/kernel/hotplugこのファイルはホットプラグ・ポリシー・エージェントのパスが書かれている。 - JM
The addr argument is a pointer to a dqblk structure (defined in <sys/quota> ). 例文帳に追加
addr引き数は( <sys/quota> で定義された) dqblk 構造体を指すポインタである。 - JM
Code Listing4.2: Installing libstdc++-v3 # emerge --oneshot sys-libs/libstdc++-v3 例文帳に追加
コード表示4.2:libstdc++-v3のインストール - Gentoo Linux
# rm /etc/make.profile# cd /etc# ln -sf ../usr/portage/profiles/obsolete/arch make.profile# emerge -n '=sys-apps/portage-2.0.51' Updating to 2004.2 例文帳に追加
2004.2への更新 - Gentoo Linux
Including <sys/time> is not required these days, but increases portability. (Indeed, <sys/resource> defines the rusage structure with fields of type struct timeval defined in <sys/time> .) 例文帳に追加
現在では<sys/time>をインクルードする必要はないが、インクルードすれば移植性を高めることができる(実際には<sys/resource>でrusage構造体が定義されているが、そのフィールドで使用されているstruct timeval型は<sys/time>で定義されている)。 - JM
Experimental changes to Gentoo core packages such as sys-apps/baselayoutor sys-libs/glibc have the potential to break the system and render it unbootable; with user-mode Linux we can test these changes without having to worry about breaking the live system.例文帳に追加
sys-apps/baselayoutやsys-libs/glibcの様な、Gentooコアパッケージに対する変更は、システムを停止させたり、起動不能にしてしまう恐れがあります。 - Gentoo Linux
JESC: Japanese-English Subtitle Corpus映画・海外ドラマ英語字幕翻訳辞書のコンテンツは、特に明示されている場合を除いて、次のライセンスに従います: Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) |
| この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。 |
| 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 |
| Copyright 2001-2010 Gentoo Foundation, Inc. The contents of this document are licensed under the Creative Commons - Attribution / Share Alike license. |
| Copyright 2001-2004 Python Software Foundation.All rights reserved. Copyright 2000 BeOpen.com.All rights reserved. Copyright 1995-2000 Corporation for National Research Initiatives.All rights reserved. Copyright 1991-1995 Stichting Mathematisch Centrum.All rights reserved. |
|
ログイン |
Weblio会員(無料)になると
|
|
ログイン |
Weblio会員(無料)になると
|
Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA 4.0)