upload a forex pdf

system A:

overdrive

ignition_method

spring_method

system B:

10mfwb

發表於 心情 | 發表迴響

about trading routine

Must develop a trading routine:

http://trading-u.com/blog/index.php/archives/2467

http://www.trading-brain.com/en/Trading-Routine/

發表於 心情 | 發表迴響

install archlinux with btrfs reload

install archlinux with btrfs reload

定出最簡潔裝出能引導的arch

mkfs.btrfs -Larch /dev/hda8

btrfsck /dev/hda8

mount -t btrfs /dev/hda8 /mnt/arch

cd /mnt/arch/

mkdir -p dev proc sys var/lib/pacman boot

mount -o bind /dev dev;mount -t proc none proc;mount -t sysfs none sys;mount –bind /boot boot

alias pp=’pacman -r /mnt/arch’

pp -Sy base

cp /etc/resolv.conf etc/resolv.conf

vi /mnt/arch/etc/pacman.d/mirrorlist

chroot /mnt/arch/ /bin/bash

pp -Sy zsh grml-zsh-config git lvm2

exit

chroot /mnt/arch/ /bin/zsh;cd;alias pp=’pacman’

wget "https://aur.archlinux.org/packages/packer/packer/PKGBUILD" –no-check-certificate ; makepkg -fic –asroot

alias pp=’packer’

alias pp=’packer –noedit –noconfirm’

pp -S base-devel sudo

pp -S mkinitcpio-btrfs

wget http://aur.archlinux.org/packages/btrfs-progs/btrfs-progs.tar.gz;tar xf btrfs-progs.tar.gz;cd btrfs-progs;pp -S util-linux-ng e2fsprogs;

https://wiki.archlinux.org/index.php/Installing_on_Btrfs_root

發表於 心情 | 發表迴響

install archlinux with lxc & btrfsj

finally, I fount archlinux default kernel added lxc & btrfs now(25/12/2010)

so, I try install lxc arch host from gentoo, chroot way :D

mkfs.btrfs -Larch /dev/hda8

mount -t btrfs /dev/hda8 /mnt/arch

mkdir -p /mnt/arch/var/lib/pacman

alias pp=’pacman -r /mnt/arch’

pp -Sy base wpa_supplicant ipw2100-fw

cp /etc/resolv.conf /mnt/arch/etc/resolv.conf

vi /mnt/arch/etc/pacman.conf

vi /mnt/arch/etc/pacman.d/mirrorlist

mount -o bind /dev /mnt/arch/dev/;mount -o bind /proc /mnt/arch/proc/;mount -o bind /sys /mnt/arch/sys/
chroot /mnt/arch/

alias pp=’pacman’

pp -Syu

pp -S zsh grml-zsh-config git lvm2

exit

chroot /mnt/arch/ /bin/zsh

alias pp=’pacman’

mkdir -p zeroarch;zeroarch;wget "https://aur.archlinux.org/packages/packer/packer/PKGBUILD" ; makepkg -fic

wget "https://aur.archlinux.org/packages/packer/packer/PKGBUILD" –no-check-certificate ; makepkg -fic –asroot

alias pp=’packer’

pp -S axel pacman-color vim lvm2 base-devel netcfg pacman-color btrfs-progs-git sudo devtools bridge-utils

mkinitcpio -p kernel26

vim /etc/rc.conf

TIMEZONE="Asia/Hong_Kong"

USELVM="yes"

HOSTNAME="mvll"

vim /etc/hosts

127.0.0.1       mvll.local      mvll

vim /etc/dhcpcd.conf

nohook resolv.conf

network

DAEMONS=(network @syslog-ng netfs @crond)

umount /mnt/arch/sys /mnt/arch/proc /mnt/arch/dev

umount /mnt/arch/

https://wiki.archlinux.org/index.php/Beginners_Guide#F:_Configure_the_System

https://wiki.archlinux.org/index.php/Install_From_Existing_Linux

https://wiki.archlinux.org/index.php/Installing_on_Btrfs_root

vps-lxc

# vps-lxc mktpl -a 32 -d archlinux vps-arch

https://github.com/extofme/vps-lxc

發表於 心情 | 發表迴響

Learn C by example in just 5 hours

Learn C by example in just 5 hours.C tutorial on-line.

Have you always wanted to master a programming language. Well today if you are glancing at this page you have chosen a language which perhaps without doubt is the most versatile. But to learn C for say basic programmers is a challenge. While the old basic used interpreters C uses compilers and basically is very portable. But let quit all this jibrish and get to the heart of this page. I say you can learn C programming in 3 hours. Well atleast the basics that will help you to build more powerful programs.You say I can’t show you C in 5 hours. Well let’s test that … 繼續閱讀

發表於 心情 | 發表迴響

compass susy

Finding love in Sass and Susy with a Compass | Brajeshwar

 

發表於 心情 | 發表迴響

jekyll site

Sites – jekyll – GitHub

Ryan Clough (source) – Personal Website and blog of Ryan Clough (on code, linux, music, and dance)

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

hyde

Moving from Django to Hyde / Steve Losh

Why Static?

 

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

ucimf

ucimf – Project Hosting on Google Code

在 Unicode Console 環境下, 提供外掛輸入法支援的函式庫架構.

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

ruth init

ciaranm’s ruth at master – GitHub

 

ruth

ruth is run as the init process (by passing init=/sbin/ruth to the kernel, or by using eclectic init set ruth, or by symlinking /sbin/init to it). When started, ruth will do the following:

 

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