<?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>bionic Archives - Linux Windows and android Tutorials</title>
	<atom:link href="https://www.osradar.com/tag/bionic/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.osradar.com</link>
	<description>tutorials and news and Seurity</description>
	<lastBuildDate>Wed, 30 Jun 2021 23:23:36 +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 Wing Python IDE on Ubuntu 20.04 /18.04</title>
		<link>https://www.osradar.com/install-wing-python-ide-ubuntu/</link>
					<comments>https://www.osradar.com/install-wing-python-ide-ubuntu/#respond</comments>
		
		<dc:creator><![CDATA[angeloma]]></dc:creator>
		<pubDate>Sun, 04 Jul 2021 23:23:00 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[bionic]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[IDE]]></category>
		<category><![CDATA[pythom]]></category>
		<category><![CDATA[Tutorial How to]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[Wing IDE]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=12448</guid>

					<description><![CDATA[<p>Python is one of the most popular programming languages out there. In fact, many universities already use it as an introductory language in the retirement of the old Pascal or C++. This has made many users already know firsthand the potential of the language that is very broad. The main reason to affirm this is [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/install-wing-python-ide-ubuntu/">Install Wing Python IDE on Ubuntu 20.04 /18.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>Python is one of the most popular programming languages out there. In fact, many universities already use it as an introductory language in the retirement of the old Pascal or C++. This has made many users already know firsthand the potential of the language that is very broad. The main reason to affirm this is that Python can be used in many parts as the main language or as a composite. However, to be more productive with the language requires an IDE at the height. For Java, we already have free solutions like Eclipse and Netbeans but in this post, I will show you Install Wing Python IDE on Ubuntu 20.04 /18.04.</p>
<h2>Meeting Wing</h2>
<p><a href="https://wingware.com/" rel="noopener noreferrer">Wing</a> is an IDE for <a href="https://www.osradar.com/tag/python/" rel="noopener noreferrer">Python</a> that is presented to us as one quite fast and with the slogan of being as productive as possible. With 3 versions, the first is <strong>Wing Pro</strong> which is a paid version with all the features that the project offers. The second is <strong>Wing Personal</strong> oriented to students and middle-level programmers who will have an IDE without so many features but functional and agile to get the job done. The last one is <strong>Wing 101</strong> which is a basic version of the application. It is used by teachers to teach about Python.</p>
<p>Of course, the main features of Wing are present in all versions. However, it is fair to say that Wing Pro is the most complete version and is at the same level as other solutions such as <a href="https://www.osradar.com/install-jetbrains-pycharm-on-linux/" rel="noopener noreferrer">PyCharm.</a></p>
<p>Some of the features found in all versions of Wing are:</p>
<ul>
<li>It has improved the support of multiple selections.</li>
<li>Raspberry Pi support has been improved.</li>
<li>Support for <a href="https://www.osradar.com/get-the-latest-python-on-linux/" rel="noopener noreferrer">Python</a> 3.8 / 3.7 and Stackless 3.4.</li>
<li>Autocompletion in strings and comments.</li>
<li>Syntax indicator and error indicators. Syntax highlighting for Markdown files.</li>
<li>Optimized debugger.</li>
<li>Support for <a href="https://www.osradar.com/install-django-ubuntu-18-04/" rel="noopener noreferrer">Django</a></li>
</ul>
<p>Although the license of Wing Pro is not high, they have a program where they <a href="https://wingware.com/store/free" rel="noopener noreferrer">give licenses</a> to developers who collaborate in open source projects. It&#8217;s a great way to collaborate with the open source community and with these projects.</p>
<p>In addition, as expected Wing is available for Windows, Linux and MacOS. However, where it is best programmed is in our Linux system. So there I will teach you how to install it.</p>
<h2>Install Wing Python IDE on Ubuntu 20.04 / 18.04</h2>
<p>At the time of writing this post, the version of Wing is the 7.0.3 that was recently released. It has many code improvements and bug fixes.</p>
<p>In the download section of the <a href="https://wingware.com/downloads/" rel="noopener noreferrer">Wing website</a>, we will have different options, in this case, install <a href="https://wingware.com/downloads/wing-personal" rel="noopener noreferrer">Wing Personal</a> because I think it is enough for most. Then, download the DEB file.</p>
<p>However, you can do it from the terminal. To do this, open it and run this command.</p>
<pre>:~$ wget -c https://wingware.com/pub/wing-personal/7.2.9.0/wing-personal7_7.2.9-0_amd64.deb</pre>
<p>After that, install it.</p>
<pre>:~$ sudo apt install ./[file_path]</pre>
<p>Then, launch it from the main menu.</p>
<figure id="attachment_31103" aria-describedby="caption-attachment-31103" style="width: 1280px" class="wp-caption alignnone"><img loading="lazy" class="wp-image-31103 size-full" src="https://www.osradar.com/wp-content/uploads/2019/06/wing.jpg" alt="1.- Wing running on Ubuntu 20.04 / 18.04" width="1280" height="733" srcset="https://www.osradar.com/wp-content/uploads/2019/06/wing.jpg 1280w, https://www.osradar.com/wp-content/uploads/2019/06/wing-300x172.jpg 300w, https://www.osradar.com/wp-content/uploads/2019/06/wing-1024x586.jpg 1024w, https://www.osradar.com/wp-content/uploads/2019/06/wing-768x440.jpg 768w, https://www.osradar.com/wp-content/uploads/2019/06/wing-696x399.jpg 696w, https://www.osradar.com/wp-content/uploads/2019/06/wing-1068x612.jpg 1068w" sizes="(max-width: 1280px) 100vw, 1280px" /><figcaption id="caption-attachment-31103" class="wp-caption-text">1.- Wing running on Ubuntu 20.04 / 18.04</figcaption></figure>
<p>Now, enjoy it.</p>
<h2>Conclusion</h2>
<p>Programming is not a simple matter; on the contrary, it entails great difficulties. Having tools to facilitate the process is the essence of IDE. In this context, Wing is a quite competent IDE for python and is presented as a serious alternative in the market.</p>
<p>Please, share this post.</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/install-wing-python-ide-ubuntu/">Install Wing Python IDE on Ubuntu 20.04 /18.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/install-wing-python-ide-ubuntu/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to install Oracle Java 16 on Ubuntu 20.04 / 18.04?</title>
		<link>https://www.osradar.com/install-oracle-java-ubuntu/</link>
					<comments>https://www.osradar.com/install-oracle-java-ubuntu/#comments</comments>
		
		<dc:creator><![CDATA[angeloma]]></dc:creator>
		<pubDate>Mon, 22 Mar 2021 00:57:00 +0000</pubDate>
				<category><![CDATA[Desktop]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Servers]]></category>
		<category><![CDATA[bionic]]></category>
		<category><![CDATA[ubuntu]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=23670</guid>

					<description><![CDATA[<p>Hello, friends. We know that Java is one of the most popular programming languages and now it&#8217;s version 16. So in this post, you&#8217;ll learn how to install Oracle Java 16 on Ubuntu 20.04 / 18.04 Java is one of the preferred languages by many developers but it is also necessary to run other very [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/install-oracle-java-ubuntu/">How to install Oracle Java 16 on Ubuntu 20.04 / 18.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>Hello, friends. We know that Java is one of the most popular programming languages and now it&#8217;s version 16. So in this post, you&#8217;ll learn <strong>how to install Oracle Java 16 on Ubuntu 20.04 / 18.04</strong></p>



<p><a href="https://www.osradar.com/tag/java" target="_blank" rel="noreferrer noopener">Java</a> is one of the preferred languages by many developers but it is also necessary to run other very important software. In this sense, Oracle from time to time releases a new version that includes good news.</p>



<p>So, if you are a developer and want to try Java 16 on Ubuntu, this post will help you with that.</p>



<h2>Install Oracle Java 16 on Ubuntu</h2>



<p>The easiest way to install Oracle Java on Ubuntu is by using the PPA of the Linuxuprising people.</p>



<p>In a very brief way, the package is an installer that takes care of downloading the Oracle binaries. Also, it extracts them and copies them in the appropriate directory and everything by us.</p>



<p>So, it opens a terminal or an <a href="https://www.osradar.com/snowflake-an-ssh-client-for-linux/" target="_blank" rel="noreferrer noopener">SSH session</a>.</p>



<p>Once the terminal is started, it updates the whole system:</p>



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



<p>This way we will have the system ready with the security patches to start the installation.</p>



<p>Now, add the PPA repository:</p>



<pre class="wp-block-preformatted">sudo add-apt-repository ppa:linuxuprising/java
Oracle Java 11 (LTS) and 16 installer for Ubuntu (21.04, 20.10, 20.04, 18.04, 16.04 and 14.04), Pop!_OS, Linux Mint and Debian.
 Java binaries are not hosted in this PPA due to licensing. The packages in this PPA download and install Oracle Java, so a working Internet connection is required.
 The packages in this PPA are based on the WebUpd8 Oracle Java PPA packages: https://launchpad.net/~webupd8team/+archive/ubuntu/java
 Created for users of https://www.linuxuprising.com/
 Installation instructions (with some tips), feedback, suggestions, bug reports etc.:
 Oracle Java 11: https://www.linuxuprising.com/2019/06/new-oracle-java-11-installer-for-ubuntu.html
 Oracle Java 16: https://www.linuxuprising.com/2021/03/how-to-install-oracle-java-16-on-debian.html
 Important notice regarding Oracle Java 11 and newer: the Oracle JDK license has changed starting April 16, 2019. The new license permits certain uses, such as personal use and development use, at no cost -- but other uses authorized under prior Oracle JDK licenses may no longer be available. A FAQ is available here: https://www.oracle.com/technetwork/java/javase/overview/oracle-jdk-faqs.html . After this change, new Oracle Java 11 releases (11.0.3 and newer) require signing in using an Oracle account to download the binaries. This PPA has a new installer that requires the user to download the Oracle JDK 11 .tar.gz and place it in a folder, and only then install the "oracle-java11-installer-local" package. Details here:  https://www.linuxuprising.com/2019/06/new-oracle-java-11-installer-for-ubuntu.html
 About Oracle Java 10, 12, 13 and 14: These versions have reached the end of public updates, therefore they are longer available for download. The Oracle Java 10/12/13/14 packages in this PPA no longer worked due to this, so I have removed them. Switch to Oracle Java 11 or OpenJDK 11 instead, which is long term support, or the latest Java 16.
  More info: https://launchpad.net/~linuxuprising/+archive/ubuntu/java
 Press [ENTER] to continue or Ctrl-c to cancel adding it.</pre>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="326" src="https://www.osradar.com/wp-content/uploads/2020/09/1-a-1024x326.png" alt="1.- Add the PPA to install Oracle Java 16" class="wp-image-29212" srcset="https://www.osradar.com/wp-content/uploads/2020/09/1-a-1024x326.png 1024w, https://www.osradar.com/wp-content/uploads/2020/09/1-a-300x96.png 300w, https://www.osradar.com/wp-content/uploads/2020/09/1-a-768x245.png 768w, https://www.osradar.com/wp-content/uploads/2020/09/1-a-696x222.png 696w, https://www.osradar.com/wp-content/uploads/2020/09/1-a-1068x340.png 1068w, https://www.osradar.com/wp-content/uploads/2020/09/1-a.png 1360w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>1.- Add the PPA to install Oracle Java 16</figcaption></figure>



<p>It then updates the repositories using APT:</p>



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



<p>So, now you can start the installation of Oracle Java 16 on Ubuntu, to do this run:</p>



<pre class="wp-block-preformatted">sudo apt install oracle-java16-installer
Reading package lists… Done
 Building dependency tree       
 Reading state information… Done
 The following additional packages will be installed:
   binutils binutils-common binutils-x86-64-linux-gnu java-common libbinutils libctf-nobfd0 libctf0
 Suggested packages:
   binutils-doc binfmt-support visualvm ttf-baekmuk | ttf-unfonts | ttf-unfonts-core ttf-kochi-gothic | ttf-sazanami-gothic ttf-kochi-mincho | ttf-sazanami-mincho
   ttf-arphic-uming firefox | firefox-2 | iceweasel | mozilla-firefox | iceape-browser | mozilla-browser | epiphany-gecko | epiphany-webkit | epiphany-browser | galeon
   | midbrowser | moblin-web-browser | xulrunner | xulrunner-1.9 | konqueror | chromium-browser | midori | google-chrome
 Recommended packages:
   gsfonts-x11 oracle-java16-set-default
 The following NEW packages will be installed:
   binutils binutils-common binutils-x86-64-linux-gnu java-common libbinutils libctf-nobfd0 libctf0 oracle-java16-installer
 0 upgraded, 8 newly installed, 0 to remove and 39 not upgraded.
 Need to get 2,433 kB of archives.
 After this operation, 13.9 MB of additional disk space will be used.
 Do you want to continue? [Y/n]</pre>



<p>During the installation, you will see a screen where you will have to accept the license terms. After accept them, the installation will continue.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="498" src="https://www.osradar.com/wp-content/uploads/2020/09/2-b-1024x498.png" alt="2.- Accept the license terms" class="wp-image-29213" srcset="https://www.osradar.com/wp-content/uploads/2020/09/2-b-1024x498.png 1024w, https://www.osradar.com/wp-content/uploads/2020/09/2-b-300x146.png 300w, https://www.osradar.com/wp-content/uploads/2020/09/2-b-768x374.png 768w, https://www.osradar.com/wp-content/uploads/2020/09/2-b-696x339.png 696w, https://www.osradar.com/wp-content/uploads/2020/09/2-b-1068x520.png 1068w, https://www.osradar.com/wp-content/uploads/2020/09/2-b.png 1365w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>2.- Accept the license terms</figcaption></figure>



<p>To make Java 16 the default version, install this package:</p>



<pre class="wp-block-preformatted">sudo apt install oracle-java16-set-default</pre>



<p>Then, verify the installation with the following command:</p>



<pre class="wp-block-preformatted">java --version
java 16 2021-03-16
 Java(TM) SE Runtime Environment (build 16+36-2231)
 Java HotSpot(TM) 64-Bit Server VM (build 16+36-2231, mixed mode, sharing)</pre>



<p>So, Java 16 is installed and ready to use.</p>



<h2>Conclusion</h2>



<p>Java 16 has been released with many new features and this makes many want to leap an old version to this one. Therefore, in this post, you could learn how to install it in Ubuntu.</p>



<p>So, share this post with your friends and join <a href="https://t.me/osradar" target="_blank" rel="noreferrer noopener">our Telegram channel</a></p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/install-oracle-java-ubuntu/">How to install Oracle Java 16 on Ubuntu 20.04 / 18.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/install-oracle-java-ubuntu/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
			</item>
		<item>
		<title>How to install Wireshark on Ubuntu 20.04/18.04?</title>
		<link>https://www.osradar.com/install-wireshark-on-ubuntu/</link>
					<comments>https://www.osradar.com/install-wireshark-on-ubuntu/#respond</comments>
		
		<dc:creator><![CDATA[angeloma]]></dc:creator>
		<pubDate>Tue, 16 Mar 2021 02:14:00 +0000</pubDate>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[bionic]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[linux mint]]></category>
		<category><![CDATA[monitoring]]></category>
		<category><![CDATA[networks]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[wireshark]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=9187</guid>

					<description><![CDATA[<p>Many things happen in a network, especially if many users use it. Actually, we don&#8217;t know everything that happens on it, and that for some sysadmin or IT professionals is a problem. Basic or relevant information intersect in that exchange. Therefore, there are applications like Wireshark that help to collect statistics on the use of [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/install-wireshark-on-ubuntu/">How to install Wireshark on Ubuntu 20.04/18.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>Many things happen in a network, especially if many users use it. Actually, we don&#8217;t know everything that happens on it, and that for some sysadmin or IT professionals is a problem. Basic or relevant information intersect in that exchange. Therefore, there are applications like Wireshark that help to collect statistics on the use of the network protocol and analyze them. With this in mind, today I will teach you how to install Wireshark on Ubuntu 20.04 and 18.04.</p>
<p><a href="https://www.wireshark.org/">Wireshark</a> is a free and opensource web analyzer. It allows you to know from a quite technical point of view what is happening in your network. With this, you can make statistics, specific <a href="http://osradar.com/tag/monitoring/">monitoring</a> or simply know its traffic.</p>
<p>Some of the main features of Wireshark are:</p>
<ul>
<li>Deep inspection of hundreds of protocols, with more being added all the time.</li>
<li>Live capture and offline analysis.</li>
<li>Standard three-pane packet browser.</li>
<li>Captured network data can be browsed via a GUI, or via the TTY-mode TShark utility.<br />
The most powerful display filters in the industry.</li>
<li>Rich VoIP analysis.</li>
</ul>
<p>And many more. However, one of the most outstanding features is that it is <strong>cross-</strong>platform. In other words, you can install it on Windows, Linux, <a href="https://www.osradar.com/tag/freebsd/">FreeBSD</a>, Solaris, and other systems.</p>
<p>So, let&#8217;s install Wireshark.</p>
<h2>1. Install Wireshark on Ubuntu 20.04/18.04</h2>
<p>To install Wireshark more easily on Ubuntu 16.04, it is necessary to use a PPA repository of its developers. We have two options to install, the developing version or the latest stable version. I&#8217;ll show you the process for both, but in this post, I&#8217;ll install the stable version. <strong>If you use Ubuntu 20.04/ 18.04 this is not necessary.</strong></p>
<h3>If you want to install the development version:</h3>
<p>Open a terminal and run:</p>
<pre class="">:~$ sudo add-apt-repository ppa:dreibh/ppa
:~$ sudo apt update
:~$ sudo apt install wireshark</pre>
<p>And that&#8217;s it.</p>
<h3>Install the stable version:</h3>
<p>It is always best to install the stable version of any program. That&#8217;s to avoid major bugs and surprises. It is clear that no application is free of bugs, but stable versions are less prone to them.</p>
<p>Open a Terminal and add the external repository with this command:</p>
<pre class="">:~$ sudo add-apt-repository ppa:wireshark-dev/stable</pre>
<p><figure id="attachment_9188" aria-describedby="caption-attachment-9188" style="width: 1117px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-9188" src="https://www.osradar.com/wp-content/uploads/2019/01/1-11.png" alt="1.- Adding the external repository" width="1117" height="383" srcset="https://www.osradar.com/wp-content/uploads/2019/01/1-11.png 1117w, https://www.osradar.com/wp-content/uploads/2019/01/1-11-300x103.png 300w, https://www.osradar.com/wp-content/uploads/2019/01/1-11-768x263.png 768w, https://www.osradar.com/wp-content/uploads/2019/01/1-11-1024x351.png 1024w, https://www.osradar.com/wp-content/uploads/2019/01/1-11-1068x366.png 1068w" sizes="(max-width: 1117px) 100vw, 1117px" /><figcaption id="caption-attachment-9188" class="wp-caption-text">1.- Adding the external repository</figcaption></figure></p>
<p>Next, refresh the APT cache.</p>
<pre class="">:~$ sudo apt update</pre>
<p><figure id="attachment_9189" aria-describedby="caption-attachment-9189" style="width: 1365px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-9189" src="https://www.osradar.com/wp-content/uploads/2019/01/2-10.png" alt="2.- Running the APT cache" width="1365" height="522" srcset="https://www.osradar.com/wp-content/uploads/2019/01/2-10.png 1365w, https://www.osradar.com/wp-content/uploads/2019/01/2-10-300x115.png 300w, https://www.osradar.com/wp-content/uploads/2019/01/2-10-768x294.png 768w, https://www.osradar.com/wp-content/uploads/2019/01/2-10-1024x392.png 1024w, https://www.osradar.com/wp-content/uploads/2019/01/2-10-1068x408.png 1068w, https://www.osradar.com/wp-content/uploads/2019/01/2-10-1098x420.png 1098w" sizes="(max-width: 1365px) 100vw, 1365px" /><figcaption id="caption-attachment-9189" class="wp-caption-text">2.- Running the APT cache</figcaption></figure></p>
<p>Then install Wireshark.</p>
<pre class="">:~$ sudo apt install wireshark</pre>
<p><figure id="attachment_9190" aria-describedby="caption-attachment-9190" style="width: 1365px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-9190" src="https://www.osradar.com/wp-content/uploads/2019/01/3-10.png" alt="3.- Install Wireshark" width="1365" height="550" srcset="https://www.osradar.com/wp-content/uploads/2019/01/3-10.png 1365w, https://www.osradar.com/wp-content/uploads/2019/01/3-10-300x121.png 300w, https://www.osradar.com/wp-content/uploads/2019/01/3-10-768x309.png 768w, https://www.osradar.com/wp-content/uploads/2019/01/3-10-1024x413.png 1024w, https://www.osradar.com/wp-content/uploads/2019/01/3-10-1068x430.png 1068w, https://www.osradar.com/wp-content/uploads/2019/01/3-10-1042x420.png 1042w" sizes="(max-width: 1365px) 100vw, 1365px" /><figcaption id="caption-attachment-9190" class="wp-caption-text">3.- Install Wireshark</figcaption></figure></p>
<p>During installation, we will be asked if we want Wireshark to be available to all users member of wireshark group. Say yes.</p>
<p><figure id="attachment_9191" aria-describedby="caption-attachment-9191" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-9191" src="https://www.osradar.com/wp-content/uploads/2019/01/4-11.png" alt="4.- Configuring Wireshark" width="1366" height="768" srcset="https://www.osradar.com/wp-content/uploads/2019/01/4-11.png 1366w, https://www.osradar.com/wp-content/uploads/2019/01/4-11-300x169.png 300w, https://www.osradar.com/wp-content/uploads/2019/01/4-11-768x432.png 768w, https://www.osradar.com/wp-content/uploads/2019/01/4-11-1024x576.png 1024w, https://www.osradar.com/wp-content/uploads/2019/01/4-11-1068x600.png 1068w, https://www.osradar.com/wp-content/uploads/2019/01/4-11-747x420.png 747w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-9191" class="wp-caption-text">4.- Configuring Wireshark</figcaption></figure></p>
<p>And that&#8217;s it.</p>
<h2>2. Configuring Wireshark</h2>
<p>First, check the version of Wireshark installed.</p>
<pre class="">:~$ wireshark -v</pre>
<p><figure id="attachment_9192" aria-describedby="caption-attachment-9192" style="width: 812px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-9192" src="https://www.osradar.com/wp-content/uploads/2019/01/5-11.png" alt="5.- Check the Wireshark version" width="812" height="490" srcset="https://www.osradar.com/wp-content/uploads/2019/01/5-11.png 812w, https://www.osradar.com/wp-content/uploads/2019/01/5-11-300x181.png 300w, https://www.osradar.com/wp-content/uploads/2019/01/5-11-768x463.png 768w, https://www.osradar.com/wp-content/uploads/2019/01/5-11-696x420.png 696w" sizes="(max-width: 812px) 100vw, 812px" /><figcaption id="caption-attachment-9192" class="wp-caption-text">5.- Check the Wireshark version</figcaption></figure></p>
<p>Next, add your current user to the wireshark group so you can use it without problems.</p>
<pre class="">:~$ sudo usermod -a -G wireshark $USER</pre>
<p>Now, change <code>dumpcap</code> permissions. With this you will make it possible to run without permission problems.</p>
<pre class="">:~$ sudo chgrp wireshark /usr/bin/dumpcap
:~$ sudo chmod 750 /usr/bin/dumpcap
:~$ sudo setcap cap_net_raw,cap_net_admin=eip /usr/bin/dumpcap</pre>
<p><figure id="attachment_9193" aria-describedby="caption-attachment-9193" style="width: 797px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-9193" src="https://www.osradar.com/wp-content/uploads/2019/01/6-10.png" alt="6.- Change the pemissions" width="797" height="181" srcset="https://www.osradar.com/wp-content/uploads/2019/01/6-10.png 797w, https://www.osradar.com/wp-content/uploads/2019/01/6-10-300x68.png 300w, https://www.osradar.com/wp-content/uploads/2019/01/6-10-768x174.png 768w" sizes="(max-width: 797px) 100vw, 797px" /><figcaption id="caption-attachment-9193" class="wp-caption-text">6.- Change the permissions</figcaption></figure></p>
<p>After you do these steps, run Wireshark from the main menu.</p>
<p><figure id="attachment_9194" aria-describedby="caption-attachment-9194" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-9194" src="https://www.osradar.com/wp-content/uploads/2019/01/7-10.png" alt="7.- Wireshark" width="1366" height="768" srcset="https://www.osradar.com/wp-content/uploads/2019/01/7-10.png 1366w, https://www.osradar.com/wp-content/uploads/2019/01/7-10-300x169.png 300w, https://www.osradar.com/wp-content/uploads/2019/01/7-10-768x432.png 768w, https://www.osradar.com/wp-content/uploads/2019/01/7-10-1024x576.png 1024w, https://www.osradar.com/wp-content/uploads/2019/01/7-10-1068x600.png 1068w, https://www.osradar.com/wp-content/uploads/2019/01/7-10-747x420.png 747w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-9194" class="wp-caption-text">7.- Wireshark</figcaption></figure></p>
<p>Now, you can start to monitor your network.</p>
<p><em>Note: some case you need to run wireshark as root user.</em></p>
<h2>Conclusion</h2>
<p>Wireshark is a vital tool for many sysadmin or network enthusiasts. Its installation is quite simple but its power is almost unmatched.</p>
<p>Please share this post with your friends.</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/install-wireshark-on-ubuntu/">How to install Wireshark on Ubuntu 20.04/18.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/install-wireshark-on-ubuntu/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to install eSpeak on CentOS 8 / Ubuntu 20.04 / 18.04?</title>
		<link>https://www.osradar.com/install-espeak-on-centos-ubuntu/</link>
					<comments>https://www.osradar.com/install-espeak-on-centos-ubuntu/#respond</comments>
		
		<dc:creator><![CDATA[angeloma]]></dc:creator>
		<pubDate>Sat, 27 Feb 2021 00:30:00 +0000</pubDate>
				<category><![CDATA[Desktop]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[bionic]]></category>
		<category><![CDATA[CentOS]]></category>
		<category><![CDATA[Centos 8]]></category>
		<category><![CDATA[espeak]]></category>
		<category><![CDATA[gespeaker]]></category>
		<category><![CDATA[linux mint]]></category>
		<category><![CDATA[Tricks]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[voice]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=14311</guid>

					<description><![CDATA[<p>The multimedia section continues to be one of the most requested topics of Linux. Because until now, Linux is master and master of servers. Within the developers, it has a pretty good reputation that competes for face-to-face with Windows and macOS. But in the multimedia section, it has to be said that it is still [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/install-espeak-on-centos-ubuntu/">How to install eSpeak on CentOS 8 / Ubuntu 20.04 / 18.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>The multimedia section continues to be one of the most requested topics of Linux. Because until now, Linux is master and master of servers. Within the developers, it has a pretty good reputation that competes for face-to-face with Windows and macOS.  But in the multimedia section, it has to be said that it is still a bit behind the competition. In this sense, open-source projects try to shorten the differences with many new libraries or with software that allows shortening differences. It is also true that the differences lie in the drivers of the new devices and in the applications that can be installed in the system. However, today we will show you how to install eSpeak on CentOS 8 and<a aria-label=" Ubuntu (opens in a new tab)" rel="noreferrer noopener" href="https://www.osradar.com/tag/ubuntu/" target="_blank"> Ubuntu</a> 20.04 / 18.04. With this program, you will be able to transform text to speech and use it in your multimedia or development projects.</p>



<h2>eSpeak to convert text to speech</h2>



<p>In general, we can say that eSpeak is an application written in open-source C that allows transforming the text into a voice file. <strong>In short, it works as a synthesizer</strong>.</p>



<p class="has-text-align-left">The application can be installed in multiple operating systems such as Windows, Linux and macOS. However, in Linux there is a fork called <a href="https://github.com/espeak-ng/espeak-ng/" target="_blank" rel="noreferrer noopener" aria-label="eSpeak NG (opens in a new tab)">eSpeak NG</a> that was born with the aim of facilitating the compilation for unix systems.</p>



<p>eSpeak is quite a wonder. In the first place, because<strong> it supports many languages including the most spoken as English, Cantonese, Japanese and others</strong>.  Also because the audio quality is quite good and is very reliable in its target.</p>



<p>One aspect to keep in mind the application is that it is a tool purely <strong>used in the terminal</strong>. So you have to get to work on it. But do not worry the community has developed a graphical interface for the program called <g class="gr_ gr_5 gr-alert gr_spell gr_inline_cards gr_run_anim ContextualSpelling ins-del multiReplace" id="5" data-gr-id="5"><a rel="noreferrer noopener" aria-label=" (opens in a new tab)" href="http://www.muflone.com/gespeaker/english/" target="_blank">gespeaker</a></g>.</p>



<p>So, let us install it.</p>



<h3>Install eSpeak on Ubuntu 20.04 / 18.04 / Linux Mint 19/20</h3>



<p>A great advantage is that eSpeak is an application that is available in the official repositories of Ubuntu- So to install it, just use the following command:</p>



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



<p>Once installed, it will be ready for action. If you don&#8217;t want to use eSpeak from the temrinal, you can install gespeaker which is a graphical interface for the application.</p>



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



<p>And now you can use the application.</p>



<h3>Install eSpeak on CentOS 7 / CentOS 8</h3>



<p>In the case of CentOS 7 and 8, they are also available in the official repositories. So as a root user you run some of these commands depending on which version of CentOS you are running:</p>



<p>For CentOS 7:</p>



<pre class="wp-block-preformatted">:~$ su <br>:~# yum install espeak </pre>



<p>But if you use CentOS 8:</p>



<pre class="wp-block-preformatted">:~$ su
:~# dnf install espeak</pre>



<p>This way, you will have the application running.</p>



<h2>Basic use of eSpeak</h2>



<p>The most basic way to use eSpeak through the console is with the following syntax:</p>



<pre class="wp-block-preformatted">:~$ espeak "[text_to_convert]" -w [output_file] -g [x] -p [x] -s [x] -v [language]</pre>



<p>I&#8217;ll explain briefly. First we invoke the command and pass it the text we want it to &#8220;read&#8221;. With the -w option we simply point to the path of the output file. The -g option is used to set the pause time between words. -p defines the pitch. To define the reading time we use the option -s and finally we set the language of the reading.</p>



<p>An example would be the following:</p>



<pre class="wp-block-preformatted">:~$ espeak "Hello welcome to osradar" -w /tmp/output.wav -g 10 -p 80 -s 100 -v en-uk</pre>



<p>Then, open the file with <a rel="noreferrer noopener" aria-label="VLC (opens in a new tab)" href="https://www.osradar.com/how-to-add-plugins-on-vlc-media-player/" target="_blank">VLC</a> or another media player.</p>



<p>If you want to use the graphical interface, just install it. This is how it looks.</p>



<figure class="wp-block-image"><img loading="lazy" width="902" height="501" src="https://www.osradar.com/wp-content/uploads/2019/10/1-5.png" alt="1.- Install espeak on CentOS 8 / Ubuntu 20.04 / 18.04" class="wp-image-14313" srcset="https://www.osradar.com/wp-content/uploads/2019/10/1-5.png 902w, https://www.osradar.com/wp-content/uploads/2019/10/1-5-300x167.png 300w, https://www.osradar.com/wp-content/uploads/2019/10/1-5-768x427.png 768w, https://www.osradar.com/wp-content/uploads/2019/10/1-5-696x387.png 696w, https://www.osradar.com/wp-content/uploads/2019/10/1-5-756x420.png 756w" sizes="(max-width: 902px) 100vw, 902px" /><figcaption>1.- Install espeak on CentOS 8 / Ubuntu 20.04 / 18.04</figcaption></figure>



<p>And enjoy it.</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/install-espeak-on-centos-ubuntu/">How to install eSpeak on CentOS 8 / Ubuntu 20.04 / 18.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/install-espeak-on-centos-ubuntu/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Install QTCreator on Ubuntu 20.04 / 18.04</title>
		<link>https://www.osradar.com/install-qtcreator-on-ubuntu-20-04-18-04/</link>
					<comments>https://www.osradar.com/install-qtcreator-on-ubuntu-20-04-18-04/#comments</comments>
		
		<dc:creator><![CDATA[angeloma]]></dc:creator>
		<pubDate>Tue, 08 Sep 2020 02:22:00 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[bionic]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[qt]]></category>
		<category><![CDATA[qt creator]]></category>
		<category><![CDATA[qtcreator]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[ubuntu]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=12574</guid>

					<description><![CDATA[<p>Linux is perhaps the best operating system for the development of applications for its stability and price. Let&#8217;s say that many developers who start their adventure in programming, require quality applications but also free. With this in mind, Ubuntu in its repositories has many applications to develop on different platforms and with numerous language support. [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/install-qtcreator-on-ubuntu-20-04-18-04/">Install QTCreator on Ubuntu 20.04 / 18.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>Linux is perhaps the best operating system for the development of applications for its stability and price. Let&#8217;s say that many developers who start their adventure in programming, require quality applications but also free. With this in mind, Ubuntu in its repositories has many applications to develop on different platforms and with numerous language support. Some of them already veterans like <a href="https://www.osradar.com/install-gnu-fortran-on-ubuntu-18-04/">Fortran</a>, Java, C++; or newer ones like <a href="https://www.osradar.com/the-v-programming-language-powerfull-and-lightweight/">V</a>, Python, PHP, <a href="https://www.osradar.com/install-go-language-on-centos-7/">Go</a>, or <a href="https://www.osradar.com/install-rust-programming-language-linux/">Rust</a>. However, many of these applications require graphical components and in Linux, QT is one of the most respected. In fact, Plasma and its applications are built with Qt. With the goal of creating fabulous applications with QT, is that in this post, I will teach you how to install QTCreator in Ubuntu 20.04 / 18.04. Also, add some small configurations so you can start as soon as possible.</p>
<h2>QTCreator a perfect IDE for QT</h2>
<p><a href="https://www.qt.io/">QT</a> is a framework of libraries to make graphical user interfaces. It is thought in the beauty and uniformity of the elements, as well as in the correct execution of the same ones. Many large applications use QT, such as the Plasma desktop environment and its applications. But also, applications known as <a href="https://www.osradar.com/vlc-not-finding-chromecast-in-linux-solved/">VLC</a> use it.</p>
<p>There is no better way to take advantage of QT than by using <a href="https://www.qt.io/download">QTCreator</a>. QTCreator is a lightweight, open-source framework that integrates seamlessly with many QT developer needs. It is also designed to make <a href="https://www.osradar.com/how-to-compile-a-c-code-on-gnu-linux/">C++</a> development of the <strong>Qt application faster and easier</strong>. It has many <a href="https://wiki.qt.io/Qt_Creator">features</a> you have to look.</p>
<p>Since its conception, QTCreator does not intend to rival other IDEs like <a href="https://www.osradar.com/install-eclipse-oxygen-ide/">Eclipse</a> or <a href="https://www.osradar.com/tag/netbeans/">Netbeans</a>, but on the contrary to serve as a gateway to QT development.</p>
<p><strong>QTCreator is related to C++ development but supports other programming languages</strong> such as <a href="https://www.osradar.com/get-the-latest-python-on-linux/">Python</a> and C#.</p>
<p>So let&#8217;s start installing QTCreator on Ubuntu.</p>
<h2>Install QTCreator on Ubuntu 20.04 / 18.04</h2>
<p>Basically, there are two ways to install QTCreator on Ubuntu 20.04/ 18.04. The first is through the main distribution repositories. If we want to develop calmly sacrificing a little the new features of each version, the ideal is to choose this method.</p>
<p>So, open a terminal and run the following:</p>
<pre>:~$ sudo apt install qtcreator</pre>
<p>Of course, that is the only way to install the IDE, but if we do not install the necessary libraries and compilers, it will not do us any good. So, install them.</p>
<pre>:~$ sudo apt install build-essential</pre>
<p>If you have multiple versions of Qt, you probably want 5 to be the default QTCreator version to use. To do this, install the following package.</p>
<pre>:~$ sudo apt install qt5-default</pre>
<p>Then we can begin to develop. However, it is convenient to install the QT documentation and its examples to help the development.</p>
<pre>:~$ sudo apt install qt5-doc qt5-doc-html qtbase5-doc-html qtbase5-examples</pre>
<p>Now you can start QTCreator and start working.</p>
<p>On the contrary, if you want a more updated version of QTCreator or QT. Go to the QT website and <a href="https://www.qt.io/download" target="_blank" rel="noopener noreferrer">download</a> the online installer.</p>
<p>Once downloaded, assign it execution permission and execute it by double-clicking on it.</p>
<pre>:~$ chmod +x [file_path]</pre>
<p>Just follow the instruction and then, you will have to choose what to install.</p>
<p><figure id="attachment_12584" aria-describedby="caption-attachment-12584" style="width: 863px" class="wp-caption alignnone"><img loading="lazy" class="wp-image-12584 size-full" src="https://www.osradar.com/wp-content/uploads/2019/07/1-2-e1562161665140.png" alt="1.- Install QTCreator on Ubuntu using the online installer" width="863" height="618" srcset="https://www.osradar.com/wp-content/uploads/2019/07/1-2-e1562161665140.png 863w, https://www.osradar.com/wp-content/uploads/2019/07/1-2-e1562161665140-300x215.png 300w, https://www.osradar.com/wp-content/uploads/2019/07/1-2-e1562161665140-768x550.png 768w, https://www.osradar.com/wp-content/uploads/2019/07/1-2-e1562161665140-696x498.png 696w, https://www.osradar.com/wp-content/uploads/2019/07/1-2-e1562161665140-587x420.png 587w" sizes="(max-width: 863px) 100vw, 863px" /><figcaption id="caption-attachment-12584" class="wp-caption-text">1.- Install QTCreator on Ubuntu using the online installer</figcaption></figure></p>
<p>After configuring other small things like the installation location, you can start the download process.</p>
<p><figure id="attachment_12585" aria-describedby="caption-attachment-12585" style="width: 872px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-12585" src="https://www.osradar.com/wp-content/uploads/2019/07/2-2.png" alt="2.- Installing QTCreator" width="872" height="639" srcset="https://www.osradar.com/wp-content/uploads/2019/07/2-2.png 872w, https://www.osradar.com/wp-content/uploads/2019/07/2-2-300x220.png 300w, https://www.osradar.com/wp-content/uploads/2019/07/2-2-768x563.png 768w, https://www.osradar.com/wp-content/uploads/2019/07/2-2-80x60.png 80w, https://www.osradar.com/wp-content/uploads/2019/07/2-2-696x510.png 696w, https://www.osradar.com/wp-content/uploads/2019/07/2-2-573x420.png 573w" sizes="(max-width: 872px) 100vw, 872px" /><figcaption id="caption-attachment-12585" class="wp-caption-text">2.- Installing QTCreator</figcaption></figure></p>
<p>Finally, launch it.</p>
<h2>Conclusion</h2>
<p>QT is a great graphic library for your modern applications. But behind a great library, there is a great IDE. In this case, QTCreator is quite good and ideal for developing applications that use QT. And in this post, you have learned how to install it.</p>
<p>Please share this post with your friends.</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/install-qtcreator-on-ubuntu-20-04-18-04/">Install QTCreator on Ubuntu 20.04 / 18.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/install-qtcreator-on-ubuntu-20-04-18-04/feed/</wfw:commentRss>
			<slash:comments>6</slash:comments>
		
		
			</item>
		<item>
		<title>How to install GNU Fortran on Ubuntu 20.04 / 18.04?</title>
		<link>https://www.osradar.com/install-gnu-fortran-on-ubuntu-20-04-18-04/</link>
					<comments>https://www.osradar.com/install-gnu-fortran-on-ubuntu-20-04-18-04/#comments</comments>
		
		<dc:creator><![CDATA[angeloma]]></dc:creator>
		<pubDate>Fri, 10 Jul 2020 03:11:00 +0000</pubDate>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[bionic]]></category>
		<category><![CDATA[compiler]]></category>
		<category><![CDATA[fortran]]></category>
		<category><![CDATA[gfortran]]></category>
		<category><![CDATA[gnu fortran]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[ubuntu]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=12563</guid>

					<description><![CDATA[<p>Not everything old is bad. This is how it is. Well, while it is true that there are many programming languages today, there are some that have been a little forgotten as Fortran. However, many companies still need development in this language and not only that but there are tools that have evolved in favor [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/install-gnu-fortran-on-ubuntu-20-04-18-04/">How to install GNU Fortran on Ubuntu 20.04 / 18.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>Not everything old is bad. This is how it is. Well, while it is true that there are many programming languages today, there are some that have been a little forgotten as Fortran. However, many companies still need development in this language and not only that but there are tools that have evolved in favor of this language. In this post, I will teach you how to install GNU Fortran on Ubuntu 20.04 / 18.04. This compiler created by GNU is an open source alternative to other compilers that are not.</p>
<h2>Fortran is not dead</h2>
<p>If we speak mythical programming languages, we will have to talk about Fortran. It is a language focused on numerical calculation, designed in its beginnings for IBM computers and used in scientific and engineering applications and is the oldest of the high-level languages.</p>
<p>Therefore, Fortran was very important in computer science in the last century. You might think that nobody uses it anymore or something does. But the banking sector, in the scientific sector and in other companies that still use this language, <a href="https://www.theaustralian.com.au/business/technology/legacy-languages-prove-lucractive-for-dying-breed-of-programmers/news-story/dbe301b2f4326463fcae263bea570263" rel="noopener">pay good amounts of money for experts in the language</a>. It is because of this that many programmers have turned their eyes to Fortran.</p>
<h2>Getting GNU Fortran on Ubuntu 20.04 / 18.04</h2>
<p><a href="https://gcc.gnu.org/wiki/GFortran" rel="noopener">GNU Fortran</a> is a Fortran 95/003/2008 compiler created by GNU. It is also known on the Internet as GFortran. It is open source, released under the GPL license. With the aim of creating a modern compiler capable of running on multiple systems and multiple environments.</p>
<p>The latest version available is version 9. It has many improvements in every Fortran version it supports. You can check the improvements <a href="https://gcc.gnu.org/wiki/GFortran/News#GCC9" rel="noopener">here</a>.</p>
<p>So, let us install GNU Fortran on Ubuntu.</p>
<p>First, open a terminal and add the Ubuntu test repository. This step is only for Ubuntu 18.04.</p>
<pre>:~$ sudo add-apt-repository ppa:ubuntu-toolchain-r/test</pre>
<p><figure id="attachment_21548" aria-describedby="caption-attachment-21548" style="width: 841px" class="wp-caption alignnone"><img loading="lazy" class="wp-image-21548 size-full" src="https://www.osradar.com/wp-content/uploads/2019/07/111.png" alt="1.- Add the external repository" width="841" height="359" srcset="https://www.osradar.com/wp-content/uploads/2019/07/111.png 841w, https://www.osradar.com/wp-content/uploads/2019/07/111-300x128.png 300w, https://www.osradar.com/wp-content/uploads/2019/07/111-768x328.png 768w, https://www.osradar.com/wp-content/uploads/2019/07/111-696x297.png 696w" sizes="(max-width: 841px) 100vw, 841px" /><figcaption id="caption-attachment-21548" class="wp-caption-text">1.- Add the external repository</figcaption></figure></p>
<p>Next, refresh the APT cache.</p>
<pre>:~$ sudo apt update</pre>
<p>Finally, install GNU Fortran 9 by using this command:</p>
<pre>:~$ sudo apt install gfortran-9</pre>
<p><figure id="attachment_21550" aria-describedby="caption-attachment-21550" style="width: 1365px" class="wp-caption alignnone"><img loading="lazy" class="wp-image-21550 size-full" src="https://www.osradar.com/wp-content/uploads/2019/07/2-16.png" alt="2.- Install GNU Fortran on Ubuntu 20.04 / 18.04" width="1365" height="388" srcset="https://www.osradar.com/wp-content/uploads/2019/07/2-16.png 1365w, https://www.osradar.com/wp-content/uploads/2019/07/2-16-300x85.png 300w, https://www.osradar.com/wp-content/uploads/2019/07/2-16-1024x291.png 1024w, https://www.osradar.com/wp-content/uploads/2019/07/2-16-768x218.png 768w, https://www.osradar.com/wp-content/uploads/2019/07/2-16-696x198.png 696w, https://www.osradar.com/wp-content/uploads/2019/07/2-16-1068x304.png 1068w" sizes="(max-width: 1365px) 100vw, 1365px" /><figcaption id="caption-attachment-21550" class="wp-caption-text">2.- Install GNU Fortran on Ubuntu 20.04 / 18.04</figcaption></figure></p>
<p>Then, check the installed version.</p>
<pre>:~$ gfortran-9 --version
GNU Fortran (Ubuntu 9.3.0-10ubuntu2) 9.3.0
Copyright (C) 2019 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.</pre>
<p>Now, let us test it. Create a new file called <code>hello.f90</code>. And add the following.</p>
<pre>:~$ nano hello.f90
program hello
write(6,*)'Hello world. Welcome to osradar.'
stop
end</pre>
<p>Press CTRL + O to save the changes and CTRL + X to close.</p>
<p>After that, compile it using the terminal.</p>
<pre>:~$ gfortran-9 -o hello hello.f90</pre>
<p>Then, run it.</p>
<pre>:~$ ./hello
Hello world! Welcome to Osradar</pre>
<p>So, everything is working.</p>
<h2>Conclusion</h2>
<p>Fortran is a very old programming language. However, there are sectors where it is very important and that is why there are still tools for the language. In this case, we have Fortran and the GNU Fortran compiler.</p>
<p>If you are a developer, you can get more post about <a href="https://www.osradar.com/tag/programming/" target="_blank" rel="noopener noreferrer">programming</a>.</p>
<p>Please share this post with your friends.</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/install-gnu-fortran-on-ubuntu-20-04-18-04/">How to install GNU Fortran on Ubuntu 20.04 / 18.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/install-gnu-fortran-on-ubuntu-20-04-18-04/feed/</wfw:commentRss>
			<slash:comments>7</slash:comments>
		
		
			</item>
		<item>
		<title>How to install OpenMeetings on Ubuntu 20.04 / 18.04?</title>
		<link>https://www.osradar.com/install-openmeetings-ubuntu-20-04-18-04/</link>
					<comments>https://www.osradar.com/install-openmeetings-ubuntu-20-04-18-04/#comments</comments>
		
		<dc:creator><![CDATA[angeloma]]></dc:creator>
		<pubDate>Mon, 29 Jun 2020 23:55:00 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Servers]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[bionic]]></category>
		<category><![CDATA[comunications]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[openmeetings]]></category>
		<category><![CDATA[organization]]></category>
		<category><![CDATA[Tutorial]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=19126</guid>

					<description><![CDATA[<p>If there is one thing the Internet has completely revolutionized, it is long-distance communications. And with it the business meetings that thanks to many programs are done very quickly and easily through the Internet. But most of these tools are from different companies, and what happens if we want to manage this tool ourselves. That&#8217;s [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/install-openmeetings-ubuntu-20-04-18-04/">How to install OpenMeetings on Ubuntu 20.04 / 18.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>If there is one thing the Internet has completely revolutionized, it is long-distance communications. And with it the business meetings that thanks to many programs are done very quickly and easily through the Internet. But most of these tools are from different companies, and what happens if we want to manage this tool ourselves. That&#8217;s why today <strong>I will teach you how to install OpenMeetings on Ubuntu 20.04 /18.04.</strong></p>
<p><a href="https://openmeetings.apache.org/" target="_blank" rel="noopener noreferrer">OpenMeetings</a> is an Apache Foundation project that allows you to deploy a server for Internet conferencing. But it&#8217;s not only limited to that, but it also provides chat and file transfer.</p>
<p>Also, OpenMeetings is released as open-source and because it is built in Java it can be run on many different operating systems. With this, quality and security are guaranteed because we can manage everything ourselves.</p>
<p>So let&#8217;s go for it.</p>
<h2>Install OpenMeetings on Ubuntu 20.04 / 18.04</h2>
<p>One of the advantages of OpenMeetings is that it&#8217;s made in Java with all that that implies. That is, robustness, stability, and that Java is cross-platform so it works on almost any system. So the first step is to install Java.</p>
<h3>1.- Install some required packages and Java on Ubuntu 20.04 / 18.04</h3>
<p>Before installing <a href="https://www.osradar.com/how-to-install-java-freebsd-12/" target="_blank" rel="noopener noreferrer">Java</a>, it is convenient to install some dependencies first. So open a terminal session or connect to your server and run the following command:</p>
<pre>:~$ sudo apt install imagemagick ghostscript libxt6 libxrender1 ffmpeg sox</pre>
<figure id="attachment_19163" aria-describedby="caption-attachment-19163" style="width: 1365px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-19163" src="https://www.osradar.com/wp-content/uploads/2020/03/1-15.png" alt="1.- Install some required package for OpenMeetings" width="1365" height="717" srcset="https://www.osradar.com/wp-content/uploads/2020/03/1-15.png 1365w, https://www.osradar.com/wp-content/uploads/2020/03/1-15-300x158.png 300w, https://www.osradar.com/wp-content/uploads/2020/03/1-15-1024x538.png 1024w, https://www.osradar.com/wp-content/uploads/2020/03/1-15-768x403.png 768w, https://www.osradar.com/wp-content/uploads/2020/03/1-15-696x366.png 696w, https://www.osradar.com/wp-content/uploads/2020/03/1-15-1068x561.png 1068w, https://www.osradar.com/wp-content/uploads/2020/03/1-15-800x420.png 800w" sizes="(max-width: 1365px) 100vw, 1365px" /><figcaption id="caption-attachment-19163" class="wp-caption-text">1.- Install some required package for OpenMeetings</figcaption></figure>
<p>These packages increase the capabilities of OpenMeetings.</p>
<p>Then we can install Java. The easiest and safest option is to use OpenJDK which is in the Ubuntu repositories. This Open-source implementation of Java is the same but with a more permissive license.</p>
<p>To install it execute the following command:</p>
<pre>:~$ sudo apt install openjdk-11-jre<br />Reading package lists... Done<br />Building dependency tree       <br />Reading state information... Done<br />The following additional packages will be installed:<br />  at-spi2-core ca-certificates-java fontconfig-config fonts-dejavu-core fonts-dejavu-extra java-common libasound2 libasound2-data libatk-bridge2.0-0<br />  libatk-wrapper-java libatk-wrapper-java-jni libatk1.0-0 libatk1.0-data libatspi2.0-0 libavahi-client3 libavahi-common-data libavahi-common3 libcups2 libdrm-amdgpu1<br />  libdrm-common libdrm-intel1 libdrm-nouveau2 libdrm-radeon1 libdrm2 libfontconfig1 libfontenc1 libgif7 libgl1 libgl1-mesa-dri libglapi-mesa libglvnd0 libglx-mesa0<br />  libglx0 libice6 libjpeg-turbo8 libjpeg8 liblcms2-2 libllvm9 libnspr4 libnss3 libpciaccess0 libpcsclite1 libsensors4 libsm6 libx11-xcb1 libxaw7 libxcb-dri2-0<br />  libxcb-dri3-0 libxcb-glx0 libxcb-present0 libxcb-shape0 libxcb-sync1 libxcomposite1 libxdamage1 libxfixes3 libxft2 libxi6 libxinerama1 libxmu6 libxpm4 libxrandr2<br />  libxrender1 libxshmfence1 libxt6 libxtst6 libxv1 libxxf86dga1 libxxf86vm1 openjdk-11-jre-headless x11-common x11-utils<br />Suggested packages:<br />  default-jre libasound2-plugins alsa-utils cups-common liblcms2-utils pcscd lm-sensors libnss-mdns fonts-ipafont-gothic fonts-ipafont-mincho fonts-wqy-microhei<br />  | fonts-wqy-zenhei fonts-indic mesa-utils<br />The following NEW packages will be installed:<br />  at-spi2-core ca-certificates-java fontconfig-config fonts-dejavu-core fonts-dejavu-extra java-common libasound2 libasound2-data libatk-bridge2.0-0<br />  libatk-wrapper-java libatk-wrapper-java-jni libatk1.0-0 libatk1.0-data libatspi2.0-0 libavahi-client3 libavahi-common-data libavahi-common3 libcups2 libdrm-amdgpu1<br />  libdrm-intel1 libdrm-nouveau2 libdrm-radeon1 libfontconfig1 libfontenc1 libgif7 libgl1 libgl1-mesa-dri libglapi-mesa libglvnd0 libglx-mesa0 libglx0 libice6<br />  libjpeg-turbo8 libjpeg8 liblcms2-2 libllvm9 libnspr4 libnss3 libpciaccess0 libpcsclite1 libsensors4 libsm6 libx11-xcb1 libxaw7 libxcb-dri2-0 libxcb-dri3-0<br />  libxcb-glx0 libxcb-present0 libxcb-shape0 libxcb-sync1 libxcomposite1 libxdamage1 libxfixes3 libxft2 libxi6 libxinerama1 libxmu6 libxpm4 libxrandr2 libxrender1<br />  libxshmfence1 libxt6 libxtst6 libxv1 libxxf86dga1 libxxf86vm1 openjdk-11-jre openjdk-11-jre-headless x11-common x11-utils<br />The following packages will be upgraded:<br />  libdrm-common libdrm2<br />2 upgraded, 70 newly installed, 0 to remove and 57 not upgraded.<br />Need to get 68.3 MB of archives.<br />After this operation, 505 MB of additional disk space will be used.<br />Do you want to continue? [Y/n]<br /><br /></pre>
<figure id="attachment_19164" aria-describedby="caption-attachment-19164" style="width: 1343px" class="wp-caption alignnone"><img loading="lazy" class="wp-image-19164 size-full" src="https://www.osradar.com/wp-content/uploads/2020/03/2-17.png" alt="2.- Install Java on Ubuntu 20.04 / 18.04" width="1343" height="503" srcset="https://www.osradar.com/wp-content/uploads/2020/03/2-17.png 1343w, https://www.osradar.com/wp-content/uploads/2020/03/2-17-300x112.png 300w, https://www.osradar.com/wp-content/uploads/2020/03/2-17-1024x384.png 1024w, https://www.osradar.com/wp-content/uploads/2020/03/2-17-768x288.png 768w, https://www.osradar.com/wp-content/uploads/2020/03/2-17-696x261.png 696w, https://www.osradar.com/wp-content/uploads/2020/03/2-17-1068x400.png 1068w, https://www.osradar.com/wp-content/uploads/2020/03/2-17-1121x420.png 1121w" sizes="(max-width: 1343px) 100vw, 1343px" /><figcaption id="caption-attachment-19164" class="wp-caption-text">2.- Install Java on Ubuntu 20.04 / 18.04</figcaption></figure>
<p>Finally, you can check the installed version:</p>
<pre>:~$ java --version<br />openjdk 11.0.6 2020-01-14<br />OpenJDK Runtime Environment (build 11.0.6+10-post-Ubuntu-1ubuntu118.04.1)<br />OpenJDK 64-Bit Server VM (build 11.0.6+10-post-Ubuntu-1ubuntu118.04.1, mixed mode, sharing)</pre>
<p>So, you can continue.</p>
<h3>2.- Install and configure MariaDB (optional)</h3>
<p>This step is optional because Apache OpenMeetings has an integrated database manager. However, it&#8217;s a good idea to rely on MariaDB or MySQL.</p>
<p>To install it, use the following command:</p>
<pre>:~$ sudo apt install mariadb-server<br />Reading package lists... Done<br />Building dependency tree       <br />Reading state information... Done<br />The following additional packages will be installed:<br />  galera-3 libaio1 libcgi-fast-perl libcgi-pm-perl libconfig-inifiles-perl libdbd-mysql-perl libdbi-perl libencode-locale-perl libfcgi-perl libhtml-parser-perl<br />  libhtml-tagset-perl libhtml-template-perl libhttp-date-perl libhttp-message-perl libio-html-perl libjemalloc1 liblwp-mediatypes-perl libmysqlclient20<br />  libterm-readkey-perl libtimedate-perl liburi-perl mariadb-client-10.1 mariadb-client-core-10.1 mariadb-common mariadb-server-10.1 mariadb-server-core-10.1<br />  mysql-common socat<br />Suggested packages:<br />  libclone-perl libmldbm-perl libnet-daemon-perl libsql-statement-perl libdata-dump-perl libipc-sharedcache-perl libwww-perl mailx mariadb-test tinyca<br />The following NEW packages will be installed:<br />  galera-3 libaio1 libcgi-fast-perl libcgi-pm-perl libconfig-inifiles-perl libdbd-mysql-perl libdbi-perl libencode-locale-perl libfcgi-perl libhtml-parser-perl<br />  libhtml-tagset-perl libhtml-template-perl libhttp-date-perl libhttp-message-perl libio-html-perl libjemalloc1 liblwp-mediatypes-perl libmysqlclient20<br />  libterm-readkey-perl libtimedate-perl liburi-perl mariadb-client-10.1 mariadb-client-core-10.1 mariadb-common mariadb-server mariadb-server-10.1<br />  mariadb-server-core-10.1 mysql-common socat<br />0 upgraded, 29 newly installed, 0 to remove and 54 not upgraded.<br />Need to get 24.1 MB of archives.<br />After this operation, 184 MB of additional disk space will be used.<br />Do you want to continue? [Y/n]<br /><br /></pre>
<figure id="attachment_19166" aria-describedby="caption-attachment-19166" style="width: 1326px" class="wp-caption alignnone"><img loading="lazy" class="wp-image-19166 size-full" src="https://www.osradar.com/wp-content/uploads/2020/03/3-17.png" alt="3.- Install MariaDB on Ubuntu 20.04 / 18.04" width="1326" height="396" srcset="https://www.osradar.com/wp-content/uploads/2020/03/3-17.png 1326w, https://www.osradar.com/wp-content/uploads/2020/03/3-17-300x90.png 300w, https://www.osradar.com/wp-content/uploads/2020/03/3-17-1024x306.png 1024w, https://www.osradar.com/wp-content/uploads/2020/03/3-17-768x229.png 768w, https://www.osradar.com/wp-content/uploads/2020/03/3-17-696x208.png 696w, https://www.osradar.com/wp-content/uploads/2020/03/3-17-1068x319.png 1068w" sizes="(max-width: 1326px) 100vw, 1326px" /><figcaption id="caption-attachment-19166" class="wp-caption-text">3.- Install MariaDB on Ubuntu 20.04 / 18.04</figcaption></figure>
<p>Then use the <code>mysql_secure_installation</code> script to assign a root password.</p>
<p>And finally, it creates the database and the new user dedicated to OpenMeetings.</p>
<pre>:~$ sudo mysql -u root -p<br />&gt;CREATE DATABASE openmeetingsdb;<br />&gt; GRANT ALL PRIVILEGES ON openmeetingsdb.* TO 'openmeetings'@'localhost' IDENTIFIED BY 'userpss';<br />&gt; FLUSH PRIVILEGES;<br />&gt; exit;</pre>
<figure id="attachment_19167" aria-describedby="caption-attachment-19167" style="width: 1009px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-19167" src="https://www.osradar.com/wp-content/uploads/2020/03/4-13.png" alt="4.- Creating a new database for OpenMeetings" width="1009" height="404" srcset="https://www.osradar.com/wp-content/uploads/2020/03/4-13.png 1009w, https://www.osradar.com/wp-content/uploads/2020/03/4-13-300x120.png 300w, https://www.osradar.com/wp-content/uploads/2020/03/4-13-768x308.png 768w, https://www.osradar.com/wp-content/uploads/2020/03/4-13-696x279.png 696w" sizes="(max-width: 1009px) 100vw, 1009px" /><figcaption id="caption-attachment-19167" class="wp-caption-text">4.- Creating a new database for OpenMeetings</figcaption></figure>
<h3>3.- Download OpenMeetings on Ubuntu 20.04 / 18.04</h3>
<p>Now we can start downloading OpenMeetings. To do this I&#8217;ll go to the /tmp/ folder and from there with the help of the wget command start the download.</p>
<pre>:~$ cd /tmp/<br />:~$ wget http://www-eu.apache.org/dist/openmeetings/4.0.10/bin/apache-openmeetings-4.0.10.tar.gz</pre>
<p>At the time of writing this post, the latest stable version is 4.0.10 so, first, check and modify the command.</p>
<p>Then, after downloading it, we have to create a folder where we will decompress the file. In my case, I&#8217;ve named it openmeetings.</p>
<pre>:~$ mkdir openmeetings</pre>
<p>Now, decompress the file and move the folder to <code>/opt/</code></p>
<pre>:~$ sudo tar xvf apache-openmeetings-4.0.10.tar.gz -C openmeetings/<br />:~$ sudo mv openmeetings /opt/</pre>
<p>Now access the folder where it is installed and start the server. It will take a while depending on the computer:</p>
<pre>:~$ cd /opt/openmeetings<br />:~$ sudo sh red5.sh openmeetings</pre>
<figure id="attachment_19169" aria-describedby="caption-attachment-19169" style="width: 1365px" class="wp-caption alignnone"><img loading="lazy" class="wp-image-19169 size-full" src="https://www.osradar.com/wp-content/uploads/2020/03/5-14.png" alt="5.- Starting OpenMeetings on Ubuntu 20.04 / 18.04" width="1365" height="417" srcset="https://www.osradar.com/wp-content/uploads/2020/03/5-14.png 1365w, https://www.osradar.com/wp-content/uploads/2020/03/5-14-300x92.png 300w, https://www.osradar.com/wp-content/uploads/2020/03/5-14-1024x313.png 1024w, https://www.osradar.com/wp-content/uploads/2020/03/5-14-768x235.png 768w, https://www.osradar.com/wp-content/uploads/2020/03/5-14-696x213.png 696w, https://www.osradar.com/wp-content/uploads/2020/03/5-14-1068x326.png 1068w" sizes="(max-width: 1365px) 100vw, 1365px" /><figcaption id="caption-attachment-19169" class="wp-caption-text">5.- Starting OpenMeetings on Ubuntu 20.04 / 18.04</figcaption></figure>
<p>Then we can complete the installation from the program&#8217;s web interface.</p>
<h3>4.- Install OpenMeeting on Ubuntu 20.04 / 18.04</h3>
<p>Now you have to complete the installation from the web interface. To do this, open your favorite web browser and go to the following address:</p>
<pre>http://your-server-ip:5080/openmeetings</pre>
<p>Of course, it replaces the corresponding value. Or the DNS.</p>
<p>You&#8217;ll see the following:</p>
<figure id="attachment_19172" aria-describedby="caption-attachment-19172" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="wp-image-19172 size-full" src="https://www.osradar.com/wp-content/uploads/2020/03/6-13.png" alt="6.- OpenMeeting on Ubuntu 20.04 / 18.04" width="1366" height="669" srcset="https://www.osradar.com/wp-content/uploads/2020/03/6-13.png 1366w, https://www.osradar.com/wp-content/uploads/2020/03/6-13-300x147.png 300w, https://www.osradar.com/wp-content/uploads/2020/03/6-13-1024x502.png 1024w, https://www.osradar.com/wp-content/uploads/2020/03/6-13-768x376.png 768w, https://www.osradar.com/wp-content/uploads/2020/03/6-13-324x160.png 324w, https://www.osradar.com/wp-content/uploads/2020/03/6-13-533x261.png 533w, https://www.osradar.com/wp-content/uploads/2020/03/6-13-696x341.png 696w, https://www.osradar.com/wp-content/uploads/2020/03/6-13-1068x523.png 1068w, https://www.osradar.com/wp-content/uploads/2020/03/6-13-858x420.png 858w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-19172" class="wp-caption-text">6.- OpenMeeting on Ubuntu 20.04 / 18.04</figcaption></figure>
<p>Next, press the &#8220;&gt;&#8221; button.</p>
<p>Now, you will see the database configuration screen. Select MariaDB /MySQL and type the credentials.</p>
<figure id="attachment_19173" aria-describedby="caption-attachment-19173" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-19173" src="https://www.osradar.com/wp-content/uploads/2020/03/7-9.png" alt="7.- Database configuration" width="1366" height="669" srcset="https://www.osradar.com/wp-content/uploads/2020/03/7-9.png 1366w, https://www.osradar.com/wp-content/uploads/2020/03/7-9-300x147.png 300w, https://www.osradar.com/wp-content/uploads/2020/03/7-9-1024x502.png 1024w, https://www.osradar.com/wp-content/uploads/2020/03/7-9-768x376.png 768w, https://www.osradar.com/wp-content/uploads/2020/03/7-9-324x160.png 324w, https://www.osradar.com/wp-content/uploads/2020/03/7-9-533x261.png 533w, https://www.osradar.com/wp-content/uploads/2020/03/7-9-696x341.png 696w, https://www.osradar.com/wp-content/uploads/2020/03/7-9-1068x523.png 1068w, https://www.osradar.com/wp-content/uploads/2020/03/7-9-858x420.png 858w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-19173" class="wp-caption-text">7.- Database configuration</figcaption></figure>
<p>Now, create the admin user and Group. Then press the &#8220;&gt;&#8221; button.</p>
<figure id="attachment_19174" aria-describedby="caption-attachment-19174" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-19174" src="https://www.osradar.com/wp-content/uploads/2020/03/8-5.png" alt="8.- Creating the user" width="1366" height="669" srcset="https://www.osradar.com/wp-content/uploads/2020/03/8-5.png 1366w, https://www.osradar.com/wp-content/uploads/2020/03/8-5-300x147.png 300w, https://www.osradar.com/wp-content/uploads/2020/03/8-5-1024x502.png 1024w, https://www.osradar.com/wp-content/uploads/2020/03/8-5-768x376.png 768w, https://www.osradar.com/wp-content/uploads/2020/03/8-5-324x160.png 324w, https://www.osradar.com/wp-content/uploads/2020/03/8-5-533x261.png 533w, https://www.osradar.com/wp-content/uploads/2020/03/8-5-696x341.png 696w, https://www.osradar.com/wp-content/uploads/2020/03/8-5-1068x523.png 1068w, https://www.osradar.com/wp-content/uploads/2020/03/8-5-858x420.png 858w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-19174" class="wp-caption-text">8.- Creating the user</figcaption></figure>
<p>Then, set up some settings for OpenMeetings.</p>
<figure id="attachment_19176" aria-describedby="caption-attachment-19176" style="width: 1354px" class="wp-caption alignnone"><img loading="lazy" class="wp-image-19176 size-full" src="https://www.osradar.com/wp-content/uploads/2020/03/9-6.png" alt="9.- Configuring OpenMeetings" width="1354" height="669" srcset="https://www.osradar.com/wp-content/uploads/2020/03/9-6.png 1354w, https://www.osradar.com/wp-content/uploads/2020/03/9-6-300x148.png 300w, https://www.osradar.com/wp-content/uploads/2020/03/9-6-1024x506.png 1024w, https://www.osradar.com/wp-content/uploads/2020/03/9-6-768x379.png 768w, https://www.osradar.com/wp-content/uploads/2020/03/9-6-324x160.png 324w, https://www.osradar.com/wp-content/uploads/2020/03/9-6-696x344.png 696w, https://www.osradar.com/wp-content/uploads/2020/03/9-6-1068x528.png 1068w, https://www.osradar.com/wp-content/uploads/2020/03/9-6-850x420.png 850w" sizes="(max-width: 1354px) 100vw, 1354px" /><figcaption id="caption-attachment-19176" class="wp-caption-text">9.- Configuring OpenMeetings</figcaption></figure>
<p>Now it&#8217;s the converters&#8217; turn. To do this, write down the routes for each of them. And then click on the &gt; button.</p>
<figure id="attachment_19177" aria-describedby="caption-attachment-19177" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-19177" src="https://www.osradar.com/wp-content/uploads/2020/03/10-3.png" alt="10.- Configure the convertes on OpenMeetings" width="1366" height="669" srcset="https://www.osradar.com/wp-content/uploads/2020/03/10-3.png 1366w, https://www.osradar.com/wp-content/uploads/2020/03/10-3-300x147.png 300w, https://www.osradar.com/wp-content/uploads/2020/03/10-3-1024x502.png 1024w, https://www.osradar.com/wp-content/uploads/2020/03/10-3-768x376.png 768w, https://www.osradar.com/wp-content/uploads/2020/03/10-3-324x160.png 324w, https://www.osradar.com/wp-content/uploads/2020/03/10-3-533x261.png 533w, https://www.osradar.com/wp-content/uploads/2020/03/10-3-696x341.png 696w, https://www.osradar.com/wp-content/uploads/2020/03/10-3-1068x523.png 1068w, https://www.osradar.com/wp-content/uploads/2020/03/10-3-858x420.png 858w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-19177" class="wp-caption-text">10.- Configure the converters on OpenMeetings</figcaption></figure>
<p>Keep configuring the software. This time with red5SIP configuration.</p>
<figure id="attachment_19178" aria-describedby="caption-attachment-19178" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-19178" src="https://www.osradar.com/wp-content/uploads/2020/03/11-2.png" alt="11.- more OpenMeetings configurations " width="1366" height="669" srcset="https://www.osradar.com/wp-content/uploads/2020/03/11-2.png 1366w, https://www.osradar.com/wp-content/uploads/2020/03/11-2-300x147.png 300w, https://www.osradar.com/wp-content/uploads/2020/03/11-2-1024x502.png 1024w, https://www.osradar.com/wp-content/uploads/2020/03/11-2-768x376.png 768w, https://www.osradar.com/wp-content/uploads/2020/03/11-2-324x160.png 324w, https://www.osradar.com/wp-content/uploads/2020/03/11-2-533x261.png 533w, https://www.osradar.com/wp-content/uploads/2020/03/11-2-696x341.png 696w, https://www.osradar.com/wp-content/uploads/2020/03/11-2-1068x523.png 1068w, https://www.osradar.com/wp-content/uploads/2020/03/11-2-858x420.png 858w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-19178" class="wp-caption-text">11.- more OpenMeetings configurations</figcaption></figure>
<p>The next step is to complete the installation.</p>
<figure id="attachment_19179" aria-describedby="caption-attachment-19179" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-19179" src="https://www.osradar.com/wp-content/uploads/2020/03/12-3.png" alt="12.- Finish the installation" width="1366" height="669" srcset="https://www.osradar.com/wp-content/uploads/2020/03/12-3.png 1366w, https://www.osradar.com/wp-content/uploads/2020/03/12-3-300x147.png 300w, https://www.osradar.com/wp-content/uploads/2020/03/12-3-1024x502.png 1024w, https://www.osradar.com/wp-content/uploads/2020/03/12-3-768x376.png 768w, https://www.osradar.com/wp-content/uploads/2020/03/12-3-324x160.png 324w, https://www.osradar.com/wp-content/uploads/2020/03/12-3-533x261.png 533w, https://www.osradar.com/wp-content/uploads/2020/03/12-3-696x341.png 696w, https://www.osradar.com/wp-content/uploads/2020/03/12-3-1068x523.png 1068w, https://www.osradar.com/wp-content/uploads/2020/03/12-3-858x420.png 858w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-19179" class="wp-caption-text">12.- Finish the installation</figcaption></figure>
<p>If everything went well, you will see the following screen.</p>
<figure id="attachment_19180" aria-describedby="caption-attachment-19180" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-19180" src="https://www.osradar.com/wp-content/uploads/2020/03/13-1.png" alt="13.- OpenMeetings installed" width="1366" height="669" srcset="https://www.osradar.com/wp-content/uploads/2020/03/13-1.png 1366w, https://www.osradar.com/wp-content/uploads/2020/03/13-1-300x147.png 300w, https://www.osradar.com/wp-content/uploads/2020/03/13-1-1024x502.png 1024w, https://www.osradar.com/wp-content/uploads/2020/03/13-1-768x376.png 768w, https://www.osradar.com/wp-content/uploads/2020/03/13-1-324x160.png 324w, https://www.osradar.com/wp-content/uploads/2020/03/13-1-533x261.png 533w, https://www.osradar.com/wp-content/uploads/2020/03/13-1-696x341.png 696w, https://www.osradar.com/wp-content/uploads/2020/03/13-1-1068x523.png 1068w, https://www.osradar.com/wp-content/uploads/2020/03/13-1-858x420.png 858w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-19180" class="wp-caption-text">13.- OpenMeetings installed</figcaption></figure>
<p>So, log in and start to use the application.</p>
<figure id="attachment_19181" aria-describedby="caption-attachment-19181" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="wp-image-19181 size-full" src="https://www.osradar.com/wp-content/uploads/2020/03/14-1.png" alt="14.- OpenMeetings on Ubuntu 20.04 / 18.04" width="1366" height="669" srcset="https://www.osradar.com/wp-content/uploads/2020/03/14-1.png 1366w, https://www.osradar.com/wp-content/uploads/2020/03/14-1-300x147.png 300w, https://www.osradar.com/wp-content/uploads/2020/03/14-1-1024x502.png 1024w, https://www.osradar.com/wp-content/uploads/2020/03/14-1-768x376.png 768w, https://www.osradar.com/wp-content/uploads/2020/03/14-1-324x160.png 324w, https://www.osradar.com/wp-content/uploads/2020/03/14-1-533x261.png 533w, https://www.osradar.com/wp-content/uploads/2020/03/14-1-696x341.png 696w, https://www.osradar.com/wp-content/uploads/2020/03/14-1-1068x523.png 1068w, https://www.osradar.com/wp-content/uploads/2020/03/14-1-858x420.png 858w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-19181" class="wp-caption-text">14.- OpenMeetings on Ubuntu 20.04 / 18.04</figcaption></figure>
<figure id="attachment_21402" aria-describedby="caption-attachment-21402" style="width: 1354px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-21402" src="https://www.osradar.com/wp-content/uploads/2020/03/Screenshot_2020-06-29-OpenMeetings.png" alt="OpenMeetings" width="1354" height="669" srcset="https://www.osradar.com/wp-content/uploads/2020/03/Screenshot_2020-06-29-OpenMeetings.png 1354w, https://www.osradar.com/wp-content/uploads/2020/03/Screenshot_2020-06-29-OpenMeetings-300x148.png 300w, https://www.osradar.com/wp-content/uploads/2020/03/Screenshot_2020-06-29-OpenMeetings-1024x506.png 1024w, https://www.osradar.com/wp-content/uploads/2020/03/Screenshot_2020-06-29-OpenMeetings-768x379.png 768w, https://www.osradar.com/wp-content/uploads/2020/03/Screenshot_2020-06-29-OpenMeetings-696x344.png 696w, https://www.osradar.com/wp-content/uploads/2020/03/Screenshot_2020-06-29-OpenMeetings-1068x528.png 1068w" sizes="(max-width: 1354px) 100vw, 1354px" /><figcaption id="caption-attachment-21402" class="wp-caption-text">OpenMeetings</figcaption></figure>
<p>So, enjoy it.</p>
<h2>Conclusion</h2>
<p>Within an organization or educational environment, communication plays an important role. And thanks to OpenMeetings you can deploy a server that allows you to have meetings and chat, manage it and share files. Today you have learned how to install this tool on a Ubuntu 20.04 / 18.04 server.</p>
<p>Please share this post and join <a href="https://t.me/osradar" target="_blank" rel="noopener noreferrer">our Telegram channel.</a></p>


<p></p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/install-openmeetings-ubuntu-20-04-18-04/">How to install OpenMeetings on Ubuntu 20.04 / 18.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/install-openmeetings-ubuntu-20-04-18-04/feed/</wfw:commentRss>
			<slash:comments>5</slash:comments>
		
		
			</item>
		<item>
		<title>How to install WPScan on Ubuntu 20.04/ 18.04?</title>
		<link>https://www.osradar.com/install-wpscan-on-ubuntu-20-04-18-04/</link>
					<comments>https://www.osradar.com/install-wpscan-on-ubuntu-20-04-18-04/#comments</comments>
		
		<dc:creator><![CDATA[angeloma]]></dc:creator>
		<pubDate>Mon, 22 Jun 2020 16:11:00 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Unix]]></category>
		<category><![CDATA[bionic]]></category>
		<category><![CDATA[Hacker]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[monitoring]]></category>
		<category><![CDATA[scan]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[wordpress]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=11752</guid>

					<description><![CDATA[<p>Security is something that all of us must care about quite a bit. Especially if we have a web site that we manage. And although it is true that, the security aspects of the various applications of a server have been greatly improved, it is also true that cyber thieves have also improved. In this [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/install-wpscan-on-ubuntu-20-04-18-04/">How to install WPScan on Ubuntu 20.04/ 18.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>Security is something that all of us must care about quite a bit. Especially if we have a web site that we manage. And although it is true that, the security aspects of the various applications of a server have been greatly improved, it is also true that cyber thieves have also improved. In this sense, WordPress is one of the most popular CMS that exist today, is very well designed making it a safe option. However, it is convenient that we use tools to verify the possible vulnerabilities that our site may have built with WordPress. Therefore, I will teach you how to install WPScan on Ubuntu 20.04 / 18.04 so that you can use it and make a study on a website made with WordPress and thus know and improve the vulnerabilities.</p>
<p>According to its <a href="https://wpscan.org/">website</a>, WPScan is a free, for non-commercial use, black box WordPress vulnerability scanner. It is written for security professionals and blog maintainers to test the security of their sites. Normally, WPScan comes pre-installed on operating systems specifically geared towards security audits.</p>
<p>Of course, this tool is Open Source so we can examine its source code to learn more. In addition, it is possible to access more information about it on <a href="https://github.com/wpscanteam/wpscan">its Github site</a>. The requirements are <a href="https://www.osradar.com/install-ruby-debian-10/">Ruby</a>, <a href="https://www.osradar.com/introduction-to-the-git-branches/">Git</a>, <a href="https://www.osradar.com/how-to-use-curl-command-linux/">Curl</a>, and RubyGems.</p>
<p>So let&#8217;s install WPScan on Ubuntu 20.04/ 18.04.</p>
<h2>Update the System</h2>
<p>The first step is to update the system. So open a terminal and run the following command.</p>
<pre>:~$ sudo apt update &amp;&amp; sudo apt upgrade -y</pre>
<p><figure id="attachment_11754" aria-describedby="caption-attachment-11754" style="width: 1365px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-11754" src="https://www.osradar.com/wp-content/uploads/2019/04/1-3.png" alt="1.- Upgrade the system" width="1365" height="510" srcset="https://www.osradar.com/wp-content/uploads/2019/04/1-3.png 1365w, https://www.osradar.com/wp-content/uploads/2019/04/1-3-300x112.png 300w, https://www.osradar.com/wp-content/uploads/2019/04/1-3-768x287.png 768w, https://www.osradar.com/wp-content/uploads/2019/04/1-3-1024x383.png 1024w, https://www.osradar.com/wp-content/uploads/2019/04/1-3-696x260.png 696w, https://www.osradar.com/wp-content/uploads/2019/04/1-3-1068x399.png 1068w, https://www.osradar.com/wp-content/uploads/2019/04/1-3-1124x420.png 1124w" sizes="(max-width: 1365px) 100vw, 1365px" /><figcaption id="caption-attachment-11754" class="wp-caption-text">1.- Upgrade the system</figcaption></figure></p>
<p>Once the system has finished installing the security patches, you will have a more stable and robust system.</p>
<h2>Install some required packages</h2>
<p>The next step to install WPScan on Ubuntu 20.04 / 18.04, is to get some packages that are necessary for the installation. Some of them are libraries and others are applications as such.</p>
<pre>:~$ sudo apt install curl git libcurl4-openssl-dev make zlib1g-dev gawk g++ gcc libreadline6-dev libssl-dev libyaml-dev libsqlite3-dev sqlite3 autoconf libgdbm-dev libncurses5-dev automake libtool bison pkg-config ruby ruby-bundler ruby-dev</pre>
<p><figure id="attachment_11755" aria-describedby="caption-attachment-11755" style="width: 1365px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-11755" src="https://www.osradar.com/wp-content/uploads/2019/04/2-3.png" alt="2.- Install the required packages" width="1365" height="652" srcset="https://www.osradar.com/wp-content/uploads/2019/04/2-3.png 1365w, https://www.osradar.com/wp-content/uploads/2019/04/2-3-300x143.png 300w, https://www.osradar.com/wp-content/uploads/2019/04/2-3-768x367.png 768w, https://www.osradar.com/wp-content/uploads/2019/04/2-3-1024x489.png 1024w, https://www.osradar.com/wp-content/uploads/2019/04/2-3-696x332.png 696w, https://www.osradar.com/wp-content/uploads/2019/04/2-3-1068x510.png 1068w, https://www.osradar.com/wp-content/uploads/2019/04/2-3-879x420.png 879w" sizes="(max-width: 1365px) 100vw, 1365px" /><figcaption id="caption-attachment-11755" class="wp-caption-text">2.- Install the required packages</figcaption></figure></p>
<p>So, you can now install WPScan.</p>
<h2>Install WPScan on Ubuntu 20.04 / 18.04</h2>
<p>Now you start the installation process. For this, you will use RubyGems.</p>
<pre>:~$ sudo gem install wpscan</pre>
<p><figure id="attachment_11756" aria-describedby="caption-attachment-11756" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="wp-image-11756 size-full" src="https://www.osradar.com/wp-content/uploads/2019/04/3-3.png" alt="3.- Install WPScan on Ubuntu 20.04 / 18.04" width="1366" height="768" srcset="https://www.osradar.com/wp-content/uploads/2019/04/3-3.png 1366w, https://www.osradar.com/wp-content/uploads/2019/04/3-3-300x169.png 300w, https://www.osradar.com/wp-content/uploads/2019/04/3-3-768x432.png 768w, https://www.osradar.com/wp-content/uploads/2019/04/3-3-1024x576.png 1024w, https://www.osradar.com/wp-content/uploads/2019/04/3-3-696x391.png 696w, https://www.osradar.com/wp-content/uploads/2019/04/3-3-1068x600.png 1068w, https://www.osradar.com/wp-content/uploads/2019/04/3-3-747x420.png 747w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-11756" class="wp-caption-text">3.- Install WPScan on Ubuntu 20.04 / 18.04</figcaption></figure></p>
<p>So, that&#8217;s it.</p>
<h2>Basic usage of WPScan</h2>
<p>Using WPScan is quite simple. To make a scan on a website, the following command is enough:</p>
<pre>:~$ wpscan --url [url]</pre>
<p>It is also possible to add some extra options through text files. These are the files:</p>
<ul>
<li>~/.wpscan/cli_options.json</li>
<li>~/.wpscan/cli_options.yml</li>
</ul>
<p>And to know in depth the use of the command, it is advisable to read its help from the terminal:</p>
<pre>:~$ wpscan --help</pre>
<p><figure id="attachment_11757" aria-describedby="caption-attachment-11757" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-11757" src="https://www.osradar.com/wp-content/uploads/2019/04/4-2.png" alt="4.- WPScan help" width="1366" height="768" srcset="https://www.osradar.com/wp-content/uploads/2019/04/4-2.png 1366w, https://www.osradar.com/wp-content/uploads/2019/04/4-2-300x169.png 300w, https://www.osradar.com/wp-content/uploads/2019/04/4-2-768x432.png 768w, https://www.osradar.com/wp-content/uploads/2019/04/4-2-1024x576.png 1024w, https://www.osradar.com/wp-content/uploads/2019/04/4-2-696x391.png 696w, https://www.osradar.com/wp-content/uploads/2019/04/4-2-1068x600.png 1068w, https://www.osradar.com/wp-content/uploads/2019/04/4-2-747x420.png 747w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-11757" class="wp-caption-text">4.- WPScan help</figcaption></figure></p>
<p>So, enjoy it.</p>
<h2>Conclusion</h2>
<p>WPScan is an important tool in the security of websites built with WordPress. Its basic use is within everyone&#8217;s reach, but the information it shows is very complete. So it&#8217;s something you should always keep in mind.</p>
<p>Please share this post with your friends and join <a href="https://t.me/osradar" target="_blank" rel="noopener noreferrer">our Telegram Channel</a>.</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/install-wpscan-on-ubuntu-20-04-18-04/">How to install WPScan on Ubuntu 20.04/ 18.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/install-wpscan-on-ubuntu-20-04-18-04/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
		<item>
		<title>How to install Firebird on Ubuntu 20.04/ 18.04?</title>
		<link>https://www.osradar.com/install-firebird-ubuntu-18-04/</link>
					<comments>https://www.osradar.com/install-firebird-ubuntu-18-04/#comments</comments>
		
		<dc:creator><![CDATA[angeloma]]></dc:creator>
		<pubDate>Fri, 05 Jun 2020 00:22:00 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Servers]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[bionic]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[firebird]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[ubuntu]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=14920</guid>

					<description><![CDATA[<p>Database management systems are sufficient for many kinds of projects. Of course, they abound with MySQL / MariaDB or PostgreSQL popular but there are also other very good and efficient ones like SQLite or Firebird. The latter is less known but equally efficient and sophisticated. Of course, its operation is more similar to SQLite than [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/install-firebird-ubuntu-18-04/">How to install Firebird on Ubuntu 20.04/ 18.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>Database management systems are sufficient for many kinds of projects. Of course, they abound with MySQL / MariaDB or PostgreSQL popular but there are also other very good and efficient ones like SQLite or Firebird. The latter is less known but equally efficient and sophisticated. Of course, its operation is more similar to SQLite than to the very robust MySQL / MariaDB. So in this post, I will show you how to install Firebird on Ubuntu 20.04 / 18.04.</p>



<p><a rel="noreferrer noopener" aria-label="Firebird (opens in a new tab)" href="https://firebirdsql.org" target="_blank">Firebird</a> is a relational database management system written in C++, open<g class="gr_ gr_5 gr-alert gr_spell gr_inline_cards gr_disable_anim_appear ContextualSpelling ins-del multiReplace gr-progress" id="5" data-gr-id="5">&#8211;</g>source and based on Interbase version 6. It uses SQL language which makes its learning curve quite low. It is less known than the highly popular MySQL / MariaDB but also used in large projects for its efficiency.</p>



<p>On the other hand, some of the features of the application are the following:</p>



<ul><li>It is scalable</li><li>Support the Client/Server architecture by TCP protocol.</li><li>Many drivers are available for various programming languages such as <a href="https://www.osradar.com/tag/php/" target="_blank" rel="noreferrer noopener" aria-label="PHP (opens in a new tab)">PHP</a>, <a rel="noreferrer noopener" aria-label="Java (opens in a new tab)" href="https://www.osradar.com/tag/java/" target="_blank">Java</a> or C++.</li><li>Quite secure in user management.</li><li>Cross-platform. With installable binaries for Windows, Linux, BSD, Solaris, <g class="gr_ gr_11 gr-alert gr_gramm gr_inline_cards gr_run_anim Punctuation only-ins replaceWithoutSep" id="11" data-gr-id="11">and</g> others.</li></ul>



<p>So I will teach you how to install it and we will take the opportunity to do some small tests with the application.</p>



<h2>Install Firebird on Ubuntu 20.04 / 18.04</h2>



<p>The version that is available in the official Ubuntu 18.04 repositories <g class="gr_ gr_5 gr-alert gr_gramm gr_inline_cards gr_run_anim Grammar multiReplace" id="5" data-gr-id="5">include</g>s Firebird. But the included version is quite old and does not take advantage of the new features of the recent versions as the correction of quite critical bugs.</p>



<p>In the case of Ubuntu 20.04 already Firebird 3 is in the official repositories. That is, nothing needs to be added.</p>



<p><strong>Only for Ubuntu 18.04</strong>:</p>



<p>Fortunately, we have a dedicated repository for Ubuntu 18.04, so let us get to work.</p>



<p>Open a terminal session or connect to your server using SSH and add the repository.</p>



<pre class="wp-block-preformatted">:~$ sudo add-apt-repository ppa:mapopa/firebird3.0</pre>



<p>After it is added. Refresh the APT cache and install the necessary packages:</p>



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



<p><strong>For Ubuntu 20.04 / 18.04</strong>:</p>



<pre class="wp-block-preformatted">:~$ sudo apt firebird3.0-server</pre>



<figure class="wp-block-image"><img loading="lazy" width="1024" height="276" src="https://www.osradar.com/wp-content/uploads/2019/10/1-18-1024x276.png" alt="1.- Install Firebird on Ubuntu 20.04 /18.04" class="wp-image-14921" srcset="https://www.osradar.com/wp-content/uploads/2019/10/1-18-1024x276.png 1024w, https://www.osradar.com/wp-content/uploads/2019/10/1-18-300x81.png 300w, https://www.osradar.com/wp-content/uploads/2019/10/1-18-768x207.png 768w, https://www.osradar.com/wp-content/uploads/2019/10/1-18-696x187.png 696w, https://www.osradar.com/wp-content/uploads/2019/10/1-18-1068x287.png 1068w, https://www.osradar.com/wp-content/uploads/2019/10/1-18.png 1278w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>1.- Install Firebird on Ubuntu 20.04 /18.04</figcaption></figure>



<p>During installation, you will be informed that the default user is &#8220;SYSDBA&#8221;. Define a password for this main user. It has to be quite secure.</p>



<figure class="wp-block-image"><img loading="lazy" width="1024" height="529" src="https://www.osradar.com/wp-content/uploads/2019/10/2-17-1024x529.png" alt="2.- Set a password for the default user" class="wp-image-14922" srcset="https://www.osradar.com/wp-content/uploads/2019/10/2-17-1024x529.png 1024w, https://www.osradar.com/wp-content/uploads/2019/10/2-17-300x155.png 300w, https://www.osradar.com/wp-content/uploads/2019/10/2-17-768x397.png 768w, https://www.osradar.com/wp-content/uploads/2019/10/2-17-696x360.png 696w, https://www.osradar.com/wp-content/uploads/2019/10/2-17-1068x552.png 1068w, https://www.osradar.com/wp-content/uploads/2019/10/2-17-813x420.png 813w, https://www.osradar.com/wp-content/uploads/2019/10/2-17.png 1357w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>2.- Set a password for the default user</figcaption></figure>



<p>Once you have defined the password. All you have to do is reconfigure the package so that all the changes are properly applied.</p>



<pre class="wp-block-preformatted">:~$ sudo dpkg-reconfigure firebird3.0-server</pre>



<p>And it is ready to use.</p>



<h2>Working with Firebird on Ubuntu 20.04 / 18.04</h2>



<p>To enter the Firebird administration console and start using commands, just execute:</p>



<pre class="wp-block-preformatted">:~$ sudo isql-fb</pre>



<figure class="wp-block-image"><img loading="lazy" width="592" height="104" src="https://www.osradar.com/wp-content/uploads/2019/10/3-16.png" alt="3.- Using Firebird" class="wp-image-14923" srcset="https://www.osradar.com/wp-content/uploads/2019/10/3-16.png 592w, https://www.osradar.com/wp-content/uploads/2019/10/3-16-300x53.png 300w" sizes="(max-width: 592px) 100vw, 592px" /><figcaption>3.- Using Firebird</figcaption></figure>



<p>With this we will be able to execute commands. And to get out just use this other one:</p>



<pre class="wp-block-preformatted">&gt; quit;</pre>



<p>Before starting to create databases and tables, it is necessary to talk about one thing. Firebird can store and access your databases from anywhere SQLite style, but can also restrict the location of them. </p>



<p>To make it accessible from anywhere or from a specific directory, just edit its configuration file:</p>



<pre class="wp-block-preformatted">:~$ sudo nano /etc/firebird/3.0/firebird.conf</pre>



<p>Leave it as it is in the image to allow access to the database from any directory. There you can set a restriction to a particular directory.</p>



<figure class="wp-block-image"><img loading="lazy" width="619" height="391" src="https://www.osradar.com/wp-content/uploads/2019/10/4-14.png" alt="4.- Making some changes in the configuration file" class="wp-image-14924" srcset="https://www.osradar.com/wp-content/uploads/2019/10/4-14.png 619w, https://www.osradar.com/wp-content/uploads/2019/10/4-14-300x189.png 300w" sizes="(max-width: 619px) 100vw, 619px" /><figcaption>4.- Making some changes in the configuration file</figcaption></figure>



<p>Save the changes and close the file. Then, to apply the changes, just restart the service.</p>



<pre class="wp-block-preformatted">:~$ sudo systemctl restart firebird3.0</pre>



<h3>Creating databases and tables</h3>



<p>Now we can start creating new databases and tables.</p>



<p>First we connect again to the Firebird shell. </p>



<pre class="wp-block-preformatted">:~$ sudo isql-fb</pre>



<p>And then, we proceed to create the new database with the following syntax:</p>



<pre class="wp-block-preformatted">:&gt; create database ["database_path.fdb"] user ['user']password '[password]';</pre>



<p>For example:</p>



<pre class="wp-block-preformatted">:&gt; create database "/var/lib/firebird/3.0/data/first_database.fdb" user 'SYSDBA' password 'angelo123';</pre>



<p>Then, to use it or rather to connect to it we use this other command:</p>



<pre class="wp-block-preformatted">:&gt; connect "/var/lib/firebird/3.0/data/first_database.fdb" user 'SYSDBA' password 'angelo123';</pre>



<p>Now we&#8217;re ready to start creating tables. </p>



<p>For this example I will create a table with only two fields.</p>



<pre class="wp-block-preformatted">:&gt; CREATE TABLE STUDENT (ID INT NOT NULL PRIMARY KEY, NAME VARCHAR(25));</pre>



<p>So, you can show all the tables by using this command:</p>



<pre class="wp-block-preformatted">:&gt; show tables;</pre>



<figure class="wp-block-image"><img loading="lazy" width="649" height="142" src="https://www.osradar.com/wp-content/uploads/2019/10/6-10.png" alt="6.- Creating table with two columns" class="wp-image-14942" srcset="https://www.osradar.com/wp-content/uploads/2019/10/6-10.png 649w, https://www.osradar.com/wp-content/uploads/2019/10/6-10-300x66.png 300w" sizes="(max-width: 649px) 100vw, 649px" /><figcaption>6.- Creating table with two columns</figcaption></figure>



<p>Now, I am going to insert some data. Just use the following command:</p>



<pre class="wp-block-preformatted">:&gt; INSERT INTO STUDENT VALUES (1, 'Angelo');</pre>



<p>And get the data:</p>



<pre class="wp-block-preformatted">:&gt; select * from STUDENT;</pre>



<figure class="wp-block-image"><img loading="lazy" width="518" height="157" src="https://www.osradar.com/wp-content/uploads/2019/10/7-7.png" alt="7.- Using Firebird on Ubuntu 20.04 / 18.04" class="wp-image-14945" srcset="https://www.osradar.com/wp-content/uploads/2019/10/7-7.png 518w, https://www.osradar.com/wp-content/uploads/2019/10/7-7-300x91.png 300w" sizes="(max-width: 518px) 100vw, 518px" /><figcaption>7.- Using Firebird on Ubuntu 20.04 / 18.04</figcaption></figure>



<p>As you can see being SQL language, the commands and operations are similar to MySQL / MariaDB and PostgreSQL. </p>



<p>Finally, you can show the installed version:</p>



<pre class="wp-block-preformatted">:&gt; show version;</pre>



<figure class="wp-block-image"><img loading="lazy" width="508" height="126" src="https://www.osradar.com/wp-content/uploads/2019/10/8-6.png" alt="8.- Firebird on Ubuntu 20.04 / 18.04" class="wp-image-14946" srcset="https://www.osradar.com/wp-content/uploads/2019/10/8-6.png 508w, https://www.osradar.com/wp-content/uploads/2019/10/8-6-300x74.png 300w" sizes="(max-width: 508px) 100vw, 508px" /><figcaption>8.- Firebird on Ubuntu 20.04 / 18.04</figcaption></figure>



<p>And that is it.</p>



<h2>Conclusion</h2>



<p>Firebird may not be popular but is considered by many projects for its efficiency. Being of the SQL family its commands are not so different from those of other better known programs such as <a rel="noreferrer noopener" aria-label="MySQL (opens in a new tab)" href="https://www.osradar.com/how-to-install-mysql-8-on-centos-8/" target="_blank">MySQL</a> or MariaDB. So we only have to work with it.</p>



<p>Share this post and join <a href="https://t.me/osradar" target="_blank" rel="noreferrer noopener">our Telegram Channel</a>.</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/install-firebird-ubuntu-18-04/">How to install Firebird on Ubuntu 20.04/ 18.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/install-firebird-ubuntu-18-04/feed/</wfw:commentRss>
			<slash:comments>7</slash:comments>
		
		
			</item>
		<item>
		<title>How to install RStudio on Ubuntu 20.04 / 18.04</title>
		<link>https://www.osradar.com/how-to-install-rstudio-ubuntu-20-04-18-04/</link>
					<comments>https://www.osradar.com/how-to-install-rstudio-ubuntu-20-04-18-04/#respond</comments>
		
		<dc:creator><![CDATA[angeloma]]></dc:creator>
		<pubDate>Tue, 02 Jun 2020 01:11:00 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[bionic]]></category>
		<category><![CDATA[linux mint]]></category>
		<category><![CDATA[r]]></category>
		<category><![CDATA[rstudio]]></category>
		<category><![CDATA[ubuntu]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=19744</guid>

					<description><![CDATA[<p>No matter how complete and robust a programming language is, the programmer will always need a tool to write the code. These programs have to be complete and with features that can speed up the coding process. We usually call these programs IDE. There are IDEs that support many languages making them a Swiss army [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/how-to-install-rstudio-ubuntu-20-04-18-04/">How to install RStudio on Ubuntu 20.04 / 18.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>No matter how complete and robust a programming language is, the programmer will always need a tool to write the code. These programs have to be complete and with features that can speed up the coding process. We usually call these programs IDE. There are IDEs that support many languages making them a Swiss army knife but there are others that are more specialized. So in this post, I will show you how to install RStudio on Ubuntu 20.04 / 18.04. It is almost impossible to write R code without using RStudio.</p>
<h2>R Language and RStudio</h2>
<p><a href="https://rstudio.com/" target="_blank" rel="noopener noreferrer">RStudio</a> is an IDE created especially for the R programming language. Its mission is to provide a statistical computing environment for R allowing analysis and development for anyone to analyze data with the language. As expected, it has all the common characteristics of an IDE.</p>
<p>Some of the features of RStudio are as follows:</p>
<ul>
<li>Syntax highlighting.</li>
<li>Code debugging.</li>
<li>Integrated documentation and support.</li>
<li>Management of various folders and workspaces.</li>
</ul>
<p>However, other possibilities can be done with RStudio. For example, with RStudio you can do many data analyses relatively quickly.</p>
<p>RStudio is available for Windows, Mac, and Linux which makes it cross-platform and open source with the AGPL license.</p>
<h2>Install RStudio on Ubuntu 20.04 / 18.04</h2>
<p>RStudio is just an application to take advantage of all the potential of R. Everything from a comfortable graphic interface made in <a href="https://www.osradar.com/install-qtcreator-on-ubuntu-18-04/" target="_blank" rel="noopener noreferrer">QT</a>.</p>
<p>This leads to the conclusion that we must first install the R language in this system before continuing.</p>
<p>To do this follow our instructions in this post</p>
<p><a href="https://www.osradar.com/r-programming-ubuntu" target="_blank" rel="noopener noreferrer">How to install R programming language on Ubuntu?</a></p>
<p>Once R is correctly installed, we can start the installation.</p>
<p>RStudio is not available from the official Ubuntu or Linux Mint repositories, but this does not mean that we cannot install it.</p>
<p>To do it first, you have to download the package for Ubuntu 18.04 from the RStudio website.</p>
<p>If you want to do it from a terminal (faster and more efficient) you can type the following command:</p>
<pre>:~$ wget https://download1.rstudio.org/desktop/bionic/amd64/rstudio-1.2.5042-amd64.deb</pre>
<p>Once you download it, you have to install it. Since this package has some extra dependencies that you probably don&#8217;t have installed, you can use gdebi to install it.</p>
<p>If you do not have gdebi installed, you can use the following command:</p>
<pre>:~$ sudo apt install gdebi</pre>
<p>Once installed, now you do install RStudio on Ubuntu 18.04 / Linux Mint 19.x with the following command:</p>
<pre>:~$ sudo gdebi rstudio-1.2.5042-amd64.deb</pre>
<p><figure id="attachment_19787" aria-describedby="caption-attachment-19787" style="width: 1365px" class="wp-caption alignnone"><img loading="lazy" class="wp-image-19787 size-full" src="https://www.osradar.com/wp-content/uploads/2020/04/1-13.png" alt="1.- Install RStudio on Ubuntu 20.04 / 18.04" width="1365" height="262" srcset="https://www.osradar.com/wp-content/uploads/2020/04/1-13.png 1365w, https://www.osradar.com/wp-content/uploads/2020/04/1-13-300x58.png 300w, https://www.osradar.com/wp-content/uploads/2020/04/1-13-1024x197.png 1024w, https://www.osradar.com/wp-content/uploads/2020/04/1-13-768x147.png 768w, https://www.osradar.com/wp-content/uploads/2020/04/1-13-696x134.png 696w, https://www.osradar.com/wp-content/uploads/2020/04/1-13-1068x205.png 1068w" sizes="(max-width: 1365px) 100vw, 1365px" /><figcaption id="caption-attachment-19787" class="wp-caption-text">1.- Install RStudio on Ubuntu 20.04 / 18.04</figcaption></figure></p>
<p>After some time installing the program, it will be available to run.</p>
<p><figure id="attachment_19788" aria-describedby="caption-attachment-19788" style="width: 715px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-19788" src="https://www.osradar.com/wp-content/uploads/2020/04/2-10.png" alt="2.- RStudio" width="715" height="508" srcset="https://www.osradar.com/wp-content/uploads/2020/04/2-10.png 715w, https://www.osradar.com/wp-content/uploads/2020/04/2-10-300x213.png 300w, https://www.osradar.com/wp-content/uploads/2020/04/2-10-696x495.png 696w, https://www.osradar.com/wp-content/uploads/2020/04/2-10-100x70.png 100w" sizes="(max-width: 715px) 100vw, 715px" /><figcaption id="caption-attachment-19788" class="wp-caption-text">2.- RStudio</figcaption></figure></p>
<p>So, enjoy it.</p>
<h2>Conclusion</h2>
<p>RStudio is a vital application for working with R. It is used by many scientific and data analysis institutes that do very important mathematical tasks for society. So we are talking about a very important program for the world.</p>
<p>RStudio has paid versions that further increase the potential of it, but in the end it all comes down to potential.</p>
<p>Please share this post and join our <a href="https://t.me/osradar" target="_blank" rel="noopener noreferrer">Telegram Channel</a>.</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/how-to-install-rstudio-ubuntu-20-04-18-04/">How to install RStudio on Ubuntu 20.04 / 18.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-rstudio-ubuntu-20-04-18-04/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
