DevOps • linuxhint.com • 2 марта 2021 г. 14:47
You can actually turn your Synology Nas into a software development environment. In order to do that and run virtual machines on it, you'll need to meet a few requirements. In this article, we’ll discuss all the things you need to know about setting...... читать далее
SynologyDevOps • linuxhint.com • 2 марта 2021 г. 5:59
PartedMagic is a Linux distribution used for partitioning, data recovery, and other data-related forensics operations. It mainly comes packaged as an ISO tool you can burn to a CD/DVD or USB flash drive and booted live without installing it. How to R...... читать далее
Disk ManagementDevOps • linuxhint.com • 26 февраля 2021 г. 2:22
Synology specializes in Network Attached Storage (NAS) devices and software that are easy to use and configure. It also offers a lot of useful features that make it stand out from its competitors. In this article, we’ll show how you can setup Synolog...... читать далее
SynologyDevOps • ubuntu.com • 25 февраля 2021 г. 3:00
Feb. 25, 2021 – DFI and Canonical signed the Ubuntu IoT Hardware Certification Partner Program. DFI is the world’s first industrial computer manufacturer to join the program aimed at offering Ubuntu-certified IoT hardware ready for the ov...... читать далее
IoT Snaps Ubuntu CoreDevOps • linuxhint.com • 24 февраля 2021 г. 0:33
Storage is one of the cheapest IT commodities in today’s market. After the device is connected, it should be recognized in the system. However, at the software level, it still requires some configuration to use it properly. In this article, how to a...... читать далее
FedoraРазработка • moz://a HACKS • 23 февраля 2021 г. 13:30
State Partitioning is the technical term for a new privacy feature in Firefox called Total Cookie Protection, which will be available in ETP Strict Mode in Firefox 86. This article shows how State Partitioning works inside of Firefox and explains wha...... читать далее
Firefox api cookies firefox partitioning privacy storage tracking pixelDevOps • linuxhint.com • 22 февраля 2021 г. 9:11
The article is a is a straightforward explanation on how to split strings in Python a methods are useful to convert sentence or group of words to parsable and iterable Python types.... читать далее
PythonDevOps • linuxhint.com • 20 февраля 2021 г. 16:28
Lubuntu is a lightweight operating system based on the Linux kernel created from the Ubuntu distribution. This Linux distro was developed under the GNU license as an open-source tool. Lubuntu aims to work on low-end systems without compromising on pe...... читать далее
LubuntuDevOps • OpenNET • 8 февраля 2021 г. 16:45
Опубликована реализация новой техники идентификации конкретного экземпляра браузера. Метод основывается на особенностях обработки изображений Favicon, при помощи которых сайт определяет пиктограммы, отображаемые в закладках, вкладках и прочих элемен...... читать далее
DevOps • linuxhint.com • 8 февраля 2021 г. 14:41
Gentoo is a rolling release, but there are no major updates. The idea behind this is never to have incompatible parts of the system because they belong to different major releases. In Gentoo, you have new kernels when it has been tested. You can, of...... читать далее
GentooDevOps • linuxhint.com • 8 февраля 2021 г. 3:10
In computing, a filesystem is a layout or format used to store files in a storage device. A filesystem is used to divide a storage device to keep different files organized logically. Different filesystems have different tools for diagnosing problems,...... читать далее
File ManagementDevOps • linuxhint.com • 7 февраля 2021 г. 18:27
Getting started with Gentoo requires some knowledge of Linux inner workings. It is worthwhile finding out more about your system. You could find many interesting points that can help your private computing or even your career. Many corporations use t...... читать далее
GentooDevOps • linuxhint.com • 3 февраля 2021 г. 3:50
If you've ever lost your password, you're not the only one. Due to a forgotten password, you do not have to reinstall the whole operating system. In Ubuntu, they have made it extremely easy to restore your password. How to reset Ubuntu's forgotten pa...... читать далее
UbuntuDevOps • linuxhint.com • 1 февраля 2021 г. 12:21
Kaisen Linux is an operating system developed for IT professionals. Kaisen Linux provides all the necessary tools for diagnosing and fixing an installed operating system. One of the best things about Kaisen Linux is that you can boot it from a USB th...... читать далее
KaisenDevOps • OpenNET • 31 января 2021 г. 10:29
Доступен релиз Linux-дистрибутива Clonezilla Live 2.7.1, предназначенного для быстрого клонирования дисков (копируются только используемые блоки). Задачи, выполняемые дистрибутивом сходны с проприетарным продуктом Norton Ghost. Размер iso-образа дист...... читать далее
DevOps • linuxhint.com • 30 января 2021 г. 16:21
The installation procedure for Gentoo involves more steps. This is intentional so you can control the steps in a more clear way. You also have the opportunity to tweak your system to be as efficient as you can make it. Gentoo Linux Installation is ex...... читать далее
GentooDevOps • OpenNET • 26 января 2021 г. 18:30
Состоялся релиз web-браузера Firefox 85. Кроме того, сформировано обновление ветки с длительным сроком поддержки 78.7.0. На стадию бета-тестирования перешла ветка Firefox 86, релиз которой намечен на 23 февраля. Основные новшества: Добавл...... читать далее
DevOps • OpenNET • 26 января 2021 г. 8:12
Состоялся релиз редактора дисковых разделов Gparted 1.2 (GNOME Partition Editor), поддерживающего большинство файловых систем и типов разделов, применяемых в Linux. Кроме функций управления метками, редактирования и создания разделов, GParted позволя...... читать далее
DevOps • linuxhint.com • 19 января 2021 г. 20:00
In using any Linux distribution, it sometimes requires you to look up UEFI settings. Changing the UEFI is possible, however, you should extremely be aware of whatever you are doing as it can potentially impose damages. This article explains how you c...... читать далее
UEFIРазработка • aakinshin.net • 19 января 2021 г. 0:00
In one of the previous posts, I have discussed the Hardle-Steiger method. This algorithm allows estimating the moving median using \(O(L)\) memory and \(O(log(L))\) element processing complexity (where \(L\) is the window size). Also, I have shown ho...... читать далее