<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>ubuntu 19.04 Archives - Linux Windows and android Tutorials</title>
	<atom:link href="https://www.osradar.com/tag/ubuntu-19-04/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.osradar.com</link>
	<description>tutorials and news and Seurity</description>
	<lastBuildDate>Fri, 10 Apr 2020 21:43:31 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.8.12</generator>
	<item>
		<title>How To Install WildFly 18.0.1.Final &#038; Connecting to Eclipse IDE on Ubuntu 19.04</title>
		<link>https://www.osradar.com/how-to-install-wildfly-18-0-1-final-connecting-to-eclipse-ide-on-ubuntu-19-04/</link>
					<comments>https://www.osradar.com/how-to-install-wildfly-18-0-1-final-connecting-to-eclipse-ide-on-ubuntu-19-04/#respond</comments>
		
		<dc:creator><![CDATA[sabi]]></dc:creator>
		<pubDate>Fri, 20 Dec 2019 12:19:27 +0000</pubDate>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[Desktop]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[eclipse ide]]></category>
		<category><![CDATA[install wildfly on ubuntu 19.04]]></category>
		<category><![CDATA[java development server]]></category>
		<category><![CDATA[servers]]></category>
		<category><![CDATA[ubuntu 19.04]]></category>
		<category><![CDATA[web servers]]></category>
		<category><![CDATA[wildFly 18.0.1.Final]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=16569</guid>

					<description><![CDATA[<p>What is WildFly ? WildFly/JBoss is a Java Server used for the development of Java Projects and provides most of the features and being used by the Enterprises for its better performance &#38; almost all features required. So mostly it is used by main Enterprises as compared to its competitors like Apache, Tomcat, Glassfish, Jetty. [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/how-to-install-wildfly-18-0-1-final-connecting-to-eclipse-ide-on-ubuntu-19-04/">How To Install WildFly 18.0.1.Final &amp; Connecting to Eclipse IDE on Ubuntu 19.04</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<h3><strong>What is WildFly</strong> <strong>?</strong></h3>



<p>WildFly/JBoss  is a Java Server used for the development of Java Projects and provides most of the features and being used by the Enterprises for its better performance &amp; almost all features required. So mostly it is used by main Enterprises as compared to its competitors like Apache, Tomcat, Glassfish, Jetty. Other servers do not provides the all features needed but all of them provides most of the enterprise features. WildFly is the community edition &amp; JBoss is the enterprise edition. JBoss is more secure but both are provided by Redhat Inc. So we recommend WildFly &amp; we&#8217;re going to Install it on Our Ubuntu system today. So , follow the steps to proceed further.<br>First of all you must have installed Java.</p>



<pre class="wp-block-verse">java -version</pre>



<h3><strong>Install WildFly 18 on Ubuntu 19.04</strong></h3>



<p>Download the WildFly 18 &amp; choose the location to install it .</p>



<pre class="wp-block-verse">mkdir -p ~/sabi/servers<br>cd ~/sabi/servers<br>wget https://download.jboss.org/wildfly/18.0.1.Final/wildfly-18.0.1.Final.zip<br>unzip wildfly-18.0.1.Final.zip</pre>



<p>Now add an admin to manage some sources (data sources).</p>



<pre class="wp-block-verse">cd wildfly-18.0.1.Final/bin/<br>./add-user.sh </pre>



<p>Fill the required details.</p>



<div class="wp-block-image"><figure class="aligncenter size-large"><img loading="lazy" width="1024" height="513" src="//1723336065.rsc.cdn77.org/wp-content/uploads/2019/12/adding-user-1024x513.jpg" alt="" class="wp-image-16570" srcset="https://www.osradar.com/wp-content/uploads/2019/12/adding-user-1024x513.jpg 1024w, https://www.osradar.com/wp-content/uploads/2019/12/adding-user-300x150.jpg 300w, https://www.osradar.com/wp-content/uploads/2019/12/adding-user-768x385.jpg 768w, https://www.osradar.com/wp-content/uploads/2019/12/adding-user-696x349.jpg 696w, https://www.osradar.com/wp-content/uploads/2019/12/adding-user-1068x535.jpg 1068w, https://www.osradar.com/wp-content/uploads/2019/12/adding-user-838x420.jpg 838w, https://www.osradar.com/wp-content/uploads/2019/12/adding-user.jpg 1076w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure></div>



<p>Now, start WildFly server instance in standalone as shown below:</p>



<pre class="wp-block-verse">$ ./standalone.sh<br> JBoss Bootstrap Environment<br> JBOSS_HOME: /home/sabi/sabi/servers/wildfly-18.0.1.Final<br> JAVA: java<br> JAVA_OPTS:  -server -Xms64m -Xmx512m -XX:MetaspaceSize=96M -XX:MaxMetaspaceSize=256m -Djava.net.preferIPv4Stack=true -Djboss.modules.system.pkgs=org.jboss.byteman -Djava.awt.headless=true  --add-exports=java.base/sun.nio.ch=ALL-UNNAMED --add-exports=jdk.unsupported/sun.misc=ALL-UNNAMED --add-exports=jdk.unsupported/sun.reflect=ALL-UNNAMED<br> =========================================================================<br> 22:16:09,321 INFO  <a href="main">org.jboss.modules</a> JBoss Modules version 1.9.1.Final<br> 22:16:12,711 INFO  <a href="main">org.jboss.msc</a> JBoss MSC version 1.4.11.Final<br> 22:16:12,775 INFO  <a href="main">org.jboss.threads</a> JBoss Threads version 2.3.3.Final<br> 22:16:13,655 INFO  [org.jboss.as] (MSC service thread 1-1) WFLYSRV0049: WildFly Full 18.0.1.Final (WildFly Core 10.0.3.Final) starting<br> 22:16:24,470 INFO  [org.wildfly.security] (ServerService Thread Pool -- 28) ELY00001: WildFly Elytron version 1.10.4.Final<br> 22:16:29,899 INFO  [org.jboss.as.controller.management-deprecated] (Controller Boot Thread) WFLYCTL0028: Attribute 'security-realm' in the resource at address '/core-service=management/management-interface=http-interface' is deprecated, and may be removed in a future version. See the attribute description in the output of the read-resource-description operation to learn more about the deprecation.<br> 22:16:30,156 INFO  [org.jboss.as.controller.management-deprecated] (ServerService Thread Pool -- 9) WFLYCTL0028: Attribute 'security-realm' in the resource at address '/subsystem=undertow/server=default-server/https-listener=https' is deprecated, and may be removed in a future version. See the attribute description in the output of the read-resource-description operation to learn more about the deprecation.<br> 22:16:30,795 INFO  [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0039: Creating http management service using socket-binding (management-http)<br> 22:16:31,359 INFO  [org.xnio] (MSC service thread 1-2) XNIO version 3.7.3.Final<br> 22:16:31,539 INFO  [org.xnio.nio] (MSC service thread 1-2) XNIO NIO Implementation Version 3.7.3.Final<br> 22:16:31,744 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 51) WFLYCLINF0001: Activating Infinispan subsystem.<br> 22:16:31,875 INFO  [org.wildfly.extension.microprofile.config.smallrye._private] (ServerService Thread Pool -- 60) WFLYCONF0001: Activating WildFly MicroProfile Config Subsystem<br> 22:16:31,934 INFO  [org.wildfly.extension.microprofile.opentracing] (ServerService Thread Pool -- 63) WFLYTRACEXT0001: Activating MicroProfile OpenTracing Subsystem<br> 22:16:31,945 INFO  [org.jboss.as.naming] (ServerService Thread Pool -- 64) WFLYNAM0001: Activating Naming Subsystem<br> 22:16:32,121 INFO  [org.wildfly.extension.microprofile.health.smallrye] (ServerService Thread Pool -- 61) WFLYHEALTH0001: Activating Eclipse MicroProfile Health Subsystem<br> 22:16:32,449 INFO  [org.wildfly.extension.microprofile.metrics.smallrye] (ServerService Thread Pool -- 62) WFLYMETRICS0001: Activating Eclipse MicroProfile Metrics Subsystem<br> 22:16:32,110 INFO  [org.wildfly.extension.io] (ServerService Thread Pool -- 52) WFLYIO001: Worker 'default' has auto-configured to 4 core threads with 32 task threads based on your 2 available processors<br> 22:16:32,444 INFO  [org.jboss.as.security] (ServerService Thread Pool -- 70) WFLYSEC0002: Activating Security Subsystem<br> 22:16:32,442 WARN  [org.jboss.as.txn] (ServerService Thread Pool -- 72) WFLYTX0013: The node-identifier attribute on the /subsystem=transactions is set to the default value. This is a danger for environments running multiple servers. Please make sure the attribute value is unique.<br> 22:16:32,707 INFO  [org.jboss.as.jsf] (ServerService Thread Pool -- 58) WFLYJSF0007: Activated the following JSF Implementations: [main]<br> 22:16:32,760 INFO  [org.jboss.as.security] (MSC service thread 1-2) WFLYSEC0001: Current PicketBox version=5.0.3.Final<br> 22:16:32,808 INFO  [org.jboss.as.webservices] (ServerService Thread Pool -- 74) WFLYWS0002: Activating WebServices Extension<br> 22:16:32,803 INFO  [org.jboss.as.connector] (MSC service thread 1-4) WFLYJCA0009: Starting JCA Subsystem (WildFly/IronJacamar 1.4.17.Final)<br> 22:16:33,440 INFO  [org.jboss.as.connector.subsystems.datasources] (ServerService Thread Pool -- 43) WFLYJCA0004: Deploying JDBC-compliant driver class org.h2.Driver (version 1.4)<br> 22:16:33,835 INFO  [org.jboss.remoting] (MSC service thread 1-3) JBoss Remoting version 5.0.15.Final<br> 22:16:34,139 INFO  [org.jboss.as.jaxrs] (ServerService Thread Pool -- 53) WFLYRS0016: RESTEasy version 3.9.1.Final<br> 22:16:34,343 INFO  [org.jboss.as.naming] (MSC service thread 1-2) WFLYNAM0003: Starting Naming Service<br> 22:16:34,347 INFO  [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-2) WFLYJCA0018: Started Driver service with driver-name = h2<br> 22:16:34,358 INFO  [org.jboss.as.mail.extension] (MSC service thread 1-2) WFLYMAIL0001: Bound mail session [java:jboss/mail/Default]<br> 22:16:34,802 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-2) WFLYUT0003: Undertow 2.0.27.Final starting<br> 22:16:35,888 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 73) WFLYUT0014: Creating file handler for path '/home/sabi/sabi/servers/wildfly-18.0.1.Final/welcome-content' with options [directory-listing: 'false', follow-symlink: 'false', case-sensitive: 'true', safe-symlink-paths: '[]']<br> 22:16:36,574 INFO  [org.jboss.as.ejb3] (MSC service thread 1-3) WFLYEJB0481: Strict pool slsb-strict-max-pool is using a max instance size of 32 (per class), which is derived from thread worker pool sizing.<br> 22:16:36,574 INFO  [org.jboss.as.ejb3] (MSC service thread 1-1) WFLYEJB0482: Strict pool mdb-strict-max-pool is using a max instance size of 8 (per class), which is derived from the number of CPUs on this host.<br> 22:16:37,074 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-3) WFLYUT0012: Started server default-server.<br> 22:16:37,106 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-2) WFLYUT0018: Host default-host starting<br> 22:16:37,366 INFO  [org.jboss.as.ejb3] (MSC service thread 1-3) WFLYEJB0493: EJB subsystem suspension complete<br> 22:16:37,590 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-4) WFLYUT0006: Undertow HTTP listener default listening on 127.0.0.1:8080<br> 22:16:37,838 INFO  [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-2) WFLYJCA0001: Bound data source [java:jboss/datasources/ExampleDS]<br> 22:16:39,388 INFO  [org.jboss.as.patching] (MSC service thread 1-2) WFLYPAT0050: WildFly Full cumulative patch ID is: base, one-off patches include: none<br> 22:16:39,484 WARN  [org.jboss.as.domain.management.security] (MSC service thread 1-1) WFLYDM0111: Keystore /home/sabi/sabi/servers/wildfly-18.0.1.Final/standalone/configuration/application.keystore not found, it will be auto generated on first use with a self signed certificate for host localhost<br> 22:16:39,572 INFO  [org.jboss.as.server.deployment.scanner] (MSC service thread 1-2) WFLYDS0013: Started FileSystemDeploymentService for directory /home/sabi/sabi/servers/wildfly-18.0.1.Final/standalone/deployments<br> 22:16:40,643 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-2) WFLYUT0006: Undertow HTTPS listener https listening on 127.0.0.1:8443<br> 22:16:41,897 INFO  [org.jboss.ws.common.management] (MSC service thread 1-1) JBWS022052: Starting JBossWS 5.3.0.Final (Apache CXF 3.3.3) <br> 22:16:42,402 INFO  [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0212: Resuming server<br> 22:16:42,418 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0060: Http management interface listening on http://127.0.0.1:9990/management<br> 22:16:42,418 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0051: Admin console listening on http://127.0.0.1:9990<br> 22:16:42,419 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0025: WildFly Full 18.0.1.Final (WildFly Core 10.0.3.Final) started in 35444ms - Started 315 of 577 services (369 services are lazy, passive or on-demand)</pre>



<p>You can access the web management interface during the running of WildFly server by visiting <a href="http://localhost:9990/console">http://localhost:9990/console</a>. Provide the Authentication details to access Dashboard.</p>



<div class="wp-block-image"><figure class="aligncenter size-large"><img loading="lazy" width="1024" height="539" src="//1723336065.rsc.cdn77.org/wp-content/uploads/2019/12/authentication-1024x539.jpg" alt="" class="wp-image-16571" srcset="https://www.osradar.com/wp-content/uploads/2019/12/authentication-1024x539.jpg 1024w, https://www.osradar.com/wp-content/uploads/2019/12/authentication-300x158.jpg 300w, https://www.osradar.com/wp-content/uploads/2019/12/authentication-768x404.jpg 768w, https://www.osradar.com/wp-content/uploads/2019/12/authentication-696x366.jpg 696w, https://www.osradar.com/wp-content/uploads/2019/12/authentication-1068x562.jpg 1068w, https://www.osradar.com/wp-content/uploads/2019/12/authentication-798x420.jpg 798w, https://www.osradar.com/wp-content/uploads/2019/12/authentication.jpg 1167w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure></div>



<p>Now you can easily create, manage &amp; configure datasources, deployments &amp; server respectively.</p>



<div class="wp-block-image"><figure class="aligncenter size-large"><img loading="lazy" width="1024" height="513" src="//1723336065.rsc.cdn77.org/wp-content/uploads/2019/12/dashboard-hal-1024x513.jpg" alt="" class="wp-image-16572" srcset="https://www.osradar.com/wp-content/uploads/2019/12/dashboard-hal-1024x513.jpg 1024w, https://www.osradar.com/wp-content/uploads/2019/12/dashboard-hal-300x150.jpg 300w, https://www.osradar.com/wp-content/uploads/2019/12/dashboard-hal-768x385.jpg 768w, https://www.osradar.com/wp-content/uploads/2019/12/dashboard-hal-696x349.jpg 696w, https://www.osradar.com/wp-content/uploads/2019/12/dashboard-hal-1068x535.jpg 1068w, https://www.osradar.com/wp-content/uploads/2019/12/dashboard-hal-838x420.jpg 838w, https://www.osradar.com/wp-content/uploads/2019/12/dashboard-hal.jpg 1096w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure></div>



<h3><strong>Adding WildFly 18 to Eclipse IDE</strong></h3>



<p>Navigate to <strong>Help&gt;Install New software..&gt;</strong> Work with:</p>



<p>Add JBoss Tools Plugin</p>



<p>Name: <strong>JBoss Tools</strong></p>



<p>Location: <a href="http://download.jboss.org/jbosstools/photon/development/updates/">http://download.jboss.org/jbosstools/photon/development/updates/</a></p>



<p>Choose the feature you want to Install &amp; click <strong>finish</strong>.</p>



<p>After it, restart and click on the server tab.</p>



<p>First time it will be blank with a  link to create a new server. Click on the link and configure the server.</p>



<p>Choose WildFly 18 from the JBoss Community.</p>



<p>Click <strong>Next</strong>.</p>



<p>Set the Home directory of installed WildFly.</p>



<p>Click <strong>Finish</strong>.</p>



<h3><strong>Testing WildFly 18 to Eclipse IDE integration</strong></h3>



<p>For testing purposes create a simple project.</p>



<p>You&#8217;ll see that you&#8217;ve successfully created new project &amp; the server is ready to use from now on your upcoming projects.</p>



<p>If have any queries regarding this tutorial, feel free to ask in comment section!</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/how-to-install-wildfly-18-0-1-final-connecting-to-eclipse-ide-on-ubuntu-19-04/">How To Install WildFly 18.0.1.Final &amp; Connecting to Eclipse IDE on Ubuntu 19.04</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.osradar.com/how-to-install-wildfly-18-0-1-final-connecting-to-eclipse-ide-on-ubuntu-19-04/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How To Install wkhtmltopdf and wkhtmltoimage on Ubuntu 19.04 / Debian 10</title>
		<link>https://www.osradar.com/how-to-install-wkhtmltopdf-and-wkhtmltoimage-on-ubuntu-19-04-debian-10/</link>
					<comments>https://www.osradar.com/how-to-install-wkhtmltopdf-and-wkhtmltoimage-on-ubuntu-19-04-debian-10/#respond</comments>
		
		<dc:creator><![CDATA[sabi]]></dc:creator>
		<pubDate>Mon, 09 Dec 2019 13:12:57 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Debian 10]]></category>
		<category><![CDATA[Install wkhtmltopdf]]></category>
		<category><![CDATA[Install wkhtmltopdf on Debian]]></category>
		<category><![CDATA[ubuntu 19.04]]></category>
		<category><![CDATA[wkhtmltoimage on ubuntu 19.04]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=16411</guid>

					<description><![CDATA[<p>Today we are going to learn that how we can convert our web pages from html format to pdf or image format. For obtaining these results we&#8217;ll use the most famous command line tools wkhtmltopdf &#38; wkhtmltoimage. They are Open Source Command line tools used for conversion processes from html to pdf and image respectively.They [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/how-to-install-wkhtmltopdf-and-wkhtmltoimage-on-ubuntu-19-04-debian-10/">How To Install wkhtmltopdf and wkhtmltoimage on Ubuntu 19.04 / Debian 10</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>Today we are going to learn that how we can convert our web pages from html format to pdf or image format. For obtaining these results we&#8217;ll use the most famous command line tools wkhtmltopdf &amp; wkhtmltoimage. They are Open Source Command line tools used for conversion processes from html to pdf and image respectively.<br>They both use the QT WebKit rendering engine to perform the actions.<br>By default, the versions available on Ubuntu are old for these tools. So, we have to Install them manually. Follow the guide to get started that how we can Install wkhtmltopdf &amp; wkhtmltoimage on Ubuntu 19.04 Linux.<br> First of all we&#8217;ll download the tools from <strong>.deb </strong>package. Further these tools do not require a display so they are entirely headless.</p>



<h3><strong>Install wkhtmltopdf on Ubuntu 19.04 / Debian 10</strong></h3>



<p>Visit the below link to Download the latest precompiled binary from the release page.</p>



<p><a href="https://wkhtmltopdf.org/downloads.html">Download latest version of wkhtmltopdf</a></p>



<h4><strong>Step 1: Install wkhtmltopdf on Ubuntu 19.04</strong></h4>



<pre class="wp-block-verse">sudo apt update<br> sudo apt -y install wget<br>wget https://github.com/wkhtmltopdf/wkhtmltopdf/releases/download/0.12.5/wkhtmltox_0.12.5-1.bionic_amd64.deb<br> sudo dpkg -i wkhtmltox_0.12.5-1.bionic_amd64.deb<br> sudo apt -f install</pre>



<div class="wp-block-image"><figure class="aligncenter size-large"><img loading="lazy" width="689" height="426" src="//1723336065.rsc.cdn77.org/wp-content/uploads/2019/12/install-wkhtmtopdf.jpg" alt="" class="wp-image-16414" srcset="https://www.osradar.com/wp-content/uploads/2019/12/install-wkhtmtopdf.jpg 689w, https://www.osradar.com/wp-content/uploads/2019/12/install-wkhtmtopdf-300x185.jpg 300w, https://www.osradar.com/wp-content/uploads/2019/12/install-wkhtmtopdf-356x220.jpg 356w, https://www.osradar.com/wp-content/uploads/2019/12/install-wkhtmtopdf-679x420.jpg 679w" sizes="(max-width: 689px) 100vw, 689px" /></figure></div>



<p>If you get error for the fonts try the following command</p>



<pre class="wp-block-verse">sudo apt-get update -y<br>sudo apt-get install -y xfonts-75dpi</pre>



<p>You can see the following results upon successful Installation.</p>



<pre class="wp-block-verse">(Reading database … 172496 files and directories currently installed.)<br> Preparing to unpack wkhtmltox_0.12.5-1.bionic_amd64.deb …<br> Unpacking wkhtmltox (1:0.12.5-1.bionic) over (1:0.12.5-1.bionic) …<br> Setting up wkhtmltox (1:0.12.5-1.bionic) …<br> Processing triggers for man-db (2.8.3-2ubuntu0.1) …</pre>



<div class="wp-block-image"><figure class="aligncenter size-large"><img loading="lazy" width="685" height="476" src="//1723336065.rsc.cdn77.org/wp-content/uploads/2019/12/successfull-installation-of-wkhtmltopdf.jpg" alt="" class="wp-image-16413" srcset="https://www.osradar.com/wp-content/uploads/2019/12/successfull-installation-of-wkhtmltopdf.jpg 685w, https://www.osradar.com/wp-content/uploads/2019/12/successfull-installation-of-wkhtmltopdf-300x208.jpg 300w, https://www.osradar.com/wp-content/uploads/2019/12/successfull-installation-of-wkhtmltopdf-100x70.jpg 100w, https://www.osradar.com/wp-content/uploads/2019/12/successfull-installation-of-wkhtmltopdf-218x150.jpg 218w, https://www.osradar.com/wp-content/uploads/2019/12/successfull-installation-of-wkhtmltopdf-604x420.jpg 604w" sizes="(max-width: 685px) 100vw, 685px" /></figure></div>



<h4><strong>Step 2: Install wkhtmltopdf on Debian 10 / Debian 9</strong></h4>



<p>To Install on Debian 9 type the following command</p>



<pre class="wp-block-verse">sudo apt update<br>sudo apt -y install wget<br>wget https://github.com/wkhtmltopdf/wkhtmltopdf/releases/download/0.12.5/wkhtmltox_0.12.5-1.stretch_amd64.deb<br>sudo dpkg -i wkhtmltox_0.12.5-1.stretch_amd64.deb<br>sudo apt -f install</pre>



<p>Make sure to check the Installed version to verify your Installation.</p>



<pre class="wp-block-verse">$ wkhtmltopdf --version<br>wkhtmltopdf 0.12.5 (with patched qt)<br><br><br>$ wkhtmltoimage --version<br>wkhtmltoimage 0.12.5 (with patched qt)</pre>



<h4><strong>Step 3: How to Use wkhtmltopdf on Ubuntu / Debian</strong></h4>



<p>Run the given command to convert a web page to PDF format.</p>



<pre class="wp-block-verse">$  wkhtmltopdf  &lt;webpage&gt; &lt;destination-pdf-file&gt;</pre>



<p>Look at the example:</p>



<pre class="wp-block-verse">wkhtmltopdf https://osradar.com osradar.pdf</pre>



<p><strong>Execution Output:</strong></p>



<div class="wp-block-image"><figure class="aligncenter size-large"><img loading="lazy" width="689" height="214" src="//1723336065.rsc.cdn77.org/wp-content/uploads/2019/12/pdf-conversion.jpg" alt="" class="wp-image-16415" srcset="https://www.osradar.com/wp-content/uploads/2019/12/pdf-conversion.jpg 689w, https://www.osradar.com/wp-content/uploads/2019/12/pdf-conversion-300x93.jpg 300w" sizes="(max-width: 689px) 100vw, 689px" /></figure></div>



<p>As you can see the results, a pdf file is being created and you can now view the contents.</p>



<pre class="wp-block-verse">$ file osradar.pdf</pre>



<div class="wp-block-image"><figure class="aligncenter size-large"><img loading="lazy" width="685" height="63" src="//1723336065.rsc.cdn77.org/wp-content/uploads/2019/12/pdf-format.jpg" alt="" class="wp-image-16416" srcset="https://www.osradar.com/wp-content/uploads/2019/12/pdf-format.jpg 685w, https://www.osradar.com/wp-content/uploads/2019/12/pdf-format-300x28.jpg 300w" sizes="(max-width: 685px) 100vw, 685px" /></figure></div>



<p>You can convert to image using the same syntax as:</p>



<pre class="wp-block-verse">$  wkhtmltoimage  https://osradar.com osradar.png</pre>



<p>Congratulations! You&#8217;ve learned how we can convert our web pages to pdf and Image format using wkhtmltopdf &amp; wkhtmltoimage tool.<br>If you&#8217;ve any queries regarding this tutorial, feel free to ask!</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/how-to-install-wkhtmltopdf-and-wkhtmltoimage-on-ubuntu-19-04-debian-10/">How To Install wkhtmltopdf and wkhtmltoimage on Ubuntu 19.04 / Debian 10</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.osradar.com/how-to-install-wkhtmltopdf-and-wkhtmltoimage-on-ubuntu-19-04-debian-10/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How To Install Docker on Ubuntu 16.04 18.04 / 19.04</title>
		<link>https://www.osradar.com/how-to-install-docker-on-ubuntu-16-04-18-04-19-04/</link>
					<comments>https://www.osradar.com/how-to-install-docker-on-ubuntu-16-04-18-04-19-04/#respond</comments>
		
		<dc:creator><![CDATA[sabi]]></dc:creator>
		<pubDate>Thu, 05 Dec 2019 20:24:11 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Servers]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[dockers CE]]></category>
		<category><![CDATA[install dockers on linux]]></category>
		<category><![CDATA[install dockers on ubuntu]]></category>
		<category><![CDATA[ubuntu 19.04]]></category>
		<category><![CDATA[unix]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=16122</guid>

					<description><![CDATA[<p>Today we are going to learn you that how you can Install Docker engine on your Ubuntu system. Docker engine allows you to package your applications with all of its dependencies into a single standardized unit for software development &#38; distribution.It is an open source Linux Distribution which wrap up a piece of software in [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/how-to-install-docker-on-ubuntu-16-04-18-04-19-04/">How To Install Docker on Ubuntu 16.04 18.04 / 19.04</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>Today we are going to learn you that how you can Install Docker engine on your Ubuntu system. Docker engine allows you to package your applications with all of its dependencies into a single standardized unit for software development &amp; distribution.<br>It is an open source Linux Distribution which wrap up a piece of software in complete file system that contain everything it needs to run like:</p>



<ul><li><strong>code</strong></li><li><strong>runtime</strong></li><li><strong>system tools</strong></li><li><strong>system libraries</strong></li></ul>



<p>And much more you can Install on a Linux server. The main specification of Docker is that it can work in any Environment.</p>



<p>Lets proceed with the Installation process.</p>



<h3><strong>Step 1: Update your System</strong></h3>



<p>Make sure that your system is up-to date.</p>



<pre class="wp-block-verse">sudo apt -y update</pre>



<h3><strong>Step 2: Install Basic Dependencies</strong></h3>



<p>We need few dependencies for our actual Installation of Docker, so we will configure these. Install them by running the given command in your Terminal.</p>



<pre class="wp-block-verse">sudo apt -y install apt-transport-https ca-certificates curl gnupg-agent software-properties-common</pre>



<h3><strong>Step 3: Installing Docker CE on Ubuntu 16.04 / 18.04 / 19.04</strong></h3>



<p>If you&#8217;re using any previous version of Docker remove them.</p>



<pre class="wp-block-verse">sudo apt remove docker docker-engine docker.io containerd runc</pre>



<p>Now, import GPG key.</p>



<pre class="wp-block-verse">curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -</pre>



<p>After it, add Docker CE repository to Ubuntu.</p>



<pre class="wp-block-verse">sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable"</pre>



<p>Final step is to Install Docker CE on Ubuntu 16.04 / 18.04 /19.04</p>



<pre class="wp-block-verse">sudo apt update<br>sudo apt -y install docker-ce docker-ce-cli containerd.io</pre>



<p>Now, add your user account to docker group</p>



<pre class="wp-block-verse">sudo usermod -aG docker $user<br>newgrp docker</pre>



<p>Check Docker Version to Verify your Installation. </p>



<pre class="wp-block-verse">$ docker version<br> Client: Docker Engine - Community<br>  Version:           19.03.2<br>  API version:       1.40<br>  Go version:        go1.12.8<br>  Git commit:        6a30dfc<br>  Built:             Sun Nov 30 05:29:11 2019<br>  OS/Arch:           linux/amd64<br>  Experimental:      false<br><br>Server: Docker Engine - Community<br>  Engine:<br>   Version:          19.03.2<br>   API version:      1.40 (minimum version 1.12)<br>   Go version:       go1.12.8<br>   Git commit:       6a30dfc<br>   Built:            Sun Nov 30 05:27:45 2019<br>   OS/Arch:          linux/amd64<br>   Experimental:     false<br>  containerd:<br>   Version:          1.2.6<br>   GitCommit:        894b81a4b802e4eb2a91d1ce216b8817763c29fb<br>  runc:<br>   Version:          1.0.0-rc8<br>   GitCommit:        425e105d5a03fabd737a126ad93d62a9eeede87f<br>  docker-init:<br>   Version:          0.18.0<br>   GitCommit:        fec3683</pre>



<h3><strong>Step 4: Install Docker Compose on Ubuntu</strong></h3>



<p>Congratulations! You&#8217;re all done. </p>



<p>Follow the below link to read :</p>



<p><a href="https://www.osradar.com/?p=16124">How To Install Latest Docker Compose on Linux.</a></p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/how-to-install-docker-on-ubuntu-16-04-18-04-19-04/">How To Install Docker on Ubuntu 16.04 18.04 / 19.04</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.osradar.com/how-to-install-docker-on-ubuntu-16-04-18-04-19-04/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to install WordPress on Ubuntu 19.04 with Nginx, MairaDB and PHP 7.3 Support</title>
		<link>https://www.osradar.com/how-to-install-wordpress-on-ubuntu-19-04-with-nginx-mairadb-and-php-7-3-support/</link>
					<comments>https://www.osradar.com/how-to-install-wordpress-on-ubuntu-19-04-with-nginx-mairadb-and-php-7-3-support/#comments</comments>
		
		<dc:creator><![CDATA[sabi]]></dc:creator>
		<pubDate>Fri, 04 Oct 2019 13:22:06 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Unix]]></category>
		<category><![CDATA[Install LEMP on Ubuntu 19.04]]></category>
		<category><![CDATA[Install wordpress on ubuntu]]></category>
		<category><![CDATA[Nginx installation]]></category>
		<category><![CDATA[ubuntu 19.04]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=14197</guid>

					<description><![CDATA[<p>What is WordPress? WordPress, a powerful and most used CMS (Content Management System). Most websites run on this popular and useful tool. If you want to manage your PHP based websites or blogs easily, you should highly consider it&#8230; Now, with PHP 7.3 WordPress allow you to create stunning websites and improve your site performance. [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/how-to-install-wordpress-on-ubuntu-19-04-with-nginx-mairadb-and-php-7-3-support/">How to install WordPress on Ubuntu 19.04 with Nginx, MairaDB and PHP 7.3 Support</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<h3><strong>What is WordPress?</strong></h3>



<p>WordPress, a powerful and most used CMS (Content Management System). Most websites run on this popular and useful tool. If you want to manage your PHP based  websites or blogs easily, you should highly consider it&#8230;</p>



<p>Now, with PHP 7.3 WordPress allow you to create stunning websites and improve your site performance. As WordPress requires a server so we highly recommend to use Nginx HTTP Server. If you want to install WordPress on Ubuntu 19.04 with Nginx HTTP Server, just follow these steps.</p>



<p>So, in this tutorial you will learn:</p>



<ul><li>1) <strong>How to install Nginx HTTP Server</strong></li><li><strong>2 How to install MariaDB Database Server</strong></li><li><strong>3) How to install PHP 7.3 and related Modules</strong></li><li><strong>4) Create WordPress Database</strong></li><li><strong>5) How to download WordPress Latest version</strong></li><li><strong>6) How to configure Nginx HTTP Server</strong></li><li><strong>7) How to enable WordPress and rewrite modules</strong></li><li><strong>8) How to restart Nginx</strong></li><li><strong>9) Configure WordPress</strong></li></ul>



