{"id":21251,"date":"2017-01-11T07:38:03","date_gmt":"2017-01-11T13:38:03","guid":{"rendered":"https:\/\/www.rosehosting.com\/blog\/?p=21251"},"modified":"2022-06-03T03:42:23","modified_gmt":"2022-06-03T08:42:23","slug":"how-to-install-odoo-10-with-subdomain-filtering","status":"publish","type":"post","link":"https:\/\/www.rosehosting.com\/blog\/how-to-install-odoo-10-with-subdomain-filtering\/","title":{"rendered":"How to Install Odoo 10 with subdomain filtering"},"content":{"rendered":"
<\/div>

\"How<\/p>\n

We’ll show you, How to Install Odoo 10 with subdomain filtering. In this tutorial, we will show you how to install Odoo 10 on an Ubuntu 16.04 VPS<\/a> and configure it to use sub-domain filtering so users can run multiple Odoo instances on different sub-domains (with a different database for each subdomain).
\n<\/p>\n

Make sure your OS package list and the OS packages are up to date by running the following commands:<\/p>\n

sudo apt-get update\nsudo apt-get upgrade<\/pre>\n

Then, start with the Odoo 10 installation. The easiest way to install Odoo 10 on your Linux VPS is to use the Odoo install script available at github.com, so download the script to a directory on your server:<\/p>\n

cd \/opt\nwget https:\/\/raw.githubusercontent.com\/Yenthe666\/InstallScript\/10.0\/odoo_install.sh<\/pre>\n

Edit the script and change the Odoo master password. Also, you can change the Odoo username, Odoo install path, Odoo port number, Odoo version (Enterprise, Community) etc.<\/p>\n

vi odoo_install.sh<\/pre>\n
#set the superadmin password\nOE_SUPERADMIN=\"admin\"<\/pre>\n

Replace ‘admin’ with a strong password<\/a>, e.g.:<\/p>\n

OE_SUPERADMIN=\"Adm1NPa55w0^D\"<\/pre>\n

Make the Odoo install script executable:<\/p>\n

chmod +x odoo_install.sh<\/pre>\n

Run the Odoo install script and allow some time for the installation process to complete.<\/p>\n

.\/odoo_install.sh<\/pre>\n

Once the Odoo 10 installation is complete, edit the Odoo configuration file (\/etc\/odoo-server.conf) and configure it for subdomain filtering, i.e. add dbfilter = ^%d$ to it:<\/p>\n

vi \/etc\/odoo-server.conf<\/pre>\n
[options]\n; This is the password that allows database operations:\nadmin_passwd = Adm1NPa55w0^D\ndb_host = False\ndb_port = False\ndb_user = odoo\ndb_password = False\ndbfilter = ^%d$\naddons_path = \/usr\/lib\/python2.7\/dist-packages\/odoo\/addons\n[options]\nlogfile = \/var\/log\/odoo\/odoo-server.log\naddons_path=\/odoo\/odoo-server\/addons,\/odoo\/custom\/addons\nxmlrpc_port = 8069<\/pre>\n

Do not forget to replace the Odoo master password with the one you set in the Odoo install script. Also if you modified Odoo addons_path, Odoo port number or so, you need to change them to the Odoo configuration too.<\/p>\n

Edit the config.py Odoo script:<\/p>\n

vi \/odoo\/odoo-server\/odoo\/tools\/config.py<\/pre>\n

Change:<\/p>\n

\"--db-filter\", dest=\"dbfilter\", my_default='.*'<\/pre>\n

to<\/p>\n

\"--db-filter\", dest=\"dbfilter\", my_default='%d'<\/pre>\n

Then, restart the Odoo server for the changes to take effect:<\/p>\n

\/etc\/init.d\/odoo-server restart<\/pre>\n

[ecko_alert color=”blue”]Get an Odoo VPS<\/a><\/strong> from us and our EPIC 24\/7 Support Team will install, configure and optimize Odoo for you, for free.[\/ecko_alert]<\/p>\n

Install Apache, pip and mod-wsgi:<\/p>\n

sudo apt-get install python-pip apache2 libapache2-mod-wsgi<\/pre>\n

Disable the default Apache configuration file:<\/p>\n

a2dissite 000-default.conf<\/pre>\n

Create a new Apache configuration file. For example, create a new Apache configuration file named ‘odoo.conf’:<\/p>\n

vi \/etc\/apache2\/sites-available\/odoo.conf<\/pre>\n

Enable the ‘odoo.conf’ Apache configuration file:<\/p>\n

a2ensite odoo<\/pre>\n

Add the following lines to it:
\n<VirtualHost *:80>
\nServerName your-domain.com
\nServerAlias *.your-domain.com
\nWSGIScriptAlias \/ \/odoo\/odoo-server\/odoo\/service\/wsgi_server.py
\nWSGIDaemonProcess oe user=odoo group=odoo processes=2 python-path=\/odoo\/odoo-server\/ display-name=apache-odoo
\nWSGIProcessGroup oe
\nErrorLog \/var\/log\/odoo\/odoo-error.log
\nCustomLog \/var\/log\/odoo\/odoo-access.log combined
\n<Directory \/opt\/odoo>
\n#Order allow,deny
\n#Allow from all
\nOptions All
\nAllowOverride All
\nRequire all granted
\n<\/Directory>
\n<\/VirtualHost>
\nRestart the Apache web server for the changes to take effect:<\/p>\n

service apache2 restart<\/pre>\n

That is it. Odoo 10 is configured to use sub-domain filtering now.<\/p>\n

Open http:\/\/subdomain1.your-domain.com:8069 in a web browser, enter the Odoo master password, the database name, email address and password, select a country from the drop-down selection box and click ‘Create database’.
\nRepeat the same steps for subdomain2.your-domain.com etc., and then you can access each Odoo instance using http:\/\/subdomain1.your-domain.com:8069 , http:\/\/subdomain2.your-domain.com:8069 and so on.<\/p>\n


\n

Of course, you don\u2019t have to do any of this if you use one of our Odoo VPS Hosting<\/a> services, in which case you can simply ask our expert Linux admins to install Odoo 10 with subdomain filtering<\/strong> for you. They are available 24×7 and will take care of your request immediately.<\/p>\n

You can also check one of our previous tutorials: Install Odoo 10 on CentOS 7 with Apache as a reverse proxy<\/a><\/p>\n

PS<\/span>.<\/strong> If you liked this post, on\u00a0How to Install Odoo 10 with subdomain filtering,\u00a0 please share it with your friends on the social networks using the buttons on the left or simply leave a reply below. Thanks.<\/p>\n","protected":false},"excerpt":{"rendered":"

We’ll show you, How to Install Odoo 10 with subdomain filtering. In this tutorial, we will show you how to … <\/p>\n

Read More<\/a><\/p>\n","protected":false},"author":4,"featured_media":24958,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[13,1698],"tags":[464,59],"yoast_head":"\nHow to Install Odoo 10 with subdomain filtering - RoseHosting<\/title>\n<meta name=\"description\" content=\"How to Install Odoo 10 with subdomain filtering - RoseHosting\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.rosehosting.com\/blog\/how-to-install-odoo-10-with-subdomain-filtering\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Install Odoo 10 with subdomain filtering - RoseHosting\" \/>\n<meta property=\"og:description\" content=\"How to Install Odoo 10 with subdomain filtering - RoseHosting\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.rosehosting.com\/blog\/how-to-install-odoo-10-with-subdomain-filtering\/\" \/>\n<meta property=\"og:site_name\" content=\"RoseHosting\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/RoseHosting\" \/>\n<meta property=\"article:author\" content=\"https:\/\/www.facebook.com\/rosehosting.helpdesk\" \/>\n<meta property=\"article:published_time\" content=\"2017-01-11T13:38:03+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2022-06-03T08:42:23+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2017\/01\/How-to-Install-Odoo-10-with-subdomain-filtering.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1200\" \/>\n\t<meta property=\"og:image:height\" content=\"600\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Jeff Wilson\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@rosehosting\" \/>\n<meta name=\"twitter:site\" content=\"@rosehosting\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Jeff Wilson\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.rosehosting.com\/blog\/how-to-install-odoo-10-with-subdomain-filtering\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.rosehosting.com\/blog\/how-to-install-odoo-10-with-subdomain-filtering\/\"},\"author\":{\"name\":\"Jeff Wilson\",\"@id\":\"https:\/\/www.rosehosting.com\/blog\/#\/schema\/person\/7ce77a842fa6a9a7f8efa186f2353713\"},\"headline\":\"How to Install Odoo 10 with subdomain filtering\",\"datePublished\":\"2017-01-11T13:38:03+00:00\",\"dateModified\":\"2022-06-03T08:42:23+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.rosehosting.com\/blog\/how-to-install-odoo-10-with-subdomain-filtering\/\"},\"wordCount\":583,\"commentCount\":19,\"publisher\":{\"@id\":\"https:\/\/www.rosehosting.com\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/www.rosehosting.com\/blog\/how-to-install-odoo-10-with-subdomain-filtering\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2017\/01\/How-to-Install-Odoo-10-with-subdomain-filtering.jpg\",\"keywords\":[\"odoo\",\"ubuntu\"],\"articleSection\":[\"Tutorials\",\"Ubuntu\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.rosehosting.com\/blog\/how-to-install-odoo-10-with-subdomain-filtering\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.rosehosting.com\/blog\/how-to-install-odoo-10-with-subdomain-filtering\/\",\"url\":\"https:\/\/www.rosehosting.com\/blog\/how-to-install-odoo-10-with-subdomain-filtering\/\",\"name\":\"How to Install Odoo 10 with subdomain filtering - RoseHosting\",\"isPartOf\":{\"@id\":\"https:\/\/www.rosehosting.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.rosehosting.com\/blog\/how-to-install-odoo-10-with-subdomain-filtering\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.rosehosting.com\/blog\/how-to-install-odoo-10-with-subdomain-filtering\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2017\/01\/How-to-Install-Odoo-10-with-subdomain-filtering.jpg\",\"datePublished\":\"2017-01-11T13:38:03+00:00\",\"dateModified\":\"2022-06-03T08:42:23+00:00\",\"description\":\"How to Install Odoo 10 with subdomain filtering - RoseHosting\",\"breadcrumb\":{\"@id\":\"https:\/\/www.rosehosting.com\/blog\/how-to-install-odoo-10-with-subdomain-filtering\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.rosehosting.com\/blog\/how-to-install-odoo-10-with-subdomain-filtering\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.rosehosting.com\/blog\/how-to-install-odoo-10-with-subdomain-filtering\/#primaryimage\",\"url\":\"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2017\/01\/How-to-Install-Odoo-10-with-subdomain-filtering.jpg\",\"contentUrl\":\"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2017\/01\/How-to-Install-Odoo-10-with-subdomain-filtering.jpg\",\"width\":1200,\"height\":600,\"caption\":\"How to Install Odoo 10 with subdomain filtering\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.rosehosting.com\/blog\/how-to-install-odoo-10-with-subdomain-filtering\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.rosehosting.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Install Odoo 10 with subdomain filtering\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.rosehosting.com\/blog\/#website\",\"url\":\"https:\/\/www.rosehosting.com\/blog\/\",\"name\":\"RoseHosting\",\"description\":\"Premium Linux Tutorials Since 2001\",\"publisher\":{\"@id\":\"https:\/\/www.rosehosting.com\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.rosehosting.com\/blog\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.rosehosting.com\/blog\/#organization\",\"name\":\"RoseHosting\",\"url\":\"https:\/\/www.rosehosting.com\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.rosehosting.com\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2022\/03\/android-chrome-192x192-1.png\",\"contentUrl\":\"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2022\/03\/android-chrome-192x192-1.png\",\"width\":192,\"height\":192,\"caption\":\"RoseHosting\"},\"image\":{\"@id\":\"https:\/\/www.rosehosting.com\/blog\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/RoseHosting\",\"https:\/\/x.com\/rosehosting\",\"https:\/\/www.linkedin.com\/in\/rosehosting\/\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.rosehosting.com\/blog\/#\/schema\/person\/7ce77a842fa6a9a7f8efa186f2353713\",\"name\":\"Jeff Wilson\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.rosehosting.com\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/09271207587f897ab46faaed9b355252?s=96&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/09271207587f897ab46faaed9b355252?s=96&r=g\",\"caption\":\"Jeff Wilson\"},\"description\":\"An experienced Linux veteran with many years of experience. Helping other Linux admins with frequent Linux and business-related blog posts on the RoseHosting blog. Techie by choice. Loving nature and travel. Happily married and father of two lovely children.\",\"sameAs\":[\"https:\/\/www.rosehosting.com\",\"https:\/\/www.facebook.com\/rosehosting.helpdesk\"],\"url\":\"https:\/\/www.rosehosting.com\/blog\/author\/jwilson\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to Install Odoo 10 with subdomain filtering - RoseHosting","description":"How to Install Odoo 10 with subdomain filtering - RoseHosting","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.rosehosting.com\/blog\/how-to-install-odoo-10-with-subdomain-filtering\/","og_locale":"en_US","og_type":"article","og_title":"How to Install Odoo 10 with subdomain filtering - RoseHosting","og_description":"How to Install Odoo 10 with subdomain filtering - RoseHosting","og_url":"https:\/\/www.rosehosting.com\/blog\/how-to-install-odoo-10-with-subdomain-filtering\/","og_site_name":"RoseHosting","article_publisher":"https:\/\/www.facebook.com\/RoseHosting","article_author":"https:\/\/www.facebook.com\/rosehosting.helpdesk","article_published_time":"2017-01-11T13:38:03+00:00","article_modified_time":"2022-06-03T08:42:23+00:00","og_image":[{"width":1200,"height":600,"url":"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2017\/01\/How-to-Install-Odoo-10-with-subdomain-filtering.jpg","type":"image\/jpeg"}],"author":"Jeff Wilson","twitter_card":"summary_large_image","twitter_creator":"@rosehosting","twitter_site":"@rosehosting","twitter_misc":{"Written by":"Jeff Wilson","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.rosehosting.com\/blog\/how-to-install-odoo-10-with-subdomain-filtering\/#article","isPartOf":{"@id":"https:\/\/www.rosehosting.com\/blog\/how-to-install-odoo-10-with-subdomain-filtering\/"},"author":{"name":"Jeff Wilson","@id":"https:\/\/www.rosehosting.com\/blog\/#\/schema\/person\/7ce77a842fa6a9a7f8efa186f2353713"},"headline":"How to Install Odoo 10 with subdomain filtering","datePublished":"2017-01-11T13:38:03+00:00","dateModified":"2022-06-03T08:42:23+00:00","mainEntityOfPage":{"@id":"https:\/\/www.rosehosting.com\/blog\/how-to-install-odoo-10-with-subdomain-filtering\/"},"wordCount":583,"commentCount":19,"publisher":{"@id":"https:\/\/www.rosehosting.com\/blog\/#organization"},"image":{"@id":"https:\/\/www.rosehosting.com\/blog\/how-to-install-odoo-10-with-subdomain-filtering\/#primaryimage"},"thumbnailUrl":"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2017\/01\/How-to-Install-Odoo-10-with-subdomain-filtering.jpg","keywords":["odoo","ubuntu"],"articleSection":["Tutorials","Ubuntu"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.rosehosting.com\/blog\/how-to-install-odoo-10-with-subdomain-filtering\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.rosehosting.com\/blog\/how-to-install-odoo-10-with-subdomain-filtering\/","url":"https:\/\/www.rosehosting.com\/blog\/how-to-install-odoo-10-with-subdomain-filtering\/","name":"How to Install Odoo 10 with subdomain filtering - RoseHosting","isPartOf":{"@id":"https:\/\/www.rosehosting.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.rosehosting.com\/blog\/how-to-install-odoo-10-with-subdomain-filtering\/#primaryimage"},"image":{"@id":"https:\/\/www.rosehosting.com\/blog\/how-to-install-odoo-10-with-subdomain-filtering\/#primaryimage"},"thumbnailUrl":"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2017\/01\/How-to-Install-Odoo-10-with-subdomain-filtering.jpg","datePublished":"2017-01-11T13:38:03+00:00","dateModified":"2022-06-03T08:42:23+00:00","description":"How to Install Odoo 10 with subdomain filtering - RoseHosting","breadcrumb":{"@id":"https:\/\/www.rosehosting.com\/blog\/how-to-install-odoo-10-with-subdomain-filtering\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.rosehosting.com\/blog\/how-to-install-odoo-10-with-subdomain-filtering\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.rosehosting.com\/blog\/how-to-install-odoo-10-with-subdomain-filtering\/#primaryimage","url":"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2017\/01\/How-to-Install-Odoo-10-with-subdomain-filtering.jpg","contentUrl":"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2017\/01\/How-to-Install-Odoo-10-with-subdomain-filtering.jpg","width":1200,"height":600,"caption":"How to Install Odoo 10 with subdomain filtering"},{"@type":"BreadcrumbList","@id":"https:\/\/www.rosehosting.com\/blog\/how-to-install-odoo-10-with-subdomain-filtering\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.rosehosting.com\/blog\/"},{"@type":"ListItem","position":2,"name":"How to Install Odoo 10 with subdomain filtering"}]},{"@type":"WebSite","@id":"https:\/\/www.rosehosting.com\/blog\/#website","url":"https:\/\/www.rosehosting.com\/blog\/","name":"RoseHosting","description":"Premium Linux Tutorials Since 2001","publisher":{"@id":"https:\/\/www.rosehosting.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.rosehosting.com\/blog\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.rosehosting.com\/blog\/#organization","name":"RoseHosting","url":"https:\/\/www.rosehosting.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.rosehosting.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2022\/03\/android-chrome-192x192-1.png","contentUrl":"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2022\/03\/android-chrome-192x192-1.png","width":192,"height":192,"caption":"RoseHosting"},"image":{"@id":"https:\/\/www.rosehosting.com\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/RoseHosting","https:\/\/x.com\/rosehosting","https:\/\/www.linkedin.com\/in\/rosehosting\/"]},{"@type":"Person","@id":"https:\/\/www.rosehosting.com\/blog\/#\/schema\/person\/7ce77a842fa6a9a7f8efa186f2353713","name":"Jeff Wilson","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.rosehosting.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/09271207587f897ab46faaed9b355252?s=96&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/09271207587f897ab46faaed9b355252?s=96&r=g","caption":"Jeff Wilson"},"description":"An experienced Linux veteran with many years of experience. Helping other Linux admins with frequent Linux and business-related blog posts on the RoseHosting blog. Techie by choice. Loving nature and travel. Happily married and father of two lovely children.","sameAs":["https:\/\/www.rosehosting.com","https:\/\/www.facebook.com\/rosehosting.helpdesk"],"url":"https:\/\/www.rosehosting.com\/blog\/author\/jwilson\/"}]}},"_links":{"self":[{"href":"https:\/\/www.rosehosting.com\/blog\/wp-json\/wp\/v2\/posts\/21251"}],"collection":[{"href":"https:\/\/www.rosehosting.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.rosehosting.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.rosehosting.com\/blog\/wp-json\/wp\/v2\/users\/4"}],"replies":[{"embeddable":true,"href":"https:\/\/www.rosehosting.com\/blog\/wp-json\/wp\/v2\/comments?post=21251"}],"version-history":[{"count":1,"href":"https:\/\/www.rosehosting.com\/blog\/wp-json\/wp\/v2\/posts\/21251\/revisions"}],"predecessor-version":[{"id":40673,"href":"https:\/\/www.rosehosting.com\/blog\/wp-json\/wp\/v2\/posts\/21251\/revisions\/40673"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.rosehosting.com\/blog\/wp-json\/wp\/v2\/media\/24958"}],"wp:attachment":[{"href":"https:\/\/www.rosehosting.com\/blog\/wp-json\/wp\/v2\/media?parent=21251"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.rosehosting.com\/blog\/wp-json\/wp\/v2\/categories?post=21251"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.rosehosting.com\/blog\/wp-json\/wp\/v2\/tags?post=21251"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}