티스토리 툴바


Tip & Tech2012/01/06 16:33
Google
 구글참조

Qualcomm
gitweb : https://www.codeaurora.org/gitweb/quic/la/
release : https://www.codaurora.org/xwiki/bin/QAEP/
 칩셋 이름 찾고, Tag/Build ID Manifest 이름 확인. manifest 이름에서 확장자 빼면 Tag명. 

TI
gitweb : http://git.omapzoom.org
release : http://www.omappedia.org/wiki/Release_Notes
http://www.omapedia.org

Nvidia
gitweb : http://nv-tegra.nvidia.com
 
저작자 표시

'Tip & Tech' 카테고리의 다른 글

android source code 얻기  (1) 2012/01/06
vim 윈도우 \r 문자(^M) 제거  (0) 2011/08/15
COM PORT NUMBER 변경  (0) 2011/07/17
WIN7 permission  (0) 2011/07/17
SKT USIM 다운로드 번호  (0) 2011/03/03
Google Code  (0) 2009/08/03
Posted by 꼬니아드
Tools/Git2012/01/06 16:22
$git log <SHA-ID>
$git log --author=<commiter>

 $git revert <SHA-ID>
 
conflict 발생시
$git mergetool
 
버전체크(git repository의 HEAD SHA1 넘버)
$repo forall -c git log -1 --pretty=format:%h | md5sum

소스 업로드
repo start <branchname> --all
git add -A
git commit
repo upload .

업로드 소스 수정
git add -A
git commit --amend
(change ID 부분은 그대로 둠)
repo upload .
 
저작자 표시

'Tools > Git' 카테고리의 다른 글

revert commit  (1) 2012/01/06
Git 원격 저장소  (0) 2011/02/15
Git 이력 이용  (0) 2011/02/15
Git 브랜치  (0) 2011/02/14
Git 파일관리  (0) 2011/02/14
Git 기초  (0) 2011/02/14
Posted by 꼬니아드
OS/Linux2011/08/29 20:48

계정별 디스크 사용량 # repquota -s /home

계정별 마지막 로그인 # lastlog

계정 삭제(홈 폴더 포함) # userdel -r <계정명>

계정별 디스크 할당 # edquota <계정명>

quota 적용 # quotaon /home

저작자 표시

'OS > Linux' 카테고리의 다른 글

Server Quota  (0) 2011/08/29
Linux "ulimit" 명령어  (0) 2010/06/10
How to search for missing pakages with apt-file in Ubuntu  (0) 2010/06/07
How to set up interfaces  (0) 2010/03/07
Posted by 꼬니아드
TAG quota