<h3><strong>Step 1: Install Nginx Http Server</strong></h3>



<p>To start using WordPress, we require a web server. We recommend to use
Nginx Http Server due to its proficiency. So, lets install Nginx on Ubuntu by executing
the following command.</p>



<p class="has-background has-very-light-gray-background-color">sudo apt install nginx</p>



<figure class="wp-block-image"><img loading="lazy" width="802" height="634" src="//1723336065.rsc.cdn77.org/wp-content/uploads/2019/10/nginx-installation.png" alt="" class="wp-image-14202" srcset="https://www.osradar.com/wp-content/uploads/2019/10/nginx-installation.png 802w, https://www.osradar.com/wp-content/uploads/2019/10/nginx-installation-300x237.png 300w, https://www.osradar.com/wp-content/uploads/2019/10/nginx-installation-768x607.png 768w, https://www.osradar.com/wp-content/uploads/2019/10/nginx-installation-696x550.png 696w, https://www.osradar.com/wp-content/uploads/2019/10/nginx-installation-531x420.png 531w" sizes="(max-width: 802px) 100vw, 802px" /></figure>



<p><strong>Note:</strong> When prompt choose yes to continue. After it some process will begin and installation will be completed depending on your internet speed.</p>



<p>Now, execute the commands given below to start the services
always with the server boots.</p>



