苦逼的实习已经进行到第三天,天气一天比一天热,不过值得高兴的是,不用再一一进户对所有房屋进行测量了,减少了了不少的工作量,因为昨天下午已经用RTK
测量好了控制点,那些无数木遮挡的建筑物就可以直接用无人机进行测量了。无需人工再测量。
Linux 日志分割工具-split和logrotate
本文主要介绍Linux系统下的日志分割工具,Split
和 Logrotate
。
Split
Linux 系统自带简单日志文件分割工具。
Linux 系统资源监控面板
WTF
和bashtop
是我个人目前在用的系统资源管理面板,界面非常的美观,极具极客风范,在这里我分别做简单介绍。
WTF
WTF(又名“wtfutil”)是终端的个人信息仪表板,可快速访问您非常重要但不常需要的统计信息和数据。
项目地址:https://github.com/wtfutil/wtf
官方站点:https://wtfutil.com/
Linux 生成随机数
Scrcpy Android投屏神器
Scrcpy 简介
应用程序可显示和控制通过USB(或通过TCP / IP)连接的Android设备。它不需要任何根访问权限。它适用于GNU / Linux,Windows和macOS。
github地址:https://github.com/Genymobile/scrcpy
OpenVPN for CentOS
OpenVPN 简介
OpenVPN 是一个基于 OpenSSL 库的应用层 VPN 实现。和传统 VPN 相比,它的优点是简单易用。 [1]
OpenVPN允许参与建立VPN的单点使用共享金钥,电子证书,或者用户名/密码来进行身份验证。它大量使用了OpenSSL加密库中的SSLv3/TLSv1 协议函式库。OpenVPN能在Solaris、Linux、OpenBSD、FreeBSD、NetBSD、Mac OS X与Windows 2000/XP/Vista上运行,并包含了许多安全性的功能。它并不是一个基于Web的VPN软件,也不与IPsec及其他VPN软件包兼容。
WireGuard VPN for Ubuntu
WireGuard 简介
WireGuard是具有最新加密技术的现代VPN(虚拟专用网)技术。与IPsec和OpenVPN等其他类似解决方案相比,WireGuard更快,更易于配置且性能更高。它是一个跨平台,几乎可以在任何地方运行,包括Linux,Windows,Android和macOS。 Wireguard是对等VPN。它不使用客户端-服务器模型。根据其配置,对等方可以充当传统的服务器或客户端。 WireGuard通过在充当隧道的每个对等设备上创建网络接口来工作。对等体通过交换和验证公共密钥(类似于SSH模型)来相互认证。公钥与隧道中允许的IP地址列表进行映射。 VPN流量封装在UDP中。在本教程中,我们将在充当VPN服务器的Ubuntu 18.04计算机上设置WireGuard。我们还将向您展示如何将WireGuard配置为客户端。客户端的流量将通过Ubuntu 18.04服务器进行路由。此设置可用于防御中间人攻击,匿名浏览网络,绕过受地域限制的内容,或允许您的同事在远程工作时安全地连接到公司网络。
Hello World
Markdown is created by Daring Fireball, the original guideline is here. Its syntax, however, varies between different parsers or editors.
Please note that HTML fragments in markdown source will be recognized but not parsed or rendered. Also, there may be small reformatting on the original markdown source code after saving.
Shortcodes Preview
What a Shortcode is
Hugo loves Markdown because of its simple content format, but there are times when Markdown falls short. Often, content authors are forced to add raw HTML (e.g., video <iframes>
) to Markdown content. We think this contradicts the beautiful simplicity of Markdown’s syntax.
Hugo created shortcodes to circumvent these limitations.
A shortcode is a simple snippet inside a content file that Hugo will render using a predefined template. Note that shortcodes will not work in template files. If you need the type of drop-in functionality that shortcodes provide but in a template, you most likely want a [partial template][partials] instead.
In addition to cleaner Markdown, shortcodes can be updated any time to reflect new classes, techniques, or standards. At the point of site generation, Hugo shortcodes will easily merge in your changes. You avoid a possibly complicated search and replace operation.
More details: https://gohugo.io/content-management/shortcodes/
Image Preview
Thanks for liwenyip/hugo-easy-gallery & Zebradil · Pull Request #48 .
Now, we could use {{< gallery >}}
shortcode in hugo-theme-jane.
Normal Image
This is an image in static/image
folder.
|
|