Changes

Jump to: navigation, search

Raspberry Pi Fedora Remix Administration

587 bytes added, 15:50, 28 February 2012
User Management from the Graphical User Interface
To manage users graphically, use the menu option Administration > Users and Groups
 
== Adding Swap Space ==
 
The Raspberry Pi Fedora Remix doesn't provision swap space by default, since the advisability of swapping to SD is debated.
 
If you wish to add swap space, you can easily do so:
* Create an empty file using the <code>dd</code> (device-to-device copy) command: <code>dd if=/dev/zero of=/swap0 bs=1M count=512</code> # This is for a 512 MB swap space.
* Format the file for use as swap: <code>mkswap /swap0</code>
* Add the swap file to the system configuration: <code>echo "/swap0 swap swap" >>/etc/fstab</code>
* Activate the swap space: <code>swapon -a</code>
= Raspberry Pi-Specific Configuration =

Navigation menu