адміністрування


Install linux on everex stepnote sa2053 - boot options

Press F6, escape to close the pop-up window, and add
reserve=0xFFB00000,0x100000
to the prompt, before the word "quiet".
Complete the installation process



MYSQL fix duplicates saving duplicated data with new id

DROP PROCEDURE `max_wid`;
DELIMITER ;;
CREATE PROCEDURE `max_wid` (OUT `y` int)
SQL SECURITY INVOKER
BEGIN
SELECT MAX(wid) into y from works;
END;;
DELIMITER ;
DELIMITER ;;
CREATE PROCEDURE `first_dup` (OUT `t` int)
SQL SECURITY INVOKER
BEGIN
SELECT wid into t FROM works GROUP BY wid HAVING ( COUNT(wid) > 1 ) LIMIT 0,1;
END;;
DELIMITER ;

The procedure itself - finding first duplicated data - and updating it to maximum possible id
After running this code till ZERO duplicates just create unique Primary key for Your table



Nokia 6500 slider Free iSync plugin - 6500s-1

Do not sync Contacts+Calendar together!
Only Contacts or only Calendar!!!

Nokia 6500 slider iSync plugin free

Tested with iSync 3.0.2 at Leopard 10.5.6 and Nokia 6500s-1 (slider)



Everex StepNote SA-2053T Leopard 10.5.3+ Drivers.

Hi!
After a long time of using Everex StepNote SA-2053T under Leopard I`d like to say that this small baby very usefull and stable under it.
In attachement You can get

  • AppleACPIBatteryManager.kext Battery Indicator
  • AppleAzaliaAudioBackupByTarugaPatcher.kext - sound output only
  • AppleIntelGMA950.kext acelerated GMA950 video driver
  • AppleIntelIntegratedFramebuffer.kext - the same
  • ApplePS2Controller.kext - touchpad driver
  • DSDT.aml - DSDT patched file for a Chameleon EFIv9 bootloader


GA-EP45-DS3L 10.5.6+ Leopard drivers

After successfull migration from p5k-se to ga-ep45-ds3l motherboard I guess it will be very usefull to upload drivers for motherboard.
In attachement there are sound, ich10 ahci driver, onboard lan driver.

  • AppleHDA
  • IOAHCIFamily
  • AppleAHCIPort.kext
  • AppleRTL8169Ethernet.kext

Also uploaded fixed DSDT for F8 bios version.
Easy way - install them using KextHelper.
GoodLuck



Mac OS X migration to new hardware. How-to upgrade your hardware without reinstalling OS.

This article was born due to my successfull hardware upgrade from ASUS P5K-SE to GIGABYTE GA-EP45-DS3L.
After that I decided to write mini how-to that can help others with their feature upgrades for their Mac-ready hardware configurations.

Macintosh and Hackintosh repair

So. If You are planning to live with Mac OS - nice practice is working with USB2SATA adapter as repair solution when drivers failed to load Your system after software update or hardware upgrade.
Such devices are cheap and I see no problems for getting it.


Syndicate content Syndicate content

Recent comments

експерименти

Rambler's Top100