본 글은 매주 발행되는 Ubuntu Newsletter 중 본인이 관심 있는 부분을 설명하는데 중점을 둡니다.
그러므로 자세한 내용은 원문을 참조하시는 것이 가장 좋습니다.
원문: https://wiki.ubuntu.com/UbuntuWeeklyNewsletter/Issue411
이번 내용은 다음과 같습니다.
In This Issue
- Ubuntu Stats
LoCo Events
- Kubuntu: Kubuntu Sweaters Added to Hellotux Shop
- Ubuntu App Developer Blog: Return of the Ubuntu UI Toolkit
- Forums Council: Forum Council Addition
- Barry Warsaw: Creating Python Snaps
- Ronnie Tucker: Happy Birthday to us all!
- Ubuntu Cloud News
- Adventures in Podbird
- Send a URL to your Ubuntu phone with Caxton
- Internet of Things: M2MLabs
- Hack The Home: creating the home of the future
- Torvalds' temptress comes of age: Xfce 4.12 hits the streets
Canonical to integrate Chef DevOps into Ubuntu
- In The Blogosphere
- Other Articles of Interest
- Featured Audio and Video
- Weekly Ubuntu Development Team Meetings
- Upcoming Meetings and Events
- Updates and Security for 10.04, 12.04, 14.04 and 14.10
- And much more!
이번에는 Ubuntu Cloud, Top 5 Questions, IoT 등에 대해서 이야기 해보겠습니다.
Ubuntu Cloud News
Coho Data partners with Canonical for OpenStack Interoperability - https://insights.ubuntu.com/2015/03/30/coho-data-partners-with-canonical-for-openstack-interoperability/
DataArt join Canonical’s Charm Partner Programme - https://insights.ubuntu.com/2015/03/30/dataart-join-canonicals-charm-partner-programme/
Ubuntu, ARM and the public cloud - https://insights.ubuntu.com/2015/04/02/ubuntu-arm-and-the-public-cloud/
캐노니컬에서는 Ubuntu Cloud를 위하여 Coho Data와 협력하기로 함, 그것은 Ubuntu의 OpenStack 호환랩의 파트너로써 참여한다고 합니다.
Canonical is pleased to welcome Coho Data, developer of the first flash-tuned scale-out storage architecture for private clouds, as an Ubuntu Cloud partner and to our OpenStack Interoperability Lab
Coho Data is delivering web-scale storage for the cloud generation.
그리고 간단히 Flash기반의 H/W Clouds를 개인별로 지원해 줄 수 있는 기반 기술을 보유한 회사 정도?
first flash-tuned scale-out storage architecture designed for private clouds
어찌하였든, Clouds 또한 계속 발전해 나가고 있는 기술임에는 틀림이 없으며 Ubuntu에서도 이를 계속 지원 및 향상 시키고 있는 노력을 보이고 있네요.
다음은 금주의 Top 5 Questions 입니다.
Most Active Questions
How is 'rm -rf /' able to delete all files in the system? http://askubuntu.com/questions/604324/how-is-rm-rf-able-to-delete-all-files-in-the-system
Using “while read…” in a linux script http://askubuntu.com/questions/604626/using-while-read-in-a-linux-script
How to change file ownership when chown says “invalid user: ‘–R'”? http://askubuntu.com/questions/604925/how-to-change-file-ownership-when-chown-says-invalid-user-r
Do Windows mice work with Ubuntu? http://askubuntu.com/questions/605253/do-windows-mice-work-with-ubuntu
How to create multiple files with the Terminal? http://askubuntu.com/questions/605558/how-to-create-multiple-files-with-the-terminal
What happens is that you start to get a lot of messages like:
rm: cannot remove '/...': Operation not permitted
or:
rm: cannot remove '/...': Device or resource busy
그리고 4개의 디렉토리는 그대로 유지가 되어 있다고 함.
/dev
. This is where device files are stored./proc
—in-memory filesystem created by the kernel./run
, a standardized file system location for daemons./sys
. This allows you to get information about the system and its components.
여기 답변 중에 재미있는 것은 물론 상기와 같이 rm -rf 테스트를 하면 현재 사용하고 있는 시스템이 망가지므로 이를 복구 하거나 테스트 방법을 제안한다.
첫번째 vmbuilder 를 추천함. vmware의 snapshot과 같은 프로그램으로 시스템을 복사하여 이전으로 돌릴 수 있는 프로그램인 듯 합니다. 고스트라고 볼수 있겠죠?
두번째는 --R 옵션이 동작하지 않는 다는 내용인데,, 질문자가 Webpage에서 copy한것을 그대로 shell에 복사하여 사용함으로써 실제 지원하는 옵션은 -R 인데,,, --R을 사용하면서 invalid option의 에러 메시지가 나타난 것이다.
여기서 안 내용입니다만,,, - 하나는 en dash이고 -- 두개는 em dash라고 부름...
즉, The en dash, n dash, n-rule, or "nut" (–) is traditionally half the width of an em dash.[6][7] In modern fonts, the length of the en dash is not standardized, and the en dash is often more than half the width of the em dash (from: https://en.wikipedia.org/wiki/Dash#En_dash)
세번째는 스크립트 질문이다.
어떻게 쉽게 아래와 같은 파일들을 Command로 만들 수 있을까 이다?
I need a way to create multiple files like bspl0001.c
, bspl0002.c
, bspl0003.c
, etc ...
답은 간단히 다음과 같이...
touch bspl{0001..0003}.c
Canonical News
이번 뉴스에서는 제가 요즘 가장 관심 있는 부분인 IoT에 대해서 짧게 나마 다루어 졌다.
Internet of Things: M2MLabs
Canonical writes: "M2MLabs’ 100 % open source framework provides the foundation for building the next generation of Internet of Things (IoT) applications." They welcome M2MLabs to the Ubuntu Core partner program, and link to where further information can be found about Snappy Ubuntu Core, Juju and Charms.
https://insights.ubuntu.com/2015/04/01/internet-of-things-m2mlabs/
참고 사이트
M2M Labs: http://www.m2m.com
Ubuntu IoT: http://www.ubuntu.com/things
이번에도 짧게 나마 Ubuntu Newletter 411 Issue를 간단하게 보았습니다.
'Ubuntu Newsletter' 카테고리의 다른 글
Ubuntu newsletter (Issue #413 (2015/04/13 - 2015/04/19) ) (0) | 2015.04.27 |
---|---|
Ubuntu newsletter (Issue #407 (2015/03/02 - 2015/03/08) ) (0) | 2015.03.23 |
Ubuntu newsletter (Issue #404, 2015/02/09 ~ 2015/02/15) (0) | 2015.02.19 |