Dropbear SSH

Dropbear is a relatively small SSH server and client. It runs on a variety of POSIX-based platforms. 


https://matt.ucc.asn.au/dropbear/dropbear.html

소래포구 어시장은 개인 사업자 들이 모여 있는 곳으로 화재시 정부 지원 자금이 들어가야 하는지 의문을 가져본다. 공공성을 따져보고 법의 테두리 안에서 세금이 집행되기를 바랍니다

안철수 손학규가 경선을 한다고 한다. 손학규라는 인간이 국민의당에 가면서 이미 국민의당은 망했다고 본다. 한때 안철수의원이 대통령이 되었으면 좋겠다고 생각한 사람으로서 그의 리더쉽과 인간성을 지지했었다. 지금도 그에는 변함이 없지만 조직을 구성하는 단계에서 정치인들을 흡수하면서 새정치가 퇴색퇴는 듯한 모습을 보이고 있고 급기야는 철새정치인을 받아들여 그를 믿고 국민의당을 지지하던 나같은 사람들의 마음을 떠나게 만들었다.  세상은 변했고 최소한 철새 정치인들은 더 이상 존재하지 않는 사회를 우리는 만들어야 한다고 본다.


정부자금을 대우조선에 투입한다는 논의가 진행되고 있다고 한다. 정부가 생각하는 방향을 어떤 것일까? 소프트웨어 엔지니어인 내가 보았을때는 조선업은 과거에 흥행했던 사업으로 미래에 과거와 같은 수익을 창출할 것이라고는 생각되지 않는다. 물론 그렇게 생각한 배경엔 중국 조선업의 기술이 국내와 크게 차이가 나지 않고 임금 측면에서도 비교가 안된다고 생각한다.

정부자금을 투입해서 단지 몇 년 더 생명을 연장한다고 하더라고 어차피 망할 사업이라고 할 수 있겠다. 그렇다고 정부가 과감하게 안한다고는 하지 않겠지.. 조선업으로 먹고 사는 사람들도 있으니까..  머리아프겠다.  그래도 사기업이 경영을 잘 못해서 망했는데 그에 대한 책임을 묻는게 적절하리라고 본다.

이미 오래전부터 조선업 철강업등이 망한다는 얘기는 나같은 일반인도 다 알고 있는데 그에 대한 대비를 제대로 하지 못한 경영진의 책임 크다고 할수 있겠다. 그러므로 이번기회에 자생력이 있는지 확인해 보고 없으면 정리하는게 적절할 것으로 보인다.



문재인은 지지율이 내려가고 안희정은 지지율이 올라간다는 기사를 본다.  사람들마다 다 생각하는것이 다를 수 있으니 무엇이 옳다 그리다라고 말 할수 있겠지만 당사자들이 얘기하는걸 들은 나의 입장은

문재인은 오랜시간 준비를 해서 그런지 정책들이 어느정도 준비가 되어 있는 듯한 느낌이고 안희정은 철학은 명확하게 서있지만 그 철학을 현실화하기 위한 구체적은 계획은 아직 준비가 안되어 있는듯한 느낌이다. 

이재명은 현 상황에서 부정부패가 팽배한 정부기관들을 개혁하기에 최적화된 인물이라고 생각이 들지만 부정적인 이미지 들도 있어서 이번에 대통령 후보가 될거 같지는 않다.


아침 뉴스에 강용석 변호사가 설민석 선생님을 고소했다는 기사가 나왔다 나는 이분이 그동안 정치인들을 다양한 이유로 고소해서 의아했는데 요즘 설선생님이 유명해지니까 친일파 후손들이 움직이기 시작했을지도 모르겠다
강용석 변호사는 한나라당 지금의 새누리당 소속으로 국회의원을 지낸 사람이다. 내 상식으로는 이분이 이해가 잘 안되고 연애인병이 있지 않을까 추측해 본다


> sudo fsck /dev/sda1

fsck from util-linux 2.20.1

e2fsck 1.42.9 (4-Feb-2014)

/dev/sda1 is mounted.

e2fsck: Cannot continue, aborting.


I could run fsck with this options.


fsck -nf /dev/sda1


