{"id":210,"date":"2019-05-05T14:52:56","date_gmt":"2019-05-05T13:52:56","guid":{"rendered":"http:\/\/blog.brunocsmartin.fr\/?p=210"},"modified":"2019-05-05T15:00:49","modified_gmt":"2019-05-05T14:00:49","slug":"centos-and-dev","status":"publish","type":"post","link":"https:\/\/blog.brunocsmartin.fr\/index.php\/2019\/05\/05\/centos-and-dev\/","title":{"rendered":"CentOS and dev"},"content":{"rendered":"<p>You can create a virtual machine with VirtualBox, just download minimal install iso and start a vm with it. Installation is quite easy. The best is to use an ssh connection once system is setup.<\/p>\n<p>you can use NAT network with VirtualBox, you&rsquo;ll need to redirect port. Or you can use Bridge connection so that it will have is own address and will be visible on the LAN.<\/p>\n<p>To change hostname seen on the LAN, type for naming it centos7-vm\u00a0 :<\/p>\n<pre>[root@localhost]# hostnamectl set-hostname centos7-vm<\/pre>\n<p>Install extra package for extra applications (htop for instance) :<\/p>\n<pre>[root@localhost]# yum install -y centos-release-scl epel-release\r\n<\/pre>\n<p>install gcc environment<\/p>\n<pre>[root@localhost]# yum install -y devtoolset-7-gcc devtoolset-7-gcc-c++<\/pre>\n<p>install git<\/p>\n<pre>[root@localhost]# yum install -y git<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>You can create a virtual machine with VirtualBox, just download minimal install iso and start a vm with it. Installation is quite easy. The best is to use an ssh connection once system is setup. you can use NAT network with VirtualBox, you&rsquo;ll need to redirect port. Or you can use Bridge connection so that &hellip; <a href=\"https:\/\/blog.brunocsmartin.fr\/index.php\/2019\/05\/05\/centos-and-dev\/\" class=\"more-link\">Continuer la lecture de <span class=\"screen-reader-text\">CentOS and dev<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-210","post","type-post","status-publish","format-standard","hentry","category-non-classe"],"_links":{"self":[{"href":"https:\/\/blog.brunocsmartin.fr\/index.php\/wp-json\/wp\/v2\/posts\/210"}],"collection":[{"href":"https:\/\/blog.brunocsmartin.fr\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/blog.brunocsmartin.fr\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/blog.brunocsmartin.fr\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/blog.brunocsmartin.fr\/index.php\/wp-json\/wp\/v2\/comments?post=210"}],"version-history":[{"count":3,"href":"https:\/\/blog.brunocsmartin.fr\/index.php\/wp-json\/wp\/v2\/posts\/210\/revisions"}],"predecessor-version":[{"id":212,"href":"https:\/\/blog.brunocsmartin.fr\/index.php\/wp-json\/wp\/v2\/posts\/210\/revisions\/212"}],"wp:attachment":[{"href":"https:\/\/blog.brunocsmartin.fr\/index.php\/wp-json\/wp\/v2\/media?parent=210"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/blog.brunocsmartin.fr\/index.php\/wp-json\/wp\/v2\/categories?post=210"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/blog.brunocsmartin.fr\/index.php\/wp-json\/wp\/v2\/tags?post=210"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}