<pre class="wp-block-preformatted">sudo systemctl stop nginx.service
sudo systemctl start nginx.service
sudo systemctl enable nginx.service</pre>



<figure class="wp-block-image"><img loading="lazy" width="799" height="134" src="//1723336065.rsc.cdn77.org/wp-content/uploads/2019/10/enable-nginx-services.png" alt="" class="wp-image-14203" srcset="https://www.osradar.com/wp-content/uploads/2019/10/enable-nginx-services.png 799w, https://www.osradar.com/wp-content/uploads/2019/10/enable-nginx-services-300x50.png 300w, https://www.osradar.com/wp-content/uploads/2019/10/enable-nginx-services-768x129.png 768w, https://www.osradar.com/wp-content/uploads/2019/10/enable-nginx-services-696x117.png 696w" sizes="(max-width: 799px) 100vw, 799px" /></figure>



<p><strong>Step 2: Install MariaDB Database Server</strong></p>



<p>Beside a web server, WordPress also requires a database
server. So, we recommend you to install mairadb database Server. To install it
just type the following command:</p>



<p class="has-background has-very-light-gray-background-color">sudo apt-get install mariadb-server mariadb-client</p>



<figure class="wp-block-image"><img loading="lazy" width="800" height="600" src="//1723336065.rsc.cdn77.org/wp-content/uploads/2019/10/mariadb-installation.png" alt="" class="wp-image-14204" srcset="https://www.osradar.com/wp-content/uploads/2019/10/mariadb-installation.png 800w, https://www.osradar.com/wp-content/uploads/2019/10/mariadb-installation-300x225.png 300w, https://www.osradar.com/wp-content/uploads/2019/10/mariadb-installation-768x576.png 768w, https://www.osradar.com/wp-content/uploads/2019/10/mariadb-installation-80x60.png 80w, https://www.osradar.com/wp-content/uploads/2019/10/mariadb-installation-265x198.png 265w, https://www.osradar.com/wp-content/uploads/2019/10/mariadb-installation-696x522.png 696w, https://www.osradar.com/wp-content/uploads/2019/10/mariadb-installation-560x420.png 560w" sizes="(max-width: 800px) 100vw, 800px" /></figure>



