DevelopmentPractice201405 / group3_app

0 stars 0 forks source link

tmuxインストールについて #8

Open syougo opened 10 years ago

syougo commented 10 years ago

前回、先生から紹介して頂いたサイトを参考に、apt-get updateを試みました後 sudo apt-get install tmux コマンドを入力しましたが

Reading package lists...Done Building dependency tree Reading state infomation...Done E:Unable to locate package tmux

上記のエラーが発生してインストール出来ませんでした。

yamanetoshi commented 10 years ago

確認遅れてすみません。

状況がよく分からんな。。

apt-cache search tmux の出力を貼ることできないですか? 出力が長い場合は以下のようにすれば良いです。

$ apt-cache search tmux > /tmp/tmp.txt

で、エディタで /tmp/tmp.txt を開けばコピペできるはずです。

あと、/etc/apt/sources.list も確認したいですし、sudo apt-get update の出力も確認したいです。

yamanetoshi commented 10 years ago

@syougo

すみません。上記確認願います。

syougo commented 10 years ago

/etc/apt/sources.list

# deb cdrom:[Ubuntu 13.04 _Raring Ringtail_ - Release i386]/ Raring main restricted
# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.

deb http://gb.archive.ubuntu.com/ubuntu/ raring main restricted
deb-src http://gb.archive.ubuntu.com/ubuntu/ raring main restricted

## Major bug fix updates produced after the final release of the
## distribution.
deb http://gb.archive.ubuntu.com/ubuntu/ raring-updates main restricted
deb-src http://gb.archive.ubuntu.com/ubuntu/ raring-updates main restricted

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team. Also, please note that software in universe WILL NOT receive any
## review or updates from the Ubuntu security team.
deb http://gb.archive.ubuntu.com/ubuntu/ raring universe
deb-src http://gb.archive.ubuntu.com/ubuntu/ raring universe
deb http://gb.archive.ubuntu.com/ubuntu/ raring-updates universe
deb-src http://gb.archive.ubuntu.com/ubuntu/ raring-updates universe

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu 
## team, and may not be under a free licence. Please satisfy yourself as to 
## your rights to use the software. Also, please note that software in 
## multiverse WILL NOT receive any review or updates from the Ubuntu
## security team.
deb http://gb.archive.ubuntu.com/ubuntu/ raring multiverse
deb-src http://gb.archive.ubuntu.com/ubuntu/ raring multiverse
deb http://gb.archive.ubuntu.com/ubuntu/ raring-updates multiverse
deb-src http://gb.archive.ubuntu.com/ubuntu/ raring-updates multiverse

## Uncomment the following two lines to add software from the 'backports'
## repository.
## N.B. software from this repository may not have been tested as
## extensively as that contained in the main release, although it includes
## newer versions of some applications which may provide useful features.
## Also, please note that software in backports WILL NOT receive any review
## or updates from the Ubuntu security team.
deb http://gb.archive.ubuntu.com/ubuntu/ raring-backports main restricted universe multiverse
deb-src http://gb.archive.ubuntu.com/ubuntu/ raring-backports main restricted universe multiverse

## Uncomment the following two lines to add software from Canonical's
## 'partner' repository. This software is not part of Ubuntu, but is
## offered by Canonical and the respective vendors as a service to Ubuntu
## users.
deb http://archive.canonical.com/ubuntu raring partner
deb-src http://archive.canonical.com/ubuntu raring partner

deb http://security.ubuntu.com/ubuntu raring-security main restricted
deb-src http://security.ubuntu.com/ubuntu raring-security main restricted
deb http://security.ubuntu.com/ubuntu raring-security universe
deb-src http://security.ubuntu.com/ubuntu raring-security universe
deb http://security.ubuntu.com/ubuntu raring-security multiverse
deb-src http://security.ubuntu.com/ubuntu raring-security multiverse

## Medibuntu - Ubuntu 13.04 "Raring Ringtail"
## Please report any bug on https://bugs.launchpad.net/medibuntu/
deb http://packages.medibuntu.org/ raring free non-free
deb-src http://packages.medibuntu.org/ raring free non-free

# Google software repository
deb http://dl.google.com/linux/deb/ stable non-free

sudo apt-get update

