<?xml version='1.0'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:georss="http://www.georss.org/georss" xmlns:atom="http://www.w3.org/2005/Atom" >
<channel>
	<title><![CDATA[BOL: Owner]]></title>
	<link>https://bioinformaticsonline.com/snippets/owner/bioqueen?</link>
	<atom:link href="https://bioinformaticsonline.com/snippets/owner/bioqueen?" rel="self" type="application/rss+xml" />
	<description><![CDATA[]]></description>
	
	<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/snippets/view/42878/install-atom-editor-on-elemantory-os-ubuntu</guid>
	<pubDate>Sun, 14 Feb 2021 12:04:27 -0600</pubDate>
	<link>https://bioinformaticsonline.com/snippets/view/42878/install-atom-editor-on-elemantory-os-ubuntu</link>
	<title><![CDATA[Install ATOM editor on Elemantory OS / Ubuntu]]></title>
	<description><![CDATA[<code>#Download ATOM deb file from https://atom.io/
https://atom.io/download/deb

(base) bioqueen@bioqueen-Lenovo-ideapad-320-15ISK:~/Downloads/$ sudo apt install ./atom-amd64.deb 
[sudo] password for bioqueen:     
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Note, selecting &#039;atom&#039; instead of &#039;./../atom-amd64.deb&#039;
The following packages were automatically installed and are no longer required:
  gir1.2-vte-2.91 libido3-0.1-0 libllvm6.0 libwayland-egl1-mesa
Use &#039;sudo apt autoremove&#039; to remove them.
The following additional packages will be installed:
  gconf-service gconf-service-backend gconf2-common libgconf-2-4
The following NEW packages will be installed:
  atom gconf-service gconf-service-backend gconf2-common libgconf-2-4
0 upgraded, 5 newly installed, 0 to remove and 0 not upgraded.
Need to get 845 kB/127 MB of archives.
After this operation, 698 MB of additional disk space will be used.
Do you want to continue? [Y/n] Y
Get:1 http://in.archive.ubuntu.com/ubuntu bionic/universe amd64 gconf2-common all 3.2.6-4ubuntu1 [700 kB]
Get:2 http://in.archive.ubuntu.com/ubuntu bionic/universe amd64 libgconf-2-4 amd64 3.2.6-4ubuntu1 [84.8 kB]
Get:3 http://in.archive.ubuntu.com/ubuntu bionic/universe amd64 gconf-service-backend amd64 3.2.6-4ubuntu1 [58.1 kB]
Get:4 http://in.archive.ubuntu.com/ubuntu bionic/universe amd64 gconf-service amd64 3.2.6-4ubuntu1 [2,036 B]
Get:5 /home/bioqueen/Downloads/atom-amd64.deb atom amd64 1.54.0 [126 MB]
Fetched 845 kB in 4s (219 kB/s)
Selecting previously unselected package gconf2-common.
(Reading database ... 194272 files and directories currently installed.)
Preparing to unpack .../gconf2-common_3.2.6-4ubuntu1_all.deb ...
Unpacking gconf2-common (3.2.6-4ubuntu1) ...
Selecting previously unselected package libgconf-2-4:amd64.
Preparing to unpack .../libgconf-2-4_3.2.6-4ubuntu1_amd64.deb ...
Unpacking libgconf-2-4:amd64 (3.2.6-4ubuntu1) ...
Selecting previously unselected package atom.
Preparing to unpack .../bioqueen/Downloads/atom-amd64.deb ...
Unpacking atom (1.54.0) ...
Selecting previously unselected package gconf-service-backend.
Preparing to unpack .../gconf-service-backend_3.2.6-4ubuntu1_amd64.deb ...
Unpacking gconf-service-backend (3.2.6-4ubuntu1) ...
Selecting previously unselected package gconf-service.
Preparing to unpack .../gconf-service_3.2.6-4ubuntu1_amd64.deb ...
Unpacking gconf-service (3.2.6-4ubuntu1) ...
Setting up gconf2-common (3.2.6-4ubuntu1) ...

Creating config file /etc/gconf/2/path with new version
Setting up libgconf-2-4:amd64 (3.2.6-4ubuntu1) ...
Setting up atom (1.54.0) ...
Setting up gconf-service-backend (3.2.6-4ubuntu1) ...
Setting up gconf-service (3.2.6-4ubuntu1) ...
Processing triggers for bamfdaemon (0.5.3+18.04.20180207.2-0ubuntu1) ...
Rebuilding /usr/share/applications/bamf-2.index...
Processing triggers for libc-bin (2.27-3ubuntu1.4) ...
Processing triggers for gnome-menus (3.13.3-11ubuntu1.1) ...
Processing triggers for mime-support (3.60ubuntu1) ...
Processing triggers for desktop-file-utils (0.23-1ubuntu3.18.04.2+elementary2~ubuntu5.0.1) ...

#Now you can add packages in it 

(base) bioqueen@bioqueen-Lenovo-ideapad-320-15ISK:~/Downloads/$ apm

apm - Atom Package Manager powered by https://atom.io

Usage: apm &lt;command&gt;

where &lt;command&gt; is one of:
    ci, clean, config, dedupe, deinstall, delete, dev, develop, disable, docs,
    enable, erase, featured, home, i, init, install, link, linked, links, list,
    ln, lns, login, ls, open, outdated, prune, publish, rebuild,
    rebuild-module-cache, remove, rm, search, show, star, starred, stars, test,
    uninstall, unlink, unpublish, unstar, update, upgrade, view.

Run `apm help &lt;command&gt;` to see the more details about a specific command.

Options:
  --color        Enable colored output                                     [boolean] [default: true]
  -v, --version  Print the apm version
  -h, --help     Print this usage message

  Prefix an option with `no-` to set it to false such as --no-color to disable
  colored output.

#Atom is essentially a text editor that you can use for coding. But did you know that you can turn Atom into a full-fledged IDE (integrated development environment) like Eclipse, PyCharm or IntelliJ IDEA etc?

(base) bioqueen@bioqueen-Lenovo-ideapad-320-15ISK:~/Downloads/$ apm install atom-ide-ui
Installing atom-ide-ui to /home/bioqueen/.atom/packages ✓</code>]]></description>
	<dc:creator>BioQueen</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/snippets/view/42873/converting-from-windows-style-to-unix-style-line-endings-with-dos2unix</guid>
	<pubDate>Sat, 13 Feb 2021 11:24:41 -0600</pubDate>
	<link>https://bioinformaticsonline.com/snippets/view/42873/converting-from-windows-style-to-unix-style-line-endings-with-dos2unix</link>
	<title><![CDATA[Converting from Windows-style to UNIX-style line endings with dos2unix]]></title>
	<description><![CDATA[<code>Lenovo-ideapad-320-15ISK:~/Downloads/abc/bin$ sudo apt install dos2unix
[sudo] password for bioqueen:     
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following packages were automatically installed and are no longer required:
  gir1.2-vte-2.91 libido3-0.1-0 libllvm6.0 libwayland-egl1-mesa
Use &#039;sudo apt autoremove&#039; to remove them.
The following NEW packages will be installed:
  dos2unix
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 351 kB of archives.
After this operation, 1,267 kB of additional disk space will be used.
Get:1 http://in.archive.ubuntu.com/ubuntu bionic/universe amd64 dos2unix amd64 7.3.4-3 [351 kB]
Fetched 351 kB in 3s (130 kB/s)   
Selecting previously unselected package dos2unix.
(Reading database ... 177704 files and directories currently installed.)
Preparing to unpack .../dos2unix_7.3.4-3_amd64.deb ...
Unpacking dos2unix (7.3.4-3) ...
Setting up dos2unix (7.3.4-3) ...
Processing triggers for man-db (2.8.3-2ubuntu0.1) ...</code>]]></description>
	<dc:creator>BioQueen</dc:creator>
</item>

</channel>
</rss>