Table of Contents

PLD FAQ

Official PLD's FAQ: http://pld-linux.org/FAQ.

Console tricks

How to take a X screenshot
How to rename multiple files
How to change a console when function keys are disabled
How to execute an action on every file found by find
How to use echo command with sudo, but without using root's shell

Networks

System

Forgotten root's password

Add to lilo/grub during boot

init=/bin/bash rw

ex.: lilo:

pld init=/bin/bash rw

When grub is used add it to line

kernel=

After password changing (passwd):

sync

Then remount / partition in read-only mode

mount / -o remount,ro

Poldek and rpm

How to uninstall a package when poldek return exit status 127?
How to install a group of pacgages, but without -devel packages?
How to find a package, which contain specific file

In poldek's interactive mode:

How to disable 'skiptag - s' in poldek

1. Upgrade all rpm-* oraz poldek-* packages

2. If point one hasn't solved the problem:

Misc