Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Hilfe für 'Tipp des Tages'-Sektion gesucht
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

Goto page Previous  1, 2, 3, 4, 5, 6  Next  
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German)
View previous topic :: View next topic  
Author Message
Earthwings
Bodhisattva
Bodhisattva


Joined: 14 Apr 2003
Posts: 7753
Location: Germany

PostPosted: Wed Jul 21, 2004 12:25 pm    Post subject: Reply with quote

F: Wie scrolle ich in der Textkonsole?
A: Umschalt+NachOben bzw. Umschalt+NachUnten

F: Wie kann ich die Ausgabe der Textkonsole anhalten, um Meldungen in Ruhe lesen zu können?
A: Strg+S zum Anhalten und Strg+Q zum Fortsetzen

Falls es nicht klappt, mit "stty -a" die Tasten-Zuordnungen überprüfen.
Back to top
View user's profile Send private message
Earthwings
Bodhisattva
Bodhisattva


Joined: 14 Apr 2003
Posts: 7753
Location: Germany

PostPosted: Wed Jul 21, 2004 12:32 pm    Post subject: Reply with quote

F: emerge kompiliert ein großes Programm im Hintergrund, aber ich brauche gerade alle Rechenzeit für etwas anderes. Muss ich das Kompilieren abbrechen und später von vorne beginnen?
A: Nein, mit Strg+Z kann das Kompilieren angehalten werden. "fg" setzt es zu einem späteren Zeitpunkt fort (aber zwischendurch nicht neu booten :wink: )
Back to top
View user's profile Send private message
schally
Apprentice
Apprentice


Joined: 13 May 2004
Posts: 207

PostPosted: Wed Jul 21, 2004 12:34 pm    Post subject: Reply with quote

und wie gefällts ian bis jetzt ???
_________________
Our glory is not in never falling but in rising again every time we fall -Konfuzius

greetz
- schally
Back to top
View user's profile Send private message
Earthwings
Bodhisattva
Bodhisattva


Joined: 14 Apr 2003
Posts: 7753
Location: Germany

PostPosted: Wed Jul 21, 2004 12:40 pm    Post subject: Reply with quote

F: Der Bäcker macht in einer halben Stunde zu, und ich möchte dran erinnert werden.
A:
Code:
emerge at
at now + 30 minutes
wall "Geh zum Bäcker, faule Sau"
Strg+D
Back to top
View user's profile Send private message
Earthwings
Bodhisattva
Bodhisattva


Joined: 14 Apr 2003
Posts: 7753
Location: Germany

PostPosted: Wed Jul 21, 2004 12:43 pm    Post subject: Reply with quote

(war vor kurzem im GWN, die könnte man auch mal durchsuchen)
F: Wie kann ich schnell in das letzte Verzeichnis zurückwechseln?
A: "cd -", zum Beispiel so:
Code:

$ cd /usr/portage
$ cd /home
$ cd -
/usr/portage
Back to top
View user's profile Send private message
sirro
Veteran
Veteran


Joined: 20 Jul 2003
Posts: 1472
Location: aachen.nrw.de.eu

PostPosted: Wed Jul 21, 2004 12:48 pm    Post subject: Reply with quote

schally wrote:
TIPP: Beim X emergen immer USE="bindist" dazu

Du musst schon sagen wozu das gut ist... ;-)


On-Topic:

F: Wie kann ich ein Programm (z.B. emerge, bash) sowohl von zuhause als auch von remote überwachen
A: Mit screen:
Code:
emerge screen
screen -S sessionname bash
#Strg-A + D "detached" die Session und folgendes Kommando holt sie wieder hervor:
screen -x sessionname
Back to top
View user's profile Send private message
schally
Apprentice
Apprentice


Joined: 13 May 2004
Posts: 207

PostPosted: Wed Jul 21, 2004 12:48 pm    Post subject: Reply with quote

Earthwings wrote:

F: emerge kompiliert ein großes Programm im Hintergrund, aber ich brauche gerade alle Rechenzeit für etwas anderes. Muss ich das Kompilieren abbrechen und später von vorne beginnen?
A: Nein, mit Strg+Z kann das Kompilieren angehalten werden. "fg" setzt es zu einem späteren Zeitpunkt fort (aber zwischendurch nicht neu booten :wink: )




fg ??
_________________
Our glory is not in never falling but in rising again every time we fall -Konfuzius

