Found 143 Articles for Ubuntu

How to Install Sublime Text Editor on Ubuntu

Sharon Christine
Updated on 22-Jan-2020 07:21:23

529 Views

Sublime Text is a cross-platform source code editor with a Python application programming interface (API). It natively supports many programming languages and markup languages, and its functionality can be extended by users with plugins, typically community-built and maintained under free-software licenses.This article describes “How to install Sublime Text Editor on Ubuntu”FeaturesEditing files side by side.It supported all Platforms.It provides functionality to find and replace with regular expressions.The Command Palette gives fast access to functionality.“Goto Anything, ” quick navigation to files, symbols, or lines.Python-based plugin API.Compatible with many language grammars from TextMate.Installing SublimeThere are two version’s of Sublime Text is available ... Read More

Learn How to Install Adobe Flash Player On Ubuntu 16.4.

Samual Sam
Updated on 22-Jan-2020 07:14:06

272 Views

Adobe Flash Player is a browser plug for web utilities that can provide regular and engaging consumer experiences, attractive audio/video playback, and interesting gameplay. It is one of the most important plugins to run SWF records – an Adobe Flash file layout for exhibiting “animated” vector graphics on the internet. This article explains about – How to install Adobe Flash Player on Ubuntu.PrerequisitesA machine installed with Ubuntu.A user with root privileges or root user.Pre-installed ubuntu-restricted-extras package.Installing Adobe Flash PlayerAdobe Flash Player requires ubuntu-restricted-extras package. This package contains essential software which is not already included with Ubuntu due to legal or ... Read More

Learn How to Install SMPlayer in Ubuntu

Samual Sam
Updated on 22-Jan-2020 07:09:50

595 Views

SMPlayer is a free media player for windows and Linux with built-in codecs, which will additionally play YouTube videos, search and down load subtitles, and entails other points like a thumbnail generator and audio and video filters.FeaturesHelp for Youtube. That you can search, play and down-load Youtube moviesMany video and audio filters are availableThumbnail generatorVideo equaliserIt has many Skins/ThemesIt supports a couple of speed playbackIt supports audio and subtitles delay adjustmentInstalling SMPlayerTo install SMPlayer, add the following PPA on Ubuntu−$sudo add-apt-repository ppa:rvm/smplayerThe sample output should be like this − Packages for SMPlayer. To install SMPlayer from this PPA, run these ... Read More

How to Install PHP 7 on Ubuntu Linux 14.04 LTS

Sharon Christine
Updated on 22-Jan-2020 06:58:20

591 Views

PHP is a server-side scripting language designed for web development but also used as a general-purpose programming language. Originally created by Rasmus Lerdorf in 1994, the PHP reference implementation is now produced by The PHP Group. The latest version PHP is PHP7 and it provides 2x faster performance and 50% better memory consumption than PHP version 5.6. This article explains “How to install PHP7 on Ubuntu Linux”.Before installing PHP7, you should need to install a PPA called ondrej/php. This allows you to co-install PHP versions 5.6 and 7.0.Configuring a PPA for co-installable PHP 5.6 + 7.0To configure a PPA, use ... Read More

How to Install Noise Music Player on Ubuntu

Sharon Christine
Updated on 22-Jan-2020 06:53:43

318 Views

Noise is a fast and beautiful GTK3 audio player with a focus on music and libraries. It handles external devices, CDs, and album art. Noise utilizes Granite for a consistent and slick UI. Elementary OS Team has created few PPAs on launchpad.net so that users can easily install and test some elementary applications(Noise Player) on Ubuntu desktop. This article explains you about how to install noise player on Ubuntu.FeaturesIt supports plugins.Automatic DB upgrading for newer versions.It supports last.fm authentication.It supports smart auto scroll for the current song.It supports horizontally scrolling fixed.It supports gapless playback.Improved start-up speed.Multi-library management. Podcasts now have ... Read More

How to Install MongoDB on Ubuntu 16.04

Sharon Christine
Updated on 22-Jan-2020 06:45:35

573 Views

MongoDB is a cross-platform, document oriented database that provides, high performance, high availability, and easy scalability. MongoDB works on concept of collection and document. The official Ubuntu 16.04 MongoDB packages have not yet been published by the MongoDB maintainers. This article explains about “How to install Mongo DB on Ubuntu and start the MongoDB service on boot”Adding the MongoDB RepositoryMongoDB is generally included in a Ubuntu package repositories. However, a legitimate MongoDB repository affords the most upto date version change in an endorsed manner.To carry out this process, we first must import the key for the legitimate MongoDB repository using ... Read More

How To Install Jenkins on Ubuntu

Sharon Christine
Updated on 22-Jan-2020 06:23:35

698 Views

Jenkins is a powerful application that allows continuous integration and continuous delivery of projects, regardless of the platform you are working on. It is a free source that can handle any kind of build or continuous integration. You can integrate Jenkins with a number of testing and deployment technologies. This article explains about- “How to install Jenkins on Ubuntu”To add Jenkins PPA on Ubuntu, use the following command –$ wget -q -O - https://pkg.jenkins.io/debian/jenkins-ci.org.key | sudo apt-key add - $ sudo sh -c 'echo deb http://pkg.jenkins.io/debian-stable binary/ > /etc/apt/sources.list.d/jenkins.list'Now update the packages, use the following command –$ sudo apt-get updateTo ... Read More

How to Install Java with Apt-Get on Ubuntu 16.04

Sharon Christine
Updated on 22-Jan-2020 06:15:40

1K+ Views

Java programming language was originally developed by Sun Microsystems which was initiated by James Gosling and released in 1995 as core a component of Sun Microsystems’ Java platform (Java 1.0 [J2SE]).The latest release of the Java Standard Edition is Java SE 8. With the advancement of Java and its widespread popularity, multiple configurations were built to suit various types of platforms. Ex − J2EE for Enterprise Applications, J2ME for Mobile Applications.The new J2 versions was renamed as Java SE, Java EE and Java ME respectively. Java is guaranteed to be a Write Once, Run Anywhere.This article explains about ‘How to ... Read More

How to Install Grunt on Ubuntu?

Sharon Christine
Updated on 22-Jan-2020 06:08:04

2K+ Views

Grunt (The JavaScript assignment Runner) is an automation tool to perform repetitive duties like compilation, unit testing etc. Grunt and Grunt plugins are hooked up and managed through NPM, the Node.Js package manager. This article explains about – How to install Grunt on Ubuntu.To install grunt on ubuntu, it should require pre-installed Node.js and NPM. To verify the version of Node.js, use the following command –$ node --versionThe sample output should be like this –v6.9.2To verify the version of NPM, use the following command –$ npm --versionThe sample output should be like this –3.10.9If you wants to install Node.js and ... Read More

How to Enable or Install Byobu for Terminal Management on Ubuntu 16.04

karthikeya Boyini
Updated on 14-Jul-2020 11:57:17

1K+ Views

In this article, we will learn about Byobu on the Ubuntu 16.04, Byobu which is a terminal multiplexer and easy to use, Byobu is used to have multiple windows, consoles and split panes within the windows and will also show the status badges and notifications on the terminal.To complete this tutorial we needed an Ubuntu 16.04 installed and a Linux user with sudo permissions.Installing or Checking the ByobuAs a default feature of Ubuntu 16.04, Byobu is installed. However, as a practice, we will check the installation and version and if not we will install the Byobu.To check the Byobu is ... Read More

Advertisements