Posts Tagged ‘ code ’
The Android livecd v.02 is out. I grabbed a copy from http://code.google.com/p/live-android/ and booted it up inside virtualbox to have a look. Seems pretty sweet to me! Now I want a Android phone… Settings to use for creating the virtualmachine should be Linux and Linux2.6, I gave it 256MB of memory and enabled 3d acceleration, [ READ MORE ]
I was looking for something new in linux desktops. Ubuntu and it’s deriatives never really gave me what I wanted from a desktop and they always felt a bit slow on this system at least. I installed Archlinux and discovered the speed I was missing, but it’s too much tweaking neccesary really, ( Archers, please [ READ MORE ]
This post is to help set up multimedia on your freshly installed Fedora 10. What we want to do is get all of the webs multimedia to play on our system and install the necessary drivers for our graphics card. I have an old Nvidia 6200 card here, so I’ll use that one as an [ READ MORE ]
I am in no way a coder, but this I understand. http://mjg59.livejournal.com/99905.html [ READ MORE ]
Saturdays are made for totally rebuilding your system! This time it is time to try out PCBSD, never used a bsd system before, and this one seemed simple enough to start with. The install took a whopping 16 minutes on desktop machine, which is a few years old, I have all the drivers installed, no effort [ READ MORE ]
This one is very useful for anybody trying to post code like my previous post wp-syntax plugin for wordpress! get it here: http://wordpress.org/extend/plugins/wp-syntax/ [ READ MORE ]
Updated make.conf and kernel.config, have to update BIOS = install xp Might as well change the filesystem back to ext3 at he same time, JFS sucks. kernel.config: # # Automatically generated make config: don’t edit # Linux kernel version: 2.6.25-gentoo-r7 # Tue Oct 21 18:58:46 2008 # CONFIG_64BIT=y # CONFIG_X86_32 is not set CONFIG_X86_64=y CONFIG_X86=y CONFIG_ARCH_DEFCONFIG=”arch/x86/configs/x86_64_defconfig” # CONFIG_GENERIC_LOCKBREAK is not set CONFIG_GENERIC_TIME=y CONFIG_GENERIC_CMOS_UPDATE=y CONFIG_CLOCKSOURCE_WATCHDOG=y CONFIG_GENERIC_CLOCKEVENTS=y CONFIG_GENERIC_CLOCKEVENTS_BROADCAST=y CONFIG_LOCKDEP_SUPPORT=y CONFIG_STACKTRACE_SUPPORT=y CONFIG_HAVE_LATENCYTOP_SUPPORT=y CONFIG_SEMAPHORE_SLEEPERS=y CONFIG_FAST_CMPXCHG_LOCAL=y CONFIG_MMU=y CONFIG_ZONE_DMA=y CONFIG_GENERIC_ISA_DMA=y CONFIG_GENERIC_IOMAP=y CONFIG_GENERIC_BUG=y CONFIG_GENERIC_HWEIGHT=y # CONFIG_GENERIC_GPIO is not set CONFIG_ARCH_MAY_HAVE_PC_FDC=y CONFIG_DMI=y CONFIG_RWSEM_GENERIC_SPINLOCK=y # CONFIG_RWSEM_XCHGADD_ALGORITHM [ READ MORE ]
Rescued from failure, make.conf from my laptop. 64bit version, just for future refernce. # These settings were set by the catalyst build script that automatically # built this stage. # Please consult /etc/make.conf.example for a more detailed example. CHOST="x86_64-pc-linux-gnu" CFLAGS="-march=k8 -msse3 -O2 -pipe" CXXFLAGS="${CFLAGS}" # WARNING: Changing your CHOST is not something that should be done lightly. # Please consult http://www.gentoo.org/doc/en/change-chost.xml before changing. MAKEOPTS="-j3" USE="X -kde [ READ MORE ]
is not always bad for you. NEVER do an emerge -C glibc on your gentoo system! NEVER! Graah! ( attemting to downgrade glibc )And I don’t have time to reinstall…. Ah well, time to try out the 64bit Sabayon POD 3.5 release now I guess… [ READ MORE ]
Just an updated version of my make.conf. Athlon XP 2400+ version. # These settings were set by the catalyst build script that automatically # built this stage. # Please consult /etc/make.conf.example for a more detailed example. CFLAGS="-march=athlon-xp -O2 -pipe -fomit-frame-pointer" CXXFLAGS="${CFLAGS}" # WARNING: Changing your CHOST is not something that should be done lightly. # Please consult http://www.gentoo.org/doc/en/change-chost.xml before changing. CHOST="i686-pc-linux-gnu" MAKEOPTS="-j2" USE="X -kde gnome acpi [ READ MORE ]