'Linux' 카테고리의 다른 글

Install apache webserver on ubuntu 16.4  (0) 2017.02.26
How to capture screen on Ubuntu  (0) 2017.02.02
exports  (0) 2014.06.24
mount shared forlder  (0) 2012.02.03
gvim probleam  (1) 2012.02.03


Reference : https://golang.org/


What is Go language?


Go is an open source programming language that makes it easy to build simple, reliable, and efficient software.


How to set up host environment?

You can download installation binary file or you can building from source

https://golang.org/dl/


Download Go distribution

https://golang.org/doc/install


Installing Go from source

https://golang.org/doc/install/source


I will install from source on Ubuntu 16.04 amd64(x86-64)

Download source

git clone https://go.googlesource.com/go

cd go

git checkout go1.8    or git checkout master  ( I will use stable version go1.8 branch)


Try to install

I have got an error like this.

 ./all.bash 

##### Building Go bootstrap tool.

cmd/dist

ERROR: Cannot find /home/jinseo/go1.4/bin/go.

Set $GOROOT_BOOTSTRAP to a working Go tree >= Go 1.4.

 


Resolve the issue


$ GOOS=linux GOARCH=amd64 ./bootstrap.bash 

#### Copying to ../../go-linux-amd64-bootstrap

#### Cleaning ../../go-linux-amd64-bootstrap

#### Building ../../go-linux-amd64-bootstrap

##### Building Go bootstrap tool.
cmd/dist
ERROR: Cannot find /usr/bin/go.
Set $GOROOT_BOOTSTRAP to a working Go tree >= Go 1.4.

I have to install go cross compiler
$ sudo apt-get install gccgo-5
$ sudo update-alternatives --set go /usr/bin/go-5
update-alternatives: error: no alternatives for go
--> I made a soft link

You can skip this part to run bootstrap.bash

After made a soft link I ran again

 $ GOOS=linux GOARCH=amd64 ./bootstrap.bash 
../../go-linux-amd64-bootstrap already exists; remove before continuing

I deleted the directory
$ rm -rf ../../go-linux-amd64-bootstrap/

Ran again
$ GOOS=linux GOARCH=amd64 ./bootstrap.bash 


......

Bootstrap toolchain for linux/amd64 installed in /home/jinseo/work/golang/go-linux-amd64-bootstrap.

Building tbz.

-rw-rw-r-- 1 jinseo jinseo 55474955 Mar  1 05:55 /home/jinseo/work/golang/go-linux-amd64-bootstrap.tbz


Build was finished successfully.



$ ./all.bash

......
Installed Go for linux/amd64 in /home/jinseo/work/golang/go
Installed commands in /home/jinseo/work/golang/go/bin
*** You need to add /home/jinseo/work/golang/go/bin to your PATH.

I removed the soft link (/usr/bin/go) and I added /home/jinseo/work/golang/go/bin to PATH.

Run test program

hello.go
package main

import "fmt"

func main() {
    fmt.Printf("hello, world\n")
}
jinseo@jinseo-desktop:~/work/golang/go/src$ vi hello.go
jinseo@jinseo-desktop:~/work/golang/go/src$ go run hello.go 
hello, world


Is there anything you'd like to add?

덧붙이고 싶은 말이 있어?


I can smell the cheicals

화확 물질 냄새가 나요.


I went to school, only to find it was Sunday.

학교를 갔는데, 보니까 일요일이더라고.

'English' 카테고리의 다른 글

Boy Twins Influence Girl Twins  (0) 2013.11.04
질병관련  (2) 2012.07.06
ac·cu·rate  (0) 2012.06.13
peripherals  (0) 2012.06.13
Obama Declares Swine Flu A 'National Emergency'  (1) 2009.10.26

Reference

https://help.ubuntu.com/lts/serverguide/httpd.html



  • sudo apt-get update
  • sudo apt-get install apache2


'Linux' 카테고리의 다른 글

Check HDD with fsck  (0) 2017.03.02
How to capture screen on Ubuntu  (0) 2017.02.02
exports  (0) 2014.06.24
mount shared forlder  (0) 2012.02.03
gvim probleam  (1) 2012.02.03