Как установить Memcached на CentOS 8.
https://clck.ru/Uf8Pv
Пять советов по выбору задач и рабочих нагрузок Linux для автоматизации.
https://clck.ru/Uf8QB
https://clck.ru/Uf8Pv
Пять советов по выбору задач и рабочих нагрузок Linux для автоматизации.
https://clck.ru/Uf8QB
Linuxtoday
Linux Today - How to Install Memcached on CentOS 8
Memcached is an open-source and high-performance memory caching system. It stores data in memory and is being used for optimizing dynamic websites.
Копирование каталога в Linux - Как записать папку в командной строке в Linux и Unix (MacOS) https://www.freecodecamp.org/news/copy-a-directory-in-linux-how-to-cp-a-folder-in-the-command-line-in-linux-and-unix-macos/
freeCodeCamp.org
Copy a Directory in Linux – How to cp a Folder in the Command Line in Linux and Unix (MacOS)
To copy files or directories in Unix-based operating systems (Linux and MacOS), you use the cp command. The cp command is a relatively simple command, but its behavior changes slightly depending on the inputs (files vs directories) and the options you pass…
Храните несколько дистрибутивов Linux на USB с помощью этого инструмента с открытым исходным кодом https://opensource.com/article/21/5/linux-ventoy
Opensource
Keep multiple Linux distros on a USB with this open source tool
Giving friends and neighbors a bootable USB drive containing your favorite Linux distribution is a great way to introduce neophyte Linux users to the experience we all enjo
Это официально! Linux готов для мамы и папы! https://letsdebug.it/post/16-linux-for-mars-copters-moms-and-pops/
www.letsdebug.it
It's official! Linux is ready for Mom and Pops!
We recently saw Ingenuity fly over Mars, an amazing robo-copter powered by Linux! Yet another proof how flexible and versatile this operating system can be. But now, the really big news. It’s official. Linux can handle Mom and Pops just as well!
8 команд Linux, которые должен знать каждый https://devdojo.com/bo-iliev/8-linux-commands-everyone-should-know
DevDojo
8 Linux Commands Everyone Should Know
Introduciton It's a well-known fact that developers use terminals. And using a terminal is something that everybody should know. It is a good thing to know and do because it will help you in so many w...
Убиваем Linux-процессы/неотвечающие приложения с помощью xkill.
https://clck.ru/Uk2jX
https://clck.ru/Uk2jX
Linuxtoday
Linux Today - Kill Linux Processes/Unresponsive Applications Using xkill
How do we kill a resource/process in Linux? Obviously we find the PID of the resource and then pass the PID to the kill command.
Linux Advanced - переменные среды в Linux https://blog.learncodeonline.in/linux-advanced-environment-variables-in-linux
Learn Code Online
Linux Advanced - Environment Variables in Linux
Anyone having a little bit of programming knowledge will have an idea about what a variable is!
A variable is a symbolic name for a value it contains. In more technical terms we can say it's a storage location (identified by a memory address) and mo...
A variable is a symbolic name for a value it contains. In more technical terms we can say it's a storage location (identified by a memory address) and mo...
Руководство для начинающих по установке OpenGL в Linux (Debian) https://medium.com/geekculture/a-beginners-guide-to-setup-opengl-in-linux-debian-2bfe02ccd1e
Medium
A Beginner’s Guide to Setup OpenGL in Linux (Debian)
Step-by-step guide for setting up OpenGL in Ubuntu along with the installation of required libraries: GLFW and GLAD.
Начало работы с периферийной разработкой в Linux с использованием открытого исходного кода https://dzone.com/articles/getting-started-with-edge-development-on-linux-usi
dzone.com
Getting Started With Edge Development on Linux Using Open Source - DZone Java
Leverage Quarkus to scale IoT application development and deployment environments.
4 терминальных мультиплексора Linux, которые стоит попробовать https://opensource.com/article/21/5/linux-terminal-multiplexer
Opensource.com
4 Linux terminal multiplexers to try
Compare tmux, GNU Screen, Konsole, and Terminator to see which is the best fit for you.
Контрольные списки - Система взломана - Часть 2 - Профилактические меры для Infra (усиление защиты ОС) https://hello-worlds.in/2021/05/14/checklists-system-is-hacked-part-2-preventive-steps-for-infra-os-hardening/
helloworlds
Checklists – System is Hacked – Part 2 – Preventive Steps for Infra (OS Hardening)
In last article we described List of Checks which can determine if system is compromised or hacked . In this article we will talk about preventive steps (specially infra related) can be taken…
Как установить Microsoft Teams в Linux.
https://www.itsmarttricks.com/how-to-install-microsoft-teams-on-linux/
Как управлять серверами Linux с помощью Cockpit.
https://www.cloudsavvyit.com/10297/how-to-manage-linux-servers-with-cockpit/
https://www.itsmarttricks.com/how-to-install-microsoft-teams-on-linux/
Как управлять серверами Linux с помощью Cockpit.
https://www.cloudsavvyit.com/10297/how-to-manage-linux-servers-with-cockpit/
IT SMART TRICKS
How to Install Microsoft Teams on Linux » IT SMART TRICKS
In this article, we are going to learn How to Install Microsoft Teams on Linux, RedHat, CentOS, Fedora and OpenSUSE. Debian, Ubuntu and Mint.
Учебное пособие по Linux lsof для начинающих (15 примеров).
https://www.linuxtoday.com/developer/linux-lsof-command-tutorial-for-beginners-15-examples-210517231503.html
https://www.linuxtoday.com/developer/linux-lsof-command-tutorial-for-beginners-15-examples-210517231503.html
Linux Today
Linux lsof Command Tutorial for Beginners (15 Examples) | Linux Today
The lsof command in Linux displays in its output information about files that are opened by processes. In this article, we will discuss the Linux lsof tool, using 15 easy-to-understand examples.
Специальные символы в конфигурации прокси-сервера docker daemon и systemd https://www.javacodegeeks.com/2021/05/special-characters-in-proxy-configuration-of-docker-daemon-and-systemd.html
Java Code Geeks
Special characters in proxy configuration of docker daemon and systemd - Java Code Geeks - 2022
Interested to learn about docker daemon? Check our article explaining how to configure HTTP(s) proxy for docker daemon process.
Как работают сигналы Linux:SIGINT, SIGTERM и SIGKILL.
https://www.cloudsavvyit.com/11072/linux-signals-hacks-definition-and-more/
https://www.cloudsavvyit.com/11072/linux-signals-hacks-definition-and-more/
Cloudsavvyit
How Linux Signals Work: SIGINT, SIGTERM, and SIGKILL
Software interrupts on Linux and Unix systems are made via signals. There are many different Linux signals, but a few stand out and are important to understand and know: SIGINT, SIGTERM, and SIGKILL. Here’s how they work.
Три года спустя Linux на Chrome OS наконец-то вышла из стадии бета-тестирования https://www.androidpolice.com/2021/05/21/linux-on-chrome-os-is-finally-out-of-beta-three-years-later/
Android Police
Linux on Chrome OS is finally out of beta, three years later
Chromebooks have had Linux support for such a long time by now, you'd be forgiven if you forgot that Linux has only ever been in beta testing for all
Как уровни выполнения Linux влияют на работающие службы.
https://www.cloudsavvyit.com/11101/how-linux-runlevels-affect-running-services/
https://www.cloudsavvyit.com/11101/how-linux-runlevels-affect-running-services/
Cloudsavvyit
How Linux Runlevels Affect Running Services
Linux runlevels distinguish between system operating states. Switching runlevel will change the services which are running. You can customise runlevels so each level starts with a specific set of services.
Следите за характеристиками вашего компьютера Linux с помощью этого настольного приложения https://opensource.com/article/21/5/linux-kinfocenter
Opensource
Keep tabs on your Linux computer specs with this desktop application
Whether I'm using a laptop my employer assigned to me or a workstation I built from vendor parts, I seem to have an endless capacity to forget my computer's specifications.
Автоматизируйте ввод в сценарии Linux с помощью команды expect.
https://www.cloudsavvyit.com/11017/automate-inputs-to-linux-noscripts-with-the-expect-command/
https://www.cloudsavvyit.com/11017/automate-inputs-to-linux-noscripts-with-the-expect-command/
10 лучших (+/-) навыков Linux для получения работы в Linux https://devdojo.com/dennis/top-10-linux-skills-for-landing-a-linux-job
DevDojo
Top 10 (+/-) Linux skills for landing a Linux job
Introduction Hey now, you have probably went through numerous job-hunting websites and you memorized all the buzzwords (Junior Sysadmin; Junior Site Reliability Engineer; NOC Engineer; System support;...