Size: 2212
Comment: more cleanups
|
← Revision 46 as of 2021-12-16 11:57:02 ⇥
Size: 2607
Comment: fixed non-existant internal link in IRC page + translation header easy to include
|
Deletions are marked like this. | Additions are marked like this. |
Line 2: | Line 2: |
~-[[DebianWiki/EditorGuide#translation|Translation(s)]]: English - [[es/DebianIRC|español]] - [[it/DebianIRC|Italiano]] -~ | ##For Translators - to have a constantly up to date translation header in you page, you can just add a line like the following (with the comment's character at the start of the line removed) ## <<Include(DebianIRC, ,from="^##TAG:TRANSLATION-HEADER-START",to="^##TAG:TRANSLATION-HEADER-END")>> ##TAG:TRANSLATION-HEADER-START ~-[[DebianWiki/EditorGuide#translation|Translation(s)]]: [[DebianIRC|English]] - [[es/DebianIRC|español]] - [[it/DebianIRC|Italiano]] - [[uk/DebianIRC|Українська]]-~ ##TAG:TRANSLATION-HEADER-END |
Line 6: | Line 10: |
[[IRC#Official_Debian_IRC_channels|Official Debian IRC channels]] | [[IRC#channel-list|Official Debian IRC channels]] |
Line 23: | Line 27: |
* [[ShellTricks|neat bash tricks] | * [[ShellTricks|neat bash tricks]] |
Translation(s): English - español - Italiano - Українська
#debian FAQ
1. I want to know about...
Debian release names/versions: Debian Releases and DebianReleases in this wiki
2. I'm trying to...
3. I get this error...
- `aptitude update` gives "E: Method rred has died unexpectedly!"
Use aptitude -o Acquire::PDiffs=false update once
- C compiler cannot create executables
sudo apt install build-essential
- C++ preprocessor /lib/cpp fails sanity check
sudo apt install build-essential
- curses.h not found (or You must have ncurses in order to use make menuconfig)
sudo apt install libncurses-dev
- X11/Xlib.h not found
sudo apt install libx11-dev
- startx: command not found
sudo apt install xorg
- LI (at boot time)
4. Links
5. Old pages
NetworkFAQ, MailQuestions, DevelopmentPage, AudioVideo, OtherHardware, ShellTricks, MiscellaneousPage.