close
Warning:
Can't synchronize with repository "(default)" (Unsupported version control system "svn": /usr/lib/python2.7/dist-packages/libsvn/_fs.so: failed to map segment from shared object: Cannot allocate memory). Look in the Trac log for more information.
- Timestamp:
-
Jun 24, 2010, 2:26:47 PM (16 years ago)
- Author:
-
rock
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
|
v93
|
v94
|
|
| 10 | 10 | // First Mahcine |
| 11 | 11 | $ sudo scp 192.168.1.254:/etc/hosts /etc/hosts |
| 12 | | $ sudo hostname pcXX |
| | 12 | $ su root -c "echo pcXX > /etc/hostname" |
| | 13 | $ sudo hostname -F /etc/hostname |
| 13 | 14 | |
| 14 | 15 | // Second Machine |
| 15 | 16 | $ sudo scp 192.168.1.254:/etc/hosts /etc/hosts |
| 16 | | $ sudo hostname pcYY |
| | 17 | $ su root -c "echo pcYY > /etc/hostname" |
| | 18 | $ sudo hostname -F /etc/hostname |
| 17 | 19 | }}} |
| 18 | 20 | * '''''安裝前的小叮嚀__''''' |