<?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=Ia</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=Ia"/>
	<link rel="alternate" type="text/html" href="https://wiki.alpinelinux.org/wiki/Special:Contributions/Ia"/>
	<updated>2026-05-10T14:20:08Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.40.0</generator>
	<entry>
		<id>https://wiki.alpinelinux.org/w/index.php?title=How_to_get_regular_stuff_working&amp;diff=27469</id>
		<title>How to get regular stuff working</title>
		<link rel="alternate" type="text/html" href="https://wiki.alpinelinux.org/w/index.php?title=How_to_get_regular_stuff_working&amp;diff=27469"/>
		<updated>2024-10-08T05:01:11Z</updated>

		<summary type="html">&lt;p&gt;Ia: Fix spelling and repeated information&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Alpine comes with busybox by default. Busybox is set up as an endpoint for numerous symlinks that substitute various utilities. Since busybox tries to be a minimalistic package, the busybox commands may still be missing some functionality. &lt;br /&gt;
&lt;br /&gt;
To replace the busybox symlinks, you can install the relevant packages:&lt;br /&gt;
&lt;br /&gt;
== Basic utilities ==&lt;br /&gt;
Very basic utilities ranging from cd, ls, lsblk, grep, are all busybox symlinks by default. To have the complete packages:&lt;br /&gt;
&lt;br /&gt;
{{Cmd|# apk add {{pkg|util-linux}} {{pkg|coreutils}} {{pkg|grep}} {{pkg|findutils}} }}&lt;br /&gt;
&lt;br /&gt;
== Bash shell == &lt;br /&gt;
&lt;br /&gt;
It&#039;s also easy enough to install bash itself, or any other shell of your choice:   &lt;br /&gt;
&lt;br /&gt;
{{Cmd|apk add {{pkg|bash}} {{pkg|bash-completion}}}}&lt;br /&gt;
&lt;br /&gt;
and optionally, change the login shell with &#039;&#039;&#039;{{ic|chsh}}&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
== Hardware Management ==&lt;br /&gt;
&lt;br /&gt;
Install {{pkg|pciutils}} and {{pkg|usbutils}} for configuring PCI and USB hardware respectively. You can always remove these packages once the hardware is configured. &lt;br /&gt;
&lt;br /&gt;
{{Cmd|# apk add {{pkg|pciutils}} {{pkg|usbutils}}}}&lt;br /&gt;
&lt;br /&gt;
The packages {{pkg|hwdata-pci}} and {{pkg|hwdata-usb}} are dependencies for the above utilities and they are installed automatically.&lt;br /&gt;
&lt;br /&gt;
== Disk Management ==&lt;br /&gt;
&lt;br /&gt;
Managing (removable) disks is much easier with udisks.&lt;br /&gt;
&lt;br /&gt;
{{Cmd|# apk add {{pkg|udisks2}}}}&lt;br /&gt;
&lt;br /&gt;
To see the mounted disks:&lt;br /&gt;
&lt;br /&gt;
{{Cmd|# udisksctl status}}&lt;br /&gt;
&lt;br /&gt;
== Network Management ==&lt;br /&gt;
For network, you may want to install {{pkg|iproute2}}.&lt;br /&gt;
&lt;br /&gt;
{{Cmd|# apk add {{pkg|iproute2}}}} &lt;br /&gt;
&lt;br /&gt;
== Development environment ==&lt;br /&gt;
&lt;br /&gt;
Compiling in Alpine may be more challenging because it uses [https://musl.libc.org/ musl-libc] instead of glibc.  Alpine offers the regular compiler stuff such as {{pkg|gcc}}.&lt;br /&gt;
&lt;br /&gt;
{{Cmd|# apk add {{pkg|gcc}}}}&lt;br /&gt;
&lt;br /&gt;
The {{pkg|alpine-sdk}} meta package is provided to build packages for Alpine. It includes {{pkg|abuild}}, {{pkg|build-base}}, and {{pkg|git}}.&lt;br /&gt;
&lt;br /&gt;
{{Cmd|# apk add {{pkg|alpine-sdk}}}}&lt;br /&gt;
&lt;br /&gt;
To install CMake:&lt;br /&gt;
&lt;br /&gt;
{{Cmd|# apk add {{pkg|cmake}} {{pkg|extra-cmake-modules}}}}&lt;br /&gt;
&lt;br /&gt;
{{pkg|ccache}} and a lot other tools are also available in Alpine. &lt;br /&gt;
&lt;br /&gt;
[https://wiki.musl-libc.org/functional-differences-from-glibc.html Functional differences between musl and glibc]&lt;br /&gt;
[[Category:Installation]]&lt;/div&gt;</summary>
		<author><name>Ia</name></author>
	</entry>
	<entry>
		<id>https://wiki.alpinelinux.org/w/index.php?title=Graphics_driver&amp;diff=27467</id>
		<title>Graphics driver</title>
		<link rel="alternate" type="text/html" href="https://wiki.alpinelinux.org/w/index.php?title=Graphics_driver&amp;diff=27467"/>
		<updated>2024-10-08T01:47:43Z</updated>

		<summary type="html">&lt;p&gt;Ia: Fix incorrect spelling of &amp;#039;desktop&amp;#039;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Many desktop environments need a graphics driver to work properly. Graphics cards of recent vintage need a driver to work. So one needs to install one of the below graphics drivers:&lt;br /&gt;
&lt;br /&gt;
* [[Intel Video]]&lt;br /&gt;
* [[Radeon Video]]&lt;br /&gt;
* [[Nvidia Video]]&lt;br /&gt;
&lt;br /&gt;
[[category:Graphics]]&lt;br /&gt;
[[category: Drivers]]&lt;/div&gt;</summary>
		<author><name>Ia</name></author>
	</entry>
</feed>