Have you forgotten MariaDB root password? You don’t know how to recover it. Not to worry, this tutorial will help you to reset MariaDB root password on Linux system. Let’s follow this step by step tutorial to reset MariaDB root password on your Linux systems. Step 1 – Start MariaDB in Safe Mode First of all, you need to stop MariaDB service on your system. You can do this using the following command. sudo systemctl stop mysql.service Now start your MariaDB service in safe mode using skip grant and run this command in the background. mysqld_safe –skip-grant-tables & Step 2…
Author: Rahul
Xnoise is a popular media player in Linux worlds for GTK+ with an intuitive user interface with his great speed and many features. Xnoise plays audio as well as plays video very efficientyly. Features of Xnoise Player Xnoise is popular with its lot of features like. Simple GUI Support of both Music and Videos Equalizer with sound presets Automatic media folder monitoring Automatic album art fetching Capability to State restore Can play virtually all media via GStreamer Install Xnoise Player on Ubuntu Use following set of commands to install SMPlayer on your Ubuntu systems. $ sudo add-apt-repository ppa:shkn/xnoise $ sudo…
MariaDB An enhanced, drop-in replacement for MySQL. MariaDB can be an better choice for choice for database professionals looking for a robust, scalable, and reliable SQL server. MariaDB has a number of updated features over MySQL. Use below links to read features comparison between MariaDB and MySQL Features of MariaDB vs MySQL Compatibility between MariaDB vs MySQL Read more about MariaDB This article will help you to install MariaDB 5.5 in CentOS, RHEL 6/5 and Fedora 19/18/17 systems using Yum Step 1: Add MariaDB Yum Repositories First we need to add MariaDB yum repository in our system. Below is the…
Samba is a popular open-source software suite that allows Linux systems to share files and printers with other operating systems, including Windows. Setting up a network share using Samba on Linux is a relatively simple process, and can be done in just a few steps. Step 1: Install Samba The first step in setting up a network share using Samba is to ensure that the Samba software is installed on your Linux system. You can do this by using your distribution’s package manager to install the “samba” package. For example, on Debian-based systems such as Ubuntu, you can install Samba…
PartKeepr is an open source Inventory Manage System, primarily designed for electronic components. This article will help you to install Install PartKeepr in CentOS & RHEL Systems. We assume you already have LAMP environment setup on your system or use LAMP setup instructions on CentOS/RHEL system. Step 1: Install Required Packages PartKeepr required multiple packages, Use following set of commands to install them, PHP and pear packages. # yum install php-pear php-pecl-imagick php-gd Install below pear packages as well # pear channel-discover pear.symfony.com # pear channel-discover pear.doctrine-project.org # pear channel-discover pear.twig-project.org # pear install pear.doctrine-project.org/DoctrineORM # pear install doctrine/DoctrineSymfonyYaml #…
Kile is an integrated LATEX environment for the KDE desktop. Kile gives you the ability to use all the functionality of LATEX in a graphical interface, giving you easy, immediate, and customized access to all programs for LATEX code completion, compiling, post processing, debugging, conversion and viewing tools; you also get very handy wizards, a LATEX reference and a powerful project management. Some Features of Kile IDE Compile, convert and view your document with . Auto-completion of (La)TeX commands Templates and wizards make starting a new document very little work. Collect documents that belong together into a project. Easy insertion…
CentALT RPM Repository provides most of updated packages for RHEL based systems. I also use this repository for getting recent version of packages. This article will help you to install CentALT repository in CentOS 6/5, RHEL 6/5 systems. Install CentALT in CentOS/RHEL 6/5 Use one of below option to install CentALT repository as per your system architecture and operating system. CentOS/RHEL 6, 32 Bit (i386): # rpm -Uvh http://centos.alt.ru/repository/centos/6/i386/centalt-release-6-1.noarch.rpm CentOS/RHEL 6, 64 Bit x86_64): # rpm -Uvh http://centos.alt.ru/repository/centos/6/x86_64/centalt-release-6-1.noarch.rpm CentOS/RHEL 5, 32 Bit (i386): # rpm -Uvh http://centos.alt.ru/repository/centos/5/i386/centalt-release-5-3.noarch.rpm CentOS/RHEL 5, 64 Bit (x86_64): # rpm -Uvh http://centos.alt.ru/repository/centos/5/x86_64/centalt-release-5-3.noarch.rpm
Deluge is a full-featured ​Free ​BitTorrent client Software for Linux, OS X, Unix and Windows. It is licensed under the ​GNU General Public License. It uses ​libtorrent in its backend and features multiple user-interfaces including: GTK+, web and console. This how to guide will help you to install Deluge BitTorrent in Ubuntu systems. Features of Deluge Torrent There are number of features available in Deluge BitTorrent client, Few of them are listed below. Core/UI split allowing Deluge to run as a daemon Connect remotely to the Deluge daemon BitTorrent Protocol Encryption Local Peer Discovery (aka LSD) FAST protocol extension µTorrent…
qBittorrent is an alternative of µtorrent, It also has ability to run cross plateform like (Linux, Mac OS X, Windows, OS/2, FreeBSD). qBittorrent is based on Qt4 toolkit and libtorrent-rasterbar. qBittorrent v4.0.3 has been released on Dec 17, 2017. Click here to read more about changes in this release. this how to guide will help you to install qBittorrent on Ubuntu systems. Features of qBitTorrent User Interface similar to µTorrent Very Well integrated and extensible Search Engine Search in most BitTorrent search sites Simultaneousaly Categoried search requests (e.g. Music, Movies) Supports All Bittorrent extensions Remotely managable isomg web user interface…
OpenSSH is a free tool widely used for remote login or remote file transfer. It uses SSH/SecSH protocol suite to provide encryption for network services. Its source code is available free to everyone. This article will help you to Install or Update OpenSSH Server in CentOS, RHEL, and Fedora systems. Features of OpenSSH Open Source Project Free Licensing Strong Encryption (3DES, Blowfish, AES, Arcfour) X11 Forwarding (encrypt X Window System traffic) Port Forwarding (encrypted channels for legacy protocols) Strong Authentication (Public Key, One-Time Password, and Kerberos Authentication) Agent Forwarding (Single-Sign-On) Interoperability (Compliance with SSH 1.3, 1.5, and 2.0 protocol Standards)…