{"id":705,"date":"2015-04-15T07:49:19","date_gmt":"2015-04-15T16:49:19","guid":{"rendered":"http:\/\/blog.box.kr\/?p=705"},"modified":"2015-04-15T07:49:19","modified_gmt":"2015-04-15T16:49:19","slug":"linux-%ec%82%ac%ec%9a%a9%ec%9e%90-%ec%83%9d%ec%84%b1-%ea%b7%b8%eb%a3%b9%ec%83%9d%ec%83%81-%ea%b7%b8%eb%a3%b9%ec%97%90-%ec%82%ac%ec%9a%a9%ec%9e%90-%eb%b0%b0%ec%a0%95%ed%95%98%ea%b8%b0","status":"publish","type":"post","link":"https:\/\/blog.box.kr\/?p=705","title":{"rendered":"[linux] \uc0ac\uc6a9\uc790 \uc0dd\uc131, \uadf8\ub8f9\uc0dd\uc0c1, \uadf8\ub8f9\uc5d0 \uc0ac\uc6a9\uc790 \ubc30\uc815\ud558\uae30"},"content":{"rendered":"<p>1.\uc0ac\uc6a9\uc790 \ub4f1\ub85d<\/p>\n<p><strong>useradd -r username \u00a0&#8211; G\u00a0groupname \u00a0 &#8211;shell \/bin\/false<\/strong><\/p>\n<p>2. \uc0ac\uc6a9\uc790 \uc0ad\uc81c<\/p>\n<p><strong>userdel\u00a0username\u00a0<\/strong><\/p>\n<p>3. \uadf8\ub8f9 \uc0dd\uc131<\/p>\n<p><strong>groupadd groupname<\/strong><\/p>\n<p>4. \uc874\uc7ac\ud558\ub294 \uadf8\ub8f9\uc5d0 \uc0ac\uc6a9\uc790 \ubc30\uc815\ud558\uae30<\/p>\n<pre><strong><code>usermod -a -G groupname username\u00a0<\/code><\/strong><\/pre>\n<p>&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>1.\uc0ac\uc6a9\uc790 \ub4f1\ub85d useradd -r username \u00a0&#8211; G\u00a0groupname \u00a0 &#8211;shell \/bin\/false 2. \uc0ac\uc6a9\uc790 \uc0ad\uc81c userdel\u00a0username\u00a0 3. \uadf8\ub8f9 \uc0dd\uc131 groupadd groupname 4. \uc874\uc7ac\ud558\ub294 \uadf8\ub8f9\uc5d0 \uc0ac\uc6a9\uc790 \ubc30\uc815\ud558\uae30 usermod -a -G groupname username\u00a0 &nbsp;<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_mi_skip_tracking":false,"ngg_post_thumbnail":0,"spay_email":"","jetpack_publicize_message":"","jetpack_is_tweetstorm":false,"jetpack_publicize_feature_enabled":true},"categories":[5],"tags":[],"aioseo_notices":[],"jetpack_featured_media_url":"","jetpack_publicize_connections":[],"jetpack_sharing_enabled":true,"jetpack_shortlink":"https:\/\/wp.me\/p5q9Zn-bn","jetpack-related-posts":[{"id":519,"url":"https:\/\/blog.box.kr\/?p=519","url_meta":{"origin":705,"position":0},"title":"MYSQL \uc0ac\uc6a9\uc790 \uc0dd\uc131\ubd80\ud130 \uad8c\ud55c \ubd80\uc5ec \uae4c\uc9c0..","date":"2014-12-29","format":false,"excerpt":"1. DATABASE \uc0dd\uc131 mysql> CREATE DATABASE \ub514\ube44\uba85 2. \uc0ac\uc6a9\uc790 \uc0dd\uc131 \ubc0f \uad8c\ud55c \ubd80\uc5ec mysql> \u00a0CREATE USER '\uc0ac\uc6a9\uc790\uba85'@'\uc811\uc18d\ud638\uc2a4\ud2b8(localhost, %, ip )' IDENTIFIED BY '\uc554\ud638'; \u00a0 mysql>\u00a0GRANT ALL PRIVILEGES ON \ub514\ube44\uba85.* TO '\uc0ac\uc6a9\uc790\uba85'@'\uc811\uc18d\ud638\uc2a4\ud2b8(localhost, %, ip )'\u00a0\u00a0WITH GRANT OPTION; \ub610\ub294 \u00a0 mysql> GRANT RELOAD,PROCESS ON \ub514\ube44\uba85.* TO '\uc0ac\uc6a9\uc790\uba85'@'localhost'; \/\/ \uc774\ub807\uac8c \ud544\uc694\ud55c \uad8c\ud55c\ub9cc \ucc0d\uc5b4\uc11c...\u2026","rel":"","context":"In &quot;DB\uad00\ub828&quot;","img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":558,"url":"https:\/\/blog.box.kr\/?p=558","url_meta":{"origin":705,"position":1},"title":"OSX\uc5d0\uc11c GIT \uc11c\ubc84 \uc124\uc815 \ud558\uae30","date":"2015-01-25","format":false,"excerpt":"* Shell \uc5d0\uc11c \uc0ac\uc6a9\uc790 \ucd94\uac00 !! 1. \"sudo dscl . -create \/Users\/username UserShell \u00a0\/bin\/bash\" 2. \"sudo dscl . -create\u00a0\/Users\/username\u00a0RealName \"John Doth\"\" 3. \"sudo dscl . -create\u00a0\/Users\/username\u00a0UniquelID 1001\" 4.\u00a0\"sudo dscl . -create\u00a0\/Users\/username\u00a0PrimaryGroupID\u00a01000\" 5.\u00a0\"sudo dscl . -create\u00a0\/Users\/username\u00a0NFSHomeDirectory \/Local\/Users\/username\" 6.\u00a0\"sudo dscl . -create\u00a0\/Users\/username\u00a0password\" \u00a0 \u00a0<<= \uc554\ud638 \uc785\ub825 * GIT\uc124\uce58 1. \uc0ac\uc6a9\uc790 \"git-admin\" \u00a0\ucd94\uac00\u2026","rel":"","context":"In &quot;\uc77c\uc0c1&quot;","img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":311,"url":"https:\/\/blog.box.kr\/?p=311","url_meta":{"origin":705,"position":2},"title":"\u00a0MFC &#8211; \ucf64\ubcf4\ubc15\uc2a4","date":"2014-08-09","format":false,"excerpt":"[\ucf64\ubcf4 \ubc15\uc2a4 \uc0ac\uc6a9 \uc608] 1. \ub2e4\uc774\uc5bc\ub85c\uadf8 \ub4f1\uc5d0, \ucf64\ubcf4\ubc15\uc2a4\ub97c \ub4dc\ub798\uadf8 \ud558\uc5ec \uc62c\ub824\ub454\ub2e4. 2. \ucee8\ud2b8\ub864 \ud0c0\uc785\uc758 \ubcc0\uc218 \uc120\uc5b8. 3. \ucf64\ubcf4\uc5d0 \ub4e4\uc5b4\uac08 \ubaa9\ub85d\uc744 \ubc30\uc5f4\ub85c \uc791\uc131 \uc608) CString combo_value[] = {\"1\ubd84 \ud6c4\",\"2\ubd84 \ud6c4\",\"3\ubd84 \ud6c4\",\"5\ubd84 \ud6c4\",\"10\ubd84 \ud6c4\",\"15\ubd84 \ud6c4\",\"20\ubd84 \ud6c4\",\"25\ubd84 \ud6c4\",\"30\ubd84 \ud6c4\",\"45\ubd84 \ud6c4\",\"1\uc2dc\uac04 \ud6c4\",\"2\uc2dc\uac04 \ud6c4\",\"3\uc2dc\uac04 \ud6c4\",\"4\uc2dc\uac04 \ud6c4\",\u00a0\"5\uc2dc\uac04 \ud6c4\",\"\uc0ac\uc6a9\uc548\ud568\"}; 4.\u00a0\ubc30\uc5f4\ub85c \uc791\uc131\ud55c \ubaa9\ub85d\uc744 \ucf64\ubcf4\ubc15\uc2a4\uc5d0 \ucd94\uac00 .... m_CtrlComBo_VideoTime.ResetContent();\u00a0\u00a0\u00a0\/\/ \ucf64\ubcf4\u2026","rel":"","context":"In &quot;C\/C++&quot;","img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":170,"url":"https:\/\/blog.box.kr\/?p=170","url_meta":{"origin":705,"position":3},"title":"[\uac1c\ubc1c\ud301] Spring + Quartz\uc5d0\uc11c \ud30c\ub77c\ubbf8\ud130\ub97c \uac00\uc838\uc624\ub294 \ubc29\ubc95","date":"2014-07-08","format":false,"excerpt":"\uc77c\uc804\uc5d0\u00a0\uc608\uc57d\uc791\uc5c5\uc744 \uc2e4\ud589\ud558\ub294 \uba87\uac00\uc9c0 \ubc29\ubc95\uc5d0 \ub300\ud574 \uc0b4\ud3b4\ubd24\ub294\ub370\uc5ec.. Spring + Quartz\ub97c \uc774\uc6a9\ud560\ub54c \uc0ac\uc6a9\uc790 \ud30c\ub77c\ubbf8\ud130\ub97c Job \uc124\uc815\ud30c\uc77c\uc5d0 \ub4f1\ub85d\ud558\uace0 \uc2e4\ud589\uc2dc \uc774\ub97c \uac00\uc838\uc62c \uc218 \uc788\uc2b5\ub2c8\ub2e4.. \uba3c\uc800 Job \uc124\uc815\ud30c\uc77c\uc5d0 \uc544\ub798\uc640 \uac19\uc774 \uc0ac\uc6a9\uc790 \ud30c\ub77c\ubbf8\ud130\ub97c \ucd94\uac00\ud558\uace0 <bean id=\"MyJob\" class=\"org.springframework.scheduling.quartz.JobDetailBean\"> <property name=\"jobClass\" value=\"net.openintegration.sample.scheduling.MySpringQuartzJob\" \/> <property name=\"jobDataAsMap\"> <map> \u00a0\u00a0\u00a0<entry key=\"timeout\" value=\"5\" \/> \u00a0\u00a0\u00a0<!--entry key=\"timeout\"><value>5<\/value><\/entry--> <\/map> <\/property> <\/bean> \uc544\ub798\uc640 \uac19\uc774 \ubd88\ub7ec\uc624\uba74\u2026","rel":"","context":"In &quot;JAVA&quot;","img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":118,"url":"https:\/\/blog.box.kr\/?p=118","url_meta":{"origin":705,"position":4},"title":"[\ud38c]\ud55c\uad6d\uc758 \uc548\ub4dc\ub85c\uc774\ub4dc \uacfc\ub2e4 \uc758\uc874, \ubd80\uc791\uc6a9\uc774 \uc6b0\ub824\ub418\ub294 \uc774\uc720","date":"2014-06-23","format":false,"excerpt":"\ubbf8\uad6d\uc758 \uc2dc\uc7a5\uc870\uc0ac\uc5c5\uccb4 \uc2a4\ud2b8\ub798\ud2f0\uc9c0\uc560\ub110\ub9ac\ud2f1\uc2a4(SA)\ub294 \uc138\uacc4 88\uac1c\uad6d\uc744 \ub300\uc0c1\uc73c\ub85c \uc6b4\uc601\uccb4\uc81c(OS)\ubcc4 \uc2a4\ub9c8\ud2b8\ud3f0 \uc0ac\uc6a9\uc790 \uc218(IB; Installed Base)\uc640 \uc810\uc720\uc728\uc744 \uc870\uc0ac\ud55c \uacb0\uacfc, \ud55c\uad6d\uc758 \uc548\ub4dc\ub85c\uc774\ub4dc \uc2a4\ub9c8\ud2b8\ud3f0 \uc0ac\uc6a9\uc790 \uc810\uc720\uc728\uc774 93.4%\ub85c \uc138\uacc4\uc5d0\uc11c \uac00\uc7a5 \ub192\uc558\ub2e4\uace0 21\uc77c \ubc1c\ud45c\ud588\ub2e4. \uc0ac\uc6a9\uc790 \uc218(IB)\ub294 \ud2b9\uc815 \uae30\uac04\uc5d0 \uc81c\ud488\uc774 \uc5bc\ub9c8\ub098 \ud314\ub838\ub294\uac00\ub97c \uc9d1\uacc4\ud558\ub294 \ud310\ub9e4\ub7c9(\uacf5\uae09\ub7c9, Shipment)\uacfc \ub2ec\ub9ac \ub2f9\uc2dc \uc0ac\uc6a9\ub418\uace0 \uc788\ub294 \uc81c\ud488\uc774 \uba87 \ub300\uc778\uac00\ub97c \uc870\uc0ac\ud55c \uc218\uce58. \ud55c\uad6d\uc758 \uc548\ub4dc\ub85c\uc774\ub4dc \uc0ac\uc6a9\uc790 \uc218 \ube44\uc728\uc740\u2026","rel":"","context":"In &quot;\uc77c\ubc18&quot;","img":{"alt_text":"","src":"http:\/\/cfile24.uf.tistory.com\/image\/2318055052DFBCD52CE721","width":350,"height":200},"classes":[]},{"id":521,"url":"https:\/\/blog.box.kr\/?p=521","url_meta":{"origin":705,"position":5},"title":"MYSql \uc811\uc18d \ud504\ub85c\ud1a0\ucf5c \ubb38\uc81c","date":"2014-12-29","format":false,"excerpt":"Q1. \u00a0Mysql \uc811\uc18d\uc2dc\uc5d0 \"\u00a0MYSQL ERROR 2049 (HY000): Connection using old (pre-4.1.1) authentication protocol ref used (client option 'secure_auth' enabled)\u00a0\" \uc624\ub958 \ubc1c\uc0dd \uc6d0\uc778: \uc0ac\uc6a9\uc790 \uc554\ud638 \ud574\uc26c\uac12\uc744 \uc608\uc804 \uac83\uc744 \uc0ac\uc6a9\ud574\uc11c \uc0dd\uae30\ub294 \ubb38\uc81c \ud574\uacb0 1 : \u00a0\u00a0--skip-secure-auth \u00a0\uc635\uc158 \uc0ac\uc6a9 => \uc811\uc18d \ud560\ub54c Mysql\uc758 \ud074\ub77c\uc774\uc5b8\ud2b8\uc758 \uc554\ud638 Hash\uc218\uc900\uc744 \ub0ae \ucdb0\uc11c \uc811\uc18d ( \uc784\uc2dc\uc801\uc778 \ubc29\ubc95 )\u00a0\u2026","rel":"","context":"In &quot;DB\uad00\ub828&quot;","img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]}],"_links":{"self":[{"href":"https:\/\/blog.box.kr\/index.php?rest_route=\/wp\/v2\/posts\/705"}],"collection":[{"href":"https:\/\/blog.box.kr\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/blog.box.kr\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/blog.box.kr\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/blog.box.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=705"}],"version-history":[{"count":0,"href":"https:\/\/blog.box.kr\/index.php?rest_route=\/wp\/v2\/posts\/705\/revisions"}],"wp:attachment":[{"href":"https:\/\/blog.box.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=705"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/blog.box.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=705"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/blog.box.kr\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=705"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}