<p><strong>Note:</strong> When prompt choose
yes to continue. After it some process will begin and installation will be
completed depending on your internet speed.</p>



<p>After installing, do the same steps as in <strong>Step 1 </strong>&nbsp;to stop , start and enable the services for the
server boots so that it always in up state when we start our system.</p>



<pre class="wp-block-preformatted">sudo systemctl stop mysql.service
sudo systemctl start mysql.service
sudo systemctl enable mysql.service </pre>



<p>When you’ve done this now it’s time to secure your MariaDB so
execute the following command to secure. It will also help&nbsp; you to stop remote access.</p>



<p class="has-background has-very-light-gray-background-color">sudo mysql_secure_installation</p>



<p>After running this command, you are asked to answer some
questions so give answers according to your requirements:</p>



<p>Enter current password for root(enter for none): <strong>Just press Enter</strong></p>



<p>Set root password? [Y/n]:<strong> Y</strong></p>



<p>New password:<strong> Enter Password</strong></p>



<p>Re-enter new password: <strong>Repeat password</strong></p>



<p>Remove anonymous users? [Y/n]:<strong> Y</strong></p>



<p>Disallow root login remotely? [Y/n]: <strong>Y</strong></p>



<p>Remove test database and access to it? [Y/n]:<strong> Y</strong></p>



