an idea of re-organize source mage websit

"DiffGentoo

22:21 <@flux_control> Yes. That document is old, but mostly still good to show the differences I think.

It explain source mage way well

let newbie know source mage mind set is very important

22:23 <@flux_control> We need a better website, One that makes more important documents easier to see/access
"gentoo way" and "Arch way" docs do this well

And documents meant more for people who already know what they are doing less obvious to see, to contrast with the more needed documents.

That can help fresh guy fast know Mage way and flow Mage way

website content is good enough, I think it need re-organize

 <@flux_control> Exactly, A *lot* of re-organizing. I started reorganizing the Cauldron section, but it needs more.

It sould told newbie howto start, what we are(or Mage Way), howto install, daily use command, howto conbitro

  <@flux_control> And have a separate link for the developer documentation.

oh, a project list, I and my friend spend hours find where can we get sorcery source tarball

 

發表於 linux | 已標籤 , , | 發表迴響

簡化字

拙文《簡化字的“政治”……》請告知封禁原因 – 辩论会 – 凤凰论坛

 

發表於 心情 | 發表迴響

wiki,git

AdulauWikiDiary: Oddmuse Git

 

Other projects

 

Interfaces, frontends, and tools – Git SCM Wiki

 

dokufs.git – DokuFS – a fuse filesystem for DokuWiki

 

jwiegley’s git-issues at master – GitHub

 

Fossil: Home Page

Fossil:
Simple, high-reliability, distributed software configuration management

What are your coolest/most unusual hacks using a distributed version control system? – Stack Overflow

Not my own projects, but just came across a couple of distributed issue tracking systems that use git:

git-issues

ticgit

And there’s always fossil, which is a DVCS with both bug tracking and wiki built in. Made by the creator of sqlite, and uses an sqlite database as its repository.

ThemeMarket/SimpleMente – MoinMoin

SimpleMente Theme

kogakure’s moinmoin-theme-kaijin at master – GitHub

 

Theme "Kaijin" for MoinMoin Wiki
Read more

JAK LINUX

Welcome to JAK LINUX (ikiwiki theme)

nvie.com » Blog Archive » A successful Git branching model

 

A successful Git branching model

In this post I present the development model that I’ve introduced for all of my projects (both at work and private) about a year ago, and which has turned out to be very successful. I’ve been meaning to write about it for a while now, but I’ve never really found the time to do so thoroughly, until now. I won’t talk about any of the projects’ details, merely about the branching strategy and release management.

 

發表於 PHP, git, linux, 做站 | 發表迴響

IRC things

freenode: eir

 

發表於 做站 | 已標籤 , , | 發表迴響

Google Docs form

美化 Google Docs 表單

 

發表於 做站 | 已標籤 , , | 發表迴響

lauch bars

.:: tablaunch ::.

 

TabLaunch

 

發表於 linux | 已標籤 , , | 發表迴響

榕樹名稱的由來

980903榕樹名稱的由來 – 寫作總醫院 – NOWnews【部落格】1

980903榕樹名稱的由來 提問與回答  

2009-09-03 15:41:00

 

這是《廣東新語》裡面提到的大概內容~~

 

 

榕樹重點在「容」這個字,從樹功能看,木質中空,軟一不勘大用,所以僥倖逃過一劫,不會受到斧斤之災,為人類所容。另外是一個寫法,容,樹本身形成綠蔭,能夠像大廈一般,穩固面積大,容許人類遮蔭以及眾多鳥類棲息。所以榕樹命名由這兩個角度去看,是有這種功能。

發表於 心情 | 已標籤 | 發表迴響

アキバHOBBY

アキバHOBBY

 

MOKOMOKOにしてやんよ♪ アルター 朧村正 百姫 レビュー

 

發表於 心情 | 發表迴響

build Quickboot

QuickBoot Linux – Boot Linux in 6 seconds or less.

 

Downloads: – Version 1.0.54
Quickboot-dev – The development system for making your own small Linux distros.

Quickboot-linux.iso – A default Linux distro. Boot to prompt and thats it. Just a demo..

Requirements:
Make sure you have the following commands installed: mkisofs, mkdosfs, mke2fs, syslinux, mount, dd, ldd, fdisk.

Installation & Development – Quick Start
1. Download the development environment here and uncompress it to a folder of choice. For a quicktest run the ./makedistro command to build the default ISO file. (Quickboot-linux.iso)

Continue with customization….

2. Once you uncompress the files you can mount the default root file system with the ./domount command or manually. mount -t ext2 -o loop rootfs mnt

3. Copy any custom or standard binary files and libraries to the ./mnt/bin or ./mnt/lib folders. If you don’t have enough space on the default rootfs you can create a new rootfs with the ./domkfs command and then remount this file system just like in step #2. Copy all the files from the ./busbox folder to your newly resized and mounted system in ./mnt. ( cp -ar * ../mnt/ )

4. Edit your boot loader configurations. I’ve included two version depending on what you want to use. ./iso/isolinux.cfg contains a configuration for ISOLINUX and booting off CDROMs and such, and syslinux.cfg is for the SYSLINUX bootloader. Pay close attention to the “ramdisk_size=1024” line. ramdisk_size must equal or be slighlty greater than your rootfs file size. If you made your own rootfs file in step #3 you’ll want to make sure and change this value in both .iso/islinux.cfg and ./iso/syslinux.cfg.

5. Run the ./makedistro command and a Quickboot-linux.iso file should be created in your ./Quickboot folder.

6. Boot that ISO file in VirtualBox or VMWare.

 

發表於 linux | 已標籤 , , , | 發表迴響

irssi save all channels

Internet Relay Chat Services – Advanced Irssi Usage – Linode Library

 

Additionally, you may want to create the following "ADDALLCHAN" alias:

/alias ADDALLCHAN script exec foreach my \$channel (Irssi::channels()) { Irssi::command("channel add -auto \$channel->{name} \$channel->{server}->{tag} \$channel->{key}")\;}

When you issue the /ADDALLCHAN command, all of the channels that you are currently joined to will be auto joined the next time you run irssi. Consider running the above commands with some regularity to ensure that your configuration file reflects the current state of your irssi session. Remember that you cannot safely edit your irssi configuration file while an irssi session is running.

 

Irssi productivity hacks with chanact

 

發表於 linux | 已標籤 , | 發表迴響