user is the name of the user and host is the hostname the user will be accessing from.In most cases, this will be localhost. userにはユーザ名を、hostにはそのユーザがアクセスしてくるホスト名を指定します。 ほとんどの場合がloalhostになります。 - Gentoo Linux
For example, the database URL for the Travel database bundled with Java DB, on the default port is jdbc:derby://localhost:1527/travel. top
「Java EE バージョン」ドロップダウンリスト (適用される場合) から「Java EE5」を選択し、「完了」をクリックしてプロジェクトを作成します。 - NetBeans
mysql CREATE DATABASE gentoo2;ERROR 1044: Access denied for user: 'admin@localhost' to database 'gentoo2'
データベースgentooに対して全ての権限を持つにも関わらず、adminユーザではメインデータベースにデータベースを作成することができませんでした。 - Gentoo Linux
ALL localhost = /sbin/shutdown Another example is to allow the user swift to execute the emerge command as root, regardless of where he is logged in from: 次の例では、ユーザswiftに、どこからログインしているかに関わらず、rootとしてemergeコマンドを実行できるよう許可しています。 - Gentoo Linux
For example, when we say value for this property as amserver:localhost , it is trusting the localhost 's discovery service whose public key is amserver .
たとえば、このプロパティーの値が amserver:localhost の場合、公開鍵が amserver であるローカルホストの検出サービスを信頼していることになります。 - NetBeans
Note: If the proxy is running on the packet filtering host--though this is not recommended, it may be necessary if you do not have enough spare machines--usea REDIRECT target instead of DNAT (REDIRECT directs packets to the localhost). 注意: プロキシがパケットフィルタリングを行うホスト上で動いている場合、これは推奨できません。 あなたがスペアのマシンを持っていない場合、DNATターゲットの替わりに、REDIRECTターゲットを用いる必要があります。 - Gentoo Linux
x.x.x.x y.y.y.y
このファイルはローカルネットワーク上に存在するマシンの IP アドレスとホスト名を含んでいるはずです. 最低でも ppp を動作させるマシンのエントリが含まれている必要があります. そのマシンのホスト名が foo.bar.comで, IP アドレスが 10.0.0.1 であると仮定すると, /etc/hosts は 以下の行を含んでいなければいけません:一つめの行は localhostを現在のマシンの別名として定義しています. マシン固有の IP アドレスが何であっても,この行の IP アドレスは 常に 127.0.0.1 でなければいけません.二つめの行はホスト名 foo.bar.com (と, その省略形 foo) を IP アドレス 10.0.0.1にマップします.もしプロバイダから固定の IP アドレスとホスト名を割り当てられて いるのであれば, それを10.0.0.1 エントリのかわりに使ってください.19.2.1.4.3. /etc/resolv.conf ファイルの編集 - FreeBSD