Kali 에서  패키지 업데이트 하려면...

apt-get update
apt-get upgrade
apt-get dist-upgrade



기타)

## Kali Security updates
deb http://security.kali.org/kali-security kali/updates main contrib non-free

## Kali 
deb http://http.kali.org/kali kali main contrib non-free

## Kali-dev
deb http://http.kali.org/kali kali-dev main contrib non-free

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

Android 빌드프롭 트윅들  (0) 2013.05.09
by JNexOnSoft 2013. 10. 15. 22:15

 

<Android build.prop tweaks>

1. 런처프로그램을 메모리에 상주시킵니다. (Stay the launcher in Memory)

ro.HOME_APP_ADJ=1

 

2. JPG 퀄리티를 증가합니다. (Increase the JPG quility)

ro.media.enc.jpeg.quality=100

 

3.VM 사이즈를 변경시킵니다. (Change the VM heapsizes)

dalvik.vm.heapsize=64m

dalvik.vm.heapstartsize=32m

dalvik.vm.heapgrowthlimit=64m

 

4. 멀티테스킹을 많이 하는경우 (For Multi-tasking)

dalvik.vm.heapsize=32m

dalvik.vm.heapstartsize=16m

dalvik.vm.heapgrowthlimit=48m

 

5. 고사양 게임을 하거나 어플이 많이 튕기는 경우(For high spectification apps)

dalvik.vm.heapsize=48m

dalvik.vm.heapstartsize=32m

 

6. UI에서 GPU가속을 사용하게 합니다. (Use GPU accelerate in UI)

debug.sf.hw=1

 

7. 전화할떄 벨소리의 딜레이를 낮춥니다. (Decrease the bell delay)

ro.telephony.call_ring.delay=0

 

8. 화면 전환을 부드럽게 해줍니다. (For smooth screen effects)

windowsmgr.max_events_per_sec=150

 

9. 배터리를 절약하게 해줍니다. (Save the battery)

wifi.supplicant_scan_interval=180

pm.sleep_mode=1

ro.ril.disable.power.collapse=1

 

10 .컴퓨터 연결 디버깅 아이콘을 숨깁니다. (Hide debugging icon)

persist.adb.nofity=0

 

11. 전반적인 터치반응을 향상시킵니다. (Increase touch reaction)

debug.performance.tuning=1

video.accelerate.hw=1

 

12. 3G 속도를 향상시킵니다. (Increase the 3G network speed)

ro.ril.hsxpa=2

ro.ril.gprsclass=10

ro.ril.hep=1

ro.ril.enable.dtm=1

ro.ril.hsdpa.category=10

ro.ril.enable.a53=1

ro.ril.enable.3g.prefix=1

ro.ril.htcmaskw1.bitmask=4294967295

ro.ril.htcmaskw1=14449

ro.ril.hsupa.category=5

 

13.인터넷속도를 향상시킵니다. (Increase the internet speed)

net.tcp.buffersize.default=4096,87380,256960,4096,16384,256960

net.tcp.buffersize.wifi=4096,87380,256960,4096,16384,256960

net.tcp.buffersize.umts=4096,87380,256960,4096,16384,256960

net.tcp.buffersize.gprs=4096,87380,256960,4096,16384,256960

net.tcp.buffersize.edge=4096,87380,256960,4096,16384,256960

 

14. 어플리케이션의 문제를 해결합니다. (Fix the applications errors)

ro.kernel.android.checkjni=0

 

15.푸시속도 증가 (Increase push speed)

ro.mot.eri=1

ro.mot.eri.losalert.delay=1000

ro.mot.eri.sidalert.delay=1000

ro.mot.hw.uaprot=1

ro.mot.hw.HAC=1

 

16.스트리밍 속도 향상 (Increase streaming speed)

media.stagefright.enable-player=true

media.stagefright.enable-meta=true

media.stagefright.enable-scan=true

media.stagefright.enablehttp=true

#media.stagefright.enable-http=false

 

17.스크롤이 나아집니다. (For smooth scrolling)

ro.HorizontalVVM=true

ro.HorizontalBUA=true

ro.min_pointer_dur=10

 

18. 이미지 디더링을 끕니다. (Turn off the image dithering)

persist.sys.use_dithering=0

 

19. JIT기능을 킵니다. (Turn on JIT)

dalvik.vm.execution-mode=fast:jit

dalvik.vm.verify-bytecode=false

dalvik.vm.dexopt-flags=v=n,o=v

 

20. 메모리 최적화 (Optimize Memory)

ro.app_remover_Memory

 

21. 부트에니메이션을 없애줍니다. (Remove boot animation)

debug.sf.nobootanimation=1

 

22. 3D성능 향상에 관한 (better 3D Performance)

debug.sf.showupdates=0

debug.sf.showcpu=0

debug.sf.showbackground=0

debug.sf.showfps=0

 

23. 버튼 백라이트를 항상켜지게 합니다. (Always on the button back light)

ro.mot.buttonlight.timeout=0

 

24. 쓸모없는 어플 종료 (Close the useless applications)

debug.kill_allocating_task=0

persist.sys.purgeable_assets=1

ro.config.hw_menu_unlockscreen=false

 

31.볼륨키로 전원을 키지 않습니다. (Do not turn on the screen with volume key)

ro.config.hwfeature_wakeupkey=0

 

(from http://bjw5612s.blogspot.kr/2013/02/blog-post.html)

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

Kali 에서 패키지 업데이트  (0) 2013.10.15
by JNexOnSoft 2013. 5. 9. 12:05
| 1 |