2
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

Ubuntu 18.04で便利ツールのインストール纏め

Last updated at Posted at 2019-09-26

Ubuntu 18.04で便利ツールのインストール纏め

画面キャプチャ Shutter

sudo add-apt-repository -y -n ppa:ubuntuhandbook1/shutter 
sudo apt update 
sudo apt install shutter 

画面録画 SimpleScreenRecorder

sudo add-apt-repository ppa:maarten-baert/simplescreenrecorder
sudo apt-get update
sudo apt-get install simplescreenrecorder

翻訳 StarDict

sudo apt-get install stardict

辞書の追加

  • 辞書のダウロード

Resources for Stardict

  • stardictのdicにコピー
sudo tar jxvf /tmp/stardict-jmdict-en-ja-2.4.2.tar.bz2 -C /usr/share/stardict/dic/

Ubuntu 18.04に、ログイン前にVNC接続するには

【Python】VSCode で外部モジュール・外部ライブラリも含めてデバッグする方法

VSCode で Python と OpenCV を混合でデバッグ(ステップ実行)する方法!

PythonからOpenCVのcontribを使用する

cmake ../ -DCMAKE_BUILD_TYPE=Debug -DOPENCV_EXTRA_MODULES_PATH='/home/k-koh/gitlab/opencv_contrib/modules_custom' -DOPENCV_ENABLE_NONFREE:BOOL=ON

2
2
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
2
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?