Skip to main content

Posts

Showing posts from November, 2016

How to Install Fedora 25 on VirtualBox in Windows 8 / Windows 10 - Learn Online

I this video I am going to show , How to Install Fedora 25 LTS on VirtualBox in Windows 8 / Windows 10. Ubuntu is a most popular Linux-based operating system. Recently Fedora releases its newest version 25. VirtualBox is also a popular software for creating virtual machine available for Windows and Linux environment. Fedora 24, Fedora 23, Fedora 22 can also be installed in he same way. commands - - sudo dnf update kernel* - sudo dnf install kernel-devel-$(uname -r) kernel-headers-$(uname -r) gcc

How to install Atom editor in Ubuntu Linux - Learn Online

Atom is opensource source code and text editor. Atom can be installed on Windows, Linux and OS X. Atom supports plugins written in Node.js and has embedded Git source control. Atom is developed by GitHub. Atom is build using web technologies and used as a desktop application. In this post we will see how to install Atom editor on your Ubuntu Linux system. Click to Find all commands - $ sudo add-apt-repository ppa:webupd8team/atom $ sudo apt-get update $ sudo apt-get install atom