<?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>IDE Archives - Linux Windows and android Tutorials</title>
	<atom:link href="https://www.osradar.com/tag/ide/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.osradar.com</link>
	<description>tutorials and news and Seurity</description>
	<lastBuildDate>Thu, 09 Sep 2021 13:42:02 +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 Atom on Debian 11</title>
		<link>https://www.osradar.com/install-atom-text-editor-programming-debian/</link>
					<comments>https://www.osradar.com/install-atom-text-editor-programming-debian/#respond</comments>
		
		<dc:creator><![CDATA[angeloma]]></dc:creator>
		<pubDate>Wed, 15 Sep 2021 23:16:00 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[bullseye]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[desktop]]></category>
		<category><![CDATA[IDE]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=32149</guid>

					<description><![CDATA[<p>Untitled Document.md Hello, friends. Today we’re going to talk about how to install Atom on Debian 11. If there is one thing that makes Atom different from Sublime Text and Visual Studio Code is that it is open source. Because Atom is released under the MIT license. Why do I compare Atom with Sublime Text [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/install-atom-text-editor-programming-debian/">Install Atom on Debian 11</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p><meta charset="utf-8"><title>Untitled Document.md</title></p>



<p class="has-line-data">Hello, friends. Today we’re going to talk about how to install Atom on Debian 11.</p>



<p class="has-line-data">If there is one thing that makes Atom different from Sublime Text and Visual Studio Code is that it is open source. Because Atom is released under the MIT license.</p>



<p class="has-line-data">Why do I compare <a href="https://atom.io/" target="_blank" rel="noreferrer noopener">Atom </a>with Sublime Text and Visual Studio Code? Because Atom is an advanced text editor that allows us to write code in many different languages very easily.</p>



<p class="has-line-data">As it is an open-source application we can examine its source code without problems. In fact, the developers encourage us to try it because it is “the hackable editor of the 21st century”.</p>



<p class="has-line-data">With Atom we can have everything that advanced text editor gives us, <strong>syntax autocompletion, syntax highlighting for many languages, GIT integration, theme support, debugging, and a lot of plugins that even increase its functionality.</strong></p>



<p class="has-line-data">It’s worth adding that Atom is free so we can use it in almost any environment or situation.</p>



<p class="has-line-data">The only downside I find is that it is an Electron application which makes it a bit more resource-consuming. Of course, this shouldn’t be a problem for modern computers.</p>



<p class="has-line-data">So, let’s install it.</p>



<h2 class="code-line"><a id="Install_Atom_on_Debian_11_16"></a>Install Atom on Debian 11</h2>



<p class="has-line-data">Atom provides good support for Linux. Especially for Debian because we can install it in several different ways.</p>



<h3 class="code-line"><a id="Install_Atom_on_Debian_using_the_DEB_package_20"></a>Install Atom on Debian using the DEB package</h3>



<p class="has-line-data">On the Atom website, you will find a DEB package that you can download without any problems. To do so, go to the Atom website or <a href="https://github.com/atom/atom/releases/tag/v1.58.0" target="_blank" rel="noreferrer noopener">their Github profile</a> and from there you can download the DEB package.</p>



<p class="has-line-data">Once downloaded you can install it by double-clicking on the DEB file or from the terminal using <a href="https://www.osradar.com/apt-the-ubuntu-package-manager/" target="_blank" rel="noreferrer noopener">APT which is the Debian package manager.</a></p>



<pre class="wp-block-preformatted">cd Downloads/
sudo apt install ./atom-amd64.deb
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Note, selecting 'atom' instead of './atom-amd64.deb'
The following additional packages will be installed:
  git git-man liberror-perl patch
Suggested packages:
  git-daemon-run | git-daemon-sysvinit git-doc git-el git-email git-gui gitk
  gitweb git-cvs git-mediawiki git-svn ed diffutils-doc
The following NEW packages will be installed:
  atom git git-man liberror-perl patch
0 upgraded, 5 newly installed, 0 to remove and 5 not upgraded.
Need to get 7,514 kB/145 MB of archives.
After this operation, 707 MB of additional disk space will be used.
Do you want to continue? [Y/n]</pre>



<p class="has-line-data">If you want to download it via terminal, just run:</p>



<pre class="wp-block-preformatted">wget https://github.com/atom/atom/releases/download/v1.58.0/atom-amd64.deb</pre>



<p class="has-line-data">In any case, installation is easy.</p>



<p class="has-line-data">At the end of the process, you can open the application from the main menu and start working.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="576" src="https://www.osradar.com/wp-content/uploads/2021/09/1-5-1024x576.png" alt="Atom on Debian 11" class="wp-image-32171" srcset="https://www.osradar.com/wp-content/uploads/2021/09/1-5-1024x576.png 1024w, https://www.osradar.com/wp-content/uploads/2021/09/1-5-300x169.png 300w, https://www.osradar.com/wp-content/uploads/2021/09/1-5-768x432.png 768w, https://www.osradar.com/wp-content/uploads/2021/09/1-5-696x391.png 696w, https://www.osradar.com/wp-content/uploads/2021/09/1-5-1068x600.png 1068w, https://www.osradar.com/wp-content/uploads/2021/09/1-5.png 1366w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>Atom on Debian 11</figcaption></figure>



<h3 class="code-line"><a id="Install_Atom_via_flatpak_37"></a>Install Atom via flatpak</h3>



<p class="has-line-data">Flatpak is a technology of packages isolated from the system and its libraries. This means that they can work universally on almost any system. Also, it adds an extra layer of security to the system because the program will not make use of the system libraries.</p>



<p class="has-line-data">In this chaos, we can install Atom via Flatpak and get the latest stable version of Atom.</p>



<p class="has-line-data">So, install Flatpak from a terminal</p>



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



<p class="has-line-data">Then add the Flathub repository where the Atom package is located.</p>



<pre class="wp-block-preformatted">sudo flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo</pre>



<p class="has-line-data">Then proceed to install it by running this command.</p>



<pre class="wp-block-preformatted">sudo flatpak install flathub io.atom.Atom</pre>



<p class="has-line-data">At the end of the process, you will be able to run it from the main menu or by executing the command</p>



<pre class="wp-block-preformatted">flatpak run io.atom.Atom</pre>



<p class="has-line-data">This way you can install Atom.</p>



<h2 class="code-line"><a id="Removing_Atom_on_Debian_11_61"></a>Removing Atom on Debian 11</h2>



<p class="has-line-data">If you no longer want to have Atom on Debian 11 then the best thing to do is to remove it from the system. If you have installed Atom using the DEB package then you can remove it by running</p>



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



<p class="has-line-data">Or via Flatpak by executing the following command</p>



<pre class="wp-block-preformatted">sudo flatpak remove io.atom.Atom</pre>



<p class="has-line-data">This will leave no trace of the application on the system.</p>



<h2 class="code-line"><a id="Conclusion_73"></a>Conclusion</h2>



<p class="has-line-data">Atom is an advanced and powerful text editor but with the incentive of being open source and that we can use it without any limitations. Moreover, we can customize it in almost any aspect.</p>



<p class="has-line-data">I will learn how to install it, although simple, it can help many novices to get started in programming.</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/install-atom-text-editor-programming-debian/">Install Atom on Debian 11</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-atom-text-editor-programming-debian/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<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>
<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>
<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 Code Server on Ubuntu 20.04?</title>
		<link>https://www.osradar.com/install-code-server-ubuntu/</link>
					<comments>https://www.osradar.com/install-code-server-ubuntu/#respond</comments>
		
		<dc:creator><![CDATA[angeloma]]></dc:creator>
		<pubDate>Thu, 22 Apr 2021 04:58:00 +0000</pubDate>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Servers]]></category>
		<category><![CDATA[focal]]></category>
		<category><![CDATA[Focal Fossa]]></category>
		<category><![CDATA[IDE]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[ubuntu]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=29598</guid>

					<description><![CDATA[<p>With each passing day, the cloud is hosting more and more things. And it is also possible to host our IDE on a server and be able to use it from anywhere. To do this you need to learn how to install Code Server on Ubuntu 20.04 Code is an advanced text editor for application [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/install-code-server-ubuntu/">How to install Code Server on Ubuntu 20.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>With each passing day, the cloud is hosting more and more things. And it is also possible to host our IDE on a server and be able to use it from anywhere. To do this you need to learn how to install Code Server on Ubuntu 20.04</p>



<p>Code is an advanced text editor for application development. It is owned by Microsoft but we can use it without problems in any Linux distribution including the popular Ubuntu and Debian.</p>



<p>So as you read, we can have the power of Code on our server and be accessible from any computer with Internet.</p>



<p>We already showed you <a href="https://www.osradar.com/how-to-install-visual-studio-code-on-ubuntu-20-04/" target="_blank" rel="noreferrer noopener">how to install Code on Ubuntu 20.04</a> now you can do it on a server.</p>



<p>Let’s start</p>



<h2 id="install-code-server-on-ubuntu-20.04"><a href="#install-code-server-on-ubuntu-20.04" name="install-code-server-on-ubuntu-20.04"></a>Install Code Server on Ubuntu 20.04</h2>



<p>First of all, access via SSH to your server. When doing so, make sure Ubuntu is fully up to date.</p>



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



<p>The whole installation is made quite easy to do thanks to an installation script that will download and install the package for your distribution. In addition to this, it will create all the necessary directory structure along with its initial configuration files.</p>



<p>To download and run the Code Server installation script, run</p>



<pre class="wp-block-preformatted">sudo curl -fsSL https://code-server.dev/install.sh | sh</pre>



<p>At the end you will be shown an output screen similar to this:</p>



<pre class="wp-block-preformatted">To have systemd start code-server now and restart on boot:
  sudo systemctl enable --now code-server@$USER
Or, if you don't want/need a background service you can run:
  code-server</pre>



<p>It is most convenient to run Code Server as a system service, so enable it to start with the system.</p>



<pre class="wp-block-preformatted">systemctl --user enable --now code-server
● code-server.service - code-server
     Loaded: loaded (/usr/lib/systemd/user/code-server.service; enabled; vendor preset: enabled)
     Active: active (running) since Sun 2021-04-18 16:42:12 CEST; 17s ago
   Main PID: 1429 (node)
     CGroup: /user.slice/user-1000.slice/user@1000.service/code-server.service
             ├─1429 /usr/lib/code-server/lib/node /usr/lib/code-server
             └─1447 /usr/lib/code-server/lib/node /usr/lib/code-server

Apr 18 16:42:12 osradar systemd[819]: Starting code-server...
Apr 18 16:42:12 osradar systemd[819]: Started code-server.
Apr 18 16:42:13 osradar code-server[1429]: [2021-04-18T14:42:13.189Z] info  Wrote default config file to ~/.config/code-server/config.yaml
Apr 18 16:42:13 osradar code-server[1447]: [2021-04-18T14:42:13.717Z] info  code-server 3.9.3 fe2dc2deb08e378069891b622bb62ad1d261d1b1
Apr 18 16:42:13 osradar code-server[1447]: [2021-04-18T14:42:13.718Z] info  Using user-data-dir ~/.local/share/code-server
Apr 18 16:42:13 osradar code-server[1447]: [2021-04-18T14:42:13.740Z] info  Using config file ~/.config/code-server/config.yaml
Apr 18 16:42:13 osradar code-server[1447]: [2021-04-18T14:42:13.740Z] info  HTTP server listening on http://127.0.0.1:8080
Apr 18 16:42:13 osradar code-server[1447]: [2021-04-18T14:42:13.740Z] info    - Authentication is enabled
Apr 18 16:42:13 osradar code-server[1447]: [2021-04-18T14:42:13.740Z] info      - Using password from ~/.config/code-server/config.yaml
Apr 18 16:42:13 osradar code-server[1447]: [2021-04-18T14:42:13.740Z] info    - Not serving HTTPS</pre>



<p>This command also starts the service so we can check the status of the service by running.</p>



<p>Also, we can check the initial settings in the <code>config.yaml</code> file.</p>



<pre class="wp-block-preformatted">nano ~/.config/code-server/config.yaml
bind-addr: 127.0.0.1:8080
 auth: password
 password: 354d3026a4e594dbcc049b74
 cert: false</pre>



<h2 id="optional:-configuring-nginx-as-the-reverse-proxy-for-code-server"><a href="#optional:-configuring-nginx-as-the-reverse-proxy-for-code-server" name="optional:-configuring-nginx-as-the-reverse-proxy-for-code-server"></a>Optional: Configuring Nginx as the reverse proxy for Code Server</h2>



<p>Although not mandatory, it is recommended to install Nginx and configure it as the Reverse Proxy for Code Server. The process is quite simple, first install it.</p>



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



<p>Then, create a ServerBlock file dedicated to Code Server.</p>



<pre class="wp-block-preformatted">sudo nano /etc/nginx/sites-available/codeserver</pre>



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



<pre class="wp-block-preformatted">server {
  listen 80 default_server;
  listen [::]:80 default_server;
  server_name _;
  
  location / {
        proxy_pass http://code-server;
    		proxy_http_version 1.1;
		    proxy_set_header Upgrade $http_upgrade;
    		proxy_set_header Connection "Upgrade";
		    proxy_set_header Host $host;
    }
}</pre>



<p>Then enable the ServerBlock and restart the service to apply the changes.</p>



<pre class="wp-block-preformatted">sudo ln -s /etc/nginx/sites-available/codeserver /etc/nginx/sites-enabled/codeserver</pre>



<p><code data-origin="<pre&gt;<code&gt;sudo ln -s /etc/nginx/sites-available/codeserver /etc/nginx/sites-enabled/codeserver

sudo systemctl reload nginx
</code&gt;</pre&gt;
<p&gt;">sudo systemctl reload nginx<br> </code></p>



<p>It is also recommended to enable HTTPS by installing <a href="https://letsencrypt.org/" target="_blank" rel="noreferrer noopener">Let’s Encrypt certificates</a>.</p>



<p>So, install the <code>certbot</code> package and <code>python3-certbot-nginx</code>.</p>



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



<p>And install the certificates by running</p>



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



<p>During the execution of the command, you will be asked for your email, if you accept the license terms and your domain.</p>



<p>After finishing the process, restart Nginx.</p>



<pre class="wp-block-preformatted">sudo systemctl reload nginx</pre>



<h2 id="testing-code-server"><a href="#testing-code-server" name="testing-code-server"></a>Testing Code Server</h2>



<p>Now open a web browser and access <code>https://your-domain</code> and you will see the login screen.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="502" src="https://www.osradar.com/wp-content/uploads/2021/04/1-10-1024x502.png" alt="1.- Welcome to Code Server screen" class="wp-image-29599" srcset="https://www.osradar.com/wp-content/uploads/2021/04/1-10-1024x502.png 1024w, https://www.osradar.com/wp-content/uploads/2021/04/1-10-300x147.png 300w, https://www.osradar.com/wp-content/uploads/2021/04/1-10-768x376.png 768w, https://www.osradar.com/wp-content/uploads/2021/04/1-10-696x341.png 696w, https://www.osradar.com/wp-content/uploads/2021/04/1-10-1068x523.png 1068w, https://www.osradar.com/wp-content/uploads/2021/04/1-10.png 1366w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>1.- Welcome to Code Server screen</figcaption></figure>



<p>Enter the password that is in the <code>config.yaml</code> file we opened recently.</p>



<p>And then you will be able to use the Code Server without any problems.</p>



<figure class="wp-block-image size-large"><img src="https://www.osradar.com/wp-content/uploads/2021/04/2-4-1024x502.png" alt="2.- Code Server on Ubuntu 20.04" class="wp-image-29600"/><figcaption>2.- Code Server on Ubuntu 20.04</figcaption></figure>



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



<p>Code Server allows us to have all the power of Code in the cloud and be accessible from anywhere. This makes it interesting for many people and professional environments.</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/install-code-server-ubuntu/">How to install Code Server on Ubuntu 20.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-code-server-ubuntu/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to install CodeBlocks in Windows 10</title>
		<link>https://www.osradar.com/how-to-install-codeblocks-in-windows-10/</link>
					<comments>https://www.osradar.com/how-to-install-codeblocks-in-windows-10/#respond</comments>
		
		<dc:creator><![CDATA[roger]]></dc:creator>
		<pubDate>Mon, 09 Dec 2019 23:41:50 +0000</pubDate>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[Desktop]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[codeblocks]]></category>
		<category><![CDATA[Development tools]]></category>
		<category><![CDATA[IDE]]></category>
		<category><![CDATA[IDE Tools]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Windows 10]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=16457</guid>

					<description><![CDATA[<p>Hello, how are you? Today we&#8217;re going to talk a bit about Code::Blocks. This is an open-source integrated development environment that supports multiple compilers, including GCC, Clang and Visual C++. Also, it is based on the WxWidgets graphical interface platform. Consequently, it can be used freely in different operating systems. In addition, it is licensed [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/how-to-install-codeblocks-in-windows-10/">How to install CodeBlocks in Windows 10</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>Hello, how are you? Today we&#8217;re going to talk a bit about Code::Blocks. This is an open-source integrated development environment that supports multiple compilers, including GCC, Clang and Visual C++.  Also,  it is based on the WxWidgets graphical interface platform. Consequently, it can be used freely in different operating systems. In addition, it is licensed under the GNU General Public License. CodeBlocks is a very powerful tool for developing programs in C++. In this post, we will see how to install CodeBlocks on Windows 10.</p>



<h2>Downloading CodeBlocks.</h2>



<p>To download the most recent version of the program, just click on the following <a rel="noreferrer noopener" aria-label="link (opens in a new tab)" href="http://www.codeblocks.org/downloads/binaries" target="_blank">link</a>. On the download page, there are several versions to download. In theory, all should work properly. However, I have experienced problems with some of them. Therefore, I recommend the installer with the setup that also includes the MINGW compiler:</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="728" src="//1723336065.rsc.cdn77.org/wp-content/uploads/2019/12/code.jpg" alt="Download the installer with Setup and MINGW" class="wp-image-16458" srcset="https://www.osradar.com/wp-content/uploads/2019/12/code.jpg 1024w, https://www.osradar.com/wp-content/uploads/2019/12/code-300x213.jpg 300w, https://www.osradar.com/wp-content/uploads/2019/12/code-768x546.jpg 768w, https://www.osradar.com/wp-content/uploads/2019/12/code-100x70.jpg 100w, https://www.osradar.com/wp-content/uploads/2019/12/code-696x495.jpg 696w, https://www.osradar.com/wp-content/uploads/2019/12/code-591x420.jpg 591w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>Download the installer with Setup and MINGW</figcaption></figure>



<p>Once downloaded the file, just double click on it to start the installation.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="499" height="388" src="//1723336065.rsc.cdn77.org/wp-content/uploads/2019/12/code2.jpg" alt="Installation wizard starting." class="wp-image-16461" srcset="https://www.osradar.com/wp-content/uploads/2019/12/code2.jpg 499w, https://www.osradar.com/wp-content/uploads/2019/12/code2-300x233.jpg 300w" sizes="(max-width: 499px) 100vw, 499px" /><figcaption>Installation wizard starting.</figcaption></figure>



<p>Next, accept the license:</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="499" height="388" src="//1723336065.rsc.cdn77.org/wp-content/uploads/2019/12/code3.jpg" alt="" class="wp-image-16464" srcset="https://www.osradar.com/wp-content/uploads/2019/12/code3.jpg 499w, https://www.osradar.com/wp-content/uploads/2019/12/code3-300x233.jpg 300w" sizes="(max-width: 499px) 100vw, 499px" /><figcaption>Accept the license.</figcaption></figure>



<p>On the next screen are all the options available for installation. It is possible to select them according to the needs of the user. However, it is preferable to leave the default options and do a complete installation. This increases the stability of the program:</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="499" height="388" src="//1723336065.rsc.cdn77.org/wp-content/uploads/2019/12/code4.jpg" alt="Choose the components to install." class="wp-image-16467" srcset="https://www.osradar.com/wp-content/uploads/2019/12/code4.jpg 499w, https://www.osradar.com/wp-content/uploads/2019/12/code4-300x233.jpg 300w" sizes="(max-width: 499px) 100vw, 499px" /><figcaption>Choose the components to install.</figcaption></figure>



<p>Then the installation path of the program appears. It is possible to leave the default path or set a custom address:</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="499" height="388" src="//1723336065.rsc.cdn77.org/wp-content/uploads/2019/12/code5.jpg" alt="Setting the installation folder" class="wp-image-16469" srcset="https://www.osradar.com/wp-content/uploads/2019/12/code5.jpg 499w, https://www.osradar.com/wp-content/uploads/2019/12/code5-300x233.jpg 300w" sizes="(max-width: 499px) 100vw, 499px" /><figcaption>Setting the installation folder</figcaption></figure>



<p>After setting the parameters, the wizard will start the installation.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="499" height="388" src="//1723336065.rsc.cdn77.org/wp-content/uploads/2019/12/code6.jpg" alt="CodeBlocks running the installation on Windows 10." class="wp-image-16505" srcset="https://www.osradar.com/wp-content/uploads/2019/12/code6.jpg 499w, https://www.osradar.com/wp-content/uploads/2019/12/code6-300x233.jpg 300w" sizes="(max-width: 499px) 100vw, 499px" /><figcaption> <em>CodeBlocks running the installation on Windows 10.</em> </figcaption></figure>



<p>After the process is finished, press Next to close the window and launch the program.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="499" height="388" src="//1723336065.rsc.cdn77.org/wp-content/uploads/2019/12/code7-2.jpg" alt="Installation completed" class="wp-image-16503" srcset="https://www.osradar.com/wp-content/uploads/2019/12/code7-2.jpg 499w, https://www.osradar.com/wp-content/uploads/2019/12/code7-2-300x233.jpg 300w" sizes="(max-width: 499px) 100vw, 499px" /><figcaption> <em>Installation completed</em> </figcaption></figure>



<h2>Configuring the compiler on CodeBlocks</h2>



<p>After launching the program, it is necessary to make some configurations. First, CodeBlocks automatically detects the compilers present in the system. If there are none, then the program compiler is set.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="572" height="397" src="//1723336065.rsc.cdn77.org/wp-content/uploads/2019/12/code8.jpg" alt="Autodetecting the compiler." class="wp-image-16476" srcset="https://www.osradar.com/wp-content/uploads/2019/12/code8.jpg 572w, https://www.osradar.com/wp-content/uploads/2019/12/code8-300x208.jpg 300w, https://www.osradar.com/wp-content/uploads/2019/12/code8-100x70.jpg 100w, https://www.osradar.com/wp-content/uploads/2019/12/code8-218x150.jpg 218w" sizes="(max-width: 572px) 100vw, 572px" /><figcaption>Autodetecting the compiler.</figcaption></figure>



<h2>Testing CodeBlocks.</h2>



<p>Once the program is configured, it is time to create the first project. With this intention, please click on <em>Create a New Project</em></p>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="728" src="//1723336065.rsc.cdn77.org/wp-content/uploads/2019/12/code16.jpg" alt="Creating a new project." class="wp-image-16479" srcset="https://www.osradar.com/wp-content/uploads/2019/12/code16.jpg 1024w, https://www.osradar.com/wp-content/uploads/2019/12/code16-300x213.jpg 300w, https://www.osradar.com/wp-content/uploads/2019/12/code16-768x546.jpg 768w, https://www.osradar.com/wp-content/uploads/2019/12/code16-100x70.jpg 100w, https://www.osradar.com/wp-content/uploads/2019/12/code16-696x495.jpg 696w, https://www.osradar.com/wp-content/uploads/2019/12/code16-591x420.jpg 591w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>Creating a new project.</figcaption></figure>



<p>Immediately an assistant will be opened to guide us during the creation of the project. Please click Next to start the process. </p>



<figure class="wp-block-image size-large"><img loading="lazy" width="516" height="432" src="//1723336065.rsc.cdn77.org/wp-content/uploads/2019/12/code12.jpg" alt="New project creation wizard." class="wp-image-16483" srcset="https://www.osradar.com/wp-content/uploads/2019/12/code12.jpg 516w, https://www.osradar.com/wp-content/uploads/2019/12/code12-300x251.jpg 300w, https://www.osradar.com/wp-content/uploads/2019/12/code12-502x420.jpg 502w" sizes="(max-width: 516px) 100vw, 516px" /><figcaption>New project creation wizard.</figcaption></figure>



<p>In the next window, select the type of project to start. In that case, please select <strong>Console Application</strong>.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="596" height="448" src="//1723336065.rsc.cdn77.org/wp-content/uploads/2019/12/code11-1.jpg" alt="Select console application" class="wp-image-16485" srcset="https://www.osradar.com/wp-content/uploads/2019/12/code11-1.jpg 596w, https://www.osradar.com/wp-content/uploads/2019/12/code11-1-300x226.jpg 300w, https://www.osradar.com/wp-content/uploads/2019/12/code11-1-80x60.jpg 80w, https://www.osradar.com/wp-content/uploads/2019/12/code11-1-265x198.jpg 265w, https://www.osradar.com/wp-content/uploads/2019/12/code11-1-559x420.jpg 559w" sizes="(max-width: 596px) 100vw, 596px" /><figcaption>Select console application</figcaption></figure>



<p>Next, select the type of language to use. For the purposes of this example, select C++.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="516" height="432" src="//1723336065.rsc.cdn77.org/wp-content/uploads/2019/12/code13.jpg" alt="Select C++" class="wp-image-16488" srcset="https://www.osradar.com/wp-content/uploads/2019/12/code13.jpg 516w, https://www.osradar.com/wp-content/uploads/2019/12/code13-300x251.jpg 300w, https://www.osradar.com/wp-content/uploads/2019/12/code13-502x420.jpg 502w" sizes="(max-width: 516px) 100vw, 516px" /><figcaption>Select C++</figcaption></figure>



<p>Next is the project configuration window. Here you assign the name to the project. In addition, select the folder where the project will be saved.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="516" height="432" src="//1723336065.rsc.cdn77.org/wp-content/uploads/2019/12/code14.jpg" alt="Assigns the name and destination folder of the project." class="wp-image-16491" srcset="https://www.osradar.com/wp-content/uploads/2019/12/code14.jpg 516w, https://www.osradar.com/wp-content/uploads/2019/12/code14-300x251.jpg 300w, https://www.osradar.com/wp-content/uploads/2019/12/code14-502x420.jpg 502w" sizes="(max-width: 516px) 100vw, 516px" /><figcaption>Assigns the name and destination folder of the project.</figcaption></figure>



<p>Below are options for the compiler and other elements of the project.  Additionally, leave all options by default and press Finish to continue.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="516" height="432" src="//1723336065.rsc.cdn77.org/wp-content/uploads/2019/12/code15-1.jpg" alt="Select the compiler." class="wp-image-16494" srcset="https://www.osradar.com/wp-content/uploads/2019/12/code15-1.jpg 516w, https://www.osradar.com/wp-content/uploads/2019/12/code15-1-300x251.jpg 300w, https://www.osradar.com/wp-content/uploads/2019/12/code15-1-502x420.jpg 502w" sizes="(max-width: 516px) 100vw, 516px" /><figcaption>Select the compiler.</figcaption></figure>



<p>Back to the initial screen, please locate the Workspace menu in the left column. Forthwith, scroll until you get the <strong>main.cpp</strong> file. Then double click on it and you will see the file with the classic <em>Hello World</em>. </p>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="728" src="//1723336065.rsc.cdn77.org/wp-content/uploads/2019/12/code17.jpg" alt="Test file in CodeBlock" class="wp-image-16496" srcset="https://www.osradar.com/wp-content/uploads/2019/12/code17.jpg 1024w, https://www.osradar.com/wp-content/uploads/2019/12/code17-300x213.jpg 300w, https://www.osradar.com/wp-content/uploads/2019/12/code17-768x546.jpg 768w, https://www.osradar.com/wp-content/uploads/2019/12/code17-100x70.jpg 100w, https://www.osradar.com/wp-content/uploads/2019/12/code17-696x495.jpg 696w, https://www.osradar.com/wp-content/uploads/2019/12/code17-591x420.jpg 591w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>Test file in CodeBlock</figcaption></figure>



<p>To compile and run the program, click on the icon shown in the image below.  Accordingly,  just wait a few moments until the file is displayed in a pop-up window.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="730" src="//1723336065.rsc.cdn77.org/wp-content/uploads/2019/12/code18.jpg" alt="CodeBlocks running the file test.exe" class="wp-image-16498" srcset="https://www.osradar.com/wp-content/uploads/2019/12/code18.jpg 1024w, https://www.osradar.com/wp-content/uploads/2019/12/code18-300x214.jpg 300w, https://www.osradar.com/wp-content/uploads/2019/12/code18-768x548.jpg 768w, https://www.osradar.com/wp-content/uploads/2019/12/code18-100x70.jpg 100w, https://www.osradar.com/wp-content/uploads/2019/12/code18-696x496.jpg 696w, https://www.osradar.com/wp-content/uploads/2019/12/code18-589x420.jpg 589w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>CodeBlocks running the file test.exe</figcaption></figure>



<h2>Conclusion</h2>



<p>After finishing the post, we have seen how to install CodeBlocks on Windows 10. It is designed to be very extensible and completely configurable to the needs of developers. In addition, this IDE has been built around a complementary framework. All right, that&#8217;s it for now. I hope you find this post useful. Before saying goodbye I invite you to review our post about enabling <a rel="noreferrer noopener" href="https://www.osradar.com/how-to-enable-ping-in-windows-server-2019/" target="_blank">PING</a> in Windows Server 2019. </p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/how-to-install-codeblocks-in-windows-10/">How to install CodeBlocks in Windows 10</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.osradar.com/how-to-install-codeblocks-in-windows-10/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to install Android Studio on Fedora 30?</title>
		<link>https://www.osradar.com/how-to-install-android-studio-on-fedora-30/</link>
					<comments>https://www.osradar.com/how-to-install-android-studio-on-fedora-30/#comments</comments>
		
		<dc:creator><![CDATA[angeloma]]></dc:creator>
		<pubDate>Sun, 19 May 2019 23:22:46 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[fedora]]></category>
		<category><![CDATA[IDE]]></category>
		<category><![CDATA[tools]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=12129</guid>

					<description><![CDATA[<p>Fedora is a fairly popular Linux distribution. Many users highlight its speed and functionality to be taken into account as a reference. So many developers are interested in it as the main system in which to do their daily work. And there are many kinds of developers from web focus to mobile programming where iOS [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/how-to-install-android-studio-on-fedora-30/">How to install Android Studio on Fedora 30?</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Fedora is a fairly popular Linux distribution. Many users highlight its speed and functionality to be taken into account as a reference. So many developers are interested in it as the main system in which to do their daily work. And there are many kinds of developers from web focus to mobile programming where iOS and Android dominate the market. In this sense, Android has a special IDE called Android Studio. So, in this post you will learn how to install Android Studio on Fedora 30.</p>
<p>Android is the world&#8217;s most popular mobile operating system and is present in hundreds of models. In addition, many major brands such as Samsung bet strongly on it. So Android has an IDE that is up to the system in Android Studio.</p>
<p>Android Studio is the official Android IDE. It is based on IntelliJ IDEA. Android Studio offers even more features that enhance your productivity when building Android apps, such as:</p>
<ul>
<li>A flexible Gradle-based build system.</li>
<li>A fast and feature-rich emulator.</li>
<li>A unified environment where you can develop for all Android devices.</li>
<li>Instant Run to push changes to your running app without building a new APK.</li>
<li>Code templates and GitHub integration to help you build common app features and import sample code.</li>
<li>Extensive testing tools and frameworks.</li>
</ul>
<p>So, let us install Android Studio on <a href="https://www.osradar.com/fedora-30-released-how-to-install-it/" rel="noopener noreferrer">Fedora 30</a>.</p>
<h2>Install Android Studio on Fedora 30</h2>
<p>First of all, go to the <a href="https://developer.android.com/studio" rel="noopener noreferrer">Android Studio website</a>. Then download the Linux version. The website recognizes which system you are using. So just click on the Download Android Studio button.</p>
<p><figure id="attachment_12157" aria-describedby="caption-attachment-12157" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-12157" src="https://www.osradar.com/wp-content/uploads/2019/05/1-9.png" alt="1.- Android Studio website" width="1366" height="741" srcset="https://www.osradar.com/wp-content/uploads/2019/05/1-9.png 1366w, https://www.osradar.com/wp-content/uploads/2019/05/1-9-300x163.png 300w, https://www.osradar.com/wp-content/uploads/2019/05/1-9-768x417.png 768w, https://www.osradar.com/wp-content/uploads/2019/05/1-9-1024x555.png 1024w, https://www.osradar.com/wp-content/uploads/2019/05/1-9-696x378.png 696w, https://www.osradar.com/wp-content/uploads/2019/05/1-9-1068x579.png 1068w, https://www.osradar.com/wp-content/uploads/2019/05/1-9-774x420.png 774w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-12157" class="wp-caption-text">1.- Android Studio website</figcaption></figure></p>
<p>After you accept the license terms, the download will begin. It weighs 1 Gb so if you have a slow connection, it will take a while.</p>
<p>Once downloaded, it is necessary to install some dependencies. Open the terminal and type the following.</p>
<pre>:~$ sudo dnf install zlib.i686 ncurses-libs.i686 bzip2-libs.i686</pre>
<p><figure id="attachment_12158" aria-describedby="caption-attachment-12158" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-12158" src="https://www.osradar.com/wp-content/uploads/2019/05/2-9.png" alt="2.- Install some required libraries" width="1366" height="741" srcset="https://www.osradar.com/wp-content/uploads/2019/05/2-9.png 1366w, https://www.osradar.com/wp-content/uploads/2019/05/2-9-300x163.png 300w, https://www.osradar.com/wp-content/uploads/2019/05/2-9-768x417.png 768w, https://www.osradar.com/wp-content/uploads/2019/05/2-9-1024x555.png 1024w, https://www.osradar.com/wp-content/uploads/2019/05/2-9-696x378.png 696w, https://www.osradar.com/wp-content/uploads/2019/05/2-9-1068x579.png 1068w, https://www.osradar.com/wp-content/uploads/2019/05/2-9-774x420.png 774w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-12158" class="wp-caption-text">2.- Install some required libraries</figcaption></figure></p>
<p>After that, decompress the downloaded file in /opt/.</p>
<pre>:~$ cd /opt/
:~$ sudo tar -xvzf /home/your-user/Downloads/android-studio-ide-183.5522156-linux.tar.gz</pre>
<p>Obviously, be careful with the path and name of the downloaded file.</p>
<p>Then, run the wizard.</p>
<pre>:~$ cd android-studio/bin
:~$ sh studio</pre>
<p>Now, you will see the wizard.</p>
<p><figure id="attachment_12159" aria-describedby="caption-attachment-12159" style="width: 800px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-12159" src="https://www.osradar.com/wp-content/uploads/2019/05/33.png" alt="3.- Android studio setup wizard" width="800" height="600" srcset="https://www.osradar.com/wp-content/uploads/2019/05/33.png 800w, https://www.osradar.com/wp-content/uploads/2019/05/33-300x225.png 300w, https://www.osradar.com/wp-content/uploads/2019/05/33-768x576.png 768w, https://www.osradar.com/wp-content/uploads/2019/05/33-80x60.png 80w, https://www.osradar.com/wp-content/uploads/2019/05/33-265x198.png 265w, https://www.osradar.com/wp-content/uploads/2019/05/33-696x522.png 696w, https://www.osradar.com/wp-content/uploads/2019/05/33-560x420.png 560w" sizes="(max-width: 800px) 100vw, 800px" /><figcaption id="caption-attachment-12159" class="wp-caption-text">3.- Android studio setup wizard</figcaption></figure></p>
<p>Then, choose the type of the installation.</p>
<p><figure id="attachment_12160" aria-describedby="caption-attachment-12160" style="width: 800px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-12160" src="https://www.osradar.com/wp-content/uploads/2019/05/44.png" alt="4.- Install type" width="800" height="600" srcset="https://www.osradar.com/wp-content/uploads/2019/05/44.png 800w, https://www.osradar.com/wp-content/uploads/2019/05/44-300x225.png 300w, https://www.osradar.com/wp-content/uploads/2019/05/44-768x576.png 768w, https://www.osradar.com/wp-content/uploads/2019/05/44-80x60.png 80w, https://www.osradar.com/wp-content/uploads/2019/05/44-265x198.png 265w, https://www.osradar.com/wp-content/uploads/2019/05/44-696x522.png 696w, https://www.osradar.com/wp-content/uploads/2019/05/44-560x420.png 560w" sizes="(max-width: 800px) 100vw, 800px" /><figcaption id="caption-attachment-12160" class="wp-caption-text">4.- Install type</figcaption></figure></p>
<p>After that, select the theme. I like the dark theme, but select what you prefer.</p>
<p><figure id="attachment_12161" aria-describedby="caption-attachment-12161" style="width: 800px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-12161" src="https://www.osradar.com/wp-content/uploads/2019/05/55.png" alt="5.- Select UI theme" width="800" height="600" srcset="https://www.osradar.com/wp-content/uploads/2019/05/55.png 800w, https://www.osradar.com/wp-content/uploads/2019/05/55-300x225.png 300w, https://www.osradar.com/wp-content/uploads/2019/05/55-768x576.png 768w, https://www.osradar.com/wp-content/uploads/2019/05/55-80x60.png 80w, https://www.osradar.com/wp-content/uploads/2019/05/55-265x198.png 265w, https://www.osradar.com/wp-content/uploads/2019/05/55-696x522.png 696w, https://www.osradar.com/wp-content/uploads/2019/05/55-560x420.png 560w" sizes="(max-width: 800px) 100vw, 800px" /><figcaption id="caption-attachment-12161" class="wp-caption-text">5.- Select UI theme</figcaption></figure></p>
<p>Next, you will see the summary.</p>
<p><figure id="attachment_12162" aria-describedby="caption-attachment-12162" style="width: 800px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-12162" src="https://www.osradar.com/wp-content/uploads/2019/05/66.png" alt="6.- summary" width="800" height="600" srcset="https://www.osradar.com/wp-content/uploads/2019/05/66.png 800w, https://www.osradar.com/wp-content/uploads/2019/05/66-300x225.png 300w, https://www.osradar.com/wp-content/uploads/2019/05/66-768x576.png 768w, https://www.osradar.com/wp-content/uploads/2019/05/66-80x60.png 80w, https://www.osradar.com/wp-content/uploads/2019/05/66-265x198.png 265w, https://www.osradar.com/wp-content/uploads/2019/05/66-696x522.png 696w, https://www.osradar.com/wp-content/uploads/2019/05/66-560x420.png 560w" sizes="(max-width: 800px) 100vw, 800px" /><figcaption id="caption-attachment-12162" class="wp-caption-text">6.- summary</figcaption></figure></p>
<p>Then, the installation will begin. The wizard will download other required components. Be patience.</p>
<p><figure id="attachment_12163" aria-describedby="caption-attachment-12163" style="width: 800px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-12163" src="https://www.osradar.com/wp-content/uploads/2019/05/77.png" alt="7.- Installing Android Studio on Fedora" width="800" height="600" srcset="https://www.osradar.com/wp-content/uploads/2019/05/77.png 800w, https://www.osradar.com/wp-content/uploads/2019/05/77-300x225.png 300w, https://www.osradar.com/wp-content/uploads/2019/05/77-768x576.png 768w, https://www.osradar.com/wp-content/uploads/2019/05/77-80x60.png 80w, https://www.osradar.com/wp-content/uploads/2019/05/77-265x198.png 265w, https://www.osradar.com/wp-content/uploads/2019/05/77-696x522.png 696w, https://www.osradar.com/wp-content/uploads/2019/05/77-560x420.png 560w" sizes="(max-width: 800px) 100vw, 800px" /><figcaption id="caption-attachment-12163" class="wp-caption-text">7.- Installing Android Studio on Fedora</figcaption></figure></p>
<p>The process will take time. Then, you can start a new project.</p>
<p><figure id="attachment_12164" aria-describedby="caption-attachment-12164" style="width: 900px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-12164" src="https://www.osradar.com/wp-content/uploads/2019/05/88.png" alt="8.- Choose the type of project" width="900" height="651" srcset="https://www.osradar.com/wp-content/uploads/2019/05/88.png 900w, https://www.osradar.com/wp-content/uploads/2019/05/88-300x217.png 300w, https://www.osradar.com/wp-content/uploads/2019/05/88-768x556.png 768w, https://www.osradar.com/wp-content/uploads/2019/05/88-324x235.png 324w, https://www.osradar.com/wp-content/uploads/2019/05/88-696x503.png 696w, https://www.osradar.com/wp-content/uploads/2019/05/88-581x420.png 581w" sizes="(max-width: 900px) 100vw, 900px" /><figcaption id="caption-attachment-12164" class="wp-caption-text">8.- Choose the type of project</figcaption></figure></p>
<p>The next step is to configure the project.</p>
<p><figure id="attachment_12165" aria-describedby="caption-attachment-12165" style="width: 900px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-12165" src="https://www.osradar.com/wp-content/uploads/2019/05/99.png" alt="9.- Configure the project" width="900" height="651" srcset="https://www.osradar.com/wp-content/uploads/2019/05/99.png 900w, https://www.osradar.com/wp-content/uploads/2019/05/99-300x217.png 300w, https://www.osradar.com/wp-content/uploads/2019/05/99-768x556.png 768w, https://www.osradar.com/wp-content/uploads/2019/05/99-324x235.png 324w, https://www.osradar.com/wp-content/uploads/2019/05/99-696x503.png 696w, https://www.osradar.com/wp-content/uploads/2019/05/99-581x420.png 581w" sizes="(max-width: 900px) 100vw, 900px" /><figcaption id="caption-attachment-12165" class="wp-caption-text">9.- Configure the project</figcaption></figure></p>
<p>Now you can start to do fantastic Android applications.</p>
<p><figure id="attachment_12166" aria-describedby="caption-attachment-12166" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-12166" src="https://www.osradar.com/wp-content/uploads/2019/05/10-1.png" alt="10.- Android Studio on Fedora 30" width="1366" height="741" srcset="https://www.osradar.com/wp-content/uploads/2019/05/10-1.png 1366w, https://www.osradar.com/wp-content/uploads/2019/05/10-1-300x163.png 300w, https://www.osradar.com/wp-content/uploads/2019/05/10-1-768x417.png 768w, https://www.osradar.com/wp-content/uploads/2019/05/10-1-1024x555.png 1024w, https://www.osradar.com/wp-content/uploads/2019/05/10-1-696x378.png 696w, https://www.osradar.com/wp-content/uploads/2019/05/10-1-1068x579.png 1068w, https://www.osradar.com/wp-content/uploads/2019/05/10-1-774x420.png 774w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-12166" class="wp-caption-text">10.- Android Studio on Fedora 30</figcaption></figure></p>
<p>And that&#8217;s it.</p>
<h2>Conclusion</h2>
<p>Android Studio is an IDE for developing Android applications. Installing it is not at all complex, however, there are some dependencies that should be taken into account to avoid problems. In addition, it is recommended to have a fairly modern computer because it is somewhat heavy.</p>
<p>Are you an Android developer? Have you used Android Studio? Let us know in the comments.</p>
<p>Please share this post with your friends.</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/how-to-install-android-studio-on-fedora-30/">How to install Android Studio on Fedora 30?</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-android-studio-on-fedora-30/feed/</wfw:commentRss>
			<slash:comments>4</slash:comments>
		
		
			</item>
		<item>
		<title>Install Atom on Fedora 30</title>
		<link>https://www.osradar.com/install-atom-on-fedora-30/</link>
					<comments>https://www.osradar.com/install-atom-on-fedora-30/#respond</comments>
		
		<dc:creator><![CDATA[angeloma]]></dc:creator>
		<pubDate>Sat, 11 May 2019 05:00:00 +0000</pubDate>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Atom]]></category>
		<category><![CDATA[fedora]]></category>
		<category><![CDATA[Fedora 30. programming]]></category>
		<category><![CDATA[IDE]]></category>
		<category><![CDATA[New version]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=12004</guid>

					<description><![CDATA[<p>Fedora is a great Linux distribution. So much so that it is very versatile and allows you to install many applications for everyday work. As well as for leisure and entertainment. However, Fedora is so robust that it is used by many people to create and develop their work with great comfort. Among them, the [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/install-atom-on-fedora-30/">Install Atom on Fedora 30</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Fedora is a great Linux distribution. So much so that it is very versatile and allows you to install many applications for everyday work. As well as for leisure and entertainment. However, Fedora is so robust that it is used by many people to create and develop their work with great comfort. Among them, the developers who have at their disposal Atom. So in this post, we&#8217;ll show you how to install Atom on <a href="https://www.osradar.com/fedora-30-released-how-to-install-it/" rel="noopener noreferrer">Fedora 30</a>.</p>
<p><a href="https://atom.io/" rel="noopener noreferrer">Atom</a> is a powerful text editor that is used to write codes in many programming languages. It has the advantage of being hackable, that is, we can modify with total freedom the program making it work and behave as we want. It is open source and has many features that make it a strong competitor of <a href="https://www.osradar.com/visual-studio-code-on-linux/" rel="noopener noreferrer">Visual Studio</a> and Sublime Text.</p>
<p>So, let&#8217;s install Atom in Fedora 30.</p>
<h2>Install Atom in Fedora 30</h2>
<p>Atom has a nice website where we can find much more information about the program.</p>
<p><figure id="attachment_12005" aria-describedby="caption-attachment-12005" style="width: 1354px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-12005" src="https://www.osradar.com/wp-content/uploads/2019/05/1-4.png" alt="1.- Atom website" width="1354" height="667" srcset="https://www.osradar.com/wp-content/uploads/2019/05/1-4.png 1354w, https://www.osradar.com/wp-content/uploads/2019/05/1-4-300x148.png 300w, https://www.osradar.com/wp-content/uploads/2019/05/1-4-768x378.png 768w, https://www.osradar.com/wp-content/uploads/2019/05/1-4-1024x504.png 1024w, https://www.osradar.com/wp-content/uploads/2019/05/1-4-324x160.png 324w, https://www.osradar.com/wp-content/uploads/2019/05/1-4-696x343.png 696w, https://www.osradar.com/wp-content/uploads/2019/05/1-4-1068x526.png 1068w, https://www.osradar.com/wp-content/uploads/2019/05/1-4-853x420.png 853w" sizes="(max-width: 1354px) 100vw, 1354px" /><figcaption id="caption-attachment-12005" class="wp-caption-text">1.- Atom website</figcaption></figure></p>
<p>There immediately, we can find two buttons where they meet, two options to download Atom. In the first place, we have the .DEB package that is for distributions like Debian, <a href="https://www.osradar.com/tag/ubuntu/" rel="noopener noreferrer">Ubuntu</a>, <a href="https://www.osradar.com/tag/linux-mint/" rel="noopener noreferrer">Linux Mint</a> or ElementaryOS. However, below we will have the option to download the .RPM package that is suitable for <a href="https://www.osradar.com/tag/centos/" rel="noopener noreferrer">CentOS</a>, <a href="https://www.osradar.com/tag/opensuse/" rel="noopener noreferrer">OpenSuse</a>, RHEL, and Fedora that is our case.</p>
<p><figure id="attachment_12006" aria-describedby="caption-attachment-12006" style="width: 1348px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-12006" src="https://www.osradar.com/wp-content/uploads/2019/05/2-4.png" alt="2.- Download Atom" width="1348" height="621" srcset="https://www.osradar.com/wp-content/uploads/2019/05/2-4.png 1348w, https://www.osradar.com/wp-content/uploads/2019/05/2-4-300x138.png 300w, https://www.osradar.com/wp-content/uploads/2019/05/2-4-768x354.png 768w, https://www.osradar.com/wp-content/uploads/2019/05/2-4-1024x472.png 1024w, https://www.osradar.com/wp-content/uploads/2019/05/2-4-696x321.png 696w, https://www.osradar.com/wp-content/uploads/2019/05/2-4-1068x492.png 1068w, https://www.osradar.com/wp-content/uploads/2019/05/2-4-912x420.png 912w" sizes="(max-width: 1348px) 100vw, 1348px" /><figcaption id="caption-attachment-12006" class="wp-caption-text">2.- Download Atom</figcaption></figure></p>
<p>Once we have downloaded the corresponding RPM package, we will be able to start the installation. If we use the <code>rpm</code> command, we will have to deal with the dependencies and it is not advisable. So we will use <code>dnf</code> that does manage them.</p>
<pre>:~$ sudo dnf install [Path_of_the_file]</pre>
<p><figure id="attachment_12007" aria-describedby="caption-attachment-12007" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-12007" src="https://www.osradar.com/wp-content/uploads/2019/05/3-3.png" alt="3.- Install Atom on Fedora 30" width="1366" height="741" srcset="https://www.osradar.com/wp-content/uploads/2019/05/3-3.png 1366w, https://www.osradar.com/wp-content/uploads/2019/05/3-3-300x163.png 300w, https://www.osradar.com/wp-content/uploads/2019/05/3-3-768x417.png 768w, https://www.osradar.com/wp-content/uploads/2019/05/3-3-1024x555.png 1024w, https://www.osradar.com/wp-content/uploads/2019/05/3-3-696x378.png 696w, https://www.osradar.com/wp-content/uploads/2019/05/3-3-1068x579.png 1068w, https://www.osradar.com/wp-content/uploads/2019/05/3-3-774x420.png 774w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-12007" class="wp-caption-text">3.- Install Atom on Fedora 30</figcaption></figure></p>
<p>Now, we can run it from the main menu.</p>
<p><figure id="attachment_12008" aria-describedby="caption-attachment-12008" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-12008" src="https://www.osradar.com/wp-content/uploads/2019/05/4-3.png" alt="4.- Atom" width="1366" height="741" srcset="https://www.osradar.com/wp-content/uploads/2019/05/4-3.png 1366w, https://www.osradar.com/wp-content/uploads/2019/05/4-3-300x163.png 300w, https://www.osradar.com/wp-content/uploads/2019/05/4-3-768x417.png 768w, https://www.osradar.com/wp-content/uploads/2019/05/4-3-1024x555.png 1024w, https://www.osradar.com/wp-content/uploads/2019/05/4-3-696x378.png 696w, https://www.osradar.com/wp-content/uploads/2019/05/4-3-1068x579.png 1068w, https://www.osradar.com/wp-content/uploads/2019/05/4-3-774x420.png 774w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-12008" class="wp-caption-text">4.- Atom</figcaption></figure></p>
<p>So, enjoy it.</p>
<h2>Conclusion</h2>
<p>Atom is a great text editor that is used by many web developers to create their projects. As you can see its installation in Fedora 30 is quite simple but to novices can be very interesting.</p>
<p>Please share this post with your friends.</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/install-atom-on-fedora-30/">Install Atom on Fedora 30</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-atom-on-fedora-30/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Eric a fantastic IDE for Python</title>
		<link>https://www.osradar.com/eric-a-fantastic-ide-for-python/</link>
					<comments>https://www.osradar.com/eric-a-fantastic-ide-for-python/#respond</comments>
		
		<dc:creator><![CDATA[angeloma]]></dc:creator>
		<pubDate>Tue, 30 Apr 2019 04:01:08 +0000</pubDate>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[IDE]]></category>
		<category><![CDATA[linux mint]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[snap]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[ubuntu]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=11936</guid>

					<description><![CDATA[<p>IDE&#8217;s are essential to developers. In principle because these professional editors provide a lot of tools that help the coding process. Many of these options are intended for the debugging of catch or integration of other types of services that make up the coding process. In this sense, it could be said that the choice [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/eric-a-fantastic-ide-for-python/">Eric a fantastic IDE for Python</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>IDE&#8217;s are essential to developers. In principle because these professional editors provide a lot of tools that help the coding process. Many of these options are intended for the debugging of catch or integration of other types of services that make up the coding process. In this sense, it could be said that the choice of the IDE is an important first step before starting the coding process of the application. This is because there are many different features with different approaches to different programming languages. So, in this world in which we live, Python is becoming more and more popular and there is a need for IDE focused on this single language. So, today I am going to tell you about Eric. Eric is a fantastic IDE for Python available for Linux.</p>
<h2>Looking for an IDE for Python? Eric, it is the solution</h2>
<p><a href="https://eric-ide.python-projects.org/">Eric</a> is a full featured Python editor and IDE, written in <a href="https://www.osradar.com/tag/python/">Python</a>. It is based on the cross-platform Qt UI toolkit, integrating the highly flexible Scintilla editor control.</p>
<p>Some of Eric&#8217;s main features are as follows:</p>
<ul>
<li>An unlimited number of editors.</li>
<li>Configurable window layout.</li>
<li>Configurable syntax highlighting.</li>
<li>Sourcecode autocompletion.</li>
<li>Sourcecode calltips.</li>
<li>Advanced project management facilities.</li>
</ul>
<p>On the other hand, Eric integrates with many different services such as <a href="https://www.osradar.com/how-to-install-git-on-ubuntu-18-04-linux-mint-19/">GIT</a> or Mercurial. But it also integrates with Django which is a framework for web programming with Python. So as you can see it is a very versatile IDE for Python. Finally, it is also possible to integrate it with some Code Checkers such as Vulture and PyLint.</p>
<p>Sounds good, does not it? So let&#8217;s install it on Ubuntu or Linux Mint.</p>
<h2>Install Eric on Ubuntu 18.04 and Linux Mint</h2>
<p>Eric has some dependencies that we have to satisfy if we want to install it from its source code. However, we can do it through snap packages. So we do not have to worry about dependencies.</p>
<p>So open a terminal and run the following command:</p>
<pre>:~$ sudo apt install snapd</pre>
<p>Then, run the next one and wait for the installation to finish.</p>
<pre>:~$ sudo snap install eric-ide --classic</pre>
<p><figure id="attachment_11937" aria-describedby="caption-attachment-11937" style="width: 783px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-11937" src="https://www.osradar.com/wp-content/uploads/2019/04/1-16.png" alt="1.- Install Eric using Snap" width="783" height="126" srcset="https://www.osradar.com/wp-content/uploads/2019/04/1-16.png 783w, https://www.osradar.com/wp-content/uploads/2019/04/1-16-300x48.png 300w, https://www.osradar.com/wp-content/uploads/2019/04/1-16-768x124.png 768w, https://www.osradar.com/wp-content/uploads/2019/04/1-16-696x112.png 696w" sizes="(max-width: 783px) 100vw, 783px" /><figcaption id="caption-attachment-11937" class="wp-caption-text">1.- Install Eric using Snap</figcaption></figure></p>
<p>Now, you can run it from the main menu. And be able to start working!</p>
<p><figure id="attachment_11938" aria-describedby="caption-attachment-11938" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-11938" src="https://www.osradar.com/wp-content/uploads/2019/04/2-15.png" alt="2.- Eric a nice IDE for Python" width="1366" height="768" srcset="https://www.osradar.com/wp-content/uploads/2019/04/2-15.png 1366w, https://www.osradar.com/wp-content/uploads/2019/04/2-15-300x169.png 300w, https://www.osradar.com/wp-content/uploads/2019/04/2-15-768x432.png 768w, https://www.osradar.com/wp-content/uploads/2019/04/2-15-1024x576.png 1024w, https://www.osradar.com/wp-content/uploads/2019/04/2-15-696x391.png 696w, https://www.osradar.com/wp-content/uploads/2019/04/2-15-1068x600.png 1068w, https://www.osradar.com/wp-content/uploads/2019/04/2-15-747x420.png 747w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-11938" class="wp-caption-text">2.- Eric a nice IDE for Python</figcaption></figure></p>
<h2>Conclusion</h2>
<p>Developing quality applications requires a lot of time and technical knowledge. So applications are needed to help facilitate the process. In this sense, Eric behaves like a great IDE for Python that will be of great help to all lovers of this language.</p>
<p>Please share this post with your friends.</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/eric-a-fantastic-ide-for-python/">Eric a fantastic IDE for Python</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/eric-a-fantastic-ide-for-python/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Integrate the Javadoc to Netbeans</title>
		<link>https://www.osradar.com/integrate-the-javadoc-to-netbeans/</link>
					<comments>https://www.osradar.com/integrate-the-javadoc-to-netbeans/#respond</comments>
		
		<dc:creator><![CDATA[angeloma]]></dc:creator>
		<pubDate>Mon, 29 Apr 2019 05:02:44 +0000</pubDate>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[IDE]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[Netbeans]]></category>
		<category><![CDATA[Tutorial]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=11930</guid>

					<description><![CDATA[<p>I like to develop applications even though it&#8217;s not my main job. However, I am aware that when developers use a particular tool, for example, an IDE or a new language, it is best to review the official documentation of it. In this way, they get firsthand the help and knowledge needed to improve the [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/integrate-the-javadoc-to-netbeans/">Integrate the Javadoc to Netbeans</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>I like to develop applications even though it&#8217;s not my main job. However, I am aware that when developers use a particular tool, for example, an IDE or a new language, it is best to review the official documentation of it. In this way, they get firsthand the help and knowledge needed to improve the use of the tools. Especially, when a programming language is as extensive and dynamic as Java that, with each version incorporates new features designed to improve it. On the other hand, Netbeans is one of the most used IDE for the development with <a href="https://www.osradar.com/tag/java/" rel="noopener">Java</a> and it is required to exploit all its potential. So, in this post, you will learn how to integrate Javadoc into Netbeans. In short, from Netbeans itself, you will have access to the official Java documentation.</p>
<p>So, let us start.</p>
<h2>What is Netbeans?</h2>
<p>In case you are a beginner or don&#8217;t know it, <a href="https://netbeans.apache.org/" rel="noopener">Netbeans</a> is the best to program in Java. It is an open source IDE that is now part of the Apache foundation. This guarantees that it will remain as open source and that it has the backing of a large community.</p>
<p>In addition, this IDE can be easily configured through plugins that extend its functionality. For example, it can be integrated with <a href="https://www.osradar.com/how-to-install-the-latest-version-of-git-in-debian-9/" rel="noopener">GIT</a> or another version control system. Or simply change its appearance. Of course, there are many extensions ready to use.</p>
<p>Finally, it is good to say that Netbeans also supports other types of languages such as <a href="https://www.osradar.com/tag/php/" rel="noopener">PHP</a> or HTML. However, it is true that Java is where its main focus is.</p>
<h2>Integrate the Javadoc to Netbeans</h2>
<p>A great advantage of Netbeans is that we can integrate the official Java documentation into the IDE. This helps too much to know the methods and classes of Java as we work. Above all, it is useful when the programmer is novice or is starting with the language.</p>
<p>On the other hand, always using the official Java documentation will make our code cleaner because we will know specifically what each thing is for.</p>
<p>So let&#8217;s go for it.</p>
<p>We can integrate the Javadoc into Netbeans in two ways. First, we can download all the documentation from <a href="https://www.oracle.com/technetwork/java/javase/documentation/jdk12-doc-downloads-5296039.html" rel="noopener">this</a> link. This is convenient if you do not have a great connection frequently or simply don&#8217;t depend a lot on the internet. The other way is to add the URL of the documentation.</p>
<p>Open Netbeans and click on the <code>Tools</code> menu. Next, click on the<code> Java Plattforms</code> option.</p>
<p><figure id="attachment_11931" aria-describedby="caption-attachment-11931" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-11931" src="https://www.osradar.com/wp-content/uploads/2019/04/1-15.png" alt="1.- Java Platforms" width="1366" height="768" srcset="https://www.osradar.com/wp-content/uploads/2019/04/1-15.png 1366w, https://www.osradar.com/wp-content/uploads/2019/04/1-15-300x169.png 300w, https://www.osradar.com/wp-content/uploads/2019/04/1-15-768x432.png 768w, https://www.osradar.com/wp-content/uploads/2019/04/1-15-1024x576.png 1024w, https://www.osradar.com/wp-content/uploads/2019/04/1-15-696x391.png 696w, https://www.osradar.com/wp-content/uploads/2019/04/1-15-1068x600.png 1068w, https://www.osradar.com/wp-content/uploads/2019/04/1-15-747x420.png 747w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-11931" class="wp-caption-text">1.- Java Platforms</figcaption></figure></p>
<p>Then you will see on the left side the Java versions that are installed and added in Netbeans. In this case, I only have <a href="https://www.osradar.com/how-to-install-oracle-java-on-ubuntu-18-10/">Java 12</a> that we taught to install recently. When you click on the Java version, in the middle, there will be the <code>Javadoc</code> tab, click on it and if you downloaded the Javadoc click on <code>Add Zip/Folder</code>. If you will do it directly from the website, click on <code>Add URL</code>. And add the corresponding Javadoc URL.</p>
<p><figure id="attachment_11932" aria-describedby="caption-attachment-11932" style="width: 783px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-11932" src="https://www.osradar.com/wp-content/uploads/2019/04/2-14.png" alt="2.- Adding the Javadoc to Netbeans" width="783" height="586" srcset="https://www.osradar.com/wp-content/uploads/2019/04/2-14.png 783w, https://www.osradar.com/wp-content/uploads/2019/04/2-14-300x225.png 300w, https://www.osradar.com/wp-content/uploads/2019/04/2-14-768x575.png 768w, https://www.osradar.com/wp-content/uploads/2019/04/2-14-80x60.png 80w, https://www.osradar.com/wp-content/uploads/2019/04/2-14-265x198.png 265w, https://www.osradar.com/wp-content/uploads/2019/04/2-14-696x521.png 696w, https://www.osradar.com/wp-content/uploads/2019/04/2-14-561x420.png 561w" sizes="(max-width: 783px) 100vw, 783px" /><figcaption id="caption-attachment-11932" class="wp-caption-text">2.- Adding the Javadoc to Netbeans</figcaption></figure></p>
<p>There you go. Now when you use Netbeans and its desktop shortcuts, you will have access to the Java documentation that will explain that particular method. As you can see in the image.</p>
<p><figure id="attachment_11933" aria-describedby="caption-attachment-11933" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-11933" src="https://www.osradar.com/wp-content/uploads/2019/04/3-14.png" alt="3.- Using the Javadoc on Netbeans" width="1366" height="768" srcset="https://www.osradar.com/wp-content/uploads/2019/04/3-14.png 1366w, https://www.osradar.com/wp-content/uploads/2019/04/3-14-300x169.png 300w, https://www.osradar.com/wp-content/uploads/2019/04/3-14-768x432.png 768w, https://www.osradar.com/wp-content/uploads/2019/04/3-14-1024x576.png 1024w, https://www.osradar.com/wp-content/uploads/2019/04/3-14-696x391.png 696w, https://www.osradar.com/wp-content/uploads/2019/04/3-14-1068x600.png 1068w, https://www.osradar.com/wp-content/uploads/2019/04/3-14-747x420.png 747w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-11933" class="wp-caption-text">3.- Using the Javadoc on Netbeans</figcaption></figure></p>
<p>So, that&#8217;s it.</p>
<h2>Conclusion</h2>
<p>Creating applications is not as simple as many people think, however, there are tools that help this process. Today in this post, you have learned how to integrate Javadoc to Netbeans to improve the way we program in Java.</p>
<p>Please share this post with your friends.</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/integrate-the-javadoc-to-netbeans/">Integrate the Javadoc to Netbeans</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/integrate-the-javadoc-to-netbeans/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to install IntelliJ IDEA on Ubuntu 18.04?</title>
		<link>https://www.osradar.com/how-to-install-intellij-idea-on-ubuntu-18-04/</link>
					<comments>https://www.osradar.com/how-to-install-intellij-idea-on-ubuntu-18-04/#respond</comments>
		
		<dc:creator><![CDATA[angeloma]]></dc:creator>
		<pubDate>Mon, 22 Apr 2019 19:00:46 +0000</pubDate>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[bionic]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[IDE]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[linux mint]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[ubuntu]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=11875</guid>

					<description><![CDATA[<p>Linux is a fairly secure and stable operating system. That&#8217;s why many developers use it for their daily work. It also has the advantage that despite being one of the safest in the world, it is free. An advantage that in economically powerful countries may not be exploitable, but in others it is. So, in [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/how-to-install-intellij-idea-on-ubuntu-18-04/">How to install IntelliJ IDEA on Ubuntu 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 a fairly secure and stable operating system. That&#8217;s why many developers use it for their daily work. It also has the advantage that despite being one of the safest in the world, it is free. An advantage that in economically powerful countries may not be exploitable, but in others it is. So, in Linux developers have tools that they can install for their work, for example, some IDE. There is much very good quality, but today we will teach you how to install IntelliJ IDEA on Ubuntu 18.04. Also this post, you can apply it to Linux Mint 19.</p>
<p><a href="https://www.jetbrains.com/idea/" rel="noopener noreferrer">IntelliJ IDEA</a> is a <a href="https://www.osradar.com/tag/java" rel="noopener noreferrer">Java</a> IDE created by JetBrains. It considers itself to be the smartest and most productive IDE for Java programming. The truth is that it is surely one of the best IDE&#8217;s out there. It has a free trial license and a paid license. In addition, it is possible to extend its functionality thanks to the use of official plugins. With this, the IDE becomes quite flexible in its use.</p>
<p>On the other hand, is a very complete IDE, it is recommended to run on a computer with at least 4 Gb of Ram, but for a more fluid use at least 8Gb.</p>
<p>So today, you will learn how to install IntelliJ IDEA on Ubuntu 18.04.</p>
<h2>Two ways to install IntelliJ IDEA</h2>
<p>There are two ways to do this. The first is through Snap where we will use a self-contained package and that&#8217;s it. So this method is the simplest and recommended for beginners.</p>
<p>On the other hand, it is possible to install it using the official installer. With this method, we will get a cleaner installation of the program. So choose the one you want.</p>
<h3>Install IntelliJ IDEA using snap</h3>
<p>Snap is Canonical&#8217;s technology to make packages installable on many Linux distributions without paying attention to dependencies. So open a terminal and run:</p>
<pre>:~$ sudo apt install snapd</pre>
<p>Then, run the following command to install it.</p>
<pre>:~$ sudo snap install intellij-idea-community --classic</pre>
<p>Next, launch it from the main menu.</p>
<h3>Using the official installer</h3>
<p>In this case, the installation is more impious than using snap. So open a terminal, and install wget first.</p>
<pre>:~$ sudo apt install wget</pre>
<p>Then, download it.</p>
<pre>:~$ wget https://download.jetbrains.com/idea/ideaIC-2019.1-jbr11.tar.gz</pre>
<p><figure id="attachment_11877" aria-describedby="caption-attachment-11877" style="width: 1360px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-11877" src="https://www.osradar.com/wp-content/uploads/2019/04/1-10.png" alt="1.- Download IntelliJ IDEA" width="1360" height="340" srcset="https://www.osradar.com/wp-content/uploads/2019/04/1-10.png 1360w, https://www.osradar.com/wp-content/uploads/2019/04/1-10-300x75.png 300w, https://www.osradar.com/wp-content/uploads/2019/04/1-10-768x192.png 768w, https://www.osradar.com/wp-content/uploads/2019/04/1-10-1024x256.png 1024w, https://www.osradar.com/wp-content/uploads/2019/04/1-10-696x174.png 696w, https://www.osradar.com/wp-content/uploads/2019/04/1-10-1068x267.png 1068w" sizes="(max-width: 1360px) 100vw, 1360px" /><figcaption id="caption-attachment-11877" class="wp-caption-text">1.- Download IntelliJ IDEA</figcaption></figure></p>
<p>After that, extract the file.</p>
<pre>:~$ tar -zxvf ideaIC-2019.1-jbr11.tar.gz</pre>
<p><figure id="attachment_11878" aria-describedby="caption-attachment-11878" style="width: 1365px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-11878" src="https://www.osradar.com/wp-content/uploads/2019/04/2-9.png" alt="2.- decompress the file" width="1365" height="767" srcset="https://www.osradar.com/wp-content/uploads/2019/04/2-9.png 1365w, https://www.osradar.com/wp-content/uploads/2019/04/2-9-300x169.png 300w, https://www.osradar.com/wp-content/uploads/2019/04/2-9-768x432.png 768w, https://www.osradar.com/wp-content/uploads/2019/04/2-9-1024x575.png 1024w, https://www.osradar.com/wp-content/uploads/2019/04/2-9-696x391.png 696w, https://www.osradar.com/wp-content/uploads/2019/04/2-9-1068x600.png 1068w, https://www.osradar.com/wp-content/uploads/2019/04/2-9-747x420.png 747w" sizes="(max-width: 1365px) 100vw, 1365px" /><figcaption id="caption-attachment-11878" class="wp-caption-text">2.- decompress the file</figcaption></figure></p>
<p>Next, start the installation using the official script.</p>
<pre>:~$ cd idea-*/bin/
:~$ sh idea.sh</pre>
<p><figure id="attachment_11879" aria-describedby="caption-attachment-11879" style="width: 1361px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-11879" src="https://www.osradar.com/wp-content/uploads/2019/04/3-9.png" alt="3.- Install IntelliJ IDEA on Ubuntu 18.04" width="1361" height="520" srcset="https://www.osradar.com/wp-content/uploads/2019/04/3-9.png 1361w, https://www.osradar.com/wp-content/uploads/2019/04/3-9-300x115.png 300w, https://www.osradar.com/wp-content/uploads/2019/04/3-9-768x293.png 768w, https://www.osradar.com/wp-content/uploads/2019/04/3-9-1024x391.png 1024w, https://www.osradar.com/wp-content/uploads/2019/04/3-9-696x266.png 696w, https://www.osradar.com/wp-content/uploads/2019/04/3-9-1068x408.png 1068w, https://www.osradar.com/wp-content/uploads/2019/04/3-9-1099x420.png 1099w" sizes="(max-width: 1361px) 100vw, 1361px" /><figcaption id="caption-attachment-11879" class="wp-caption-text">3.- Install IntelliJ IDEA on Ubuntu 18.04</figcaption></figure></p>
<p>Once you run it through the main menu for the first time, you will have to configure it. For example, you will be able to define the default theme, as well as add some themes, in addition to accepting the license agreement. Everything is very easy and depends on your tastes. At the end, you will be able to start a new project.</p>
<p><figure id="attachment_11880" aria-describedby="caption-attachment-11880" style="width: 666px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-11880" src="https://www.osradar.com/wp-content/uploads/2019/04/4-6.png" alt="4.- IntelliJ IDEA on Ubuntu 18.04" width="666" height="488" srcset="https://www.osradar.com/wp-content/uploads/2019/04/4-6.png 666w, https://www.osradar.com/wp-content/uploads/2019/04/4-6-300x220.png 300w, https://www.osradar.com/wp-content/uploads/2019/04/4-6-80x60.png 80w, https://www.osradar.com/wp-content/uploads/2019/04/4-6-573x420.png 573w" sizes="(max-width: 666px) 100vw, 666px" /><figcaption id="caption-attachment-11880" class="wp-caption-text">4.- IntelliJ IDEA on Ubuntu 18.04</figcaption></figure></p>
<p>And ready, to develop.</p>
<h2>Conclusion</h2>
<p>Developing in Java is quite common nowadays, as it is one of the most popular and demanded languages. IntelliJ IDEA is one of the best and its installation in Ubuntu 18.04 is quite simple.</p>
<p>Share this post with your developer friends.</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/how-to-install-intellij-idea-on-ubuntu-18-04/">How to install IntelliJ IDEA on Ubuntu 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-intellij-idea-on-ubuntu-18-04/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Netbeans 10 available with JDK 11 support</title>
		<link>https://www.osradar.com/netbeans-10-available/</link>
					<comments>https://www.osradar.com/netbeans-10-available/#respond</comments>
		
		<dc:creator><![CDATA[angeloma]]></dc:creator>
		<pubDate>Sat, 29 Dec 2018 19:29:00 +0000</pubDate>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Coding]]></category>
		<category><![CDATA[IDE]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[New version]]></category>
		<category><![CDATA[News]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=8787</guid>

					<description><![CDATA[<p>Even though it&#8217;s the holiday season, the world of Open Source doesn&#8217;t stop. Recently Apache Foundation announced that Netbeans 10 was released as a stable version. This is great news for all the developers of the project and those of us who benefit from this great IDE. So, let&#8217;s talk about it. First of all, [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/netbeans-10-available/">Netbeans 10 available with JDK 11 support</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Even though it&#8217;s the holiday season, the world of Open Source doesn&#8217;t stop. Recently Apache Foundation announced that <a href="https://netbeans.apache.org/download/nb100/index.html" rel="noopener">Netbeans 10</a> was released as a stable version. This is great news for all the developers of the project and those of us who benefit from this great IDE. So, let&#8217;s talk about it.</p>
<p>First of all, it has to be presented. <a href="https://www.osradar.com/how-to-install-lastest-version-of-netbeans-in-debian-9/" rel="noopener">Netbeans</a> is an IDE (Integrated Development Environment) that is an application that focuses on being an editor with many tools to make application development easier. It has many plugins that expand its functionality and a large community willing to help.</p>
<p>Well, Netbeans 10 is here with us loaded with news. Of all of them, it is worth mentioning that it has support for JDK 11, something that will sincerely benefit Java developers. On the other hand, <a href="https://www.oracle.com/technetwork/java/javase/11-relnote-issues-5012449.html" rel="noopener">Java 11 is LTS</a>. What its combination with Netbeans should produce good results.</p>
<p>As far as Java technology is concerned, Netbeans 10 has the following characteristics:</p>
<ul>
<li>Removed the <a href="http://www.corba.org/" rel="noopener">CORBA</a> modules.</li>
<li>Support for JEP 309, Dynamic Class-File Constants.</li>
<li>Netbeans 10 now support for JEP 323, Local-Variable Syntax for Lambda Parameters.</li>
<li>Support for LVTI Support for Lamdba Parameters.</li>
</ul>
<p>As you can see, now the Java coding will be more fluid.</p>
<h1>Netbeans 10 loves PHP</h1>
<p>While Netbeans is a Java-focused IDE, this new version takes PHP and web development very much into account. Netbeans is a very competent IDE to make applications for the web although it pales in front of Atom or Sublime Text.</p>
<p>In spite of this, <a href="https://www.osradar.com/how-to-install-php-7-2-on-debian-9-stretch/" rel="noopener">PHP</a> receives a lot of affection, for example, in PHP 7.2 it already admits the final commas in the list syntax. In addition, coloring for an object type. If you use PHP 7.3, you can now add trailing commas in function calls and flexible Heredoc and Nowdoc Syntaxes.</p>
<p>Although there may be a few new features, it is true that PHP support is improving all the time. With Netbeans you can, for example, use the Zend and <a href="https://www.osradar.com/install-symfony-php-framework-ubuntu-18-04/" rel="noopener">Symfony</a> frameworks without add-ons.</p>
<h1>More features</h1>
<p>JUnit 5.3.1 has been added as a new Library to NetBeans, so you can quickly add it to your Java projects.</p>
<p>Another novelty of this new version of Netbeans is that the Jupiter engine is not supported, so the projects that have been created using that engine, will be maintained but the new ones remain with JUnit.</p>
<h1>Conclusion</h1>
<p>Netbeans is one of the world&#8217;s best-known IDEs. However, in recent times it has been somewhat overshadowed by the emergence of powerful text editors such as Atom or Sublime Text.</p>
<p>Finally, Netbeans 10 takes PHP development more and more seriously, incorporating subtle but important improvements in language compatibility.</p>
<p>Please buy this article with your friends.</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/netbeans-10-available/">Netbeans 10 available with JDK 11 support</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.osradar.com/netbeans-10-available/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
