Tech

·Tech
Topic: azure-ubuntu-02-설치 후 해야 할 일 Date: 2023-07-26 17:47 Overview azure-ubuntu22.04 LTS 설치 후 해야 할 일 가이드 라인입니다. 설치 명령어 title: commands $ sudo apt upgrade -y $ sudo apt install -y net-tools curl wget vim ack zshell 설치 title: 설치 $ sudo apt install -y zsh $ sudo chsh -s /usr/bin/zsh $ sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)" title: 테마변경 ..
·Tech
Topic: 윈도우즈-kali_칼리-리눅스-터미널_설정 Date: 2023-10-03 08:08 Notes 윈도우즈 터미널 설치 윈도우즈 스토어 링크: https://shorturl.at/fwCJY 또는 https://apps.microsoft.com/store/detail/windows-terminal/9N0DX20HK701?hl=ko-kr&gl=kr&rtc=1 모드 변경 title: command $ Get-ExecutionPolicy title: command $ Set-ExecutionPolicy RemoteSigned SSH 키-쌍 생성 title: key-gen $ ssh-keygen.exe # 질문은 엔터를 눌러 주세요 # 이미 존재 시 overwrite 'y'로 입력하세요 SSH 공개키 C..
·Tech
Topic: 슬랙_검색 기능 Date: 2023-05-08 11:38 Overview 슬랙 슬기로운 검색 방법을 소개합니다. 검색 단축창 키 title: 단축키 cammand + k 날짜 조건 title: 날짜 조건 before:20230101 after:20230530 파이썬 사람 조건 title: 나에게 온 메시지 to:me title: 나에게 온 메시지 from:@xxx to:me title: 사람 조건 from:@xxx 검색어 그 밖에 title: 링크가 있는 메시지 검색 has:link title: 고정된 게시물 검색 has:pin title: 별 표시 해둔 메시지 검색 has:star Source (출처, 참고문헌) 링크
·Tech
🍃 ffmpeg created at : 2023-02-11 10:08 email: orangeday77@gmail.com ⌨️ code mov to mp4 $ ffmpeg -i before.mov -vcodec h264 -acodec mp2 after.mp4 $ ffmpeg -i 전담강의01.mov -vcodec h264 -acodec mp2 전담강의01.mp4 concat a.mp4 + b.mp4 movies mp4s.txt file '/Users/orangeday77/Documents/a.mp4' file '/Users/orangeday77/Documents/b.mp4' $ ffmpeg -f concat -safe 0 -i mp4s.txt -c copy output.mp4 QuickTime playe..
오렌지데이77
'Tech' 카테고리의 글 목록