greetz
- schally
Back to top
View user's profile Send private message
schally
Apprentice
Apprentice


Joined: 13 May 2004
Posts: 207

PostPosted: Wed Jul 21, 2004 12:50 pm    Post subject: Reply with quote

sirro wrote:
schally wrote:
TIPP: Beim X emergen immer USE="bindist" dazu

Du musst schon sagen wozu das gut ist... ;-)


hmm... keine ahnung deswegen steht da links oben in diesem kästchen auch noch noob. :wink:
_________________
Our glory is not in never falling but in rising again every time we fall -Konfuzius

greetz
- schally


Last edited by schally on Wed Jul 21, 2004 12:50 pm; edited 1 time in total
Back to top
View user's profile Send private message
Earthwings
Bodhisattva
Bodhisattva


Joined: 14 Apr 2003
Posts: 7753
Location: Germany

PostPosted: Wed Jul 21, 2004 12:50 pm    Post subject: Reply with quote

schally wrote:
Earthwings wrote:

F: emerge kompiliert ein großes Programm im Hintergrund, aber ich brauche gerade alle Rechenzeit für etwas anderes. Muss ich das Kompilieren abbrechen und später von vorne beginnen?
A: Nein, mit Strg+Z kann das Kompilieren angehalten werden. "fg" setzt es zu einem späteren Zeitpunkt fort (aber zwischendurch nicht neu booten :wink: )

fg ??

Ja (probiers halt aus :wink: )
fg für "foreground", bg für "background", falls mehrere Prozesse angehalten wurden, eine entsprechende Zahl hinzu, also z.B. "fg 2" oder "bg 4". "jobs" liefert ne Übersicht über alle.
Back to top
View user's profile Send private message
Earthwings
Bodhisattva
Bodhisattva


Joined: 14 Apr 2003
Posts: 7753
Location: Germany

PostPosted: Wed Jul 21, 2004 12:52 pm    Post subject: Reply with quote

Code:

$ euse -i bindist
bindist [-] [ ] [G] Flag to enable or disable options for prebuilt (GRP)
                    packages (eg. due to licensing issues)

Wüsste nicht, was das bringen soll.
Back to top
View user's profile Send private message
schally
Apprentice
Apprentice


Joined: 13 May 2004
Posts: 207

PostPosted: Wed Jul 21, 2004 12:52 pm    Post subject: Reply with quote

Earthwings wrote:
schally wrote:
Earthwings wrote:

F: emerge kompiliert ein großes Programm im Hintergrund, aber ich brauche gerade alle Rechenzeit für etwas anderes. Muss ich das Kompilieren abbrechen und später von vorne beginnen?
A: Nein, mit Strg+Z kann das Kompilieren angehalten werden. "fg" setzt es zu einem späteren Zeitpunkt fort (aber zwischendurch nicht neu booten :wink: )

fg ??

Ja (probiers halt aus :wink: )
fg für "foreground", bg für "background", falls mehrere Prozesse angehalten wurden, eine entsprechende Zahl hinzu, also z.B. "fg 2" oder "bg 4". "jobs" liefert ne Übersicht über alle.


sry sitz gerade nicht vor ner linux-box...

einfach fg/bg reinhacken in die console oda wie... steh wahrscheinlich gerade auf der leitung... :oops:
_________________
Our glory is not in never falling but in rising again every time we fall -Konfuzius

greetz
- schally
Back to top
View user's profile Send private message
schally
Apprentice
Apprentice


Joined: 13 May 2004
Posts: 207

PostPosted: Wed Jul 21, 2004 12:53 pm    Post subject: Reply with quote

Earthwings wrote:
Code:

$ euse -i bindist
bindist [-] [ ] [G] Flag to enable or disable options for prebuilt (GRP)
                    packages (eg. due to licensing issues)

Wüsste nicht, was das bringen soll.


bin ich der einzige mit ner stage 3 hier ??

edit: asoo ich schätze das braucht man nur wenn man von der cd emerged schätzomativ... sry :oops:
_________________
Our glory is not in never falling but in rising again every time we fall -Konfuzius

greetz
- schally


Last edited by schally on Wed Jul 21, 2004 12:55 pm; edited 1 time in total
Back to top
View user's profile Send private message
Earthwings
Bodhisattva
Bodhisattva


Joined: 14 Apr 2003
Posts: 7753
Location: Germany

