synergy & fedora core 4/5 autostart as client

*****this begins synergy from boot up – so all users will have synergy access to other machines***** before running through this – you should do a which synergyc and which killall to make sure that your paths line up with the ones written below also, dont forget to substitute all instances of <server> with the … Read More

synergy across 3 systems

my setup: +———-+ +———-+ +———-+ | earth | | jupiter | | callisto | | suse | | gentoo | | ubuntu | | 10.0 | | 2006.1 | | 6.06 | +———-+ +———-+ +———-+ jupiter (gentoo) is acting as the synergy server – the other two are clients. here is the client and server … Read More

bootchart and some number

here are some shots of some of my machines running bootchart – as noticed there are some things that have to be changed / fixed / whatever. bootchart of earth (suse 10): bootchart of callisto (ubuntu 6.06 on a sunblade 100) i will be posting the updated ones once the systems are “tweaked” keep in … Read More

ubuntu on sunblade 100

granted its only a 500mhz machine with 512mb ram – its still pretty nice as an internet / mail terminal and fileserver here is my xorg file ubuntu 6.06 dapper dell d1626ht monitor (21″) 1600×1200@85hz Sun PGX64 graphics card Section “Files” FontPath “/usr/share/X11/fonts/misc” FontPath “/usr/share/X11/fonts/cyrillic” FontPath “/usr/share/X11/fonts/100dpi/:unscaled” FontPath “/usr/share/X11/fonts/75dpi/:unscaled” FontPath “/usr/share/X11/fonts/Type1” FontPath “/usr/share/X11/fonts/100dpi” FontPath “/usr/share/X11/fonts/75dpi” … Read More

sabayon linux kdeinit failure during kde startup

temporary fix: # emerge –sync # emerge -C qt # emerge =x11-libs/qt-3* # vi /usr/portage/profiles/package.mask insert : =x11-libs/qt-4* remember – everytime you “emerge –sync”, package.mask gets overwritten with a new copy. again, this is just a temporary fix edit : tested not working fully , i will provide an update

snmp mib locations

i couldnt track down the location of one of the mibs in a system i was working on. after doing some research on the net-snmp page i stumbled across this command: snmptranslate -Dparse-mibs right at the top, it will show you the locations of all the mibs being registered in the system.

new pear pc config file

new config file for pear pc ppc_start_resolution = “1280x720x15” ppc_start_full_screen = 0 redraw_interval_msec = 20 key_compose_dialog = “F11” key_change_cd_0 = “none” key_toggle_mouse_grab = “F12” key_toggle_full_screen = “Alt+Return” prom_bootmethod = “select” #prom_bootmethod = “force” #prom_loadfile = “test/yaboot” #prom_env_bootpath = “disk” #prom_env_bootargs = “” prom_env_machargs = “-v” prom_driver_graphic = “pearpc-0.4/video.x” cpu_pvr = 0x000c0209 ## g4 – 715 … Read More

sabayon linux kdeinit failure during kde startup part 2

edit 26-dec-06 – tested not working ———————————– found this piece of code in the gentoo forums : for p in /var/db/pkg/kde-base/*; do echo $p|sed -e ‘s#.*/#=#’|xargs emerge -C; done to completly remove all of kde – steps i am testing: 1) remove all of kde using code above 2) emerge -s gentoo-sources 3) emerge –sync … Read More