2013年6月13日 星期四

Refer from:https://github.com/rraptorr/sun-java6

To create packages on your own:

  • apt-get install dpkg-dev
  • git clone git://github.com/rraptorr/sun-java6.git
  • cd sun-java6
  • download jdk-6u45-linux-i586.bin and jdk-6u45-linux-x64.bin fromhttp://www.oracle.com/technetwork/java/javase/downloads/index.html (yes, both, no matter which version you will run)
  • download jce_policy-6.zip from the same page under "Java Cryptography Extension (JCE) Unlimited Strength Jurisdiction Policy Files 6"
  • on multiarch amd64 systems (Wheezy) one must add i386 architecture: dpkg --add-architecture i386 && apt-get update
  • dpkg-buildpackage -uc -us
  • install any missing packages that dpkg-buildpackage complains about and repeat

沒有留言:

Obsidian 插件介紹:Text Generator

Text Generator 是 Obsidian 的一個插件,它可以根據給定的提示自動生成文本。這個插件使用 GPT-3 語言模型,能夠產生類似人類的文本,非常適合編寫故事、文章、電子郵件和其他類型文本。 主要功能: **生成文本:**根據提示生成各種長度的...