Linux Tutorials on the topic “opensuse”
-
How to install pandom: a true random number generator for Linux
Author: Oliver • Tags: centos, debian, fedora, linux, opensuse, security, suse, ubuntu • Comments: 1
This tutorial explains how to install pandom: a timing jitter true random number generator maintained by ncomputers.org. The built-in Linux kernel true random number generator provides low throughput under modern circumstances, as for example: personal computers with solid state drives (SSD) and virtual private servers (VPS). This problem is becoming popular in Linux implementations, because of the continuously increasing need for true random numbers, mainly by diverse cryptographic purposes.
-
How to let users securely edit files using sudoedit on Linux
Author: Himanshu Arora • Tags: centos, debian, fedora, linux, opensuse, shell, ubuntu • Comments: 5
Suppose you are a system administrator in a company where teams mostly work on Linux with limited privileges. Now imagine a situation where members of one of the teams - as part of some new work - need to frequently edit a file that requires superuser privileges. What would you do?
-
How to perform pattern search in files using Grep
Author: Himanshu Arora • Tags: centos, debian, fedora, linux, opensuse, shell, ubuntu • Comments: 1
This article focuses on some advanced features of the grep command like case insensitive search, displaying certain non-matched lines with line containing matched string, print matched strings in grep, and to display the position of a match in grep.
-
-
How to take screenshots on Linux using Scrot
Author: Himanshu Arora • Tags: centos, debian, desktop, fedora, linux, opensuse, shell, ubuntu • Comments: 6
If you are looking for an even better command line utility for taking screenshots, then you must give Scrot a try. This tool has some extra features that are currently not available in gnome-screenshot. In this tutorial, we will explain Scrot using easy to understand examples.
-
How to connect ONLYOFFICE online editors to OwnCloud
Author: Daria • Tags: centos, debian, linux, opensuse, server, ubuntu • Comments: 3
This tutorial describes how to connect ONLYOFFICE document editors with an OwnCloud server by using the OwnCloud ONLYOFFICE integration app.
-
How to do line-by-line comparison of files in Linux using diff command - Part II
Author: Ansh • Tags: centos, debian, linux, opensuse, programming, shell, ubuntu • Comments: 1
Assuming that you already know the basic usage of the diff command that we explained in the first part of this diff command tutorial series, in this tutorial, we'll discuss the various command line options the tool provides, through some easy to understand examples.
-
How to wirelessly manage, control, and access your Android phone from Linux using Airdroid
Author: Himanshu Arora • Tags: centos, debian, desktop, fedora, linux, opensuse, ubuntu • Comments: 1
What if you could access your phone from your computer? Yes, there are applications that not only let you access, but also manage as well as control your phone from your PC. If you have been looking for such a solution, look no further as in this tutorial we will discuss an application dubbed AirDroid, focusing on how you can use it to access/manage/control your Android phone from your Linux computer.
-
How to split a large archive file into multiple small files using Split command in Linux
Author: Ansh • Tags: arch linux, centos, debian, linux, opensuse, shell, ubuntu • Comments: 3
Although one of the primary reasons behind creating archives is the ease of handling and transfer, sometimes the compressed file itself is so large that it becomes a nightmare to transfer it over network, especially when the network speed is slow. So, what should be done in cases like these? Is there a solution to this problem? Well, yes - one solution is to split the compressed file into smaller bits, that can easily be transferred over network. At destination, you can join them back to get the original archive.
-
Multiple USB Writing on Linux
Author: Bill Toulas • Tags: centos, debian, fedora, linux, opensuse, ubuntu • Comments: 2
This quick tutorial will deal with the tasks of writing an ISO file on multiple USB pen drives, and writing multiple ISO files into one USB pen drive. These are two different tasks that require the utilization of different tools, but I thought it would be a good idea to cover them both in one article.
-
How to Install Pure-FTPd with TLS and virtual users on OpenSUSE Leap 42.1
Author: Muhammad Arul • Tags: ftp, linux, opensuse, server • Comments: 2
In this tutorial, I will show you how to install and configure pure-ftpd on OpenSUSE Leap 42.1. I will show you how to set-up pure-ftpd with TLS/SSL and then set-up virtual-users.