This tutorial will guide you through setting up and using MidpSSH, an open source (free) SSH and telnet client for Java-capable cellphones and other mobile devices.このチュートリアルでは、ガイドを介してmidpsshを設定および使用して、オープンソース(無料) sshとtelnetクライアントfor Javaの携帯電話や携帯デバイスに対応します。

- First up - head over to最初のアップ-頭以上に the MidpSSH download pageダウンロードページのmidpssh and downloading the latest stable version.と、最新の安定版をダウンロードします。 You can also visit訪問することもできます。 http://xk72.com/wap in your mobile browser and install it that way.ご利用の携帯電話のブラウザにしてインストールしてしてくれます。
- During the installation if you get a “This MIDlet is not trusted” message, click Yes to install anyway.のインストール中に取得する場合に"このMIDletの信頼関係ではない"というメッセージが表示をクリックし、 [ はい]をインストールするとにかくです。
- Once the installation has completed, MidpSSH will be listed in your Java Apps panel.一度のインストールが完了したら、 midpsshされるJavaアプリパネルに記載されています。 Select it, then click it to launch.を選択し、それを起動する]をクリックします。 And by “click it” I mean use whatever button on your phone it is that opens files etc.とし"それをクリックして"私どんなボタンをお使いの携帯電話の使用を意味それはポップアップファイル等
- You’ll be presented with the MidpSSH menu. midpsshするようにと、メニューをクリックします。 Highlight Sessions and then click it. セッションと入力し、それをクリックしてハイライトします。
- Click the Menu button, then select and click Newをクリックしてメニューボタンを押すと、入力し、を選択してクリックし、 [ 新しい
- Enter the appropriate information in each field.適切な情報を入力して、各フィールドに入力します。 When you’re done, click Create .作業が完了したら、 [ 作成 ]をクリックします。
- Back at the Sessions window, select and click your newly created connection. セッションウィンドウに戻って、新しく作成した接続を選択してクリックしてください。
- If you’re prompted with a ‘warning’ screen about network usage, click Yes .を要求する場合は、 '警告'画面でネットワークの利用方法については、 [ はい ]をクリックします。
- MidpSSH will now attempt to connect to your host. midpsshは、今すぐあなたのホストへの接続を試みる。
- Assuming you provided the correct credentials etc, you’ll find yourself connected to your server and at a command prompt.等の資格情報を提供して正しいと仮定するなら、自分を見つけるとしているサーバーに接続してするには、コマンドプロンプトを起動します。 You’ll also notice that the font is so small it’s almost unreadable.また、フォントに注意しては非常に小さいということはほぼ読み取れない。 We’ll fix this later (unless you like squinting).修正するにはお客様へ(斜視のような場合) 。
- To enter a command, click Input .を入力するコマンドをクリックし、 [ 入力してください 。 Type in your command (in the example below, I’m using a simple ls to list the files in my home folder).コマンドを入力して(下の例では、私は単純なlsを使用している私のホームフォルダのファイルをリストする) 。
- Now click Menu then select and click Type .今すぐクリックしてメニューをクリックしてタイプを選択します。
- This will paste the ls command at the command prompt, but not actually execute it.これにより、 lsコマンドに貼り付けるには、コマンドプロンプトが、実際に実行してください。 Click Menu , scroll down to ENTER and click it. メニューをクリックし、下にスクロールして入力し、それをクリックしてください。
- Now the ls command will be executed.今すぐ、 lsコマンドが実行される。
For those paying close attention, yes, you could have skipped step #13 by selecting Enter instead of Type back in step #12.これらの注意を払って、はい、そうすることもスキップステップ# 13を選択するタイプに戻ってのステップ入力の代わりに# 12 。
- Another much faster way to enter commands is to setup Macros.別のはるかに高速のコマンドを入力する方法は、マクロを設定する。 To do so, click Menu then select and click Macros from the menu.これを行うにはをクリックし、 [ ]メニューを選択して入力し、メニューから[ マクロ ]をクリックします。
- Highlight the default macro set, click Menu and select Edit .ハイライトのデフォルトのマクロセットをクリックし、 [ 編集]メニューを選択しています。 Give it a new name (for example, I named my first set of macros common commands .試しにやって新しい名前(例えば、私の名前私の最初のセットのマクロ共通のコマンドです。
- Now “enter” your first group of macros by selecting its name and clicking.今すぐ確認する"入力"を選択して最初のグループのマクロの名前をクリックしてください。 You’ll notice a rather empty screen.ということに気づくの空の画面を表示します。 To create your first macro, click Menu and then New .最初のマクロを作成してくださいをクリックし、 [ 新規 ] メニューをクリックしています。
- Give your macro/command a name (optional but helpful).あなたのマクロ/コマンド名(オプションしかし、 helpful ) 。 In the Value: field enter the command you want to execute. [ 値: ]フィールドに入力してコマンドを実行したいです。 In my example I used the ps command with the aux options.私の例psコマンドを使用して私のAUXオプションを選択します。
In the Mode section you’ll need to decide if you want the command to execute as soon as you select it ( Enter ) or just be pasted at the command prompt ( Type ).セクションのモードにする必要があります。を決定する場合は、コマンドを実行するとすぐにそれを選択する( 入力 ) 、またはわずかには、コマンドプロンプトに貼り付けた( タイプ )です。 When you’re done, click Create .作業が完了したら、 [ 作成 ]をクリックします。
- Now select your new macro and click it.今すぐを選択して新しいマクロをクリックしてください。
- And it will be executed (again, the command will be run if you selected Enter or just pasted to the prompt if you selected Type ).とそれに実行される(再び、次のコマンドを実行されるように選択した場合はプロンプトを入力または貼り付けただけのタイプを選択した場合) 。
- To disconnect, click Menu then Disconnect .接続を切断するをクリックし、 [ ]メニューを切断します。
- Back at the main menu, scroll down to Settings and click it.メインメニューに戻って、下にスクロールして設定を確認してそれをクリックしてください。
- Scroll down to Fonts and click it.下にスクロールしてフォントをクリックしてください。
- From here you can increase the size of the font used….ここからすることができます使用されるフォントのサイズを大きくする… 。
- and alter the font colour and background colour.やフォントの色と背景色を変更する。
- Below you’ll find a screenshot of an SSH session with the font slightly increased.下のスクリーンショットを見つけるのフォントは、 sshセッションをわずかに増加している。









































{ 1 comment… read it below or ( 1コメントを読むことの下や… add one追加する } )
Wow - this is very cool!おっと-これは非常にクール! I’ve got it on my T-Mobile Shadow and it’s great for monitoring my servers.私は、それを私のTモバイルの影と私のサーバーのは素晴らしいことを監視します。 Who would have guessed that an SSH client would have been feasible on a 240×320 display :P. whoは推測しても実現可能とするSSHクライアントは、 240 × 320表示: p.
Leave a Commentコメントを残す