<p>Reload priviledge tables now? [Y/n]:<strong> Y</strong></p>



<figure class="wp-block-image"><img loading="lazy" width="800" height="600" src="//1723336065.rsc.cdn77.org/wp-content/uploads/2019/10/secure-mariadb.png" alt="" class="wp-image-14205" srcset="https://www.osradar.com/wp-content/uploads/2019/10/secure-mariadb.png 800w, https://www.osradar.com/wp-content/uploads/2019/10/secure-mariadb-300x225.png 300w, https://www.osradar.com/wp-content/uploads/2019/10/secure-mariadb-768x576.png 768w, https://www.osradar.com/wp-content/uploads/2019/10/secure-mariadb-80x60.png 80w, https://www.osradar.com/wp-content/uploads/2019/10/secure-mariadb-265x198.png 265w, https://www.osradar.com/wp-content/uploads/2019/10/secure-mariadb-696x522.png 696w, https://www.osradar.com/wp-content/uploads/2019/10/secure-mariadb-560x420.png 560w" sizes="(max-width: 800px) 100vw, 800px" /></figure>



<p>Restart MariaDB Server</p>



<p class="has-background has-very-light-gray-background-color">sudo systemctl restart mysql.service</p>



<h3><strong>Step 3: Install PHP 7.3 and Related Modules </strong></h3>



