Posts

Showing posts with the label Install
I this video I am going to show step-by-step how to install the CentOS 7 Linux distribution on VirtualBox for pure and open source virtualization of your testing and development environments. Create a New Virtual Machine (VM) with the Virtual Machine Wizard, choosing Linux for the OS Type and Red Hat or Red Hat (64 bit) for the Operating System. Memory should be at least 768MB for a graphical install to work. Next the virtual hard disk wizard will start. The OS disk should be at least 8GB. For a relatively full install, allocate at least 15GB, otherwise use all the defaults. Additional disk[s] can be added later if desired.
2 comments
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
7 comments
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
7 comments
sudo apt-add-repository ppa:webupd8team/java sudo apt-get update sudo apt-get install oracle-java8-installer ensure your JAVA_HOME variable has been set to: export JAVA_HOME=/usr/lib/jvm/java-8-oracle How can I install Sun/Oracle's proprietary Java JDK 6/7/8 or JRE? How to install Oracle Java on Ubuntu 14.04? Easy Ways to Install Oracle Java JDK on Ubuntu Linux How To Install Java on Ubuntu with Apt-Get Searches related to How to install Oracle Java JDK on Ubuntu ubuntu install jdk 8 ppa:webupd8team/java unable to locate package oracle-java8-installer download java for ubuntu ubuntu set java_home openjdk 8 ubuntu update java ubuntu uninstall java ubuntu
23 comments
Since Python 3.0 you have to write: print("Hello world!") installation - How to install Python 3.3 Howto- Install Python 3.x in Ubuntu, Debian, Fedora & Centos 12.04 - How do I install python 2.7.2 on Ubuntu 'Hello World' , and how to exit from Python. Python 3.2 installation on Ubuntu 12.04 Searches related to install python on ubuntu install wxpython ubuntu install python linux install python on ubuntu server install perl ubuntu install ruby ubuntu install php ubuntu install c++ ubuntu install pygame ubuntu I need help installing Python 2.7.5 on Ubuntu 13.04
21 comments
How to install cmake on ubuntu linux Using CMake to Build Qt Projects ubuntu c++ Using Cmake with Qt Creator ubuntu linux c++ cmake does not find qt 5.1.1 ubuntu c++ Error while building custom Qt library with CMake Qt Creator, CMake and C++/Qt Using CMake to build a Qt application "Hello World !" using Qt with CMake Configuring CMake for QT development
15 comments
Installing Node.js How to Install Node.js installation - How do I install the latest version of node.js Installing Node.js on Ubuntu How to install latest version of Node.js on Ubuntu Searches related to how to install node.js on ubuntu install node.js debian sudo apt-get install nodejs sudo apt-get install node ubuntu npm ubuntu nodejs package apt-get node js ubuntu apt-get node debian squeeze nodejs How to install the latest node.js on Ubuntu
17 comments