Đây là một đề tài mở ở slashdot.
http://ask.slashdot.org/comments.pl?sid=39...mp;cid=21716520
Mình nghĩa diendantoanhoc có thể làm là:
Tham gia dịch ( bước 1 ) những định lý bằng tiếng Anh ra tiếng Việt . Và sau đó tham gia soạn bài mới ( bước 2 ) cho wikipedia nếu có khả năng .
Xin nói thêm về wikipedia cho những bạn chưa biết ( xác suất .099% ): Wikipedia là một từ điển bách khoa lớn nhất trong lịch sử, tự do, mở ( bất kì ai cũng có thể đóng góp ), và phi lợi nhuận .
-> Tiếng Anh http://en.wikipedia.org/
-> Tiếng Việt http://vi.wikipedia.org/
2007/12/18
2007/12/09
60 seconds science
60 seconds science ( http://www.60secondscience.com/ ) là một website của tạp chí Scientific America . Nội dung cover chủ yếu là sinh học . Một số topics nhỏ nói về những vấn đề khác như IT, thiên văn.
60 seconds science bao gồm những đoạn video, hay mp3 ngắn - thường dưới 3 phút - nói về những vấn đề khoa học tương đối phổ thông, có tính giáo dục cao, kích thích não phải và trái hoạt động hihi
60 seconds science bao gồm những đoạn video, hay mp3 ngắn - thường dưới 3 phút - nói về những vấn đề khoa học tương đối phổ thông, có tính giáo dục cao, kích thích não phải và trái hoạt động hihi
2007/12/06
SeLinux: make http://host/~username visible
1133 cd home/
1134 ls -Z /home/
1135 chown -R user_u:object_r:user_home_dir_t nhocquay
1136 chcon user_u:object_r:user_home_dir_t nhocquay
1137 cd nhocquay/
1138 ls -Z /home/vuhung/public_html/
1139 ls -Z /home/vuhung/
1140 chcon user_u:object_r:httpd_sys_content_t public_html/
1134 ls -Z /home/
1135 chown -R user_u:object_r:user_home_dir_t nhocquay
1136 chcon user_u:object_r:user_home_dir_t nhocquay
1137 cd nhocquay/
1138 ls -Z /home/vuhung/public_html/
1139 ls -Z /home/vuhung/
1140 chcon user_u:object_r:httpd_sys_content_t public_html/
2007/12/02
mkfs ext3: aoclife new harddisk
[root@aoclife ~]# mkfs
mkfs mkfs.cramfs mkfs.ext2 mkfs.ext3 mkfs.msdos mkfs.vfat
[root@aoclife ~]# fdisk -l /dev/sdb
Disk /dev/sdb: 73.4 GB, 73407820800 bytes
255 heads, 63 sectors/track, 8924 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk /dev/sdb doesn't contain a valid partition table
[root@aoclife ~]# mkfs
Usage: mkfs [-V] [-t fstype] [fs-options] device [size]
[root@aoclife ~]# mkfs -t ext3 /dev/sdb
mke2fs 1.39 (29-May-2006)
/dev/sdb is entire device, not just one partition!
Proceed anyway? (y,n) y
Filesystem label=
OS type: Linux
Block size=4096 (log=2)
Fragment size=4096 (log=2)
8962048 inodes, 17921831 blocks
896091 blocks (5.00%) reserved for the super user
First data block=0
Maximum filesystem blocks=0
547 block groups
32768 blocks per group, 32768 fragments per group
16384 inodes per group
Superblock backups stored on blocks:
32768, 98304, 163840, 229376, 294912, 819200, 884736, 1605632, 2654208,
4096000, 7962624, 11239424
Writing inode tables: done
Creating journal (32768 blocks): done
Writing superblocks and filesystem accounting information: done
This filesystem will be automatically checked every 31 mounts or
180 days, whichever comes first. Use tune2fs -c or -i to override.
mkfs mkfs.cramfs mkfs.ext2 mkfs.ext3 mkfs.msdos mkfs.vfat
[root@aoclife ~]# fdisk -l /dev/sdb
Disk /dev/sdb: 73.4 GB, 73407820800 bytes
255 heads, 63 sectors/track, 8924 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk /dev/sdb doesn't contain a valid partition table
[root@aoclife ~]# mkfs
Usage: mkfs [-V] [-t fstype] [fs-options] device [size]
[root@aoclife ~]# mkfs -t ext3 /dev/sdb
mke2fs 1.39 (29-May-2006)
/dev/sdb is entire device, not just one partition!
Proceed anyway? (y,n) y
Filesystem label=
OS type: Linux
Block size=4096 (log=2)
Fragment size=4096 (log=2)
8962048 inodes, 17921831 blocks
896091 blocks (5.00%) reserved for the super user
First data block=0
Maximum filesystem blocks=0
547 block groups
32768 blocks per group, 32768 fragments per group
16384 inodes per group
Superblock backups stored on blocks:
32768, 98304, 163840, 229376, 294912, 819200, 884736, 1605632, 2654208,
4096000, 7962624, 11239424
Writing inode tables: done
Creating journal (32768 blocks): done
Writing superblocks and filesystem accounting information: done
This filesystem will be automatically checked every 31 mounts or
180 days, whichever comes first. Use tune2fs -c or -i to override.
登録:
投稿 (Atom)