<?xml version="1.0" encoding="UTF-8"?> <rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:wfw="http://wellformedweb.org/CommentAPI/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
> <channel><title>Autarchy of the Private Cave &#187; project</title> <atom:link href="https://bogdan.org.ua/tags/project/feed" rel="self" type="application/rss+xml" /><link>https://bogdan.org.ua</link> <description>Tiny bits of bioinformatics, [web-]programming etc</description> <lastBuildDate>Wed, 28 Dec 2022 16:09:04 +0000</lastBuildDate> <language>en-US</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>https://wordpress.org/?v=3.8.27</generator> <item><title>gitosis: how to add new repository</title><link>https://bogdan.org.ua/2009/02/20/gitosis-how-to-add-new-repository.html</link> <comments>https://bogdan.org.ua/2009/02/20/gitosis-how-to-add-new-repository.html#comments</comments> <pubDate>Fri, 20 Feb 2009 19:05:52 +0000</pubDate> <dc:creator><![CDATA[Bogdan]]></dc:creator> <category><![CDATA[*nix]]></category> <category><![CDATA[how-to]]></category> <category><![CDATA[Software]]></category> <category><![CDATA[git]]></category> <category><![CDATA[gitosis]]></category> <category><![CDATA[project]]></category> <category><![CDATA[repository]]></category> <guid
isPermaLink="false">http://bogdan.org.ua/?p=606</guid> <description><![CDATA[I assume that you already have your gitosis-admin repository working (this is described elsewhere). cd gitosis-admin &#038;&#038; git pull &#8211; enter your gitosis administrative repository and ensure it is up-to-date $EDITOR gitosis.conf add [group newreponame] section (newreponame is the name of your new repository being added); add yourself with members = yourlogin@yourhost line; also add [&#8230;]]]></description> <content:encoded><![CDATA[<p>I assume that you already have your <strong>gitosis-admin</strong> repository working (this is described elsewhere).</p><ol><li><strong>cd gitosis-admin &#038;&#038; git pull</strong> &#8211; enter your gitosis administrative repository and ensure it is up-to-date</li><li><strong>$EDITOR gitosis.conf</strong></li><li>add <strong>[group newreponame]</strong> section (<em>newreponame</em> is the name of your new repository being added); add yourself with <strong>members = yourlogin@yourhost</strong> line; also add <strong>writable = newreponame</strong> line:<br
/><blockquote><p>[group newreponame]<br
/> members = yourlogin@yourhost<br
/> writable = newreponame</p></blockquote></li><li>based on my assumption of a correctly setup <strong>gitosis-admin</strong> repository, you should already have the appropriate public key in the <strong>keydir</strong> directory, but if not &#8211; copy your user&#8217;s ssh public key to <strong>keydir</strong> in the form of <strong>yourlogin@yourhostname.pub</strong>, then do <strong>git add keydir/yourlogin@yourhostname.pub</strong></li><li><strong>git commit -am &#8216;new repository: newreponame&#8217;</strong>; <strong>git push</strong>;</li><li>now that you have the new repo permissions configured, let&#8217;s actually create it. Navigate to the directory holding the files of your project (e.g. <strong>cd ~/newreponame</strong>), and do <strong>git init</strong>; <strong>git add .</strong> &#8211; this initializes empty git repository, and then adds all the files to it. If you have no files &#8211; you can skip the &#8216;git add .&#8217; command, as it will do nothing for you.</li><li><strong>git commit -m &#8216;initial commit&#8217;</strong>. If you had no files added to the commit, git will complain that it cannot create an empty commit. In this case use the command <strong>git commit &ndash;&ndash;allow-empty -m &#8216;initial commit&#8217;</strong></li><li><strong>git remote add origin ssh://gitosis@yourGitosisServerName/newreponame.git</strong></li><li><strong>git push &ndash;&ndash;all</strong></li><li>final thing: <strong>git config &ndash;&ndash;add branch.master.remote origin &#038;&#038; git config &ndash;&ndash;add branch.master.merge refs/heads/master</strong>; alternatively, <strong>cd .git &#038;&#038; $EDITOR config</strong>, and then add these lines:<br
/><blockquote><p>[branch "master"]<br
/> remote = origin<br
/> merge = refs/heads/master</p></blockquote><p>Without these lines, you won&#8217;t be able to <em>git pull</em>.</ol><p><a
class="a2a_button_citeulike" href="https://www.addtoany.com/add_to/citeulike?linkurl=https%3A%2F%2Fbogdan.org.ua%2F2009%2F02%2F20%2Fgitosis-how-to-add-new-repository.html&amp;linkname=gitosis%3A%20how%20to%20add%20new%20repository" title="CiteULike" rel="nofollow noopener" target="_blank"></a><a
class="a2a_button_pocket" href="https://www.addtoany.com/add_to/pocket?linkurl=https%3A%2F%2Fbogdan.org.ua%2F2009%2F02%2F20%2Fgitosis-how-to-add-new-repository.html&amp;linkname=gitosis%3A%20how%20to%20add%20new%20repository" title="Pocket" rel="nofollow noopener" target="_blank"></a><a
class="a2a_button_kindle_it" href="https://www.addtoany.com/add_to/kindle_it?linkurl=https%3A%2F%2Fbogdan.org.ua%2F2009%2F02%2F20%2Fgitosis-how-to-add-new-repository.html&amp;linkname=gitosis%3A%20how%20to%20add%20new%20repository" title="Kindle It" rel="nofollow noopener" target="_blank"></a><a
class="a2a_button_evernote" href="https://www.addtoany.com/add_to/evernote?linkurl=https%3A%2F%2Fbogdan.org.ua%2F2009%2F02%2F20%2Fgitosis-how-to-add-new-repository.html&amp;linkname=gitosis%3A%20how%20to%20add%20new%20repository" title="Evernote" rel="nofollow noopener" target="_blank"></a><a
class="a2a_button_pinterest" href="https://www.addtoany.com/add_to/pinterest?linkurl=https%3A%2F%2Fbogdan.org.ua%2F2009%2F02%2F20%2Fgitosis-how-to-add-new-repository.html&amp;linkname=gitosis%3A%20how%20to%20add%20new%20repository" title="Pinterest" rel="nofollow noopener" target="_blank"></a><a
class="a2a_dd addtoany_share_save addtoany_share" href="https://www.addtoany.com/share#url=https%3A%2F%2Fbogdan.org.ua%2F2009%2F02%2F20%2Fgitosis-how-to-add-new-repository.html&#038;title=gitosis%3A%20how%20to%20add%20new%20repository" data-a2a-url="https://bogdan.org.ua/2009/02/20/gitosis-how-to-add-new-repository.html" data-a2a-title="gitosis: how to add new repository"><img
src="https://static.addtoany.com/buttons/share_save_120_16.png" alt="Share"></a></p>]]></content:encoded> <wfw:commentRss>https://bogdan.org.ua/2009/02/20/gitosis-how-to-add-new-repository.html/feed</wfw:commentRss> <slash:comments>16</slash:comments> </item> <item><title>Debian-Med Project</title><link>https://bogdan.org.ua/2008/09/03/debian-med-project.html</link> <comments>https://bogdan.org.ua/2008/09/03/debian-med-project.html#comments</comments> <pubDate>Tue, 02 Sep 2008 22:34:56 +0000</pubDate> <dc:creator><![CDATA[Bogdan]]></dc:creator> <category><![CDATA[*nix]]></category> <category><![CDATA[Links]]></category> <category><![CDATA[Science]]></category> <category><![CDATA[Software]]></category> <category><![CDATA[biology]]></category> <category><![CDATA[Debian]]></category> <category><![CDATA[debian-med]]></category> <category><![CDATA[development]]></category> <category><![CDATA[medicine]]></category> <category><![CDATA[package]]></category> <category><![CDATA[practice]]></category> <category><![CDATA[project]]></category> <category><![CDATA[research]]></category> <guid
isPermaLink="false">http://bogdan.org.ua/?p=356</guid> <description><![CDATA[There&#8217;s a Debian-Med project, aiming to develop Debian into an operating system that is particularly well fit for the requirements for medical practice and research Debian-Med has several web sites/pages: one at Debian.org (descriptive), and the actual project&#8217;s website at debian-med.alioth.debian.org. There&#8217;s also debian-med wiki (for developers). As of nowadays, Debian-Med has released a number [&#8230;]]]></description> <content:encoded><![CDATA[<p>There&#8217;s a <a
href="http://alioth.debian.org/projects/debian-med" class="broken_link" rel="nofollow">Debian-Med project</a>, aiming to</p><blockquote><p>develop Debian into an operating system that is particularly well fit for the requirements for medical practice and research</p></blockquote><p>Debian-Med has several web sites/pages: one at <a
href="http://www.debian.org/devel/debian-med/">Debian.org</a> (descriptive), and the actual project&#8217;s website at <a
href="http://debian-med.alioth.debian.org/" class="broken_link" rel="nofollow">debian-med.alioth.debian.org</a>. There&#8217;s also <a
href="http://wiki.debian.org/DebianMed">debian-med wiki</a> (for developers).</p><p>As of nowadays, Debian-Med has released a number of Debian packages, which are grouped into respective <a
href="http://debian-med.alioth.debian.org/tasks/" class="broken_link" rel="nofollow">Debian Med Tasks</a>. The Biology-dev task, for example, contains <abbr
title="Markov cluster algorithm">MCL</abbr> and libsbml packages (among many others).</p><p>Check this project out &#8211; you might find that the software you need is already available as Debian package.</p><p><em>This post was stimulated by <a
href="http://bogdan.org.ua/2008/08/30/installing-libsbml-on-debian-to-make-ibiosim-start.html#comment-81021">Steffen&#8217;s comment</a>.</em></p><p><a
class="a2a_button_citeulike" href="https://www.addtoany.com/add_to/citeulike?linkurl=https%3A%2F%2Fbogdan.org.ua%2F2008%2F09%2F03%2Fdebian-med-project.html&amp;linkname=Debian-Med%20Project" title="CiteULike" rel="nofollow noopener" target="_blank"></a><a
class="a2a_button_pocket" href="https://www.addtoany.com/add_to/pocket?linkurl=https%3A%2F%2Fbogdan.org.ua%2F2008%2F09%2F03%2Fdebian-med-project.html&amp;linkname=Debian-Med%20Project" title="Pocket" rel="nofollow noopener" target="_blank"></a><a
class="a2a_button_kindle_it" href="https://www.addtoany.com/add_to/kindle_it?linkurl=https%3A%2F%2Fbogdan.org.ua%2F2008%2F09%2F03%2Fdebian-med-project.html&amp;linkname=Debian-Med%20Project" title="Kindle It" rel="nofollow noopener" target="_blank"></a><a
class="a2a_button_evernote" href="https://www.addtoany.com/add_to/evernote?linkurl=https%3A%2F%2Fbogdan.org.ua%2F2008%2F09%2F03%2Fdebian-med-project.html&amp;linkname=Debian-Med%20Project" title="Evernote" rel="nofollow noopener" target="_blank"></a><a
class="a2a_button_pinterest" href="https://www.addtoany.com/add_to/pinterest?linkurl=https%3A%2F%2Fbogdan.org.ua%2F2008%2F09%2F03%2Fdebian-med-project.html&amp;linkname=Debian-Med%20Project" title="Pinterest" rel="nofollow noopener" target="_blank"></a><a
class="a2a_dd addtoany_share_save addtoany_share" href="https://www.addtoany.com/share#url=https%3A%2F%2Fbogdan.org.ua%2F2008%2F09%2F03%2Fdebian-med-project.html&#038;title=Debian-Med%20Project" data-a2a-url="https://bogdan.org.ua/2008/09/03/debian-med-project.html" data-a2a-title="Debian-Med Project"><img
src="https://static.addtoany.com/buttons/share_save_120_16.png" alt="Share"></a></p>]]></content:encoded> <wfw:commentRss>https://bogdan.org.ua/2008/09/03/debian-med-project.html/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Need a computer science paper? Try SCIgen!</title><link>https://bogdan.org.ua/2007/12/09/need-a-computer-science-paper-try-scigen.html</link> <comments>https://bogdan.org.ua/2007/12/09/need-a-computer-science-paper-try-scigen.html#comments</comments> <pubDate>Sun, 09 Dec 2007 14:53:07 +0000</pubDate> <dc:creator><![CDATA[Bogdan]]></dc:creator> <category><![CDATA[Humour]]></category> <category><![CDATA[Links]]></category> <category><![CDATA[Science]]></category> <category><![CDATA[blog]]></category> <category><![CDATA[project]]></category> <category><![CDATA[server]]></category> <category><![CDATA[tool]]></category> <guid
isPermaLink="false">http://bogdan.org.ua/2007/12/09/need-a-computer-science-paper-try-scigen.html</guid> <description><![CDATA[Quite an entertaining story: SCIgen at wikipedia SCIgen tool SCIgen blog Finally, just a useful resource if you need a shiny name for your brand-new 2.0-beta project: anagram server.]]></description> <content:encoded><![CDATA[<p>Quite an entertaining story:<br
/> <a
href="http://en.wikipedia.org/wiki/SCIgen">SCIgen at wikipedia</a><br
/> <a
href="http://pdos.csail.mit.edu/scigen/">SCIgen tool</a><br
/> <a
href="http://pdos.csail.mit.edu/scigen/blog/index.php">SCIgen blog</a></p><p>Finally, just a useful resource if you need a shiny name for your brand-new 2.0-beta project: <a
href="http://wordsmith.org/anagram/">anagram server</a>.</p><p><a
class="a2a_button_citeulike" href="https://www.addtoany.com/add_to/citeulike?linkurl=https%3A%2F%2Fbogdan.org.ua%2F2007%2F12%2F09%2Fneed-a-computer-science-paper-try-scigen.html&amp;linkname=Need%20a%20computer%20science%20paper%3F%20Try%20SCIgen%21" title="CiteULike" rel="nofollow noopener" target="_blank"></a><a
class="a2a_button_pocket" href="https://www.addtoany.com/add_to/pocket?linkurl=https%3A%2F%2Fbogdan.org.ua%2F2007%2F12%2F09%2Fneed-a-computer-science-paper-try-scigen.html&amp;linkname=Need%20a%20computer%20science%20paper%3F%20Try%20SCIgen%21" title="Pocket" rel="nofollow noopener" target="_blank"></a><a
class="a2a_button_kindle_it" href="https://www.addtoany.com/add_to/kindle_it?linkurl=https%3A%2F%2Fbogdan.org.ua%2F2007%2F12%2F09%2Fneed-a-computer-science-paper-try-scigen.html&amp;linkname=Need%20a%20computer%20science%20paper%3F%20Try%20SCIgen%21" title="Kindle It" rel="nofollow noopener" target="_blank"></a><a
class="a2a_button_evernote" href="https://www.addtoany.com/add_to/evernote?linkurl=https%3A%2F%2Fbogdan.org.ua%2F2007%2F12%2F09%2Fneed-a-computer-science-paper-try-scigen.html&amp;linkname=Need%20a%20computer%20science%20paper%3F%20Try%20SCIgen%21" title="Evernote" rel="nofollow noopener" target="_blank"></a><a
class="a2a_button_pinterest" href="https://www.addtoany.com/add_to/pinterest?linkurl=https%3A%2F%2Fbogdan.org.ua%2F2007%2F12%2F09%2Fneed-a-computer-science-paper-try-scigen.html&amp;linkname=Need%20a%20computer%20science%20paper%3F%20Try%20SCIgen%21" title="Pinterest" rel="nofollow noopener" target="_blank"></a><a
class="a2a_dd addtoany_share_save addtoany_share" href="https://www.addtoany.com/share#url=https%3A%2F%2Fbogdan.org.ua%2F2007%2F12%2F09%2Fneed-a-computer-science-paper-try-scigen.html&#038;title=Need%20a%20computer%20science%20paper%3F%20Try%20SCIgen%21" data-a2a-url="https://bogdan.org.ua/2007/12/09/need-a-computer-science-paper-try-scigen.html" data-a2a-title="Need a computer science paper? Try SCIgen!"><img
src="https://static.addtoany.com/buttons/share_save_120_16.png" alt="Share"></a></p>]]></content:encoded> <wfw:commentRss>https://bogdan.org.ua/2007/12/09/need-a-computer-science-paper-try-scigen.html/feed</wfw:commentRss> <slash:comments>1</slash:comments> </item> </channel> </rss>