Compare commits
3 Commits
1b241d2753
...
b9ee9cedd9
Author | SHA1 | Date | |
---|---|---|---|
b9ee9cedd9 | |||
cb88280d4a | |||
0a74684b10 |
@ -1,17 +1,22 @@
|
||||
---
|
||||
title: "Porteus Packages"
|
||||
date: 2022-07-08T03:34:39+03:00
|
||||
lastmod: 2022-10-01T03:34:39+03:00
|
||||
draft: false
|
||||
tags: [linux, packages, porteus, repository]
|
||||
---
|
||||
|
||||
## Repository | Репозиторий
|
||||
Пакеты для [Porteus](http://porteus.org/) Linux, собранные мною.
|
||||
Пакеты для [Porteus](http://porteus.org/) Linux, собранные мной.
|
||||
|
||||
> Обновлено: 1 октября 2022 г.
|
||||
|
||||
- [rtl8188eu](#rtl8188eu) - Stand-alone RTL8188EU driver
|
||||
- [Sublime Text 4](#sublime-text-4) - Sophisticated text editor for code, markup and prose
|
||||
- [Crystal](#crystal) - The Crystal Programming Language
|
||||
- [CryFS](#cryfs) - Cryptographic filesystem for the cloud
|
||||
- [ksh](#ksh-93um102) - ksh 93u+m: KornShell lives!
|
||||
- [WireGuard](#wireguard) - Fast, modern, secure VPN tunnel
|
||||
|
||||
### rtl8188eu
|
||||
Stand-alone RTL8188EU driver.
|
||||
@ -47,3 +52,12 @@ ksh 93u+m: KornShell lives!
|
||||
[Donwload no man](https://data.iiiypuk.me/porteus/x86_64/Porteus-v5.0/modules/ksh-93u+m-1.0.2-noman-1-x86_64.tar.xz) -
|
||||
[Source](https://github.com/ksh93/ksh/releases/tag/v1.0.2) -
|
||||
[Forum topic](https://forum.porteus.org/viewtopic.php?f=49&t=10262)
|
||||
|
||||
### WireGuard
|
||||
WireGuard® is an extremely simple yet fast and modern VPN that utilizes state-of-the-art cryptography.
|
||||
|
||||
[wireguard-go](https://data.iiiypuk.me/porteus/x86_64/Porteus-v5.0/modules/wireguard-go-0.0.20220316-1-x86_64.xzm) -
|
||||
[wireguard-tools](https://data.iiiypuk.me/porteus/x86_64/Porteus-v5.0/modules/wireguard-tools-1.0.20210914-1-x86_64.xzm) -
|
||||
[Source](https://git.zx2c4.com/wireguard-go/about/) -
|
||||
[Source tools](https://git.zx2c4.com/wireguard-tools/about/) -
|
||||
[Forum topic](https://forum.porteus.org/viewtopic.php?f=49&t=10392)
|
||||
|
@ -14,7 +14,12 @@
|
||||
<section class="bg-white border rounded shadow-sm p-3 mb-3 text-center">
|
||||
<h3 class="m-0 p-0">{{ .Title }}</h3>
|
||||
|
||||
<i class="d-block mt-2 text-secondary">Опубликовано: {{ time.Format "2 January 2006 г." .PublishDate }}</i>
|
||||
<div class="mt-2 text-secondary">
|
||||
<i class="d-block">Опубликовано: {{ time.Format "2 January 2006 г." .PublishDate }}</i>
|
||||
{{ if lt .PublishDate.Unix .Lastmod.Unix }}
|
||||
<i class="d-block">Обновлено: {{ time.Format "2 January 2006 г." .Lastmod }}</i>
|
||||
{{ end }}
|
||||
</div>
|
||||
|
||||
<div class="border-top mt-3 p-3 pb-0">
|
||||
{{ with .Params.tags }}
|
||||
|
Loading…
Reference in New Issue
Block a user