<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.alpinelinux.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Telephrag</id>
	<title>Alpine Linux - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.alpinelinux.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Telephrag"/>
	<link rel="alternate" type="text/html" href="https://wiki.alpinelinux.org/wiki/Special:Contributions/Telephrag"/>
	<updated>2026-04-29T18:38:15Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.40.0</generator>
	<entry>
		<id>https://wiki.alpinelinux.org/w/index.php?title=Tor&amp;diff=29512</id>
		<title>Tor</title>
		<link rel="alternate" type="text/html" href="https://wiki.alpinelinux.org/w/index.php?title=Tor&amp;diff=29512"/>
		<updated>2025-03-31T19:37:41Z</updated>

		<summary type="html">&lt;p&gt;Telephrag: Added how to connect via bridge since, torrc.sample and other wikis linked here don&amp;#039;t have it.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The Onion Routing [https://www.torproject.org/ (Tor) project], aims to have a way to use the internet with as much privacy as possible, and the idea was to route traffic through multiple servers and encrypt it each step of the way.&lt;br /&gt;
&lt;br /&gt;
== Installation ==&lt;br /&gt;
&lt;br /&gt;
The Tor daemon can be [[Alpine_Package_Keeper#Add_a_Package|installed]] using the {{pkg|tor}} package. Use [[OpenRC]] to manage the tor service.&lt;br /&gt;
&lt;br /&gt;
{{Note|The official Tor browser can only be installed using [[Flatpak]].}}&lt;br /&gt;
&lt;br /&gt;
== Configuration == &lt;br /&gt;
&lt;br /&gt;
=== Tor service ===&lt;br /&gt;
&lt;br /&gt;
Tor reads its configurations from the file {{Path|/etc/tor/torrc}} by default, or if the latter is not found, from {{Path|$HOME/.torrc}}. A example configuration with documentation is in the file {{Path|/etc/tor/torrc.sample}}. Logs are written to {{Path|/var/log/tor/notices.log}} by default.&lt;br /&gt;
&lt;br /&gt;
The default configuration should work fine for most Tor users.&lt;br /&gt;
&lt;br /&gt;
If Tor connections are blocked in your country, use {{Pkg|lyrebird}} package for a transparent proxy solution. To allow your tor daemon to use &amp;lt;code&amp;gt;lyrebird&amp;lt;/code&amp;gt;, add the following line to your tor config file {{Path|/etc/tor/torrc}} as follows:{{Cat|/etc/tor/torrc|...&lt;br /&gt;
ClientTransportPlugin obfs4 exec /usr/bin/lyrebird}}&lt;br /&gt;
&lt;br /&gt;
For config changes in {{Path|/etc/tor/torrc}} to take effect (re)start the tor daemon: {{Cmd|# rc-service tor restart}}&lt;br /&gt;
&lt;br /&gt;
In particular countries such as Russia, using {{Pkg|lyrebird}} might not be enough. In which case, access Tor network via bridge. First get a bridge either from official [https://t.me/GetBridgesBot Telegram bot] or request one using a Tor Browser installed on another machine. Then add the following to your {{Path|/etc/tor/torrc}}:{{cat|/etc/tor/torrc|...&lt;br /&gt;
# Substitute bridge connection arguments with those received when requesting bridges&lt;br /&gt;
# There can be multiple bridges, one line per bridge&lt;br /&gt;
Bridge obfs4 ip:port RSA cert&amp;lt;nowiki&amp;gt;=&amp;lt;/nowiki&amp;gt;cert iat-mode&amp;lt;nowiki&amp;gt;=&amp;lt;/nowiki&amp;gt;0&lt;br /&gt;
UseBridges 1}}&lt;br /&gt;
&lt;br /&gt;
For config changes in {{Path|/etc/tor/torrc}} to take effect (re)start the tor daemon: {{Cmd|# rc-service tor restart}}&lt;br /&gt;
&lt;br /&gt;
=== Firefox browser ===&lt;br /&gt;
&lt;br /&gt;
To use the Tor service running on the local host, configure Firefox browser as follows: &lt;br /&gt;
* In {{Codeline|Preferences &amp;gt; General &amp;gt; Network Settings &amp;gt; Settings...}} , select {{Codeline|Manual proxy configuration}}.&lt;br /&gt;
* Enter {{Codeline|SOCKS}} host {{Codeline|localhost}} with port {{Codeline|9050}} (SOCKS v5).&lt;br /&gt;
&lt;br /&gt;
== Tractor == &lt;br /&gt;
&lt;br /&gt;
The [https://framagit.org/tractor/tractor Tractor] tool available as {{Pkg|tractor}} package can be used to control the Tor daemon using the versatile GSettings for a personalized TOR experience. The GUI front-end [https://tractor.frama.io/carburetor/ Carburetor] for Tractor is also available as {{Pkg|carburetor}} package. &lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
&lt;br /&gt;
* [https://wiki.postmarketos.org/wiki/Tor postmarketOS wiki]&lt;br /&gt;
* [https://wiki.archlinux.org/title/Tor ArchWiki Tor]&lt;br /&gt;
* [https://www.torproject.org/ Official Tor website]&lt;br /&gt;
&lt;br /&gt;
[[Category:Networking]] &lt;br /&gt;
[[Category:Proxy Server]]&lt;/div&gt;</summary>
		<author><name>Telephrag</name></author>
	</entry>
	<entry>
		<id>https://wiki.alpinelinux.org/w/index.php?title=Tor&amp;diff=29511</id>
		<title>Tor</title>
		<link rel="alternate" type="text/html" href="https://wiki.alpinelinux.org/w/index.php?title=Tor&amp;diff=29511"/>
		<updated>2025-03-31T17:59:42Z</updated>

		<summary type="html">&lt;p&gt;Telephrag: Reverting due Cat template not working for some reason, sorry the mess.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The Onion Routing [https://www.torproject.org/ (Tor) project], aims to have a way to use the internet with as much privacy as possible, and the idea was to route traffic through multiple servers and encrypt it each step of the way.&lt;br /&gt;
&lt;br /&gt;
== Installation ==&lt;br /&gt;
&lt;br /&gt;
The Tor daemon can be [[Alpine_Package_Keeper#Add_a_Package|installed]] using the {{pkg|tor}} package. Use [[OpenRC]] to manage the tor service.&lt;br /&gt;
&lt;br /&gt;
{{Note|The official Tor browser can only be installed using [[Flatpak]].}}&lt;br /&gt;
&lt;br /&gt;
== Configuration == &lt;br /&gt;
&lt;br /&gt;
=== Tor service ===&lt;br /&gt;
&lt;br /&gt;
Tor reads its configurations from the file {{Path|/etc/tor/torrc}} by default, or if the latter is not found, from {{Path|$HOME/.torrc}}. A example configuration with documentation is in the file {{Path|/etc/tor/torrc.sample}}. Logs are written to {{Path|/var/log/tor/notices.log}} by default.&lt;br /&gt;
&lt;br /&gt;
The default configuration should work fine for most Tor users.&lt;br /&gt;
&lt;br /&gt;
If Tor connections are blocked in your country, use {{Pkg|lyrebird}} package for a transparent proxy solution. To allow your tor daemon to use &amp;lt;code&amp;gt;lyrebird&amp;lt;/code&amp;gt;, add the following line to your tor config file {{Path|/etc/tor/torrc}} as follows:{{Cat|/etc/tor/torrc|...&lt;br /&gt;
ClientTransportPlugin obfs4 exec /usr/bin/lyrebird}}&lt;br /&gt;
&lt;br /&gt;
For config changes in {{Path|/etc/tor/torrc}} to take effect (re)start the tor daemon: {{Cmd|# rc-service tor restart}}&lt;br /&gt;
&lt;br /&gt;
=== Firefox browser ===&lt;br /&gt;
&lt;br /&gt;
To use the Tor service running on the local host, configure Firefox browser as follows: &lt;br /&gt;
* In {{Codeline|Preferences &amp;gt; General &amp;gt; Network Settings &amp;gt; Settings...}} , select {{Codeline|Manual proxy configuration}}.&lt;br /&gt;
* Enter {{Codeline|SOCKS}} host {{Codeline|localhost}} with port {{Codeline|9050}} (SOCKS v5).&lt;br /&gt;
&lt;br /&gt;
== Tractor == &lt;br /&gt;
&lt;br /&gt;
The [https://framagit.org/tractor/tractor Tractor] tool available as {{Pkg|tractor}} package can be used to control the Tor daemon using the versatile GSettings for a personalized TOR experience. The GUI front-end [https://tractor.frama.io/carburetor/ Carburetor] for Tractor is also available as {{Pkg|carburetor}} package. &lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
&lt;br /&gt;
* [https://wiki.postmarketos.org/wiki/Tor postmarketOS wiki]&lt;br /&gt;
* [https://wiki.archlinux.org/title/Tor ArchWiki Tor]&lt;br /&gt;
* [https://www.torproject.org/ Official Tor website]&lt;br /&gt;
&lt;br /&gt;
[[Category:Networking]] &lt;br /&gt;
[[Category:Proxy Server]]&lt;/div&gt;</summary>
		<author><name>Telephrag</name></author>
	</entry>
	<entry>
		<id>https://wiki.alpinelinux.org/w/index.php?title=Tor&amp;diff=29510</id>
		<title>Tor</title>
		<link rel="alternate" type="text/html" href="https://wiki.alpinelinux.org/w/index.php?title=Tor&amp;diff=29510"/>
		<updated>2025-03-31T17:57:49Z</updated>

		<summary type="html">&lt;p&gt;Telephrag: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The Onion Routing [https://www.torproject.org/ (Tor) project], aims to have a way to use the internet with as much privacy as possible, and the idea was to route traffic through multiple servers and encrypt it each step of the way.&lt;br /&gt;
&lt;br /&gt;
== Installation ==&lt;br /&gt;
&lt;br /&gt;
The Tor daemon can be [[Alpine_Package_Keeper#Add_a_Package|installed]] using the {{pkg|tor}} package. Use [[OpenRC]] to manage the tor service.&lt;br /&gt;
&lt;br /&gt;
{{Note|The official Tor browser can only be installed using [[Flatpak]].}}&lt;br /&gt;
&lt;br /&gt;
== Configuration == &lt;br /&gt;
&lt;br /&gt;
=== Tor service ===&lt;br /&gt;
&lt;br /&gt;
Tor reads its configurations from the file {{Path|/etc/tor/torrc}} by default, or if the latter is not found, from {{Path|$HOME/.torrc}}. A example configuration with documentation is in the file {{Path|/etc/tor/torrc.sample}}. Logs are written to {{Path|/var/log/tor/notices.log}} by default.&lt;br /&gt;
&lt;br /&gt;
The default configuration should work fine for most Tor users.&lt;br /&gt;
&lt;br /&gt;
If Tor connections are blocked in your country, use {{Pkg|lyrebird}} package for a transparent proxy solution. To allow your tor daemon to use &amp;lt;code&amp;gt;lyrebird&amp;lt;/code&amp;gt;, add the following line to your tor config file {{Path|/etc/tor/torrc}} as follows:{{Cat|/etc/tor/torrc|...&lt;br /&gt;
ClientTransportPlugin obfs4 exec /usr/bin/lyrebird}}&lt;br /&gt;
&lt;br /&gt;
In particular countries such as Russia this might not work. In this case, access Tor network via bridge. First get bridges either from official [https://t.me/GetBridgesBot Telegram bot] or request bridges from settings of Tor Browser installed on another machine. Then append to {{Path|/etc/tor/torrc}} bridge connection arguments:{{Cat|/etc/tor/torrc|...&lt;br /&gt;
Bridge obfs4 12.34.56.78:90 FINGERPRINTALLCAPS123 cert=verylongcert iat-mode=0 &lt;br /&gt;
UseBridges 1}}&lt;br /&gt;
&lt;br /&gt;
For config changes in {{Path|/etc/tor/torrc}} to take effect (re)start the tor daemon: {{Cmd|# rc-service tor restart}}&lt;br /&gt;
&lt;br /&gt;
=== Firefox browser ===&lt;br /&gt;
&lt;br /&gt;
To use the Tor service running on the local host, configure Firefox browser as follows: &lt;br /&gt;
* In {{Codeline|Preferences &amp;gt; General &amp;gt; Network Settings &amp;gt; Settings...}} , select {{Codeline|Manual proxy configuration}}.&lt;br /&gt;
* Enter {{Codeline|SOCKS}} host {{Codeline|localhost}} with port {{Codeline|9050}} (SOCKS v5).&lt;br /&gt;
&lt;br /&gt;
== Tractor == &lt;br /&gt;
&lt;br /&gt;
The [https://framagit.org/tractor/tractor Tractor] tool available as {{Pkg|tractor}} package can be used to control the Tor daemon using the versatile GSettings for a personalized TOR experience. The GUI front-end [https://tractor.frama.io/carburetor/ Carburetor] for Tractor is also available as {{Pkg|carburetor}} package. &lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
&lt;br /&gt;
* [https://wiki.postmarketos.org/wiki/Tor postmarketOS wiki]&lt;br /&gt;
* [https://wiki.archlinux.org/title/Tor ArchWiki Tor]&lt;br /&gt;
* [https://www.torproject.org/ Official Tor website]&lt;br /&gt;
&lt;br /&gt;
[[Category:Networking]] &lt;br /&gt;
[[Category:Proxy Server]]&lt;/div&gt;</summary>
		<author><name>Telephrag</name></author>
	</entry>
	<entry>
		<id>https://wiki.alpinelinux.org/w/index.php?title=Radeon_Video&amp;diff=25361</id>
		<title>Radeon Video</title>
		<link rel="alternate" type="text/html" href="https://wiki.alpinelinux.org/w/index.php?title=Radeon_Video&amp;diff=25361"/>
		<updated>2023-10-08T13:14:21Z</updated>

		<summary type="html">&lt;p&gt;Telephrag: /* Firmware */ Vega GPUs require `linux-firmware-amdgpu` as well. This also contradicts Gentoo Wiki linked near by that describe `amdgpu` as being for &amp;quot;for Vega GPUs and Raven Ridge GPUs&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{TOC right}}&lt;br /&gt;
&lt;br /&gt;
The following instructions are for modern AMD GPU chipsets covered by the &amp;lt;code&amp;gt;radeon&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;amdgpu&amp;lt;/code&amp;gt; drivers.&lt;br /&gt;
&lt;br /&gt;
== Firmware ==&lt;br /&gt;
&lt;br /&gt;
For [https://en.wikipedia.org/wiki/List%20of%20AMD%20graphics%20processing%20units Vega and later], the {{Pkg|linux-firmware-amdgpu}} package is required. Otherwise, the {{Pkg|linux-firmware-radeon}} should be used.&lt;br /&gt;
&lt;br /&gt;
See [https://wiki.gentoo.org/wiki/AMDGPU the relevant section on the Gentoo Wiki] for a more granular list of product names and microarchitecture names.&lt;br /&gt;
&lt;br /&gt;
== Kernel Modesetting (KMS) ==&lt;br /&gt;
&lt;br /&gt;
To enable [[KMS]] at boot:&lt;br /&gt;
&lt;br /&gt;
# Add the &amp;lt;code&amp;gt;radeon&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;amdgpu&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;fbcon&amp;lt;/code&amp;gt; modules to {{Path|/etc/modules}}: {{Cmd|$ echo radeon &amp;gt;&amp;gt; /etc/modules&amp;lt;br /&amp;gt;$ echo fbcon &amp;gt;&amp;gt; /etc/modules}} or {{Cmd|$ echo amdgpu &amp;gt;&amp;gt; /etc/modules&amp;lt;br /&amp;gt;$ echo fbcon &amp;gt;&amp;gt; /etc/modules}}&lt;br /&gt;
# Install &amp;lt;code&amp;gt;mkinitfs&amp;lt;/code&amp;gt;: {{Cmd|apk add mkinitfs}}&lt;br /&gt;
# Enable the &amp;lt;code&amp;gt;kms&amp;lt;/code&amp;gt; feature in the &amp;lt;code&amp;gt;mkinitfs&amp;lt;/code&amp;gt; configuration by adding it to the &amp;lt;var&amp;gt;features&amp;lt;/var&amp;gt; variable, e.g., {{cat|/etc/mkinitfs/mkinitfs.conf|features{{=}}&amp;quot;keymap cryptsetup kms ata base ide scsi usb virtio ext4&amp;quot;}}&lt;br /&gt;
# Run &amp;lt;code&amp;gt;mkinitfs&amp;lt;/code&amp;gt;.&lt;br /&gt;
# Reboot to test the configuration.&lt;br /&gt;
&lt;br /&gt;
== Wayland ==&lt;br /&gt;
&lt;br /&gt;
Install the following packages as needed:&lt;br /&gt;
&lt;br /&gt;
* {{Pkg|mesa-dri-gallium}}: &#039;&#039;&#039;necessary&#039;&#039;&#039; Mesa drivers.&lt;br /&gt;
* {{Pkg|mesa-va-gallium}}: VA-API drivers, for hardware accelerated video encoding and decoding&lt;br /&gt;
&lt;br /&gt;
If driver auto-selection does not work, e.g. no mouse cursor under Sway, manual driver selection might be needed:&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;code&amp;gt;export MESA_LOADER_DRIVER_OVERRIDE=r300&amp;lt;/code&amp;gt;: for AMD&#039;s Radeon R300, R400, and R500 GPUs.&lt;br /&gt;
* &amp;lt;code&amp;gt;export MESA_LOADER_DRIVER_OVERRIDE=r600&amp;lt;/code&amp;gt;: for AMD&#039;s Radeon R600 GPUs up to Northern Islands. Officially supported by AMD.&lt;br /&gt;
* &amp;lt;code&amp;gt;export MESA_LOADER_DRIVER_OVERRIDE=radeonsi&amp;lt;/code&amp;gt;: for AMD&#039;s Southern Island GPUs and later. Officially supported by AMD.&lt;br /&gt;
&lt;br /&gt;
For VA-API:&lt;br /&gt;
* &amp;lt;code&amp;gt;export LIBVA_DRIVER_NAME=r600&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;export LIBVA_DRIVER_NAME=radeonsi&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Xorg ==&lt;br /&gt;
&lt;br /&gt;
Install either the Free Software driver {{Pkg|xf86-video-ati}} or the proprietary amdgpu firmware {{Pkg|linux-firmware-amdgpu}}.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;modprobe fbcon&amp;lt;/code&amp;gt; might be needed to avoid black screen when leaving Xorg.&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
&lt;br /&gt;
* [https://wiki.archlinux.org/title/AMDGPU AMDGPU - ArchWiki]&lt;br /&gt;
* [https://wiki.archlinux.org/title/ATI ATI - ArchWiki]&lt;br /&gt;
&lt;br /&gt;
[[Category:Drivers]]&lt;/div&gt;</summary>
		<author><name>Telephrag</name></author>
	</entry>
</feed>