Author Archives: missing_link
Mplayer / mencoder
dump a: dvd mplayer -dumpstream -dumpfile filename.dump dvd://1 (or 2, or3, or…) only a chapter mplayer -dumpstream -dumpfile chapter1.dump VTS_03_1.VOB real stream mplayer -dumpstream -dumpfile xxx.rm rtsp://where/the/stream/is cat avi’s cat 1.avi 2.avi | mencoder -noidx -ovc copy -oac copy … Continue reading
Handle sun’s java with fedora core
go to http://java.sun.com/javase/downloads/index.jsp and download Java Runtime Environment (JRE) 6u2 (NOT the RPM). $ su – # yum -y install compat-libstdc++-33 # cd dir_java_downloaded_to # mv jre-6u2-linux-i586.bin /opt # cd /opt # chmod +x jre-6u2-linux-i586.bin # ./jre-6u2-linux-i586.bin # ln -s … Continue reading
FC6 Anaconda Kernel issue (i586/i686)
From: FedoraProject Anaconda installing the wrong architecture kernel in some systems. cpuspeed is not working for the same reason. This does not affect out of box functionality much but if you are compiling third party kernel drivers you might run … Continue reading
Adding New Hard Disk in SOLARIS
Eine neue Festplatte in einem vorhandenem Solaris einzubinden, zu partitionieren und formatieren ist ja wirklich nicht ganz so einfach. Ich habe hier eine Seite gefunden die das ganze relativ gut erklärt… http://kerneltrap.org/node/2058