[sudo] password for ooshirosyougo: 
Get:1 http://dl.google.com stable Release.gpg [198 B]
Hit http://dl.google.com stable Release                                        
Ign http://dl.google.com stable Release                                        
Hit http://archive.canonical.com raring Release.gpg                            
Ign http://security.ubuntu.com raring-security Release.gpg                     
Hit http://ppa.launchpad.net raring Release.gpg                                
Ign http://gb.archive.ubuntu.com raring Release.gpg                            
Hit http://archive.canonical.com raring Release                                
Ign http://security.ubuntu.com raring-security Release                         
Hit http://ppa.launchpad.net raring Release.gpg                                
Ign http://gb.archive.ubuntu.com raring-updates Release.gpg                    
Hit http://archive.canonical.com raring/partner Sources                        
Hit http://toolbelt.heroku.com ./ Release.gpg                                  
Ign http://security.ubuntu.com raring-security/main Sources/DiffIndex          
Hit http://ppa.launchpad.net raring Release                                    
Ign http://gb.archive.ubuntu.com raring-backports Release.gpg                  
Hit http://archive.canonical.com raring/partner i386 Packages                  
Ign http://security.ubuntu.com raring-security/restricted Sources/DiffIndex    
Hit http://ppa.launchpad.net raring Release                                    
Hit http://toolbelt.heroku.com ./ Release                                      
Ign http://gb.archive.ubuntu.com raring Release                                
Ign http://security.ubuntu.com raring-security/universe Sources/DiffIndex      
Hit http://ppa.launchpad.net raring/main i386 Packages                         
Ign http://gb.archive.ubuntu.com raring-updates Release                        
Ign http://security.ubuntu.com raring-security/multiverse Sources/DiffIndex    
Err http://dl.google.com stable/non-free i386 Packages                         
  404  Not Found [IP: 74.125.235.135 80]
Ign http://security.ubuntu.com raring-security/main i386 Packages/DiffIndex    
Hit http://toolbelt.heroku.com ./ Packages                                     
Ign http://dl.google.com stable/non-free Translation-en_US                     
Ign http://gb.archive.ubuntu.com raring-backports Release                      
Ign http://dl.google.com stable/non-free Translation-en                        
Ign http://security.ubuntu.com raring-security/restricted i386 Packages/DiffIndex
Hit http://ppa.launchpad.net raring/main i386 Packages                         
Ign http://security.ubuntu.com raring-security/universe i386 Packages/DiffIndex
Ign http://security.ubuntu.com raring-security/multiverse i386 Packages/DiffIndex
Ign http://archive.canonical.com raring/partner Translation-en_US              
Ign http://archive.canonical.com raring/partner Translation-en                 
Ign http://toolbelt.heroku.com ./ Translation-en_US                            
Ign http://toolbelt.heroku.com ./ Translation-en                               
Ign http://ppa.launchpad.net raring/main Translation-en_US                     
Ign http://ppa.launchpad.net raring/main Translation-en                        
Ign http://ppa.launchpad.net raring/main Translation-en_US                     
Ign http://ppa.launchpad.net raring/main Translation-en                        
Err http://packages.medibuntu.org raring Release.gpg                           
  Something wicked happened resolving 'packages.medibuntu.org:http' (-11 - System error)
Ign http://security.ubuntu.com raring-security/main Translation-en_US          
Ign http://security.ubuntu.com raring-security/main Translation-en             
Ign http://security.ubuntu.com raring-security/multiverse Translation-en_US    
Ign http://security.ubuntu.com raring-security/multiverse Translation-en
Ign http://security.ubuntu.com raring-security/restricted Translation-en_US
Ign http://security.ubuntu.com raring-security/restricted Translation-en       
Ign http://security.ubuntu.com raring-security/universe Translation-en_US      
Ign http://security.ubuntu.com raring-security/universe Translation-en
Err http://security.ubuntu.com raring-security/main Sources     
  404  Not Found [IP: 91.189.88.149 80]
Err http://security.ubuntu.com raring-security/restricted Sources              
  404  Not Found [IP: 91.189.88.149 80]
Err http://security.ubuntu.com raring-security/universe Sources                
  404  Not Found [IP: 91.189.88.149 80]
Err http://security.ubuntu.com raring-security/multiverse Sources              
  404  Not Found [IP: 91.189.88.149 80]
Err http://security.ubuntu.com raring-security/main i386 Packages              
  404  Not Found [IP: 91.189.88.149 80]
