728x90 ๋ฐ์ํ ๐ง์ด์์ฒด์ 76 ์๋์ฐ - HDD ์ด๊ธฐํ , USB ์ฉ๋ ๋ณต๊ตฌํ๊ธฐ(diskpart) 1. diskpart๋ผ๊ณ ์ ๋ ฅํ๋ค 2. list disk ๋ผ๊ณ ์ ๋ ฅํ๊ณ USB ๋ฉ๋ชจ๋ฆฌ ์ฉ๋๊ณผ ๋น์ทํ ๊ฒ์ ๋์คํฌ ๋ฒํธ๋ฅผ ๊ธฐ์ตํด ๋์ธ์. 3. select disk ๋์คํฌ๋ฒํธ ๋ฅผ ์ ๋ ฅํ๋ค 4. clean ์ ์ ๋ ฅํ๋ค 5. create partition primary๋ฅผ ์ ๋ ฅํ๋ค 6. format fs=ntfs quick ์ ์ ๋ ฅํ๋ค 7. exit ๋ฅผ ์ ๋ ฅํ๋ค ์ถ์ฒ: https://blog.naver.com/devlog_/221619228538 2023. 2. 26. ์๋์ฐ - ํ์์๋ก ๋ฐํํ๋ฉด ์คํฌ๋ฆฐ์ท ์บก์ฒ [Reflection.Assembly]::LoadWithPartialName("System.Drawing") function screenshot([Drawing.Rectangle]$bounds, $path) { $bmp = New-Object Drawing.Bitmap $bounds.width, $bounds.height $graphics = [Drawing.Graphics]::FromImage($bmp) $graphics.CopyFromScreen($bounds.Location, [Drawing.Point]::Empty, $bounds.size) $bmp.Save($path) $graphics.Dispose() $bmp.Dispose() } $bounds = [Drawing.Rectangle]::Fro.. 2023. 2. 8. ๋ฆฌ๋ ์ค - ์นผ๋ฆฌ ๋ฆฌ๋ ์ค ๋ฐ์คํฌํ ํ๊ฒฝ ์ ํ(Switching Desktop Environments) https://www.kali.org/docs/general-use/switching-desktop-environments/ Switching Desktop Environments | Kali Linux Documentation During install a user may select whichever desktop environment that they prefer. However, when using the official VM this is not a possibility. In these cases, and many others, a user may wish to change their desktop environment. To get started we will fir www.kali.org .. 2023. 1. 27. ๋ฆฌ๋ ์ค - ssh ํค ํ์ผ๋ก ๋น๋ฐ๋ฒํธ ์์ด ์ ์ํ๊ธฐ(ssh-keygen) 1. ์ฐ์ ํด๋ผ์ด์ธํธ ์ธก์ด ์๋์ ๋ช ๋ น์ด๋ก ํค ์(๊ฐ์ธํค, ๊ณต์ฉํค)์ ์์ฑ์ํจ๋ค. RSA ํ์(type)์ผ๋ก ํค ์์ ์์ฑ ํ๋ ๋ช ๋ น์ด ssh-keygen -t rsa ์์ฑํด์ฃผ๊ฒ ๋๋ฉด ~/.ssh ํด๋์ id_rsa, id_rsa.pub์ด ์์ฑ์ด ๋๊ณ ๊ฐ๊ฐ ๊ฐ์ธํค, ๊ณต์ฉํค์ด๋ค. (* ๊ฐ์ธํค๋ ์ ๋ ์ ์ถ x) ~/.ssh/ โโ id_rsa โโ id_rsa.pub 2. id_rsa.pub(๊ณต์ฉํค)์ ๋ด์ฉ์ ์๋ฒ ์ธก์ ~/.ssh/authorized_keys ํ์ผ์๋ค ์ ์ด์ค๋ค. vim ~/.ssh/authorized_keys 3. ํด๋ผ์ด์ธํธ(์ ์์)๋ ~/.ssh/ ๊ฒฝ๋ก์๋ค id_rsa๋ฅผ ๋ฃ๋๊ฐ ๋ช ๋ น์ด(with -i ์ต์ )๋ฅผ ํตํด์ ์๋ฒ์๊ฒ ์ ์ ssh -i id_rsa ์ฌ์ฉ์_์์ด๋@์๋ฒ_์์ดํผ or ~.. 2023. 1. 23. ์๋๋ก์ด๋ - adb๋ก ์ฑ ์คํ ์ํค๊ธฐ ex) ์นด์นด์คํก ์คํ ๋ช ๋ น์ด adb shell am start com.kakao.talk ์ฑ์ ํจํค์ง๋ช ์ฐพ๋ ๋ฐฉ๋ฒ ๊ตฌ๊ธ ํ๋ ์ด์คํ ์ด์ ์ฑ ์ด๋ฆ์ ๊ฒ์ํด์ ๊ณต์ ๋ฒํผ์ ๋๋ฌ URL ์ฃผ์๋ฅผ ํ์ธํ๋ฉด ์ฑ์ ํจํค์ง๋ช ์ด ๋์จ๋ค(com.kakao.talk) ์ฐธ๊ณ : https://colalove5562.tistory.com/31 [Android] ์ดํ ํจํค์ง๋ช ํ์ธํ๋ ๋ฐฉ๋ฒ ์๋๋ก์ด๋ ์ดํ์ ํจํค์ง๋ช ํ์ธํ๊ธฐ : ํจํค์ง๋ช (Package name) ์ด๋? ์๋๋ก์ด๋ ์ฑ ๊ฐ๊ฐ์ ๊ณ ์ ํ ์ด๋ฆ์ด๋ผ๊ณ ํ ์ ์์ต๋๋ค. ์ฌ์ฉ์์๊ฒ ์ง์ ์ ์ผ๋ก ๋ณด์ด์ง๋ ์์ง๋ง, ์ด ์ด๋ฆ์ ์ค๋ณต๋ ์ ์ colalove5562.tistory.com ์ถ์ฒ https://stackoverflow.com/questions/4567904/how-to-st.. 2023. 1. 15. ์๋๋ก์ด๋ - adb ํฐ์น&์ค์์ดํ(์คํฌ๋กค) ์ด๋ฒคํธ ํฐ์น adb shell input tap 500 500 ์ค์์ดํ(์คํฌ๋กค) adb shell input swipe 500 500 100 1000 100 # adb shell input swipe xSource, ySource, xDestination, yDestination, Duration(ms) ๋ค๋ก๊ฐ๊ธฐ input keyevent 4 //ํน์ input keyevent 187 ์์ธํ ํฐ์น x, y ์ขํ๋ฅผ ์ป๊ณ ์ถ๋ค๋ฉด ๊ฐ๋ฐ์ ์ต์ ์์ ์ ๋ ฅ ๋ฉ๋ด์ "ํฌ์ธํฐ ์์น" ์ต์ ์ ์ผ์ฃผ๋ฉด ๋๋ค. ์ถ์ฒ: https://code-clipping.tistory.com/4 ์๋๋ก์ด๋ ํฐ์น ์ด๋ฒคํธ (adb shell input tap) adb shell input tap 500 500 Command: adb shell inp.. 2023. 1. 14. ์๋์ฐ - ๋ชจ๋ํฐ ํด์๋ ๋ณ๊ฒฝ ๋ช ๋ น์ด(QRes) / ์ํด๋ฆญ์ผ๋ก ๋ชจ๋ํฐ ํด์๋ ๋ณ๊ฒฝ QRes.exe๋ผ๋ ๋ช ๋ น์ด ๊ธฐ๋ฐ์ผ๋ก ๋ชจ๋ํฐ ํด์๋๋ฅผ ๋ณ๊ฒฝํ๋ ํ๋ก๊ทธ๋จ์ ๋ค์ด๋ก๋ํ์ฌ ์ค๋๋ค. QRes.exe ๋ค์ด๋ก๋ https://www.softpedia.com/get/Multimedia/Video/Other-VIDEO-Tools/QRes.shtml ๋ช ๋ น์ด QRes.exe /x:1680 /y:1050 ์์ ๋ช ๋ น์ด ํ์์ ์ฌ์ฉํ๋ฉด ํด์๋๋ฅผ ๋ณ๊ฒฝํ ์ ์์ต๋๋ค. ๋ชจ๋ํฐ ํด์๋ ํ์ธํ๋ ์ฌ์ดํธ https://www.websiteplanet.com/ko/webtools/screenresolution/ ๋ด ํ๋ฉด ํด์๋๋ ์ด๋ค๊ฐ์? ๋ฌด๋ฃ ์จ๋ผ์ธ ๋๊ตฌ, 100%์ ์ ํ๋ 2022 ํด๋น ๋ฌด๋ฃ ์จ๋ผ์ธ ๋๊ตฌ๋ฅผ ์ฌ์ฉํ์ฌ ํ๋ฉด ํด์๋๋ฅผ ์ฆ์ ํ์ธํ์ธ์. PC์ Mac ๋ชจ๋ํฐ๋ฅผ ํธํํฉ๋๋ค. ํ๋ฉด ํด์๋๋ ํฝ์ ๋ก ํ์๋ฉ๋๋ค... 2022. 12. 12. ์๋๋ก์ด๋ - ์ฑ์ ๋ณต์ ํด์ฃผ๋ ์ฑ ํด๋ก๋(App Cloner) ๊ณต์ ์ฌ์ดํธ https://appcloner.app/ App Cloner - Official Home Page appcloner.app ๊ณต์ ์ฌ์ดํธ์์ ๋ฐ๋ ์ฑ์ ์ต๋ 1๊ฐ๊น์ง ์ฑ ํด๋ก๋์ ์ง์ํ๊ณ ๋ค์ํ ์ต์ ๋ค์ด ํ์ ์ ์ด๋ค. ํ๋ฆฌ๋ฏธ์ ํฌ๋ ๋ฒ์ https://modyolo.com/app-cloner.html App Cloner v2.15.4 MOD APK (Premium Unlocked) App Cloner Mod APK is the only multi-account app that makes real clones that are completely independent and may be installed. modyolo.com ํ๋ฆฌ๋ฏธ์ ํฌ๋ ๋ฒ์ ์ผ๋ก ์ฑ ํด๋ก๋ ๋ฆฌ๋ฏธํธ ์ ํ ํด์ ์ ์ต์ ๋ค๋ ์ ๊ธ ํด์ .. 2022. 12. 1. ์๋์ฐ - openSSH(ssh) config ๊ฒฝ๋ก C:\ProgramData\ssh 2022. 11. 16. ์๋์ฐ - text to speech(text2speech), ๋ชฉ์๋ฆฌ ๋ฐ ์ธ์ด ๋ณ๊ฒฝํ๊ธฐ ์ฌ์ฉ ๊ฐ๋ฅํ ๋ชฉ์๋ฆฌ๋ค ํ์ธํ๊ธฐ Add-Type -AssemblyName System.Speech $speak = New-Object System.Speech.Synthesis.SpeechSynthesizer $speak.GetInstalledVoices() | Select-Object -ExpandProperty VoiceInfo | Select-Object -Property Culture, Name, Gender, Age ๋ชฉ์๋ฆฌ ์ค์ ๋ฐ ์ถ๋ ฅ Add-Type -AssemblyName System.speech $speak = New-Object System.Speech.Synthesis.SpeechSynthesizer $speak.SelectVoice('Microsoft Heami Desktop') $s.. 2022. 11. 5. ์๋์ฐ - ์ ์ฑ ์ํํธ์จ์ด ์ ๊ฑฐ ๋๊ตฌ(mrt) 2022. 11. 3. ์๋์ฐ - ์ ์ดํ, ์ฑ ๋ฐ ๊ธฐ๋ฅ ์ญ์ ๊ฐ ๋์ง ์๋ ๊ฒฝ์ฐ ์ฌ์ง๊ณผ ๊ฐ์ด ์ ๊ฑฐ๊ฐ ๋นํ์ฑํ๋์ด ์ญ์ ๋ฅผ ํ ์๊ฐ ์๋ ๊ฒฝ์ฐ(ํ์ผ์ ์ ๊ฑฐ๊ฐ ๋์์ง๋ง ๊ธฐ๋ก์์ ์ง์์ง์ง ์๋ ์ํ) ๋ ์ง์คํธ๋ฆฌ ๊ฒฝ๋ก ์ปดํจํฐ\HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\Windows\CurrentVersion\Uninstall\ ๋ ์ง์คํธ๋ฆฌ์์ ์ ๊ฒฝ๋ก๋ก ์ด๋ํด ์ค๋ค. Uninstall ํค ์๋์๋ ๋ ์ฌ๋ฌ ๊ฐ์ง์ ํ์ ํค๋ค์ด ์กด์ฌํ๋๋ฐ ๊ทธ์ค์์ DisplayName์ ๊ฐ์ด ๋ด๊ฐ ๊ธฐ๋ก์์ ์ง์ฐ๊ณ ์ถ์ ๊ฒ์ธ ํค๋ฅผ ํ์ธํ๊ณ ๊ทธ ํค๋ฅผ ์ง์์ค ์ถ์ฒ: https://seogilang.tistory.com/1793 ์๋์ฐ10 ์ฑ ๋ฐ ๊ธฐ๋ฅ ๋จ์ ๋ชฉ๋ก ์ญ์ ๋ฐฉ๋ฒ ์๋์ฐ10์ ์ฑ ๋ฐ ๊ธฐ๋ฅ์ ํตํด ์ค์นํ ์ฑ(ํ๋ก๊ทธ๋จ)์ ์ญ์ ํ ์ ์๋ค. ํ์ง๋ง ํ์ผ์ ๊ฐ์ ์ญ์ ํ๋ .. 2022. 10. 30. ์ด์ 1 2 3 4 5 6 7 ๋ค์ 728x90 ๋ฐ์ํ