summaryrefslogtreecommitdiff
path: root/public/tags/linux/index.xml
blob: 6fe8883cc27d315f68fbefd18efc604f70521f9d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Linux on blog.tinfoil-hat.net</title>
    <link>https://blog.tinfoil-hat.net/tags/linux/</link>
    <description>Recent content in Linux on blog.tinfoil-hat.net</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en-us</language>
    <lastBuildDate>Mon, 23 Oct 2023 05:50:36 +0200</lastBuildDate><atom:link href="https://blog.tinfoil-hat.net/tags/linux/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Proxmox Docker Workstation</title>
      <link>https://blog.tinfoil-hat.net/posts/proxmox-docker-workstation/</link>
      <pubDate>Mon, 23 Oct 2023 05:50:36 +0200</pubDate>
      
      <guid>https://blog.tinfoil-hat.net/posts/proxmox-docker-workstation/</guid>
      <description>Install Linux Mint Debian Edition 6 I am assuming, that you want to use a Debian based Operating System (not Ubuntu based) and you want Proxmox, Docker and GPT4All installed on your Laptop. Here I am using Linux Mint Debian Edition 6
let&amp;rsquo;s get started: Go trough installation process
Install Proxmox VE Upgrade the system and install some basic tools
sudo apt update &amp;amp;&amp;amp; sudo apt dist-upgrade -y sudo apt install vim git curl wget htop ssh netcat-traditional openvpn Cerate a Interface used for LXC Containers: edit /etc/network/interfaces</description>
    </item>
    
    <item>
      <title>Local Apt Mirror</title>
      <link>https://blog.tinfoil-hat.net/posts/local-apt-mirror/</link>
      <pubDate>Thu, 19 Oct 2023 14:47:13 +0200</pubDate>
      
      <guid>https://blog.tinfoil-hat.net/posts/local-apt-mirror/</guid>
      <description>How do make a local debian apt mirror To create a local Debian APT mirror, you can follow these general steps:
Set up a server: You will need a server with sufficient storage capacity and network bandwidth to host the mirror.
Install the necessary packages: Start by installing the apt-mirror package, which is available in the Debian repositories. Use the following command to install it:
sudo apt-get install apt-mirror Configure the mirror: Open the apt-mirror configuration file using a text editor.</description>
    </item>
    
    <item>
      <title>Nitter Ratelimiting &amp; Guest_Accounts branch</title>
      <link>https://blog.tinfoil-hat.net/posts/nitter-ratelimiting/</link>
      <pubDate>Sun, 08 Oct 2023 00:01:08 +0200</pubDate>
      
      <guid>https://blog.tinfoil-hat.net/posts/nitter-ratelimiting/</guid>
      <description>Mitigating Unauthorized Web Scraping Bot Traffic The current design of Nitter, along with its methodology for accessing the Twitter service, necessitates heightened vigilance on the part of instance operators to manage unwarranted access by web scraping bots. This guide is intended to provide operators with essential information to effectively mitigate unauthorized web scraping bot traffic.
Prerequisites Before proceeding with the rate-limiting setup, ensure that you have:
A functional Nitter installation located at /opt/nitter.</description>
    </item>
    
  </channel>
</rss>