Err http://security.ubuntu.com raring-security/restricted i386 Packages        
  404  Not Found [IP: 91.189.88.149 80]
Err http://security.ubuntu.com raring-security/universe i386 Packages          
  404  Not Found [IP: 91.189.88.149 80]
Err http://security.ubuntu.com raring-security/multiverse i386 Packages        
  404  Not Found [IP: 91.189.88.149 80]
Ign http://packages.medibuntu.org raring Release                
Err http://gb.archive.ubuntu.com raring/main Sources                           
  404  Not Found [IP: 194.169.254.10 80]
Err http://gb.archive.ubuntu.com raring/restricted Sources      
  404  Not Found [IP: 194.169.254.10 80]
Err http://gb.archive.ubuntu.com raring/universe Sources
  404  Not Found [IP: 194.169.254.10 80]
Err http://gb.archive.ubuntu.com raring/multiverse Sources
  404  Not Found [IP: 194.169.254.10 80]
Err http://gb.archive.ubuntu.com raring/main i386 Packages      
  404  Not Found [IP: 194.169.254.10 80]
Err http://gb.archive.ubuntu.com raring/restricted i386 Packages
  404  Not Found [IP: 194.169.254.10 80]
Err http://gb.archive.ubuntu.com raring/universe i386 Packages                 
  404  Not Found [IP: 194.169.254.10 80]
Err http://gb.archive.ubuntu.com raring/multiverse i386 Packages               
  404  Not Found [IP: 194.169.254.10 80]
Ign http://gb.archive.ubuntu.com raring/main Translation-en_US
Ign http://gb.archive.ubuntu.com raring/main Translation-en
Ign http://gb.archive.ubuntu.com raring/multiverse Translation-en_US
Ign http://gb.archive.ubuntu.com raring/multiverse Translation-en
Ign http://gb.archive.ubuntu.com raring/restricted Translation-en_US
Ign http://gb.archive.ubuntu.com raring/restricted Translation-en
Ign http://gb.archive.ubuntu.com raring/universe Translation-en_US
Ign http://gb.archive.ubuntu.com raring/universe Translation-en                
Err http://gb.archive.ubuntu.com raring-updates/main Sources                   
  404  Not Found [IP: 194.169.254.10 80]
Err http://gb.archive.ubuntu.com raring-updates/restricted Sources             
  404  Not Found [IP: 194.169.254.10 80]
Err http://gb.archive.ubuntu.com raring-updates/universe Sources               
  404  Not Found [IP: 194.169.254.10 80]
Err http://gb.archive.ubuntu.com raring-updates/multiverse Sources             
  404  Not Found [IP: 194.169.254.10 80]
Err http://gb.archive.ubuntu.com raring-updates/main i386 Packages
  404  Not Found [IP: 194.169.254.10 80]
Err http://gb.archive.ubuntu.com raring-updates/restricted i386 Packages       
  404  Not Found [IP: 194.169.254.10 80]
Err http://gb.archive.ubuntu.com raring-updates/universe i386 Packages         
  404  Not Found [IP: 194.169.254.10 80]
Err http://gb.archive.ubuntu.com raring-updates/multiverse i386 Packages       
  404  Not Found [IP: 194.169.254.10 80]
Ign http://gb.archive.ubuntu.com raring-updates/main Translation-en_US         
Ign http://gb.archive.ubuntu.com raring-updates/main Translation-en
Ign http://gb.archive.ubuntu.com raring-updates/multiverse Translation-en_US
Ign http://gb.archive.ubuntu.com raring-updates/multiverse Translation-en      
Ign http://gb.archive.ubuntu.com raring-updates/restricted Translation-en_US   
Ign http://gb.archive.ubuntu.com raring-updates/restricted Translation-en      
Ign http://gb.archive.ubuntu.com raring-updates/universe Translation-en_US
Ign http://gb.archive.ubuntu.com raring-updates/universe Translation-en
Err http://gb.archive.ubuntu.com raring-backports/main Sources
  404  Not Found [IP: 194.169.254.10 80]
Err http://gb.archive.ubuntu.com raring-backports/restricted Sources           
  404  Not Found [IP: 194.169.254.10 80]
Err http://gb.archive.ubuntu.com raring-backports/universe Sources             
  404  Not Found [IP: 194.169.254.10 80]
Err http://gb.archive.ubuntu.com raring-backports/multiverse Sources
  404  Not Found [IP: 194.169.254.10 80]
