




























A couple of days ago, I just re-install Windows 7 on IBM X60 based on the flash drive, now the new buy Sandisk Ultra USB flash drive is no use now, so during the National Holiday, I just install a Live-CD type Linux on it so I can play something different with MS stuff latter.
I choose Knoppix largely because of it's size: Knoppix has the largest size among other Linux distribution like puppy/Slax as well as it's popularity, you can Get Knoppix via a BT client like µTorrent. After you get the 3.68GB DVD ISO downloaded, the step to custom Knoppix to fit your needs will be quite simple (yes simple, but it must be consider in the Linux standard
):
After above 7 steps, you can in fact to use Knoppix now, but you may also want to install additional software like WinRAR (very popular but not free): you can first extract to home folder ~/, run make in ~/rar folder and put rarreg.key to /etc/ if you have a license.
I also need to use PyCharm 1.5.4 to do some Google App Engine programming, so still need manually install: (in Root Terminal running)
apt-get install sun-java6-jre
Because PyCharm say it must run Sun Java Runtime instead of Open Java Runtime, so it is need to install it first. You may also want to install some other program like qtm (blogging client) or scribes (a new text editor) at this time with similar apt-get install command.
Download the GAE SDK, current writing, I use version 1.5.4, extract to home folder first, then move to /usr/local if you want in root, you may refer to that folder after install PyCharm, but it is another topic I think.
You may also have to edit your /etc/profile to export an environment to ensure PyCharm can find the correct java run time after line 24:
PYCHARM_JDK=/usr/lib/jvm/java-6-sun/jre
export PYCHARM_JDK
Now we can download the PyCharm 1.5.4 and extract & move to /usr/local also. after that you can run /usr/local/pycharm-1.5.4/bin/pycharm.sh to test if every thing is OK, after run that script once, you can run PyCharm by run charm directly in Start->Run dialog.
I done to setup the Knoppix by above sequence and hoping you also go smooth with this blog while setting up your personal Knoppix USB flash drive.
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。