<p>To install PHP 7.3 for WordPress in Ubuntu just follow these
steps:</p>



<p class="has-background has-very-light-gray-background-color">sudo apt-get install software-properties-common</p>



<p class="has-background has-very-light-gray-background-color">sudo add-apt-repository ppa:ondrej/php</p>



<p>Press Enter to continueAfter doing so update and upgrade to PHP
version you want or latest.</p>



<p class="has-background has-very-light-gray-background-color">sudo apt update</p>



<p>Execute this command to install PHP 7.3 FPM and related other
Modules.</p>



<p class="has-background has-very-light-gray-background-color">sudo apt install php7.3-fpm php7.3-common php7.3-mbstring php7.3-xmlrpc php7.3-soap php7.3-gd php7.3-xml php7.3-intl php7.3-mysql php7.3-cli php7.3-zip php7.3-curl</p>



<p>Press Enter</p>



<p>After installing PHP 7.3, run the command given to open PHP-FPM
default file.</p>



<p class="has-background has-very-light-gray-background-color">sudo nano /etc/php/7.3/fpm/php.ini</p>



<p>Then do the setting according to your requirements and save
the file.</p>



<p>file_uploads = On</p>



<p>allow_url_fopen = On</p>



<p>memory_limit = 256M</p>



<p>upload_max_filesize = 100M</p>



<p>cgi.fix_pathinfo = 0</p>



<p>max_execution_time = 360</p>



<p>date.timezone = America/Chicago</p>



<h3><strong>Step 4: Create WordPress Database </strong></h3>



<p>After installing all the packages that were required you are
now at the step to create a WordPress database. Run the given command to create
a database in WordPress.</p>



<p class="has-background has-very-light-gray-background-color">sudo mysql -u root -p</p>



<p>After this create a database with name “<strong>myfirstdb</strong>”</p>



<p class="has-background has-very-light-gray-background-color">CREATE DATABASE myfirstdb;</p>



<p>Now create a user as “<strong>dbuser</strong>”</p>



<p class="has-background has-very-light-gray-background-color">CREATE USER ‘dbuser’@’localhost’ IDENTIFIED BY ‘<strong>userpassword</strong>’;</p>



<p>Then give the user all permissions to the database.</p>



<p class="has-background has-very-light-gray-background-color">GRANT ALL ON myfirstdb. * TO ‘dbuser’@’localhost’ IDENTIFIED
BY ‘<strong>userpassword</strong>’ WITH GRANT OPTION;</p>



<p>Finally, save the changes you have made and exit.</p>



<p class="has-background has-very-light-gray-background-color">FLUSH PRIVILEGES;</p>



<p class="has-background has-very-light-gray-background-color">EXIT;</p>



<h3><strong>Step 5: Download WordPress Latest Release</strong></h3>



<p>Now download the WordPress from their official site.</p>



<p>After the WordPress is downloaded extract the file by following
commands to extract into a new WordPress root directory.</p>



<p class="has-background has-very-light-gray-background-color">cd /tmp &amp;&amp; wget <a href="https://wordpress.org/latest.tar.gz">https://wordpress.org/latest.tar.gz</a>
</p>



<p class="has-background has-very-light-gray-background-color">tar -zxvf latest.tar.gz</p>



<p class="has-background has-very-light-gray-background-color">sudo mv wordpress /var/www/html/wordpress</p>



<p>After it run the give command to set to the correct
Permissions for WordPress to function.</p>



<p class="has-background has-very-light-gray-background-color">sudo chown -R www-data:www-data /var/www/html/wordpress/</p>



<p class="has-background has-very-light-gray-background-color">sudo chmod -R 755 /var/www/html/wordpress/</p>



<h3><strong>Step 6: Configure Nginx HTTP Serve</strong></h3>



<p>Finally, configure Apache2 site config file for WordPress.
It will control how users access content . Run the given command to create a
configuration file called “wordpress”</p>



<p class="has-background has-very-light-gray-background-color">sudo nano /etc/nginx/sites-available/wordpress</p>



<p>Then just copy paste the following give code into the file
and save changes.</p>



<p class="has-background has-very-light-gray-background-color">Note: Change the bold text with your own location and domain.</p>



<p class="has-background has-very-light-gray-background-color">server {</p>



<p class="has-background has-very-light-gray-background-color">listen 80;</p>



<p class="has-background has-very-light-gray-background-color">listen [::] : 80;</p>



<p class="has-background has-very-light-gray-background-color">root /var/www/html/wordpress;</p>



<p class="has-background has-very-light-gray-background-color">index index.php index.html index.htm;</p>



<p class="has-background has-very-light-gray-background-color">server_name<strong> example.com www.example.com</strong>;</p>



<p class="has-background has-very-light-gray-background-color">client_max_body_size 100M;</p>



<p class="has-background has-very-light-gray-background-color">location / {</p>



<p class="has-background has-very-light-gray-background-color">try_files $uri $uri /&nbsp;
/index.php?$args;</p>



<p class="has-background has-very-light-gray-background-color">}</p>



<p class="has-background has-very-light-gray-background-color">location ~ \.php$ {</p>



<p class="has-background has-very-light-gray-background-color">include snippets/fastcgi-php.conf;</p>



<p class="has-background has-very-light-gray-background-color">fastcgi_pass&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; unix:/var/run/php/php7.3-fpm.sock;</p>



<p class="has-background has-very-light-gray-background-color">fastcgi_param&nbsp;&nbsp;&nbsp; SCRIPT_FILENAME
$document_root$fastcgi_script_name;</p>



<p class="has-background has-very-light-gray-background-color">}</p>



<p class="has-background has-very-light-gray-background-color">}</p>



<p>Save the file and exit.</p>