Err http://gb.archive.ubuntu.com raring-backports/main i386 Packages           
  404  Not Found [IP: 194.169.254.10 80]
Err http://gb.archive.ubuntu.com raring-backports/restricted i386 Packages     
  404  Not Found [IP: 194.169.254.10 80]
Err http://gb.archive.ubuntu.com raring-backports/universe i386 Packages       
  404  Not Found [IP: 194.169.254.10 80]
Err http://gb.archive.ubuntu.com raring-backports/multiverse i386 Packages     
  404  Not Found [IP: 194.169.254.10 80]
Ign http://gb.archive.ubuntu.com raring-backports/main Translation-en_US
Ign http://gb.archive.ubuntu.com raring-backports/main Translation-en
Ign http://gb.archive.ubuntu.com raring-backports/multiverse Translation-en_US
Ign http://gb.archive.ubuntu.com raring-backports/multiverse Translation-en
Ign http://gb.archive.ubuntu.com raring-backports/restricted Translation-en_US
Ign http://gb.archive.ubuntu.com raring-backports/restricted Translation-en
Ign http://gb.archive.ubuntu.com raring-backports/universe Translation-en_US
Ign http://gb.archive.ubuntu.com raring-backports/universe Translation-en
88% [Connecting to packages.medibuntu.org]
syougo commented 10 years ago

sudo apt-get updateは、入力しましたが上記のまま動いていません。(今まだ待っている状態です)

また、apt-cache search tmux コマンドを実行した所、なにも反応はありませんでした。

@yamanetoshi 確認をよろしくお願いします。

syougo commented 10 years ago

Err http://packages.medibuntu.org raring/free Sources Something wicked happened resolving 'packages.medibuntu.org:http' (-11 - System error) Err http://packages.medibuntu.org raring/non-free Sources Something wicked happened resolving 'packages.medibuntu.org:http' (-11 - System error) Err http://packages.medibuntu.org raring/free i386 Packages Something wicked happened resolving 'packages.medibuntu.org:http' (-11 - System error) Err http://packages.medibuntu.org raring/non-free i386 Packages Something wicked happened resolving 'packages.medibuntu.org:http' (-11 - System error) Err http://packages.medibuntu.org raring/free Translation-en_US Something wicked happened resolving 'packages.medibuntu.org:http' (-11 - System error) Err http://packages.medibuntu.org raring/free Translation-en Something wicked happened resolving 'packages.medibuntu.org:http' (-11 - System error) Err http://packages.medibuntu.org raring/non-free Translation-en_US Something wicked happened resolving 'packages.medibuntu.org:http' (-11 - System error) Err http://packages.medibuntu.org raring/non-free Translation-en Something wicked happened resolving 'packages.medibuntu.org:http' (-11 - System error) Fetched 198 B in 13min 21s (0 B/s)
W: GPG error: http://dl.google.com stable Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY A040830F7FAC5991 W: Failed to fetch http://packages.medibuntu.org/dists/raring/Release.gpg Something wicked happened resolving 'packages.medibuntu.org:http' (-11 - System error)

W: Failed to fetch http://dl.google.com/linux/deb/dists/stable/non-free/binary-i386/Packages 404 Not Found [IP: 74.125.235.135 80]

W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/raring-security/main/source/Sources 404 Not Found [IP: 91.189.88.149 80]

W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/raring-security/restricted/source/Sources 404 Not Found [IP: 91.189.88.149 80]

W: Failed to fetch http://gb.archive.ubuntu.com/ubuntu/dists/raring/main/source/Sources 404 Not Found [IP: 194.169.254.10 80]

W: Failed to fetch http://gb.archive.ubuntu.com/ubuntu/dists/raring/restricted/source/Sources 404 Not Found [IP: 194.169.254.10 80]

W: Failed to fetch http://gb.archive.ubuntu.com/ubuntu/dists/raring/universe/source/Sources 404 Not Found [IP: 194.169.254.10 80]

W: Failed to fetch http://gb.archive.ubuntu.com/ubuntu/dists/raring/multiverse/source/Sources 404 Not Found [IP: 194.169.254.10 80]

W: Failed to fetch http://gb.archive.ubuntu.com/ubuntu/dists/raring/main/binary-i386/Packages 404 Not Found [IP: 194.169.254.10 80]

