|
By tw001_tw at 2006-01-23 00:20
|
|
I'm keeping this here for my own reference.
Of course, you can use it to if you want.
I might add more links later on.
Below you will find a complete list of all special sequences,
and color codes.
Sequence Description
\a The ASCII bell character (you can also type \007)
\d Date in "Wed Sep 06" format
\e ASCII escape character (you can also type \033)
\h First part of hostname (such as "mybox")
\H Full hostname (such as "mybox.mydomain.com")
\j The number of processes you've suspended in this shell by hitting ^Z
\l The name of the shell's terminal device (such as "ttyp4")
\n Newline
|
|
read more
|
|
By tw001_tw at 2006-01-21 13:17
|
|
This is FAR from an all enclusive how-to. Its a simple, and direct
step-by-step, with minimal options or optimizations. Your distro
may have anather way, this is the manual way (or atleast how I do it
manually).
All versions noted are current at the time of this writting. (1.21.06)
1st step - software you need.
MPlayer v1.0pre7try2 source - The program.
Download here:
ftp://ftp5.mplayerhq.hu/mplayer/releases/MPlayer-1.0pre7try2.tar.bz2
all-20050412.tar.bz2 - Codecs.
Download here:
ftp://ftp5.mplayerhq.hu/mplayer/releases/codecs/all-20050412.tar.bz2
font-arial-iso-8859-1.tar.bz2 - Fonts.
|
|
read more
|
|
By tw001_tw at 2006-01-19 23:26
|
|
#1 - Using the Matrox framebuffer
TIP: Do NOT, and I repeat, DO NOT, compile into your kernel "vesafb', or "vesafb-tng" if you choose "Matrox Acceleration".
cd /usr/src/linux
make menuconfig
This is what you need (how I did it):
Under Device Drivers -> Graphics support
[*] Support for frame buffer devices
[*] Enable Video Mode Handling Helpers
[*] Matrox acceleration
[*] G100/G200/G400/G450/G550 support
[*] Multihead support
Under Device Drivers -> Graphics support -> Console Display driver support
--- VGA text console
[*] Video mode selection support
[*] Framebuffer Console support
|
|
read more
|
|
By tw001_tw at 2006-01-16 11:20
|
After suffering for weeks on a clean install of slackware 10.2 - I had terriblly slow DNS resolution times.
Ranging from 10 seconds, to what seemed forever.
I found a nice solution here at LQ.
Turn off IP6:
Open up Mozilla or Firefox and type in 'about:config' in the address bar
Scroll down to "network.dns.disableIPv6", it's defaulted to a value of false
Double-click on that line and change it to "true"
Close your browser, launch it again and it should work.
(I take no credit for this solution
I even copy/pasted the answer (I did clean it up and simplify it though).)
Original solution was given by: chiquitomuir
|
|
read more
|
|