PostPosted: Wed Jul 21, 2004 12:54 pm    Post subject: Reply with quote

Quote:

einfach fg/bg reinhacken in die console oda wie... steh wahrscheinlich gerade auf der leitung... :oops:

Yepp. Setzt bash voraus.
Back to top
View user's profile Send private message
schally
Apprentice
Apprentice


Joined: 13 May 2004
Posts: 207

PostPosted: Wed Jul 21, 2004 12:55 pm    Post subject: Reply with quote

Earthwings wrote:
Quote:

einfach fg/bg reinhacken in die console oda wie... steh wahrscheinlich gerade auf der leitung... :oops:

Yepp. Setzt bash voraus.


schön dank wieder was dazugelernt...
_________________
Our glory is not in never falling but in rising again every time we fall -Konfuzius

greetz
- schally
Back to top
View user's profile Send private message
sirro
Veteran
Veteran


Joined: 20 Jul 2003
Posts: 1472
Location: aachen.nrw.de.eu

PostPosted: Wed Jul 21, 2004 12:57 pm    Post subject: Reply with quote

Earthwings wrote:
Code:

$ euse -i bindist
bindist [-] [ ] [G] Flag to enable or disable options for prebuilt (GRP)
                    packages (eg. due to licensing issues)

Das bringt direkt den nächsten Tipp mit sich. (ich kannte euse z.B. noch nicht und greppe mir die info immer umständlich aus den beiden entsprechenden Dateien ;-))

F: Wie finde ich raus wozu ein USE-Flag (z.B. mmx) gut ist
A:
Code:
emerge gentoolkit
euse --info mmx
euse --help #für weitere nützliche Verwendungen des Programms
Back to top
View user's profile Send private message
schally
Apprentice
Apprentice


Joined: 13 May 2004
Posts: 207

PostPosted: Wed Jul 21, 2004 12:58 pm    Post subject: Reply with quote

war ich wenigstens für irgendwas gut! :wink:
_________________
Our glory is not in never falling but in rising again every time we fall -Konfuzius

greetz
- schally
Back to top
View user's profile Send private message
Earthwings
Bodhisattva
Bodhisattva


Joined: 14 Apr 2003
Posts: 7753
Location: Germany

PostPosted: Wed Jul 21, 2004 1:02 pm    Post subject: Reply with quote

schally wrote:
Earthwings wrote:
Code:

$ euse -i bindist
bindist [-] [ ] [G] Flag to enable or disable options for prebuilt (GRP)
                    packages (eg. due to licensing issues)

Wüsste nicht, was das bringen soll.


bin ich der einzige mit ner stage 3 hier ??

edit: asoo ich schätze das braucht man nur wenn man von der cd emerged schätzomativ... sry :oops:

Ne, hab auch ne stage 3. Das bindist USE-flag ist aber soweit ich weiß dann von Interesse, wenn Du LiveCDs herausbringst. Z.B. macht das XFree86 ebuild folgenden Gebrauch davon:
Code:

grep bindist $(equery which xfree)
IUSE="3dfx sse mmx 3dnow xml2 truetype nls cjk doc ipv6 debug static pam sdk bindist"
        truetype? ( !bindist? ( ${MS_FONT_URLS} ) )"
        truetype? ( !bindist? ( app-arch/cabextract ) )
        if use truetype && use !bindist
        if use truetype && use !bindist

D.h. wenn Du eine LiveCD erstellst ( also USE=bindist ), werden die MS Fonts und cabextract nicht mit reingenommen, da Microsoft das schätzungsweise in der Lizenz verbietet. Wahrscheinlich möchtest Du dieses flag jetzt deaktivieren :)
Back to top
View user's profile Send private message
dertobi123
Retired Dev
Retired Dev


Joined: 19 Nov 2002
Posts: 2679
Location: Oberhausen, Germany

PostPosted: Wed Jul 21, 2004 1:07 pm    Post subject: Reply with quote

USE=bindist kann getrost ignoriert werden, die MS Corefonts sind in xorg-x11 nicht mehr enthalten (werden auch nicht via USE Flag eingebunden), sondern als eigenes Paket "corefonts" verfügbar. Spätestens mit dem 2004.2 Release ist das "bindist" USE Flag in Kombination mit X Geschichte.
Back to top
View user's profile Send private message
schally
Apprentice
Apprentice


Joined: 13 May 2004
Posts: 207

