Search
Categories
Author Archives: missing_link
Getting Hardware Information in Solaris
$ /usr/platform/`uname -i`/sbin/prtdiag or $ /usr/platform/SUNW,UltraAX-i2/sbin/prtdiag -v
Posted in Solaris
Leave a comment
FlashLinux on a 256MB Memory Stick
01. Download the iso-images from SourceForge.net: http://sourceforge.net/project/showfiles.php?group_id=124770 02. Merging the images. LINUX USERS $ cat flashlinux-0.3.4-RC2.iso-part1 flashlinux-0.3.4-RC2.iso-part2 flashlinux-0.3.4-RC2.iso-part3 > flashlinux-0.3.4-RC2.iso md5sum -c flashlinux-0.3.4-RC2.iso.md5 WINDOWS USERS open a command prompt and type: $ copy /B flashlinux-0.3.4-RC2.iso-part1+flashlinux-0.3.4-RC2.iso-part2+flashlinux-0.3.4-RC2.iso-part3 /B flashlinux-0.3.4-RC2.iso 03. … Continue reading
Posted in Linux
Leave a comment
Rsync server
Installing and running an rsync server Go and find a rsync-package for your distribution. Install it! (what else? 😉 Use these config files as a base: $ vi /etc/rsyncd.conf uid = nobody gid = nobody use chroot = no read … Continue reading
Speed up your boot time in Fedora – Enable/disable services
Priorities: L = Only laptops need this. D = Only Desktops need this. A = All need this! Keep it enabled. HR = Highly Recommended! But not absolutely needed. Better to keep enabled. R = Not needed at all but … Continue reading
Posted in Fedora, Linux
Leave a comment