<h3><strong>Step 7: Enable the WordPress and Rewrite Module</strong></h3>



<p>As you have configured the VirtualHost above, now enable it
by running command below the commands will also disable PHP7.0 to PHP7.3 for Nginx.</p>



<p class="has-background has-very-light-gray-background-color">sudo ln -s /etc/nginx/sites-available/wordpress /etc/nginx/sites-enabled/</p>



<h3><strong>Step 8: Restart Nginx</strong></h3>



<p>Now for loading all settings above, restart Nginx by executing
following command:</p>



<p class="has-background has-very-light-gray-background-color">sudo systemctl restart nginx.service</p>



<h3><strong>Step 9: Configure WordPress</strong></h3>



<p>sudo mv /var/www/html/wordpress/wp-config-sample.php /var/www/html/wordpress/wp-config.php</p>



<p>After it execute this command to open the WordPress
configuration file.</p>



<p>Sudo nano /var/www/html/wordpress/wp-config.php</p>



<p>Now enter the highlighted text below that you created for
your database and save.</p>



<p>// ** MySQL settings &#8211; You can get this info from your web
host ** //</p>



<p>/** The name of the database for WordPress */</p>



<p>define(&#8216;DB_NAME&#8217;, &#8216;myfirstdb&#8217;);</p>



<p>/** MySQL database username */</p>



<p>define(&#8216;DB_USER&#8217;, &#8216;dbuser&#8217;);</p>



<p>/** MySQL database password */</p>



<p>define(&#8216;DB_PASSWORD&#8217;, &#8216;sabisaii&#8217;);</p>



<p>/** MySQL hostname */</p>



<p>define(&#8216;DB_HOST&#8217;, &#8216;localhost&#8217;);</p>



<p>/** Database Charset to use in creating database tables. */</p>



<p>define(&#8216;DB_CHARSET&#8217;, &#8216;utf8&#8217;);</p>



<p>/** The Database Collate type. Don&#8217;t change this if in
doubt. */</p>



<p>define(&#8216;DB_COLLATE&#8217;, &#8221;);</p>



<p>Save and Exit.</p>



<p>Now, open your browser and browse to your domain name to launch
WordPress Configuration Wizard.</p>



<figure class="wp-block-image"><img loading="lazy" width="722" height="585" src="//1723336065.rsc.cdn77.org/wp-content/uploads/2019/10/wordpress-1.png" alt="" class="wp-image-14211" srcset="https://www.osradar.com/wp-content/uploads/2019/10/wordpress-1.png 722w, https://www.osradar.com/wp-content/uploads/2019/10/wordpress-1-300x243.png 300w, https://www.osradar.com/wp-content/uploads/2019/10/wordpress-1-696x564.png 696w, https://www.osradar.com/wp-content/uploads/2019/10/wordpress-1-518x420.png 518w" sizes="(max-width: 722px) 100vw, 722px" /></figure>



<p>You will see the wizard open.</p>



<p>Enter your new username and password and click on Install
button.</p>



<figure class="wp-block-image"><img loading="lazy" width="719" height="638" src="//1723336065.rsc.cdn77.org/wp-content/uploads/2019/10/wordpress-2.png" alt="" class="wp-image-14212" srcset="https://www.osradar.com/wp-content/uploads/2019/10/wordpress-2.png 719w, https://www.osradar.com/wp-content/uploads/2019/10/wordpress-2-300x266.png 300w, https://www.osradar.com/wp-content/uploads/2019/10/wordpress-2-696x618.png 696w, https://www.osradar.com/wp-content/uploads/2019/10/wordpress-2-473x420.png 473w" sizes="(max-width: 719px) 100vw, 719px" /></figure>



<p>WordPress is Successfully Installed!</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/how-to-install-wordpress-on-ubuntu-19-04-with-nginx-mairadb-and-php-7-3-support/">How to install WordPress on Ubuntu 19.04 with Nginx, MairaDB and PHP 7.3 Support</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.osradar.com/how-to-install-wordpress-on-ubuntu-19-04-with-nginx-mairadb-and-php-7-3-support/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
			</item>
		<item>
		<title>5 things to do after install Ubuntu 19.04</title>
		<link>https://www.osradar.com/5-things-to-do-after-install-ubuntu-19-04/</link>
					<comments>https://www.osradar.com/5-things-to-do-after-install-ubuntu-19-04/#respond</comments>
		
		<dc:creator><![CDATA[angeloma]]></dc:creator>
		<pubDate>Tue, 02 Apr 2019 22:55:40 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[after install]]></category>
		<category><![CDATA[Disco Dingo]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[ubuntu 19.04]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=11681</guid>

					<description><![CDATA[<p>Ubuntu is together with Linux Mint the two most popular Linux distributions in the world. That has to be said. They have obtained it thanks to its stability and focus on the novice user. Probably many of them use Ubuntu as their first Linux distribution. However, it can always be improved and here are the [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/5-things-to-do-after-install-ubuntu-19-04/">5 things to do after install Ubuntu 19.04</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Ubuntu is together with Linux Mint the two most popular Linux distributions in the world. That has to be said. They have obtained it thanks to its stability and focus on the novice user. Probably many of them use Ubuntu as their first Linux distribution. However, it can always be improved and here are the 5 things to do after install Ubuntu 19.04</p>
<p>Ubuntu 19.04 comes with few but very important new features. The main of them is the inclusion of <a href="https://wiki.gnome.org/ThreePointThirtyone/ReleaseNotes" target="_blank" rel="noopener noreferrer">GNOME 3.32</a> which improves the user experience. This is because GNOME 3.32 has included algorithms that considerably improve its performance and resource consumption. So just for that, it becomes interesting. On top of that, we have the Linux <a href="https://www.osradar.com/install-linux-kernel-5-on-ubuntu-18-04/">Kernel 5 that was recently released</a>. Additionally, all applications have been updated such as LibreOffice, Firefox, Thunderbird and so on.</p>
<h2>The 5 things to do after install Ubuntu 19.04</h2>
<h3>1) Upgrade the system</h3>
<p>The first thing to do after installing Ubuntu 19.04 is to update the system. Once the system has been released until we install it some time passes and it is likely that during that time, security patches have been released. So open a terminal and run:</p>
<pre>:~$ sudo apt update &amp;&amp; sudo apt upgrade</pre>
<p><figure id="attachment_11683" aria-describedby="caption-attachment-11683" style="width: 899px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-11683" src="https://www.osradar.com/wp-content/uploads/2019/03/1-17.png" alt="1.- After install Ubuntu 19.04 you need to upgrade the system" width="899" height="369" srcset="https://www.osradar.com/wp-content/uploads/2019/03/1-17.png 899w, https://www.osradar.com/wp-content/uploads/2019/03/1-17-300x123.png 300w, https://www.osradar.com/wp-content/uploads/2019/03/1-17-768x315.png 768w, https://www.osradar.com/wp-content/uploads/2019/03/1-17-696x286.png 696w" sizes="(max-width: 899px) 100vw, 899px" /><figcaption id="caption-attachment-11683" class="wp-caption-text">1.- After install Ubuntu 19.04 you need to upgrade the system</figcaption></figure></p>
<p>After entering the user&#8217;s password, the process will begin. Once finished, if you want to restart the system. In this way, the system becomes more stable and less prone to failures.</p>
<p>It is recommended to do it periodically to avoid gigantic updates.</p>
<h3>2) Install Codecs Multimedia</h3>
<p>A modern operating system that does not reproduce most of the world&#8217;s most popular multimedia codecs is not a good operating system. Fortunately, Ubuntu includes in its repositories a package that installs a lot of these codecs.</p>
<p>On the other hand, the package in question also installs Microsoft&#8217;s proprietary sources and other compression codecs.</p>
<p>So run the following command:</p>
<pre>:~$ sudo apt install ubuntu-restricted-extras</pre>
<p><figure id="attachment_11684" aria-describedby="caption-attachment-11684" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-11684" src="https://www.osradar.com/wp-content/uploads/2019/03/2-17.png" alt="2.- Install restricted extras" width="1366" height="614" srcset="https://www.osradar.com/wp-content/uploads/2019/03/2-17.png 1366w, https://www.osradar.com/wp-content/uploads/2019/03/2-17-300x135.png 300w, https://www.osradar.com/wp-content/uploads/2019/03/2-17-768x345.png 768w, https://www.osradar.com/wp-content/uploads/2019/03/2-17-1024x460.png 1024w, https://www.osradar.com/wp-content/uploads/2019/03/2-17-696x313.png 696w, https://www.osradar.com/wp-content/uploads/2019/03/2-17-1068x480.png 1068w, https://www.osradar.com/wp-content/uploads/2019/03/2-17-934x420.png 934w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-11684" class="wp-caption-text">2.- Install restricted extras</figcaption></figure></p>
<p>Then, accept the license terms.</p>
<p><figure id="attachment_11685" aria-describedby="caption-attachment-11685" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-11685" src="https://www.osradar.com/wp-content/uploads/2019/03/3-16.png" alt="3.- license terms" width="1366" height="741" srcset="https://www.osradar.com/wp-content/uploads/2019/03/3-16.png 1366w, https://www.osradar.com/wp-content/uploads/2019/03/3-16-300x163.png 300w, https://www.osradar.com/wp-content/uploads/2019/03/3-16-768x417.png 768w, https://www.osradar.com/wp-content/uploads/2019/03/3-16-1024x555.png 1024w, https://www.osradar.com/wp-content/uploads/2019/03/3-16-696x378.png 696w, https://www.osradar.com/wp-content/uploads/2019/03/3-16-1068x579.png 1068w, https://www.osradar.com/wp-content/uploads/2019/03/3-16-774x420.png 774w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-11685" class="wp-caption-text">3.- license terms</figcaption></figure></p>
<p>Now, you can play all your favorite music and videos.</p>
<h3>3) Check the Software and updates windows</h3>
<p>The way updates and repositories are configured can be viewed in the software and update window. In the first tab, you can disable which series of packages to exclude from Ubuntu downloads. It is recommended to mark them all. As well as you can change the server where to download the packages.</p>
<p><figure id="attachment_11686" aria-describedby="caption-attachment-11686" style="width: 928px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-11686" src="https://www.osradar.com/wp-content/uploads/2019/03/4-12.png" alt="4.- Software and updates" width="928" height="468" srcset="https://www.osradar.com/wp-content/uploads/2019/03/4-12.png 928w, https://www.osradar.com/wp-content/uploads/2019/03/4-12-300x151.png 300w, https://www.osradar.com/wp-content/uploads/2019/03/4-12-768x387.png 768w, https://www.osradar.com/wp-content/uploads/2019/03/4-12-696x351.png 696w, https://www.osradar.com/wp-content/uploads/2019/03/4-12-833x420.png 833w" sizes="(max-width: 928px) 100vw, 928px" /><figcaption id="caption-attachment-11686" class="wp-caption-text">4.- Software and updates</figcaption></figure></p>
<p>In the Other Software tab, we can activate the software of Canonical partners that opens the doors to more packages.</p>
<p><figure id="attachment_11687" aria-describedby="caption-attachment-11687" style="width: 928px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-11687" src="https://www.osradar.com/wp-content/uploads/2019/03/5-9.png" alt="5.- Canonical partners" width="928" height="468" srcset="https://www.osradar.com/wp-content/uploads/2019/03/5-9.png 928w, https://www.osradar.com/wp-content/uploads/2019/03/5-9-300x151.png 300w, https://www.osradar.com/wp-content/uploads/2019/03/5-9-768x387.png 768w, https://www.osradar.com/wp-content/uploads/2019/03/5-9-696x351.png 696w, https://www.osradar.com/wp-content/uploads/2019/03/5-9-833x420.png 833w" sizes="(max-width: 928px) 100vw, 928px" /><figcaption id="caption-attachment-11687" class="wp-caption-text">5.- Canonical partners</figcaption></figure></p>
<h3>4) Install Gnome-tweak-tool</h3>
<p>GNOME is the default Ubuntu environment. So to customize it, change the default theme and other things you need to install Tweaks tool. This way you will have even more control of customization over Ubuntu.</p>
<pre>:~$ sudo apt install gnome-tweak-tool</pre>
<p><figure id="attachment_11688" aria-describedby="caption-attachment-11688" style="width: 987px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-11688" src="https://www.osradar.com/wp-content/uploads/2019/03/6-6.png" alt="6.- Install gnome tweak tool" width="987" height="358" srcset="https://www.osradar.com/wp-content/uploads/2019/03/6-6.png 987w, https://www.osradar.com/wp-content/uploads/2019/03/6-6-300x109.png 300w, https://www.osradar.com/wp-content/uploads/2019/03/6-6-768x279.png 768w, https://www.osradar.com/wp-content/uploads/2019/03/6-6-696x252.png 696w" sizes="(max-width: 987px) 100vw, 987px" /><figcaption id="caption-attachment-11688" class="wp-caption-text">6.- Install gnome tweak tool</figcaption></figure></p>
<p>It&#8217;s worth noting that you can not only modify GNOME through themes but also through extensions. These extensions are also managed by this tool.</p>
<h3>5) Install Synaptic</h3>
<p>Ubuntu&#8217;s software center is very good. However, it is often unreliable. So it&#8217;s always good to have the old and reliable Synaptic at hand.</p>
<p>Synaptic is a package manager that already has a few years on top that stands out for being fast and easy to install packages, as well as their removal and search.</p>
<pre>:~$ sudo apt install synaptic</pre>
<p><figure id="attachment_11689" aria-describedby="caption-attachment-11689" style="width: 1365px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-11689" src="https://www.osradar.com/wp-content/uploads/2019/03/7-7.png" alt="7.- Install synaptic" width="1365" height="347" srcset="https://www.osradar.com/wp-content/uploads/2019/03/7-7.png 1365w, https://www.osradar.com/wp-content/uploads/2019/03/7-7-300x76.png 300w, https://www.osradar.com/wp-content/uploads/2019/03/7-7-768x195.png 768w, https://www.osradar.com/wp-content/uploads/2019/03/7-7-1024x260.png 1024w, https://www.osradar.com/wp-content/uploads/2019/03/7-7-696x177.png 696w, https://www.osradar.com/wp-content/uploads/2019/03/7-7-1068x271.png 1068w" sizes="(max-width: 1365px) 100vw, 1365px" /><figcaption id="caption-attachment-11689" class="wp-caption-text">7.- Install synaptic</figcaption></figure></p>
<p>So, that is it.</p>
<h2>Conclusion</h2>
<p>These are from our point of view, the 5 things you have to do after installing Ubuntu 19.04. The rest is very much up to each user&#8217;s criteria like customizing themes or installing extensions for GNOME.</p>
<p>On the other hand, you can install many more applications like VLC or others to extend the functionality of Ubuntu.</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/5-things-to-do-after-install-ubuntu-19-04/">5 things to do after install Ubuntu 19.04</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.osradar.com/5-things-to-do-after-install-ubuntu-19-04/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
