<?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>Debian 10 Archives - Linux Windows and android Tutorials</title>
	<atom:link href="https://www.osradar.com/tag/debian-10/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.osradar.com</link>
	<description>tutorials and news and Seurity</description>
	<lastBuildDate>Sun, 28 Mar 2021 16:06:13 +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>install Jitsi Meet on Debian 10</title>
		<link>https://www.osradar.com/install-jitsi-meet-on-debian-10/</link>
					<comments>https://www.osradar.com/install-jitsi-meet-on-debian-10/#respond</comments>
		
		<dc:creator><![CDATA[angeloma]]></dc:creator>
		<pubDate>Mon, 29 Mar 2021 23:04:00 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Network]]></category>
		<category><![CDATA[Servers]]></category>
		<category><![CDATA[Buster]]></category>
		<category><![CDATA[comunications]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[Debian 10]]></category>
		<category><![CDATA[jitsi]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[video]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=29259</guid>

					<description><![CDATA[<p>Hello, friends. In this post, you will learn how to install Jitsi Meet on Debian 10. Jitsi Meet is a pretty valid alternative to Google Hangouts, but in this case, we’re talking about a completely open-source alternative. On the other hand, it’s free and even though it’s not, it offers some advantages that we could [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/install-jitsi-meet-on-debian-10/">install Jitsi Meet on 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>Hello, friends. In this post, you will learn how to install Jitsi Meet on Debian 10.</p>



<p><a href="https://www.osradar.com/video-conference-linux-jitsi-meet/" target="_blank" rel="noreferrer noopener">Jitsi Meet</a> is a pretty valid alternative to Google Hangouts, but in this case, we’re talking about a completely open-source alternative. On the other hand, it’s free and even though it’s not, it offers some advantages that we could consider premium like HD Audio support. Everything 100% encrypted.</p>



<p>In these times in which the formal work has been threatened, some companies have found in Jitsi a quality tool. Especially because it does not require the creation of an account and because it can be installed on your server.</p>



<p>Some features of Jitsi Meet are as follows:</p>



<ul><li>Share your desktop, presentations, and more.</li><li>Invite users to a conference via a simple, custom URL.</li><li>Edit documents together using Etherpad.P</li><li>Pick fun meeting URLs for every meeting.</li><li>Trade messages and emojis while you video conference, with integrated chat.</li></ul>



<p>Again, all this for free, open-source, and encrypted conversations. So, technologically it’s pretty competent.</p>



<h2 id="install-jitsi-on-debian-10"><a href="#install-jitsi-on-debian-10" name="install-jitsi-on-debian-10"></a>Install Jitsi on Debian 10</h2>



<p>We will be able to install Jitsi with the repository that the developers give us. This ensures that the integration with the system and the package manager is complete.</p>



<p>To perform the installation, we will have to connect to our server and update it.</p>



<pre class="wp-block-preformatted">sudo apt update
sudo apt upgrade</pre>



<p>Then, it is necessary to change the hostname of the computer for your domain.</p>



<pre class="wp-block-preformatted">sudo hostnamectl set-hostname [domain]</pre>



<p>Replace <code>[domain]</code> with yours.</p>



<p>Then modify the <code>hosts</code> file of the server and add the following line:</p>



<pre class="wp-block-preformatted">sudo nano /etc/hosts 
<code data-origin="<pre&gt;<code&gt;sudo nano /etc/hosts

127.0.0.1 domain
</code&gt;</pre&gt;
<p&gt;">127.0.0.1 domain </code> </pre>



<p>Before continuing, you have to make sure that ports <code>80</code>, <code>443</code> and <code>4443</code> of the TCP protocol and port <code>10000</code> of the UDP protocol are open in the firewall.</p>



<p>Now it is time to install the gnupg package which contains instructions for adding GPG keys from external repositories.</p>



<pre class="wp-block-preformatted">sudo apt update
sudo apt install gnupg</pre>



<p>Now you can download and add the GPG key from the Jitsi repository.</p>



<pre class="wp-block-preformatted">wget https://download.jitsi.org/jitsi-key.gpg.key
sudo apt-key add jitsi-key.gpg.key</pre>



<p>Next, create a new file that will contain the information for us to add the Jitsi repository.</p>



<pre class="wp-block-preformatted">sudo nano /etc/apt/sources.list.d/jitsi-stable.list</pre>



<p>And add:</p>



<pre class="wp-block-preformatted">deb https://download.jitsi.org stable/</pre>



<p>Save the changes and close the editor.</p>



<p>So, refresh APT so that the repository information can be loaded.</p>



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



<p>And finally, install Jitsi by running:</p>



<pre class="wp-block-preformatted">sudo apt install jitsi-meet
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following additional packages will be installed:
  ca-certificates-java fontconfig-config fonts-dejavu-core java-common jicofo jitsi-meet-prosody jitsi-meet-web jitsi-meet-web-config jitsi-videobridge2 libasound2
  libasound2-data libavahi-client3 libavahi-common-data libavahi-common3 libcups2 libfontconfig1 libgd3 libjbig0 libjpeg62-turbo liblcms2-2 libnginx-mod-http-auth-pam
  libnginx-mod-http-dav-ext libnginx-mod-http-echo libnginx-mod-http-geoip libnginx-mod-http-image-filter libnginx-mod-http-subs-filter libnginx-mod-http-upstream-fair
  libnginx-mod-http-xslt-filter libnginx-mod-mail libnginx-mod-stream libnspr4 libnss3 libpcsclite1 libtiff5 libwebp6 libx11-6 libx11-data libxau6 libxcb1 libxdmcp6
  libxext6 libxi6 libxpm4 libxrender1 libxslt1.1 libxtst6 lua-bitop lua-expat lua-filesystem lua-sec lua-socket lua5.2 nginx nginx-common nginx-full
  openjdk-11-jre-headless prosody ssl-cert uuid-runtime x11-common
Suggested packages:
  default-jre libasound2-plugins alsa-utils cups-common libgd-tools liblcms2-utils pcscd fcgiwrap nginx-doc libnss-mdns fonts-dejavu-extra fonts-ipafont-gothic
  fonts-ipafont-mincho fonts-wqy-microhei | fonts-wqy-zenhei fonts-indic lua-dbi-mysql lua-dbi-postgresql lua-dbi-sqlite3 lua-zlib openssl-blacklist
Recommended packages:
  jitsi-meet-turnserver | apache2 lua5.2-event
The following NEW packages will be installed:
  ca-certificates-java fontconfig-config fonts-dejavu-core java-common jicofo jitsi-meet jitsi-meet-prosody jitsi-meet-web jitsi-meet-web-config jitsi-videobridge2
  libasound2 libasound2-data libavahi-client3 libavahi-common-data libavahi-common3 libcups2 libfontconfig1 libgd3 libjbig0 libjpeg62-turbo liblcms2-2
  libnginx-mod-http-auth-pam libnginx-mod-http-dav-ext libnginx-mod-http-echo libnginx-mod-http-geoip libnginx-mod-http-image-filter libnginx-mod-http-subs-filter
  libnginx-mod-http-upstream-fair libnginx-mod-http-xslt-filter libnginx-mod-mail libnginx-mod-stream libnspr4 libnss3 libpcsclite1 libtiff5 libwebp6 libx11-6
  libx11-data libxau6 libxcb1 libxdmcp6 libxext6 libxi6 libxpm4 libxrender1 libxslt1.1 libxtst6 lua-bitop lua-expat lua-filesystem lua-sec lua-socket lua5.2 nginx
  nginx-common nginx-full openjdk-11-jre-headless prosody ssl-cert uuid-runtime x11-common
0 upgraded, 61 newly installed, 0 to remove and 25 not upgraded.
Need to get 128 MB of archives.
After this operation, 326 MB of additional disk space will be used.
Do you want to continue? [Y/n]</pre>



<p>During the installation, we will be asked to enter the hostname of our server, which can be your domain.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="420" src="https://www.osradar.com/wp-content/uploads/2021/03/1-12-1024x420.png" alt="1.- Installing Jitsi on Debian 10" class="wp-image-29307" srcset="https://www.osradar.com/wp-content/uploads/2021/03/1-12-1024x420.png 1024w, https://www.osradar.com/wp-content/uploads/2021/03/1-12-300x123.png 300w, https://www.osradar.com/wp-content/uploads/2021/03/1-12-768x315.png 768w, https://www.osradar.com/wp-content/uploads/2021/03/1-12-696x286.png 696w, https://www.osradar.com/wp-content/uploads/2021/03/1-12-1068x438.png 1068w, https://www.osradar.com/wp-content/uploads/2021/03/1-12.png 1365w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>1.- Installing Jitsi on Debian 10</figcaption></figure>



<p>Then you will be asked if you want to generate a new certificate or use an existing one. In this case, I will generate new certificates.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="477" src="https://www.osradar.com/wp-content/uploads/2021/03/2-10-1024x477.png" alt="2.- Installation process" class="wp-image-29308" srcset="https://www.osradar.com/wp-content/uploads/2021/03/2-10-1024x477.png 1024w, https://www.osradar.com/wp-content/uploads/2021/03/2-10-300x140.png 300w, https://www.osradar.com/wp-content/uploads/2021/03/2-10-768x358.png 768w, https://www.osradar.com/wp-content/uploads/2021/03/2-10-696x324.png 696w, https://www.osradar.com/wp-content/uploads/2021/03/2-10-1068x498.png 1068w, https://www.osradar.com/wp-content/uploads/2021/03/2-10.png 1365w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>2.- Installation process</figcaption></figure>



<h2 id="preparing-jitsi-for-the-first-use"><a href="#preparing-jitsi-for-the-first-use" name="preparing-jitsi-for-the-first-use"></a>Preparing Jitsi for the first use</h2>



<p>By default, Jitsi is very secure but we need access from the web to be secure too and that is why we need to generate TLS certificates. To do this, install the Certbot package.</p>



<pre class="wp-block-preformatted">sudo apt install certbot</pre>



<p>Then run a script that provides us with the Jitsi installation where we only need to enter our email address.</p>



<pre class="wp-block-preformatted">sudo /usr/share/jitsi-meet/scripts/install-letsencrypt-cert.sh</pre>



<p>In the end, you will see a success message.</p>



<p>Now the next step is to prevent anonymous users from creating rooms. To do this edit the configuration file for your domain.</p>



<pre class="wp-block-preformatted">sudo nano /etc/prosody/conf.avail/your_domain.cfg.lua</pre>



<p><strong>Remember to replace <code>your_domain</code> with yours </strong>.</p>



<p>And look for the value</p>



<pre class="wp-block-preformatted"> authentication = "anonymous"</pre>



<p>And replace it with:</p>



<pre class="wp-block-preformatted">authentication = "internal_plain"</pre>



<p>At the end of the same file add the following section:</p>



<pre class="wp-block-preformatted">VirtualHost "guest.your_domain"
    authentication = "anonymous"
    c2s_require_encryption = false</pre>



<p>Don’t forget to replace the <code>your_domain</code> value with yours. With this configuration, we will make it so that anonymous users can log in to rooms created by authenticated users.</p>



<p>Save the changes and close the editor.</p>



<p>Now we also need to edit another file to add the host of the guest users.</p>



<pre class="wp-block-preformatted">sudo nano /etc/jitsi/meet/your_domain-config.js</pre>



<p>And change the line</p>



<pre class="wp-block-preformatted">// anonymousdomain: 'guest.example.com',</pre>



<p>To</p>



<pre class="wp-block-preformatted">anonymousdomain: 'guest.your_domain',</pre>



<p>Again, save the changes and close the editor.</p>



<p>Finally, edit the <code>/etc/jitsi/jicofo/sip-communicator.properties</code> file.</p>



<pre class="wp-block-preformatted">sudo nano /etc/jitsi/jicofo/sip-communicator.properties</pre>



<p>And add the following line:</p>



<pre class="wp-block-preformatted">org.jitsi.jicofo.auth.URL=XMPP:your_domain</pre>



<p>Replacing <code>your_domain</code> with yours.</p>



<p>Save the changes and close the editor.</p>



<p>Now create a new user who will be able to create new rooms:</p>



<pre class="wp-block-preformatted">sudo prosodyctl register [user] [your_domain] [password]</pre>



<p>Replace the fields with the values you prefer.</p>



<p>To apply all changes, restart the services.</p>



<pre class="wp-block-preformatted">sudo systemctl restart prosody.service
sudo systemctl restart jicofo.service
sudo systemctl restart jitsi-videobridge2.service
sudo systemctl restart nginx</pre>



<p>And you can visit <code>https://your-domain</code> and enjoy Jitsi.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="506" src="https://www.osradar.com/wp-content/uploads/2021/03/3-6-1024x506.jpg" alt="3.- Jitsi Meet on Debian 10" class="wp-image-29309" srcset="https://www.osradar.com/wp-content/uploads/2021/03/3-6-1024x506.jpg 1024w, https://www.osradar.com/wp-content/uploads/2021/03/3-6-300x148.jpg 300w, https://www.osradar.com/wp-content/uploads/2021/03/3-6-768x379.jpg 768w, https://www.osradar.com/wp-content/uploads/2021/03/3-6-696x344.jpg 696w, https://www.osradar.com/wp-content/uploads/2021/03/3-6-1068x528.jpg 1068w, https://www.osradar.com/wp-content/uploads/2021/03/3-6.jpg 1354w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>3.- Jitsi Meet on Debian 10</figcaption></figure>



<h2 id="conclusion"><a href="#conclusion" name="conclusion"></a>Conclusion</h2>



<p>Jitsi is another wonderful application because it allows us to deploy a secure and stable video call server. This makes it ideal in professional environments.</p>



<p><a href="https://meet.jit.si/" target="_blank" rel="noreferrer noopener">Website</a></p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/install-jitsi-meet-on-debian-10/">install Jitsi Meet on 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/install-jitsi-meet-on-debian-10/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Debian 10.3 available</title>
		<link>https://www.osradar.com/debian-10-3-available/</link>
					<comments>https://www.osradar.com/debian-10-3-available/#respond</comments>
		
		<dc:creator><![CDATA[angeloma]]></dc:creator>
		<pubDate>Mon, 10 Feb 2020 23:43:00 +0000</pubDate>
				<category><![CDATA[Desktop]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Servers]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Buster]]></category>
		<category><![CDATA[Debian 10]]></category>
		<category><![CDATA[New version]]></category>
		<category><![CDATA[News]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=18127</guid>

					<description><![CDATA[<p>It would not be an exaggeration to say that Debian 10 Buster is in a fairly good development stage. And it is that recently the version 10.3 of Debian has been published that comes to improve and to correct vulnerabilities. So, Debian 10.3 is available and in this post, we will tell you what this [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/debian-10-3-available/">Debian 10.3 available</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>It would not be an exaggeration to say that Debian 10 Buster is in a fairly good development stage. And it is that recently the version 10.3 of Debian has been published that comes to improve and to correct vulnerabilities. So, <strong>Debian 10.3 is available</strong> and in this post, we will tell you what this release is about.</p>



<p>Well, after several weeks of work comes the third update of Debian branch 10. As it is expected it does not come loaded with many new features. However, it provides some updated packages, as well as many bug fixes and security patches.</p>



<p>On the other hand, from the same Debian web site we are warned that this is not a new version in itself, but only an update to it. So, <strong>do not have to reinstall the whole system.</strong></p>



<p><strong>For example, they have been updated to the last maintenance versions to PostgreSQL 11, Linux 4.19, MariaDB 10.3, Postfix and the desktop environments that Debian has.</strong></p>



<p>Similarly, <strong>many bugs affecting many key packages</strong> such as intel-microcode, OpenJDK, <a href="https://www.osradar.com/install-gnome-boxes-on-linux/" target="_blank" rel="noreferrer noopener" aria-label="qemu (opens in a new tab)">qemu</a>, Thunderbird, xen, <a href="https://www.osradar.com/enable-dns-over-https-firefox/" target="_blank" rel="noreferrer noopener" aria-label="Firefox (opens in a new tab)">Firefox</a> and many more have been resolved.</p>



<p>Also, <strong>some packages have been removed from the distribution media</strong>. Some of them are firetray, koji, and radare2.</p>



<h2>How to upgrade to Debian 10.3?</h2>



<p>In case you have Debian 10 installed, <strong>just upgrade your entire system:</strong></p>



<pre class="wp-block-preformatted">:~$ sudo apt upgrade</pre>



<p>So, if you are going to do an installation from scratch, you can go to the<a href="https://www.debian.org/" target="_blank" rel="noreferrer noopener" aria-label=" Debian website (opens in a new tab)"> Debian website</a>.  Then, you can download some of the available ISO images.</p>



<p>So as I told you before it is a version of Debian that improves the existing making it more stable and secure. <strong>Also, it is necessary to say that Debian 10 is at a very mature point of development</strong>. This makes it a very appealing option for your computer or server.</p>



<p>If you want to know more about Debian 10.3, please read <a href="https://www.debian.org/News/2020/20200208" target="_blank" rel="noreferrer noopener" aria-label="the release notes (opens in a new tab)">the release notes</a>.</p>



<p>Please share this post and join <a href="https://t.me/osradar.com" target="_blank" rel="noreferrer noopener" aria-label="our Telegram Channel (opens in a new tab)">our Telegram Channel</a>.</p>



<p></p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/debian-10-3-available/">Debian 10.3 available</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/debian-10-3-available/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>Debian 10 (Buster) is almost here</title>
		<link>https://www.osradar.com/debian-10-buster-is-almost-here/</link>
					<comments>https://www.osradar.com/debian-10-buster-is-almost-here/#comments</comments>
		
		<dc:creator><![CDATA[angeloma]]></dc:creator>
		<pubDate>Tue, 09 Apr 2019 04:00:14 +0000</pubDate>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Buster]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[Debian 10]]></category>
		<category><![CDATA[New version]]></category>
		<category><![CDATA[News]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=11730</guid>

					<description><![CDATA[<p>Debian is known throughout the Linux world as one of the most stable distributions out there. Thanks to a robust development cycle, Debian is always one of the first alternatives for developers and sysadmins to run their jobs on it. Under the premise of &#8220;it will come out when it is ready&#8221; approximately every two [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/debian-10-buster-is-almost-here/">Debian 10 (Buster) is almost here</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Debian is known throughout the Linux world as one of the most stable distributions out there. Thanks to a robust development cycle, Debian is always one of the first alternatives for developers and sysadmins to run their jobs on it. Under the premise of &#8220;it will come out when it is ready&#8221; approximately every two years a new version of Debian comes out. The last stable version that is the 9 with the code name of Stretch came out in 2017, that is to say, this year Debian 10 is expected.</p>
<p>Debian 10 with Buster&#8217;s codename will be the new stable version of Debian. It is not known exactly when it will be released, but it is a good bet to say that it could be released between June and July. So let&#8217;s see some of what Buster will bring us.</p>
<h2>Debian 10 and the new artwork</h2>
<p>Debian 10 has a lot of news, but it&#8217;s good to point out that it will have <a href="https://bits.debian.org/2019/01/futurePrototype-will-be-the-default-theme-for-debian-10.html">new artwork</a> that will make the distribution refresh a little.</p>
<p><figure id="attachment_11731" aria-describedby="caption-attachment-11731" style="width: 1920px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-11731" src="https://www.osradar.com/wp-content/uploads/2019/04/de.png" alt="1.- Debian new artwork" width="1920" height="1080" srcset="https://www.osradar.com/wp-content/uploads/2019/04/de.png 1920w, https://www.osradar.com/wp-content/uploads/2019/04/de-300x169.png 300w, https://www.osradar.com/wp-content/uploads/2019/04/de-768x432.png 768w, https://www.osradar.com/wp-content/uploads/2019/04/de-1024x576.png 1024w, https://www.osradar.com/wp-content/uploads/2019/04/de-696x392.png 696w, https://www.osradar.com/wp-content/uploads/2019/04/de-1068x601.png 1068w, https://www.osradar.com/wp-content/uploads/2019/04/de-747x420.png 747w" sizes="(max-width: 1920px) 100vw, 1920px" /><figcaption id="caption-attachment-11731" class="wp-caption-text">1.- Debian new artwork</figcaption></figure></p>
<p>The theme in question is called &#8220;futurePrototype&#8221; and was chosen by the community as the default theme stands out for its soft blue color that integrates very well with past themes.</p>
<h2>Debian 10: The Features</h2>
<p>What&#8217;s new in Debian 10 is quite a lot, and more than anything else, package and desktop updates everywhere. In the case of desktop environments Buster will bring us the following:</p>
<ul>
<li>GNOME 3.32</li>
<li><a href="https://www.osradar.com/speed-up-kde-plasma/">KDE Plasma</a> 5.14</li>
<li><a href="https://www.osradar.com/speed-up-cinnamon/">Cinnamon</a> 3.8</li>
<li>LXDE</li>
<li>LXQt 0.14</li>
<li>MATE 1.20</li>
<li>Xfce 4.12</li>
</ul>
<p>But they are not the only ones, we will also have some window managers known as Openbox or Fluxbox.</p>
<p>On the other hand, Debian supports multiple architectures as they are:</p>
<ul>
<li>32 bits PC (i386) and 64 bits PC (amd64)</li>
<li>64 bits ARM (arm64)</li>
<li>ARM EABI (armel)</li>
<li>ARMv7 (EABI hard-float ABI, armhf)</li>
<li>MIPS (mips («big-endian») and mipsel («little-endian»))</li>
<li>64 bits MIPS (mips64el)</li>
<li>64 bits PowerPC (ppc64el)</li>
<li>IBM System z (s390x)</li>
</ul>
<p>So not in vain does Debian make itself known as the universal Linux distribution. Because it is very versatile and can be installed on many different architectures.</p>
<h2>Some security features</h2>
<p>In the security section Debian 10 Buster brings with it many news and updates of critical packages. The Linux Kernel will be the 4.19 patched by the Debian community to support a lot of recent hardware.</p>
<p>Also, Debian buster has AppArmor enabled by default. The default AppArmor package ships with AppArmor profiles for several programs. So it is an important step to improve system security and stability.</p>
<p>In the same way, Debian 10 will have in its repositories <a href="https://www.osradar.com/tag/php/">PHP</a> 7.3, <a href="https://www.osradar.com/tag/apache/">Apache</a> 2.4.38 and <a href="https://www.osradar.com/tag/nginx/">Nginx</a> 1.14, with this having a Web server will be easy and very stable. But if we add to this <a href="https://www.osradar.com/tag/mariadb/">MariaDB</a> 10.3 and <a href="https://osradar.com/tag/postgresql/">PostgreSQL</a> 11 then the combinations are complete.</p>
<p>Python has also been updated to version 3.7.2 that will make your applications take better advantage of Python 3 features. And <a href="https://www.osradar.com/openjdk-vs-oracle-jdk-and-debian-based-installation/">OpenJDK 11</a> will also be present. Remember that this version of OpenJDK is LTS so its use with Debian 10 will allow you to develop Java applications efficiently.</p>
<p>As you can read Debian 10 will be an important release this year.</p>
<h2>Conclusion</h2>
<p>Debian is characterized by being a very stable distribution. Thanks to it, it is possible to have servers and production equipment quite reliable and with a large number of packages available. The release of Debian 10 that will bring much important news that will surely make Debian the most commented of this.</p>
<p>Don&#8217;t worry that here we will support Debian 10 as always. With many tutorials and news about it.</p>
<p>Please share this post with your friends.</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/debian-10-buster-is-almost-here/">Debian 10 (Buster) is almost here</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/debian-10-buster-is-almost-here/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
	</channel>
</rss>
