(input file): if
(output file): of
2007年9月14日金曜日
2007年9月6日木曜日
For Deleting on Linux system.
'-r' option is famous to use 'rm' command.
If you want delete some files, input '(sudo) rm -r' before name of files and folders.
But it cannot undo, are you ok?
If you want delete some files, input '(sudo) rm -r' before name of files and folders.
But it cannot undo, are you ok?
2007年9月3日月曜日
cp command
When you copy some directories, use cp command with -a option.
They are copied by linux cp command as windows.
They are copied by linux cp command as windows.
2007年9月2日日曜日
Those work as same.
1.
@echo off
REM KNOPPIX on Windows File System
REM Written by Japanese KNOPPIX TEAM 2004.08.17
REM Contact: knoppix@m.aist.go.jp
REM License GPL
REM Changelog
REM 2005-04-11 IIJIMA Kengo
REM - Update to 0.6.1.
REM - Change boot devices to cloop file from CD-ROM.
REM Start qemu on windows.
qemu.exe -L . -m 225 -boot d -cdrom qemu-extract_cloop.iso -hda ..\KNOPPIX\KNOPPIX -hdb qemu_sw.img -user-net -enable-audio -localtime
REM If you get iso image of KNOPPIX, please use the following options.
REM qemu.exe -L . -m 128 -boot d -cdrom knoppix.iso -user-net -enable-audio -localtime
REM ^^^^^^^^^^^^^^^^^^^^^^^^^^
(nikkei Linux)
2.
@ECHO OFF
set qemu_dir=C:\Linux\Distro
set hd=%qemu_dir%\qemu_ubuntu_3gb
set swap=%qemu_dir%\qemu_swap_512mb
set cdrom=%qemu_dir%\DIST-Ubuntu-6.10.iso
set mem=256
qemu -hda %hd% -hdb %swap% -cdrom %cdrom% -m %mem% -boot d -L .
pause
http://colinux.wikia.com/wiki/Ubuntu61
@echo off
REM KNOPPIX on Windows File System
REM Written by Japanese KNOPPIX TEAM 2004.08.17
REM Contact: knoppix@m.aist.go.jp
REM License GPL
REM Changelog
REM 2005-04-11 IIJIMA Kengo
REM - Update to 0.6.1.
REM - Change boot devices to cloop file from CD-ROM.
REM Start qemu on windows.
qemu.exe -L . -m 225 -boot d -cdrom qemu-extract_cloop.iso -hda ..\KNOPPIX\KNOPPIX -hdb qemu_sw.img -user-net -enable-audio -localtime
REM If you get iso image of KNOPPIX, please use the following options.
REM qemu.exe -L . -m 128 -boot d -cdrom knoppix.iso -user-net -enable-audio -localtime
REM ^^^^^^^^^^^^^^^^^^^^^^^^^^
(nikkei Linux)
2.
@ECHO OFF
set qemu_dir=C:\Linux\Distro
set hd=%qemu_dir%\qemu_ubuntu_3gb
set swap=%qemu_dir%\qemu_swap_512mb
set cdrom=%qemu_dir%\DIST-Ubuntu-6.10.iso
set mem=256
qemu -hda %hd% -hdb %swap% -cdrom %cdrom% -m %mem% -boot d -L .
pause
http://colinux.wikia.com/wiki/Ubuntu61
登録:
投稿 (Atom)