最近忙しかったので、いくつかの素晴らしい新機能をご紹介します。
[b]Ajaxによるジョブキューの更新[/b] - JavaScriptを有効にしている場合、ブラウザはジョブの進捗状況の変化をより頻繁にチェックし、変化があった場合にはジョブキューを更新します。 ジョブが終了すると、ページ上の他の要素も更新されます。
[b]ジョブキュープログレスバー[/b] - Linodeに未完了のジョブがある場合、ジョブキューの上部にプログレスバーが表示されるようになりました。 進行状況は、ジョブが開始されると1単位増え、ジョブが完了すると1単位増えます。 これは、長いジョブ(画像転送など)の真の進捗を示すものではありません... [i]まだ![/i]。
[b][url=https://www.linode.com/wiki/index.php/Lish_Documentation]Lish[/url] 移行後のSSHキー[/b] - 以前は移行後に、[url=https://www.linode.com/members/sshkeys.cfm]SSHキー[/url] [url=https://www.linode.com/wiki/index.php/Lish_Documentation]Lish[/url] アクセスのために、新しいホストのために再度展開する必要がありました。 今、これはあなたのために世話をされています。
[b]Adding [url=https://www.linode.com/wiki/index.php/Lish_Documentation]Lish[/url] SSH Keys[/b] - 以前は、新しいキーで再び既存の [url=https://www.linode.com/members/sshkeys.cfm]SSH Keys[/url] を追加する必要がありましたが、今ではキーを提出するためのフォームフィールドにあなたのための既存のキーが含まれています。
[b]Boot from [url=https://www.linode.com/wiki/index.php/Lish_Documentation]Lish[/url] without Requiring Boot from the Website first[/b] - 現在のホストでプロファイルを起動したことがなく、1つのプロファイルしか持っていない場合、引数なしのbootコマンドでそのプロファイルを起動することができます。 以前のbootは最後に起動したプロファイルを常に起動していたため、新しいホストでは最初にWebサイトから起動する必要がありました。
[b]Boot/Reboot a Specific Profile from [url=https://www.linode.com/wiki/index.php/Lish_Documentation]Lish[/url][/b] - [url=https://www.linode.com/wiki/index.php/Lish_Documentation]Lish[/url] のbootおよびrebootコマンドは、以前は最後に起動されたプロファイルが常に使用されていましたが、ブートジョブに使用したい構成プロファイルを示すオプションの引数を受け入れるようになりました。
[b]List Configuration Profiles from [url=https://www.linode.com/wiki/index.php/Lish_Documentation]Lish[/url][/b] - [url=https://www.linode.com/wiki/index.php/Lish_Documentation]Lish[/url] には、Linodeに定義されている構成プロファイルをリストアップする新しいコマンド「configs」があります。
[b]View Config Profile Details[/b] - [url=https://www.linode.com/wiki/index.php/Lish_Documentation]Lish[/url] は、特定の構成プロファイルの詳細を表示する新しいコマンド「config N」を持っています。
[b]View Job Queue from Lish[/b] - [url=https://www.linode.com/wiki/index.php/Lish_Documentation]Lish[/url] Linodeのジョブキューを表示する「jobs」というコマンドが追加されました。
今後もたくさんのものが登場しますが、あなたが私たちの実装を見たいと思うものがあれば、 [url=https://www.linode.com/forums/viewforum.php?f=7]機能リクエストフォーラム[/url] で教えてください。
コメント (5)
[quote:dc416a4e32=”mikegrb”]
There’s lots more coming in the future and let us know in the [url=https://www.linode.com/forums/viewforum.php?f=7]Feature Requests forum[/url] if you’ve got something you’d love to see us implement.[/quote]
Do you have a todo list that you can share with us so we know what to look forward to? Don’t take this request the wrong way. I really like what you already offer, too.
Great news thanks.
Great — thanks for all the nice new stuff! Is the argument a number or an exact string matching the profile name, or something else?
Seems like it only takes a number as an argument (I just tried it).
The command [b]configs[/b] will apparently show a list of the configuration profiles in your account and their assigned number.
As NeonNero noted, the reboot, boot and config Lish commands take a number. Basically your config profiles sorted oldest created to most recent numbered starting at 1. And yes, the configs command will output the config number plus profile name and notes:
[code][lindev5@absecon2 lish]# configs
Configuration Profiles:
1) My Debian 4.0 Profile – this profile has notes, other one doesn’t
2) New Profile
3) New Profile 2 – another note
[lindev5@absecon2 lish]# config 1
Configuration Profile Details:
Label: My Debian 4.0 Profile
Note: this profile has notes, other one doesn’t
Kernel: 2.6.23.1-linode36
RAM: 300 MiB
Boot Device: /dev/ubda
Options: updatedb helper: yes kernel params: ‘ro’
Disk Images:
Device: /dev/ubda
Label: Debian 4.0 Disk Image
Size: 500 MiB
Type: ext3
Read-Only: no
Device: /dev/ubdb
Label: 256MB Swap Image
Size: 256 MiB
Type: swap
Read-Only: no
[lindev5@absecon2 lish]# [/code]