ubuntu c++ 맨페이지 설치

프로그래밍/c,c++ 2021. 11. 30. 17:07
반응형

터미널에서 간단히 c++ std api 내용 확인 할때

맨페이지 없는 상태

$ man std::lock_guard                        
No manual entry for std::lock_guard

맨페이지 설치

$ sudo apt install libstdc++-10-doc

설치된 맨페이지 확인

$ man std::lock_guard | cat
std::lock_guard< _Mutex >(3cxx)                                                                                                                                                                                                       std::lock_guard< _Mutex >(3cxx)

NAME
       std::lock_guard< _Mutex > - A simple scoped lock type.
......
반응형
:

ubuntu 7zip 사용하기

OS/linux 2021. 11. 30. 10:32
반응형
sudo apt-get install p7zip-full

 

$ 7z

7-Zip [64] 9.20  Copyright (c) 1999-2010 Igor Pavlov  2010-11-18
p7zip Version 9.20 (locale=C,Utf16=off,HugeFiles=on,8 CPUs)

Usage: 7z <command> [<switches>...] <archive_name> [<file_names>...]
       [<@listfiles...>]
반응형
:

Excel xlm 함수 사용 불가시 설정

ETC 2021. 11. 29. 16:42
반응형

파일 > 옵션 > 보안센터 > 보안센터 설정 > 매크로 설정

 

매크로 옵션 변경

파일 다시 열기

반응형
: