Blog | 博客

Linux common commands-68: dd

dd command is used to read, convert and output data. Data can be read from standard input or a file, converted to a specified format, and output to a file, device, or standard output. Syntax format: dd [parameter] Common parameters: Example # /dev/null,可以向它输出任何数据# /dev/zero,是一个输入设备,可以用它来初始化文件,该设备无穷尽地提供0 # 备份/dev/sdb全盘数据,使用gzip压缩并保存dd if=/dev/sdb | gzip > /root/image.gz # 将压缩的备份文件恢复到指定盘gzip -dc /root/image.gz […]

Linux common commands-68: dd Read More »

Linux common commands-67: nm

The nm command is mainly used to list symbols in certain files, that is, some functions and global variables, which are often used in code debugging. Syntax format: nm [parameters] Common parameters: Example # 显示目标文件test.o中的未定义符号,需要和其他对象文件进行链接nm -u test.o # 在/usr/lib/ 目录下找出哪个库文件定义了memset函数nm -A /usr/lib/* 2>/dev/null | grep “T memset” This article is reprinted from https://xugaoxiang.com/2022/06/22/linux-cmds-67-nm/ This site

Linux common commands-67: nm Read More »

Linux common commands-66: watch

The watch command executes the given command periodically, and the command output is displayed in full screen, which can help you monitor the running result of a command, saving you from running it manually over and over again. Press ctrl+c to exit. Syntax format: watch [parameter] [command] Common parameters: Example # 重复执行ls命令watch ls # 每隔2秒运行一次nvidia-smi

Linux common commands-66: watch Read More »

Scan your images for vulnerabilities with Trivy

Original link: https://www.bboy.app/2022/06/22/%E4%BD%BF%E7%94%A8Trivy%E6%89%AB%E6%8F%8F%E4%BD%A0% E7%9A%84%E9%95%9C%E5%83%8F%E6%BC%8F%E6%B4%9E/ Introduction Trivy is a security scanner, with Trivy you can scan your container images, file systems, remote git repositories, k8s clusters This article is reprinted from: https://www.bboy.app/2022/06/22/%E4%BD%BF%E7%94%A8Trivy%E6%89%AB%E6%8F%8F%E4%BD%A0% E7%9A%84%E9%95%9C%E5%83%8F%E6%BC%8F%E6%B4%9E/ This site is for inclusion only, and the copyright belongs to the original author.

Scan your images for vulnerabilities with Trivy Read More »

Jenkins Generic Webhook Trigger plugin use

Original link: https://www.iyouhun.com/post-235.html Coding project Webhook settings 1. Go to Project Settings => Developer Options => Service Hook => New Service Hook 2. Select different event trigger types and filter conditions according to your project 3. Configure the sending method Action : default Service URL : is your generic-webhook-trigger calling address, http://JENKINS_URL/generic-webhook-trigger/invoke For example: http://108.108.108.108:8080/generic-webhook-trigger/invoke

Jenkins Generic Webhook Trigger plugin use Read More »

Jenkins Publish over SSH plugin configuration and server mutual trust

Original link: https://www.iyouhun.com/post-234.html Server mutual trust A server: the server where Jenkins is located B server: the server where the project is deployed A server generates a secret key ssh-keygen # 一路回车 The A server installs the local ssh public key file to the account corresponding to the remote host (it can also be copied

Jenkins Publish over SSH plugin configuration and server mutual trust Read More »

Encyclopedia of entry and exit channels and methods of personal consumption-level funds (excluding extra-large capital flows and enterprise-level cases)

Original link: https://www.blueskyxn.com/202206/6134.html?utm_source=rss&utm_medium=rss&utm_campaign=%25e4%25b8%25aa%25e4%25ba%25ba%25e6%25b6%2588%25e8%25b4%25b9% 25e7%25ba%25a7%25e8%25b5%2584%25e9%2587%2591%25e5%2587%25ba%25e5%2585%25a5%25e5%25a2%2583%25e9%2580%259a%25e92581%2593%25e4% 25b8%258e%25e6%2596%25b9%25e6%25b3%2595%25e5%25a4%25a7%25e5%2585%25a8-%25ef%25bc%2588%25e4%25b8%258d%25e5%258c%2585%25e5%2590 %25ab%25e7%2589%25b9 Classification Generally speaking, there are two types of outbound modes. straight out (in) Non-straight out (in) The difference between whether it is straight out (in) is whether there are legal currency funds to directly conduct cross-border financial activities Typical direct outflows include international wire transfers/checks/ATMs of banks, deposits and

Encyclopedia of entry and exit channels and methods of personal consumption-level funds (excluding extra-large capital flows and enterprise-level cases) Read More »

“Ali Female Employee Violation Case” Sentence of First Instance

Original link: https://www.williamlong.info/archives/6840.html On June 22, 2022, the People’s Court of Huaiyin District, Jinan City publicly pronounced the first-instance judgment on the defendant Zhang Guo’s forced indecency case, and sentenced the defendant Zhang Guo to one year and six months in prison for the crime of forced indecency. After trial, the court found out that

“Ali Female Employee Violation Case” Sentence of First Instance Read More »

graduate

Original link: https://laffitto.xyz/archives/bi-ye When sorting out my graduation materials one after another, I finally understood that my academic career was coming to an end. Looking at a pile of documents on the desktop, from elementary school to graduate school, from 6 years old to 25 years old, nearly 20 years. The 20 years of the

graduate Read More »

Apple hasn’t announced VR hardware yet, but WWDC22 is full of clues

Original link: https://www.ifanr.com/app/1496374 At the beginning of the month, Apple held its annual WWDC developer conference. Although there was no news of realityOS at the meeting, when I saw the lock screen of iOS 16, I was full of realityOS. ▲Designer’s self-made concept map Image from: AntonioDeRosa Just because of some features of the new

Apple hasn’t announced VR hardware yet, but WWDC22 is full of clues Read More »

Buy one year get half a year for a limited time, 618 national-level mind mapping tool XMind 2022 is coming!

Original link: https://ldqk.xyz/p208 When it comes to mind mapping, we have to say XMind, as a leader in mind mapping tools, it has both rich map templates, beautiful color schemes, and a variety of creative tools. Whether you are a worker in the workplace, a college student, or a creative worker who needs brainstorming, mastering

Buy one year get half a year for a limited time, 618 national-level mind mapping tool XMind 2022 is coming! Read More »