W: Failed to fetch http://gb.archive.ubuntu.com/ubuntu/dists/raring/restricted/binary-i386/Packages 404 Not Found [IP: 194.169.254.10 80]

W: Failed to fetch http://gb.archive.ubuntu.com/ubuntu/dists/raring/universe/binary-i386/Packages 404 Not Found [IP: 194.169.254.10 80]

W: Failed to fetch http://gb.archive.ubuntu.com/ubuntu/dists/raring/multiverse/binary-i386/Packages 404 Not Found [IP: 194.169.254.10 80]

W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/raring-security/universe/source/Sources 404 Not Found [IP: 91.189.88.149 80]

W: Failed to fetch http://gb.archive.ubuntu.com/ubuntu/dists/raring-updates/main/source/Sources 404 Not Found [IP: 194.169.254.10 80]

W: Failed to fetch http://gb.archive.ubuntu.com/ubuntu/dists/raring-updates/restricted/source/Sources 404 Not Found [IP: 194.169.254.10 80]

W: Failed to fetch http://gb.archive.ubuntu.com/ubuntu/dists/raring-updates/universe/source/Sources 404 Not Found [IP: 194.169.254.10 80]

W: Failed to fetch http://gb.archive.ubuntu.com/ubuntu/dists/raring-updates/multiverse/source/Sources 404 Not Found [IP: 194.169.254.10 80]

W: Failed to fetch http://gb.archive.ubuntu.com/ubuntu/dists/raring-updates/main/binary-i386/Packages 404 Not Found [IP: 194.169.254.10 80]

W: Failed to fetch http://gb.archive.ubuntu.com/ubuntu/dists/raring-updates/restricted/binary-i386/Packages 404 Not Found [IP: 194.169.254.10 80]

W: Failed to fetch http://gb.archive.ubuntu.com/ubuntu/dists/raring-updates/universe/binary-i386/Packages 404 Not Found [IP: 194.169.254.10 80]

W: Failed to fetch http://gb.archive.ubuntu.com/ubuntu/dists/raring-updates/multiverse/binary-i386/Packages 404 Not Found [IP: 194.169.254.10 80]

W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/raring-security/multiverse/source/Sources 404 Not Found [IP: 91.189.88.149 80]

W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/raring-security/main/binary-i386/Packages 404 Not Found [IP: 91.189.88.149 80]

W: Failed to fetch http://gb.archive.ubuntu.com/ubuntu/dists/raring-backports/main/source/Sources 404 Not Found [IP: 194.169.254.10 80]

W: Failed to fetch http://gb.archive.ubuntu.com/ubuntu/dists/raring-backports/restricted/source/Sources 404 Not Found [IP: 194.169.254.10 80]

W: Failed to fetch http://gb.archive.ubuntu.com/ubuntu/dists/raring-backports/universe/source/Sources 404 Not Found [IP: 194.169.254.10 80]

W: Failed to fetch http://gb.archive.ubuntu.com/ubuntu/dists/raring-backports/multiverse/source/Sources 404 Not Found [IP: 194.169.254.10 80]

W: Failed to fetch http://gb.archive.ubuntu.com/ubuntu/dists/raring-backports/main/binary-i386/Packages 404 Not Found [IP: 194.169.254.10 80]

W: Failed to fetch http://gb.archive.ubuntu.com/ubuntu/dists/raring-backports/restricted/binary-i386/Packages 404 Not Found [IP: 194.169.254.10 80]

W: Failed to fetch http://gb.archive.ubuntu.com/ubuntu/dists/raring-backports/universe/binary-i386/Packages 404 Not Found [IP: 194.169.254.10 80]

W: Failed to fetch http://gb.archive.ubuntu.com/ubuntu/dists/raring-backports/multiverse/binary-i386/Packages 404 Not Found [IP: 194.169.254.10 80]

W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/raring-security/restricted/binary-i386/Packages 404 Not Found [IP: 91.189.88.149 80]

W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/raring-security/universe/binary-i386/Packages 404 Not Found [IP: 91.189.88.149 80]

W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/raring-security/multiverse/binary-i386/Packages 404 Not Found [IP: 91.189.88.149 80]

W: Failed to fetch http://packages.medibuntu.org/dists/raring/free/source/Sources Something wicked happened resolving 'packages.medibuntu.org:http' (-11 - System error)

