{"id":1179,"date":"2017-03-18T23:28:37","date_gmt":"2017-03-18T14:28:37","guid":{"rendered":"http:\/\/blog.box.kr\/?p=1179"},"modified":"2017-03-18T23:28:37","modified_gmt":"2017-03-18T14:28:37","slug":"making-to-linux-for-dev-env","status":"publish","type":"post","link":"https:\/\/blog.box.kr\/?p=1179","title":{"rendered":"Making to Linux for Dev. Env."},"content":{"rendered":"<div>\n<pre><code>g++ testcasa.cpp -std=c++11 -I \/home\/johnny\/casablanca\/Release\/include -L \/home\/johnny\/casablanca\/Release\/build.release\/Binaries -lcpprest \r\nexport LD_LIBRARY_PATH=\/home\/johnny\/casablanca\/Release\/build.release\/Binaries\r\n.\/a.out\r\n\r\n\r\n<\/code>export LD_LIBRARY_PATH=\/home\/johnny\/casablanca\/Release\/build.release\/Binaries\r\n\r\n\r\n\r\n<\/pre>\n<pre><code>sudo ldconfig\r\n\r\n<\/code><\/pre>\n<pre><code>sudo ldconfig -v\r\n<\/code><\/pre>\n<pre><code>\r\n\r\n<\/code><\/pre>\n<pre><code>export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:\/path\/to\/library\r\n\r\n\r\n<\/code><\/pre>\n<pre><code>\r\n<\/code><\/pre>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>g++ testcasa.cpp -std=c++11 -I \/home\/johnny\/casablanca\/Release\/include -L \/home\/johnny\/casablanca\/Release\/build.release\/Binaries -lcpprest export LD_LIBRARY_PATH=\/home\/johnny\/casablanca\/Release\/build.release\/Binaries .\/a.out export LD_LIBRARY_PATH=\/home\/johnny\/casablanca\/Release\/build.release\/Binaries sudo ldconfig sudo ldconfig -v export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:\/path\/to\/library<\/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":[1],"tags":[],"aioseo_notices":[],"jetpack_featured_media_url":"","jetpack_publicize_connections":[],"jetpack_sharing_enabled":true,"jetpack_shortlink":"https:\/\/wp.me\/p5q9Zn-j1","jetpack-related-posts":[{"id":899,"url":"https:\/\/blog.box.kr\/?p=899","url_meta":{"origin":1179,"position":0},"title":"Cassandra cpp driver install","date":"2015-06-16","format":false,"excerpt":"http:\/\/datastax.github.io\/cpp-driver\/topics\/building\/ \u00a0 Building Supported Platforms The driver is known to work on CentOS\/RHEL 5\/6\/7, Mac OS X 10.8\/10.9 (Mavericks and Yosemite), Ubuntu 12.04\/14.04 LTS, and Windows 7 SP1. It has been built using GCC 4.1.2+, Clang 3.4+, and MSVC 2010\/2012\/2013. Dependencies Driver CMake libuv (1.x or 0.10.x) OpenSSL (optional) NOTE:\u2026","rel":"","context":"In &quot;\uae30\uc220&quot;","img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":718,"url":"https:\/\/blog.box.kr\/?p=718","url_meta":{"origin":1179,"position":1},"title":"How To Install Linux, Nginx, MySQL, PHP (LEMP) stack On CentOS 7","date":"2015-04-15","format":false,"excerpt":"https:\/\/www.digitalocean.com\/community\/tutorials\/how-to-install-linux-nginx-mysql-php-lemp-stack-on-centos-7 \u00a0 How To Install Linux, Nginx, MySQL, PHP (LEMP) stack On CentOS 7 Introduction A LEMP software stack is a group of open source software that is typically installed together to enable a server to host dynamic websites and web apps. This term is actually an acronym which represents\u2026","rel":"","context":"In &quot;\uae30\uc220\uc790\ub8cc&quot;","img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":1174,"url":"https:\/\/blog.box.kr\/?p=1174","url_meta":{"origin":1179,"position":2},"title":"centos7] Adding to Firwwall rules","date":"2017-02-04","format":false,"excerpt":"Adding to Firwwall rules sudo iptables -I INPUT -p tcp --dport 3030 -j ACCEPT sudo service iptables save","rel":"","context":"In &quot;Linux&quot;","img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":756,"url":"https:\/\/blog.box.kr\/?p=756","url_meta":{"origin":1179,"position":3},"title":"vsftpd on Centos server 530 login incorrect error \u2013 fixed","date":"2015-05-08","format":false,"excerpt":"\u00a0The settings for disabling anonymous login and allowing local users where set in \/etc\/vsftpd.conf. anonymous_enable=NOlocal_enable=YESwrite_enable=YES But the ftp server still refused to let me login with any of the users on the system. I tried remove and reinstall, but the problem persisted.\u00a0Finally I found a thread where others had the\u2026","rel":"","context":"In &quot;Linux&quot;","img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":1195,"url":"https:\/\/blog.box.kr\/?p=1195","url_meta":{"origin":1179,"position":4},"title":"GitLab Password Reset","date":"2018-08-02","format":false,"excerpt":"GitLab Default Password First up, if you were naughty and didn't change your GitLab default password then try these: Username: root Password: 5iveL!fe If that works, make changing the root password your immediate next task. GitLab Password Reset If you have email set up on your GitLab server, the password\u2026","rel":"","context":"Similar post","img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":507,"url":"https:\/\/blog.box.kr\/?p=507","url_meta":{"origin":1179,"position":5},"title":"\ub9ac\ub205\uc2a4 \uba85\ub839 \ubaa8\uc74c","date":"2014-12-28","format":false,"excerpt":"** \uc790\ub3d9 \ub85c\uadf8\uc544\uc6c3 \ub044\uae30.. export TMOUT=0 \u00a0 **\u00a0CENTOS \ubc84\uc804 \uc54c\uc544 \ubcf4\uae30 [root@monitoringnew conf]# lsb_release -a LSB Version: :core-4.0-amd64:core-4.0-ia32:core-4.0-noarch:graphics-4.0-amd64:graphics-4.0-ia32:graphics-4.0-noarch:printing-4.0-amd64:printing-4.0-ia32:printing-4.0-noarch Distributor ID: CentOS Description: CentOS release 5.11 (Final) Release: 5.11 Codename: Final \u00a0","rel":"","context":"In &quot;Linux&quot;","img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]}],"_links":{"self":[{"href":"https:\/\/blog.box.kr\/index.php?rest_route=\/wp\/v2\/posts\/1179"}],"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=1179"}],"version-history":[{"count":1,"href":"https:\/\/blog.box.kr\/index.php?rest_route=\/wp\/v2\/posts\/1179\/revisions"}],"predecessor-version":[{"id":1180,"href":"https:\/\/blog.box.kr\/index.php?rest_route=\/wp\/v2\/posts\/1179\/revisions\/1180"}],"wp:attachment":[{"href":"https:\/\/blog.box.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=1179"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/blog.box.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=1179"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/blog.box.kr\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=1179"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}