PostPosted: Wed Jul 21, 2004 1:09 pm    Post subject: Reply with quote

hier ist die erklärung:

Code:

Code Listing 9: Installing KDE
 
# USE="bindist" emerge --usepkg kde

The USE="bindist" is needed when you install XFree (either directly or as a dependency). It prevents the downloading of Microsoft's core fonts (which we cannot distribute on our LiveCDs).



der doku entnommen,.... wenn mich mein englisch nicht täuscht heißt das, dass wenn man es setzt nichts von microsoft heruntergeladen wird... :twisted:
_________________
Our glory is not in never falling but in rising again every time we fall -Konfuzius

greetz
- schally
Back to top
View user's profile Send private message
dertobi123
Retired Dev
Retired Dev


Joined: 19 Nov 2002
Posts: 2679
Location: Oberhausen, Germany

PostPosted: Wed Jul 21, 2004 1:14 pm    Post subject: Reply with quote

... und aus der Doku wird die Erklärung zu "USE=bindist" auch noch entfernt ;)
Back to top
View user's profile Send private message
schally
Apprentice
Apprentice


Joined: 13 May 2004
Posts: 207

PostPosted: Wed Jul 21, 2004 1:15 pm    Post subject: Reply with quote

oooch... jetzt war ich so stolz das ich einmal was gefunden habe und dann bist du wieder schneller... :cry:
_________________
Our glory is not in never falling but in rising again every time we fall -Konfuzius

greetz
- schally
Back to top
View user's profile Send private message
boris64
Veteran
Veteran


Joined: 04 Oct 2003
Posts: 1770
Location: Vechelde/Peine

PostPosted: Wed Jul 21, 2004 1:21 pm    Post subject: Reply with quote

wie starte ich ein bestimmtes programm auf einem separatem xserver mit einer
extra konfigurationsdatei (xorg.conf/XF86config/XF86config-4)?

Code:
xinit ${pfad_zur_anwendung}/${anwendung} -${parameter_der_anwendung} -- :${desktop_nummer} -config ${meine_extra_xorg.conf} -${sonstige_xinit_option}


beispiel: wir starten unser lieblingsspiel doom (das beste original der welt)
auf einem extra xserver mit custom-xorg.conf:

Code:
xinit /home/games/bin/lsdldoom -iwad /home/games/doom-data/doom.wad -opengl -nocd -mb 64 -- :1 -config xorg.1024 -br


happy imp-slaying ;)

anmerkung:
  1. die befehlszeile funktioniert kurioserweise nicht aus einem geöffneten mc heraus :(
  2. ${pfad_zur_anwendung} muss mit angegeben werden

_________________
boris64.net 200x / visit my desktop / try these tiny kernel patches ;)
Back to top
View user's profile Send private message
m707
Tux's lil' helper
Tux's lil' helper


Joined: 31 Oct 2003
Posts: 121
Location: Germany

PostPosted: Wed Jul 21, 2004 2:11 pm    Post subject: Reply with quote

Earthwings wrote:
F: Wie deaktiviere ich die CapsLock-Taste?
A: Durch Aufruf von
Code:
xmodmap -e "remove Lock = Caps_Lock"

Kann man automatisieren, indem man
Code:
remove Lock = Caps_Lock
in die ~/.Xmodmap einträgt. Wird bei mir aus irgendwelchen Gründen aber nicht ausgeführt.


---cut ~/.xinitrc ---
xmodmap ~/.Xmodmap
---cut---
_________________
bye maik
Back to top
View user's profile Send private message
Earthwings
Bodhisattva
Bodhisattva


Joined: 14 Apr 2003
Posts: 7753
Location: Germany

PostPosted: Wed Jul 21, 2004 4:17 pm    Post subject: Reply with quote

m707 wrote:

---cut ~/.xinitrc ---
xmodmap ~/.Xmodmap
---cut---

Die wird leider auch nicht ausgeführt.
Back to top
View user's profile Send private message
psyqil
Advocate
Advocate


Joined: 26 May 2003
Posts: 2767

PostPosted: Wed Jul 21, 2004 4:39 pm    Post subject: Reply with quote

Earthwings wrote:
Code:
remove Lock = Caps_Lock
Bei mir steht
Code:
clear lock
drin. Groß-/Kleinschreibung ist hier leider penibel...
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German) All times are GMT
Goto page Previous  1, 2, 3, 4, 5, 6  Next
Page 2 of 6

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum