Showing headlines posted by tecmint
« Previous ( 1 ... 6 7 8 9 10 11 12 13 14 ... 15 ) Next »The Best PowerPoint Alternatives for Linux
If you are a Linux user and looking for the best PowerPoint alternative (either desktop or web-based), you have come to the right place. In this article, you will find a brief overview of some interesting presentation applications that can be natively installed on a Linux distribution or used online via the browser.
Which Ubuntu Flavor Should You Choose?
So, you just decided to switch to using a Linux distro and you’ve come to the decision that Ubuntu is the one for you. But while you were doing your research you came across tags like Ubuntu flavours and derivatives – “what are the differences?” you ask. Also, why are there so many versions, and what is the alpha-beta-LTS business all about?
5 Lightweight Linux Desktop Environments For Older Computers
Many of us own old computers, and old computers need low resources-constrained GUI’s to be used on them. In this article, we are going to talk about 5 lightweight desktop environments to install on your old computer to revive it again.
The Ubuntu Lifecycle and Release Cadence
Ubuntu’s flagship operating system is hardly a thing of a novelty since we had been anticipating its release for a good while. In April 2020, Canonical officially announced the release of the next iteration of its Ubuntu operating system which is the long-term support 20.04 (Focal Fossa).
SSH Passwordless Login Using SSH Keygen in 5 Easy Steps
SSH (Secure SHELL) is an open-source and most trusted network protocol that is used to login to remote servers for the execution of commands and programs. It is also used to transfer files from one computer to another computer over the network using a secure copy (SCP) Protocol.
12 Open Source Linux Desktop Environments of 2021
The word ‘Open Source‘ can be attributed to the Linux community which brought it into existence along with the introduction of Linux (successor of then-existing Unix Operating System). Although ‘Linux‘ in itself came into existence as only a base Kernel, its open-source nature attracted a huge society of developers worldwide to contribute to its development.
How to Clean Your Ubuntu System Using Bleachbit Tool
Bleachbit is an open-source utility that helps you in cleaning, optimizing, and protecting your privacy. It takes care of cleaning your disk space, browser history, delete cookies, shreds temporary files and directories, delete logs, and discard junk from your system. This tool has evolved over time and has added more features.
Screenlets: An Amazing Tool to Add Desktop Gadgets/Widgets in Linux
Screenlets is an application software released under GNU GPL. The same name screenlets refers to the engine as well as widget that runs on it. It was Originally Developed by ‘Rico Pfaus‘, ‘Helder Fraga‘ and ‘Natan Yellin‘ for Unix-like Operating System. Designed specially to run on X11-based compositing windows manager like compiz.
10 IT Networking Protocols Skills to Land Your Dream Job
This is the fourth article of the series, which aims at making you aware of ‘Top Network Protocol Skills in demand’. It is important to note that the skill set keeps on changing as per the demand of the market and requirements. We will try to keep you updated, if there is any major changes in the below statistics.
Updated Top Hex Editors for Linux
In simple words, a hex editor allows you to examine and edit binary files. The difference between a regular text editor and the hex editor is that the regular editor represents the logical content of the file, while a hex editor represents the physical contents of the file.
LFCA: How to Improve Linux Network Security – Part 19
In an ever-connected world, network security is increasingly becoming one of the areas where organizations invest a great deal of time and resources. This is because a company’s network is the backbone of any IT infrastructure and connects all the servers and network devices.
Useful Commands to Create Commandline Chat Server and Remove Unwanted Packages in Linux
In this post we will be introducing 6 command Line tips namely create Linux Command line chat using Netcat command, perform addition of a column on the fly from the output of a command, remove orphan packages from Debian and CentOS, get local and remote IP from command Line, get colored output in terminal and decode various color code and last but not the least hash tags implementation in Linux command Line
How to Install and Configure ‘Collectd’ and ‘Collectd-Web’ to Monitor Server Resources in Linux
Collectd-web is a web front-end monitoring tool based on RRDtool (Round-Robin Database Tool), which interprets and graphical outputs the data collected by the Collectd service on Linux systems. This tutorial will cover the installation process of Collectd service and Collectd-web interface on RHEL/CentOS/Fedora and Ubuntu/Debian based systems with the minimal configurations needed to be done in order to run the services and to enable a Collectd service plug-in.
How to Control Vagrant Box Using Vagrant commands
In the previous article, we have seen how to spin up a virtual machine using vagrant. In this article, we will focus on customizing the vagrant file according to our requirements and see important commands to work with the vagrant.
45 Zypper Commands to Manage ‘Suse’ Linux Package Management
SUSE (Software and System Entwicklung (Germany) meaning Software and System Development, in English) Linux lies on top of Linux Kernel brought by Novell. SUSE comes in two pack. One of them is called OpenSUSE, which is freely available (free as in speech as well as free as in wine). It is a community driven project packed with latest application support, the latest stable release of OpenSUSE Linux is 13.2.
Pyzo – The Interactive Editor for Scientific Python
Pyzo is a free, open-source, and cross-platform Python IDE that is focused on introspection and interactivity, that is why it is well suited for scientific computing. Its feasible design is aimed at simplicity and efficiency, consisting of two components: shell and editor.
How to Create Virtual Machine with Vagrant and VirtualBox
In the previous article, we have seen how to set up vagrant in your Linux distribution. In this article, you will learn how to create a Vagrant project to install a vagrant box, configure a guest machine, and understand core aspects of vagrant and important configurations and commands.
Kali Linux 2021.1 – Fresh Installation Guide
Kali Linux is a secure Debian-based Linux distribution that comes pre-loaded with hundreds of well-known security tools and has gained quite a name for itself.
10 Amazing and Mysterious Uses of (!) Symbol or Operator in Linux Commands
The '!' symbol or operator in Linux can be used as Logical Negation operator as well as to fetch commands from history with tweaks or to run previously run command with modification. All the commands below have been checked explicitly in bash Shell.
Testssl.sh – Testing TLS/SSL Encryption Anywhere on Any Port
testssl.sh is a free and open-source, feature-rich command-line tool used for checking TLS/SSL encryption enabled services for supported ciphers, protocols, and some cryptographic flaws, on Linux/BSD servers. It can be run on macOS X and Windows using MSYS2 or Cygwin.