Found 1437 Articles for Linux

Clementine 1.3 A Modern Music Player for Linux

Sharon Christine
Updated on 20-Jan-2020 07:21:59

144 Views

Clementine is a freely available cross-platform open source, Qt based track player encouraged by using Amarok 1.4. The Newest stable available which is version 1.3 was released after a year of development and springs with Vk.Com and Seafile support along with countless different enhancements and trojan horse fixes. This article explains about how to install Clementine music player.FeaturesIt will search and play local music libraryYou can listen to online Radio from Spotify, Grooveshark, SomaFM, etc.We can play songs from Dropbox, Google Drive, OneDrive, Amazon could, etc.It creates smart playlists and dynamic playlists.It transfers music in iPod, iPhone, android, other mobile ... Read More

Best Way to Install Go 1.7 on Ubuntu

Sharon Christine
Updated on 20-Jan-2020 07:05:18

475 Views

Go is a free and open source programming language created by Google in 2007. It supplies convenient to construct simple, nontoxic, and effective programs. This language is designed for writing on servers. This article explains about ‘How to install Go 1.7 on Ubuntu’Installing Go Programming languageTo download Go language binary archive file, use the following command –$ wget https://storage.googleapis.com/golang/go1.7.1.linux-amd64.tar.gzThe sample output should be like this –--2016-12-29 10:49:44-- https://storage.googleapis.com/golang/go1.7.1.linux-amd64.tar.gz Resolving storage.googleapis.com (storage.googleapis.com)... 216.58.197.48, 2404:6800:4007:807::2010 Connecting to storage.googleapis.com (storage.googleapis.com)|216.58.197.48|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 81618401 (78M) [application/x-gzip] Saving to: ‘go1.7.1.linux-amd64.tar.gz’ go1.7.1.linux-amd64 100%[===================>] 77.84M 5.98MB/s in 16s ... Read More

10 Netstat Command Examples on Linux

karthikeya Boyini
Updated on 20-Jan-2020 06:03:35

484 Views

Netstat is a command line utility that can be utilized to list out all the network (socket) connections on a method comparable to network connections, routing tables, interface records, masquerade connections, multicast memberships etc. This article explains about – Top 10 Netstat Command Examples on Linux.Listening and non-listening socketsTo show about listening and non-listening sockets, use the following command –$ netstat -allThe sample output should be like this –Active Internet connections (servers and established) Proto Recv-Q Send-Q Local Address Foreign Address State tcp 0 0 localhost:mysql *:* LISTEN tcp 0 0 linux-Inspiron-3:domain *:* LISTEN tcp 0 0 linux-Inspiron-35:46930 ec2-54-236-207-15:https ESTABLISHED ... Read More

XDM – The Download Manager for Linux that ramps up Your Speed to 500%

karthikeya Boyini
Updated on 17-Jan-2020 13:01:06

171 Views

Xtreme download supervisor (xdman) is an effective download supervisor for Linux, which is developed in Java programing language. It can increase download speeds of upto 500% and is an alternative for the windows IDM (Internet Download Manager). It is compatible with many popular internet browsers such as Firefox, Chrome, Opera.Before installing Xtreme Download supervisor, Check if Java is installed or not available by typing java -version in command line.$ java -versionThe sample output should be like this –openjdk version "1.8.0_91" OpenJDK Runtime Environment (build 1.8.0_91-8u91-b14-0ubuntu4~16.04.1-b14) OpenJDK 64-Bit Server VM (build 25.91-b14, mixed mode)Installing Xtreme Download Manager in LinuxTo put the ... Read More

How to Install and Configure Squid Proxy Server on Linux

karthikeya Boyini
Updated on 17-Jan-2020 12:14:36

658 Views

In this article, we will learn how to install and configure the Squid proxy server. A Squid proxy server is an open source and GPLD proxy with web cache. The Squid proxy server has various uses as we can speed up the web server by caching the repeated requests from the clients and we can use it for name server query. We can use it for looking at the network or a group of people for sharing the network resources.Squid proxy is a high-performance proxy caching server for Web clients which supports FTP, gopher, and HTTP data objects. Squid can ... Read More

Rainbow Stream – An Advanced Command-line Twitter Client for Linux

Sharon Christine
Updated on 17-Jan-2020 11:50:44

225 Views

Rainbow Stream is a free and open source Twitter-consumer for Linux command-line, released under MIT License. It is competent of showing Rea ltime tweet stream, compose a tweet, search, favorite, etc.It is written in Python and built on high of Twitter API and Python Twitter Tool. To run this application in your console you must have installed python and pip version 2.7.x or 3.x.FeaturesIt is a free and open source twitter-client for Linux command-line.It is capable of rendering twitter image in Terminal.It supports Proxy.It supports interactive mode.Theme customization is implemented.It has the capability of showing real-time twitter stream.You can tweet, ... Read More

Top 5 Best Linux Text Editors

karthikeya Boyini
Updated on 17-Jan-2020 11:03:04

983 Views

A text editor is a kind of program used for modifying simple text records. Such packages are repeatedly often called “notepad” application, following the Microsoft Notepad. This article explains about -“Top 5 Best Linux Text Editors”Vi EditorVim is a pre-set up text editor that’s upwards suitable to Vi. It may be used to edit all sorts of plain textual content. It is exceptionally priceless for enhancing packages.To open Vi editor, use the following command –$viThe sample output should be like thisTo get the more infomation about Vi editor, use the following command –$ vi --helpThe sample output should be like ... Read More

Netdata – A Real-Time Performance Monitoring Tool for Linux Systems

Sharon Christine
Updated on 17-Jan-2020 10:41:38

343 Views

Netdata is an enormously optimized Linux utility that presents real-time (per 2nd) efficiency monitoring for Linux techniques, applications, SNMP devices, etc. And shows full interactive charts that certainly renders all collected values over the web browser to investigate them. This article explains about how to find a real-time performance monitoring tool for Linux Systems.FeaturesIt monitors total and per Core CPU usage, interrupts, softirqs and frequency.It monitors Memory, RAM, Swap and Kernel usage.It monitors Disk I/O (per disk: bandwidth, operations, backlog, utilisation, etc).It monitors Network interfaces including: bandwidth, packets, errors, drops, etc).It monitors Netfilter / iptables Linux firewall connections, events, errors, ... Read More

How to Setup and Configure Redis on Ubuntu 16.04

Sharon Christine
Updated on 28-Apr-2022 06:18:53

109 Views

“More than the act of testing, the act of designing tests is one of the best bug preventers known.” – Boris BeizerWell, designing and maintaining the testing activities involves a lot of attention and takes precious times of the team. The pain of organizing the test cases, test suits, then keeping the records of the test results phases after phases, tracking the bugs, and then maintaining those various reports and metrics, a quality assurance person can understand who actually performs all those activities. Also tracing the requirements against a particular test case is another painful task when needed.How about a ... Read More

Most Frequently Used Linux IPTables Rules with Examples

Sharon Christine
Updated on 31-Jan-2020 12:34:37

9K+ Views

This article will help you to create IPtables rules that you can directly use for your daily or routine needs, These examples will act as basic templates for you to work on iptables with these rules which suit your specific requirement.Deleting the IPtables or Existing RulesBefore you start building new IPtables set of rules, you should clean up all the default rules, and existing rules. Use the IPtables flush command, below are some examples –#iptables --flush (or) # iptables --FDefault Policies ChainThe default policy is ACCEPT, change the policy to DROP for all the INPUT, FORWARD, OUTPUT.# iptables -P INPUT ... Read More

Advertisements