W: Failed to fetch http://packages.medibuntu.org/dists/raring/non-free/source/Sources Something wicked happened resolving 'packages.medibuntu.org:http' (-11 - System error)

W: Failed to fetch http://packages.medibuntu.org/dists/raring/free/binary-i386/Packages Something wicked happened resolving 'packages.medibuntu.org:http' (-11 - System error)

W: Failed to fetch http://packages.medibuntu.org/dists/raring/non-free/binary-i386/Packages Something wicked happened resolving 'packages.medibuntu.org:http' (-11 - System error)

W: Failed to fetch http://packages.medibuntu.org/dists/raring/free/i18n/Translation-en_US Something wicked happened resolving 'packages.medibuntu.org:http' (-11 - System error)

W: Failed to fetch http://packages.medibuntu.org/dists/raring/free/i18n/Translation-en Something wicked happened resolving 'packages.medibuntu.org:http' (-11 - System error)

W: Failed to fetch http://packages.medibuntu.org/dists/raring/non-free/i18n/Translation-en_US Something wicked happened resolving 'packages.medibuntu.org:http' (-11 - System error)

W: Failed to fetch http://packages.medibuntu.org/dists/raring/non-free/i18n/Translation-en Something wicked happened resolving 'packages.medibuntu.org:http' (-11 - System error)

E: Some index files failed to download. They have been ignored, or old ones used instead.

syougo commented 10 years ago

追記

sudo apt-get updateの続きの実行結果が出力されましたので追記致します

yamanetoshi commented 10 years ago

404 か。。。

困ったなぁ。。

以下な記事とかを参考にして build してみますか? > @syougo

syougo commented 10 years ago

参考になるページをありがとうございます。

具体的には記事を見てファイルの編集、といった作業でしょうか?

yamanetoshi commented 10 years ago

おそらくしてることは

になると思います。

syougo commented 10 years ago

了解しました。

buildをやってみます。

syougo commented 10 years ago

tmux インストール出来ました! まだ画面共有は出来ていませんが、報告します。

http://piro.sakura.ne.jp/latest/blosxom/topics/2011-11-22_sakura_tmux.htm

上記のサイトを参考に出来たので載せておきます。

syougo commented 10 years ago

tmuxの画面共有が出来ました。

サイトのブログ等でtmuxについて調べたり、同じような作業をしている別グループの方と情報共有、そして教え合う形で画面共有の仕方を覚える事が出来ました。

yamanetoshi commented 10 years ago

方法を纏めて欲しいな。。

2014-09-03 11:40 GMT+09:00 syougo notifications@github.com:

tmuxの画面共有が出来ました。

サイトのブログ等でtmuxについて調べたり、同じような作業をしている別グループの方と情報共有、そして教え合う形で画面共有の仕方を覚える事が出来ました。

— Reply to this email directly or view it on GitHub https://github.com/DevelopmentPractice201405/group3_app/issues/8#issuecomment-54245402 .

Regards,

YAMANE Toshiaki

syougo commented 10 years ago

自分のPCにhttp://piro.sakura.ne.jp/latest/blosxom/topics/2011-11-22_sakura_tmux.htmを参考に、tmuxをインストール sudo apt-get install openssh-serverコマンドを実行し、サーバーを導入しました。 サーバーを起動する事によって、チームの他の人はsshサーバーをインストールしなくても ssh -p 2222 ユーザー名@IPアドレス コマンドでクライアントとして自分の端末にアクセスし、画面共有が出来る事を確認しました。

syougo commented 10 years ago

gitにpushした方がいいですか?

syougo commented 10 years ago

別のモノも開発したいと思っていますが、ここまでで出来た成果物として残して、次に進もうと考えているのですがいかがでしょうか?

yamanetoshi commented 10 years ago

git に push は何を push するのでしょうか?

あと、成果物としては markdown で記述した纏めをつくってもらう方向で考えてますので、それを踏まえて纏めを作っておいてもらえますか?詳細は明日話をしようと思っていますので。

2014-09-04 12:39 GMT+09:00 syougo notifications@github.com:

別のモノも開発したいと思っていますが、ここまでで出来た成果物として残して、次に進もうと考えているのですがいかがでしょうか?

— Reply to this email directly or view it on GitHub https://github.com/DevelopmentPractice201405/group3_app/issues/8#issuecomment-54400110 .

Regards,

YAMANE Toshiaki