개발74 [2/15] react native에 aws amplify를 붙여보자 AWS Amplify를 사용해서 Social Login이 되는 React Native App을 만들어보자! AWS Amplify - Amplify project 생성, auth 설정 아래 링크를 참고 했다. https://dev.to/aws/the-complete-react-native-guide-to-user-authentication-with-the-amplify-framework-ib2 The Complete React Native Guide to User Authentication with the Amplify Framework An in depth guide for adding authentication to your next mobile app using React Native and AWS .. 2020. 1. 28. linux 명령어 모음집 https://lhjin.tistory.com/entry/%EB%A6%AC%EB%88%85%EC%8A%A4%EC%97%90%EC%84%9C-%ED%95%98%EB%93%9C%EC%9B%A8%EC%96%B4-%EC%A0%95%EB%B3%B4-%ED%99%95%EC%9D%B8%ED%95%98%EB%8A%94%EB%B2%95 리눅스에서 하드웨어 정보 확인하는법 1. CPU 정보 확인 #명령어 cat /proc/cpuinfo cat /proc/cpuinfo > cpuinfo.txt /* cpuinfo.txt 파일에 cpuinfo 정보를 저장 */ cat /proc/cpuinfo | grep "model name" | head -1 /* cpu "model name" 중 맨위.. lhjin.tistory.com .. 2020. 1. 22. 100G 넘는 파일을 어떻게 복사할까? - rsync A서버 -> B서버로 root 권한이 없는 유저 X의 대용량 파일을 전송해야 했다. 1. 처음에 권한 생각도 못했던 시기sudoer인 내가 유저 X의 A서버 홈 디렉토리를 X의 B서버로 홈 디렉토리로 바로 옮겨주면 되겠지 했는데 /home은 root꺼여서 B서버의 root 권한이 필요했다. 생각해보니 나는 A서버의 sudoer니까 B서버에는 없는게 당연했다.ㅜㅜsudoer sudoer 권한 둘다 필요A:/home/X --> B:/home/X구글링을 해보니 나 같은 분이 몇 년전에도 계셨다.찾아보니 /home을 직접 copy하지 말고 /home/X 밑에 내가 원하는 폴더를 집어 넣으란다.그럼 ls 찍어서 for문 돌려서 하나씩 보내야 하나 압축해서 파일 보내는게 좋은가 고민이 되었다.htt.. 2020. 1. 21. [1/18] 1 .새 프로젝트 생성 환경설정이 끝났으니 workspace를 만들어보자 react native가 필요한 패키지를 다 설치해주기 때문에 명령어 한줄로 끝 npx react-native init SelfPraise 그럼 SelfPraise라는 폴더가 생기면서 생성 완료~ 아래 폴더와 파일들이 생긴다. 굵은 글씨가 폴더. . ├── App.js ├── __tests__ ├── android ├── app.json ├── babel.config.js ├── index.js ├── ios ├── metro.config.js ├── node_modules ├── package.json └── yarn.lock 안드로이드로 실행하려면 아래 명령어 복붙하면 된다 npx react-native run-android 30초 정도 기다리니 에뮬.. 2020. 1. 18. [1/18] 0. 환경 설정 React Native로 Android 앱을 개발해보자! 제일 중요한 개발 환경 설정 고고 React Native 공식 문서를 참고해서 환경 설정을 진행했다. https://facebook.github.io/react-native/docs/getting-started React Native · A framework for building native apps using React A framework for building native apps using React facebook.github.io 하드웨어 스펙 : Macbook 12(Early 2016) Catalina 10.15.1 설치 목록 이미 설치한 package - npx : 6.11.3 - node : 12.4.0 - watchman : 4.. 2020. 1. 18. [window] net use 사용법 net use? 내 컴퓨터와 네트워크로 연결된 컴퓨터를 연결, 해제, 상태 확인할 수 있는 명령어 Connects a computer to or disconnects a computer from a shared resource, or displays information about computer connections. The command also controls persistent net connections. Used without parameters, net use retrieves a list of network connections. https://docs.microsoft.com/en-us/previous-versions/windows/it-pro/windows-server-2012-r2-a.. 2020. 1. 8. 이전 1 ··· 9 10 11 12 13 다음