Differences between revisions 104 and 105
Revision 104 as of 2012-12-29 13:36:47
Size: 8167
Editor: OsamuAoki
Comment:
Revision 105 as of 2013-03-10 16:30:20
Size: 8737
Comment: Please restore deleted work.
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:

Osamu Aoki: Please restore my work that you deleted. Move it to a separate page if you find it approprite, but please do not just delete the work of others. The partitionioning scheme is an issue for SSDs, because they are usually not as large as disks and it allows to keep bulk and variable data away from the SSD.
http://wiki.debian.org/SSDoptimization?action=diff&rev1=44&rev2=45


























































































Osamu Aoki: Please restore my work that you deleted. Move it to a separate page if you find it approprite, but please do not just delete the work of others. The partitionioning scheme is an issue for SSDs, because they are usually not as large as disks and it allows to keep bulk and variable data away from the SSD. http://wiki.debian.org/SSDoptimization?action=diff&rev1=44&rev2=45

Osamu Aoki's Wiki contents for users

I can be reached via e-mail: osamu_at_debian_dot_org

Important links for my packages and their maintenance

I have been working on several projects. Here are the links.

Here are my checkout commands:

$ svn co svn+ssh://svn.debian.org/svn/ddp/ ddp
$ svn co svn+ssh://svn.debian.org/svn/ddp/manuals/trunk/quick-reference debian-reference/qref
$ cvs -d :ext:osamu@cvs.alioth.debian.org:/cvsroot/debiandoc-sgml checkout -d debiandoc-sgml-cvs .
$ git clone git://git.debian.org/git/debiandoc-sgml/debiandoc-sgml.git debiandoc-sgml-git/debiandoc-sgml
$ git clone git://git.debian.org/git/collab-maint/im-switch.git im-switch/im-switch
$ svn co svn+ssh://svn.debian.org/svn/pkg-ime pkg-ime
$ git clone ssh://git.debian.org/git/collab-maint/scim.git scim/scim
$ cvs -d :ext:cvs.alioth.debian.org:/cvsroot/webwml checkout -d webwml .

Examples

Send data to Git archive

$ scp -p -r debiandoc-sgml.git   git.debian.org:/git/debiandoc-sgml/debiandoc-sgml.git
$ scp -p -r debian-reference.git git.debian.org:public_git/debian-reference.git
$ git push ssh://git.debian.org/git/debiandoc-sgml/debiandoc-sgml.git master:master
$ git push # if cloned with ssh://...

Get data from Git archive

* git archive for alioth group project

$ sensible-browser http://git.debian.org/?p=debiandoc-sgml/debiandoc-sgml.git # web
$ git clone  ssh://git.debian.org/git/debiandoc-sgml/debiandoc-sgml.git debiandoc-sgml # r/w
$ git clone  git://git.debian.org/git/debiandoc-sgml/debiandoc-sgml.git debiandoc-sgml # ro
$ git clone http://git.debian.org/git/debiandoc-sgml/debiandoc-sgml.git debiandoc-sgml # ro

* git archive for alioth user project

$ sensible-browser http://git.debian.org/?p=users/osamu/debian-reference.git # web
$ git clone  ssh://git.debian.org/~osamu/public_git/debian-reference.git debian-reference # r/w
$ git clone  ssh://git.debian.org/git/users/osamu/debian-reference.git   debian-reference # r/w
$ git clone  git://git.debian.org/~osamu/debian-reference.git            debian-reference # ro
$ git clone  git://git.debian.org/git/users/osamu/debian-reference.git   debian-reference # ro
$ git clone http://git.debian.org/git/users/osamu/debian-reference.git   debian-reference # ro

Translation and style guide line

English style

Japanese Style

Important links for my interest

I am interested in several projects, especially UTF-8 transition. Here are the links.

Key history

Discussion


Osamu Aoki