技术文章
-
你可能不知道的有用的 Linux Bash 命令
Bash 是一种相当强大的编程语言,而且也很容易上手。 毕竟,当您打开 Linux 终端时,它几乎都是您将看到的 Shell。这使得习惯它非常有用。 Bash 中有一些强大…… -
Ubuntu 22.04.1 LTS 发布,Ubuntu 20.04 LTS 用户可以升级了
Ubuntu 22.04.1 LTS 今天作为长期支持的 Ubuntu 22.04 LTS(Jammy Jellyfish)操作系统系列的第一个版本发布,Canonical 终于为 Ubuntu 20.04 LTS(Focal Foss…… -
Using AzCopy to Migrate Local Files to Azure blob Storage
AzCopy is a command-line utility that you can use to copy blobs or files to or from a storage account. This article helps you download AzCopy, conne…… -
How to Add Windows LTSC Enterprise Version With Other Language Support
There are many reasons why some tech people like to use Windows LTSC version. It is light, small, stable and fast, comparing to regular Windows vers…… -
CyberArk PAS Integration with LDAP,NTP,SMTP,SIEM,SNMP,Backup,Local Firewall
This post is to describe the configuration for integrating CyberArk with other popular enterprise software or services. LDAP Integration Prere…… -
Deploy Docker, Docker-Compose, Portainer and NPM (Nginx Proxy Manager)
In this tutorial, you will learn to install and configure Docker, Docker-compose, the Portainer container management solution on a Linux server and …… -
CyberArk 12.1 Lab – 5. PSM Installation
Privileged Session Manager (PSM) enables organizations to secure, control and monitor privileged access to network devices by using the Vault techno…… -
Install Domain Controller VM in Azure For Existing Active Directory
This post is to summarize the steps to install additional Domain controller in an Azure Virtual machine for your existing on-prem Active directory. …… -
Get Root Access to Oketeto’s Instance Using Githhub & Ngrok and Create New Docker Image For This Purpose
This post shows an interesting way to use Okteto’s container with the help from Ngrok and Github. By default, when you create a namespace and …… -
如何在 Linux 上使用 FFmpeg 命令进行音频和视频处理
FFmpeg 是一个著名的命令行媒体处理工具。下面介绍如何在 Linux 上安装和使用它来修改音频和视频文件。 几乎所有处理视频的人都可能听说过 FFmpeg。对于不熟悉……