Beauty Salon α-BET (alphabet)

space001
Blender3d Collada dae modeling Use Papervision3d on Progression3 and 4 http://a-bet.secret.jp/#/access
more whaison works.
whaison space
space002
http://whaison.jugem.jp/ https://jp.pinterest.com/whaison/ https://www.instagram.com/whaison/ https://whaison.amebaownd.com/
https://suzuri.jp/whaison
http://whaison.blogspot.com/
http://whaison.tumblr.com/ http://qiita.com/users/whaison http://www.behance.net/whaison https://github.com/whaison/ https://bitbucket.org/whaison http://serato.com/user/whaison http://whaison.hatenablog.jp/

typo memo
http://d.hatena.ne.jp/whaison/


dayNote
http://www.myspace.com/whaison http://ameblo.jp/whaison/ http://blog.crooz.jp/whaison/ http://blog.crooz.jp/whaisoncafe/ http://nenpyo.org/whaison

fulldisk
http://full.shin-gen.jp/
http://whaison.client.jp/
http://www.dclog.jp/whaison/
featured forums.
space004
forum.unity3d.com/

forums.unrealengine.com.

Progression Forum.

FlashDevelop Forum.

Papervision3D Forum.

FlexUserGroup Forum.

SparkProjectForum.





Twitter







Mobile
qrcode
Calendar
SunMonTueWedThuFriSat
     12
3456789
10111213141516
17181920212223
24252627282930
31      
<< January 2016 >>
New Entries
Archives
Categories
Recent comment
  • FlashDevelopでフォント埋め込み
    感謝!! (12/24)
  • cocos2d-x-3.0rc0 ,c++ ,cpp でTexturePacker で 吐き出した、plist と png でパラパラアニメーションのコード例
    whaison (04/17)
  • Blender2.67にbvh(web上に2500個以上ころがってる)入れてそのBoneオブジェクトをUnity4.0のmecanimで使う
    whaison (08/19)
  • Apple Dev Center 「Certificates, Identifiers & Profiles」で Adhoc をつくってXCode4.6.1でArchiveしてipaを書き出し
    whaison (04/30)
  • Flash CS6でプロパティーパネルで物理演算のジャンプの高さを設定できるCitrus Engine
    whaison (03/01)
  • 「Flash以外、例えばKinectとか」ON TOKYO (会場:高田馬場4-11-8 Floor 6階 ) 短縮URL http://bit.ly/dI0Bfx
    uka (03/02)
  • App Store Review Guidelines アップル社のアプリ審査基準ガイドライン和訳 Apple が 開発者を悩ませ ユーザーをハッピーにしたいガイドライン。w
    whaison (01/25)
  • Unity3d では ADOBE JAPAN OSAKIで行われたFITC 2010 TOKYOでは、 「iOS用にパブリッシュするためには、フリー版ではなくて、有料版を買ってください。さらに追加のパッケージである、"iOS Package (for Development)"を買ってください」とのことだった。
    whaison (01/25)
  • enjoy Adidas-Futsal-Park
    whaison (01/16)
  • MacBookAir にFlashPlayer入れたらなった。Mac Flash Player 10.1/10.2でUstream などでカメラが認識されないバグそんなときはUstreamProducer!でもなくiPhoneだと直ぐにライブ配信できた
    whaison (01/14)
simple sintax high lighter2.0
space003
SyntaxHighlighter2.0用 の貼り付けコード作成する!
ブログパーツ-BLOG PARTS.
Profile
Links
Recommend
Sponsored Links
Admin
無料ブログ作成サービス JUGEM
Seach this site
            
2022.03.28 Monday
スポンサーサイト

一定期間更新がないため広告を表示しています

| スポンサードリンク | - | | - | - | pookmark |
            
2016.01.26 Tuesday
Unityを5.3.1f1 IsFinite(outDistanceAlongView)UnityEditor.DockArea:OnGUI()
IsFinite(outDistanceAlongView)UnityEditor.DockArea:OnGUI()

http://forum.unity3d.com/threads/isfinite-outdistanceforsort.39541/
  1. Unity Developer Contest here
  2. Missing a module? More about the new installer in 5.3 here
     



OnGUIを使ってると
This problem with 3D text has been logged in a bug report. However, in the meantime, you may be able to fix it by using Unicode for the Character setting in the font importer and/or changing the font size from the importer rather than the TextMesh component.

3Dテキストを持つこの問題は、バグレポートに記録されています。しかし、その間に、あなたはフォントインポートの文字設定にUnicodeを使用して、および/またはインポートではなくTextMeshコンポーネントからフォントサイズを変更することにより、それを修正することができる場合があります。
 
| whaison | Unity3d | 18:47 | comments(0) | - | pookmark |
            
2016.01.05 Tuesday
Mac OSX 10.11.1 El Capitan で ssh_config を設定してパスワードなしsshログイン
Mac OSX 10.11 El Capitan で ssh_config を設定してパスワードなしsshログイン
 

http://joker.hatenablog.com/entry/2013/06/05/192336

  1. (Linuxサーバで操作)ひとまずパスワード認証の接続を許可する
  2. これをしておかないと、後で作成する公開鍵をサーバ側へ送れない。

  1. サーバ接続のために、ひとまずパスワード認証を許可しておく(

ここ

  1. を参考に


システム環境設定でリモートログインを許可すると
ssh whaison@10.15.21.70
他のPCでログインできますとなる。


サーバ接続には SSH 接続のみを許可し、パスワード認証は不許可にする。
/private/etc/ssh/sshd_config
...(省略)
PasswordAuthentication no
...(省略)
ChallengeResponseAuthentication no
...(省略)
上記のように書きなおしたら、ssh を再起動する。

//cat .ssh/id_rsa.pub >> .ssh/authorized_keys //自分のマシンにはログインできないようだ。

クライアントのid_rsa.pub公開鍵を適当にダウンロードした場合
cat /Users/whaison/Downloads/id_rsa.pub >> .ssh/authorized_keys
で公開キーをサーバーマシンのauthorized_keysに登録する

んで確認
MAC0006:~ b07246$ ssh whaison@10.15.21.70

Last login: Tue Jan  5 16:10:32 2016 from 10.15.21.70

noboru-no-MacBook-Pro:~ whaison$

できた!

| whaison | shell,batch,cmd,WindowsScriptHost,Jscript,vbs | 16:24 | comments(0) | - | pookmark |