1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

【Linux】コマンドで短縮URLを生成する方法

Last updated at Posted at 2024-09-07

短縮URLを生成する

以下のコマンドを実行するとis.gdを使用して短縮URLを生成できます。

curl "https://is.gd/create.php?format=simple&url=http://example.com"

プレビューページありの短縮URLを生成する

以下のコマンドを実行するとv.gdを使用してプレビューページありの短縮URLを生成できます。

curl "https://v.gd/create.php?format=simple&url=http://example.com"

短縮URLをクリックするとリダイレクト前に以下のようなプレビューページが表示されます。

スクリーンショット 2024-09-07 23.48.48.png

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?