IT系 ubuntuノートPCで蓋閉めても停止しなくする % sudo vi /etc/systemd/logind.conf---#HandleLidSwitch=suspendHandleLidSwitch=ignore---% sudo systemctl restart systemd-l... 2017.07.11 IT系
IT系 MP4からMP3を抜き出す ubuntuでffmpegを用いてMP4ファイルからMP3を抜き出します% sudo apt install ffmpeg libavformat57% ffmpeg -i inMP4file -ab 256k outMP3file※ 12... 2017.06.05 IT系