iOS 6.1, iPad에 Django 설정하기

우선 파이썬 설치 How I did it (minus the dead ends and false starts) Downloaded the latest version of Redsn0w. Downloaded the iPod Touch 2G 4.2.1 firmware. (Thanks to k1ttyrain for the file.) Ran Redsn0w and went through the jailbreak process. Used Cydia to install OpenSSH, wget, BerkeleyDB, and SQLite 3. (I also installed screen so I could run […]

유닉스/리눅스 명령어 팁

apropos whatis DB를 검색하여 검색하는 명령어와 관련이 있는 명령어를 간단한 설명과 함께 보여준다. # apropos jpeg mlinkkorea@mlinkkorea:~$ apropos jpeg pdftocairo (1) – Portable Document Format (PDF) to PNG/JPEG/PDF/PS/EPS/SVG using cairo arch 시스템의 CPU 타입을 보여준다. arp 연결하고자 하는 시스템의 MAC주소 확인 mlinkkorea@mlinkkorea:~$ arp Address HWtype HWaddress Flags Mask Iface 192.168.0.1 ether 00:26:16:59:4f:2c C eth0 Jin-won-ui-iPad.local […]

우분투 GRUB2 복구하기

질문에 답하다가 찾는 경우가 종종 있을듯 하여 여기에도 올림니다. 설치CD 또는 USB 부팅 후 “설치하지 않고 우분투사용하기”로 Live 부팅 상태에서 터미널을 하나 열어서 아래 링크의 과정을 해주면 됩니다. https://wiki.ubuntu.com/KernelTeam/Grub2Testing#User%20Errors 영어는 안되지만 대충 … Quote: fdisk를 실행하여 root(/)파티션과 boot(/boot)파티션 정보를 확인한다. Code: $sudo fdisk -l root 파티션을 (/dev/sda2일 경우) 다음과 같이 /mnt 에 마운트 시키다. Code: […]