0

Windows XP SP2 32비트 & 64비트

스샷은 DELL에서 OEM 확인을 위한겁니다. 자료를 하드에서 삭제하기전 마지막 공유입니다. OEM은 ASUS, DELL, LG, SAMSUNG, SONY, 주연입니다. 각사별 원본이 아니라 리테일 CD에 라이센스 파일 추가로 만든겁니다. 바이오스에 OEM정보가 들어있는(정품 OEM 또는 바이오스가 XP OEM용으로 개조된) PC에서 정품인증됩니다. VISTA용 바이오스 개조와 XP용 바이오스 개조는 다릅니다. VISTA용으로 개조하였다고 XP에서 자동인증이 된다고 생각하지 마십시요. 크랙이나 인증툴은 없습니다. 만약 필요하시다면 별도로 구하셔야 합니다. AMI 바이오스는 비스타용으로 개조시 대부분 자동개조툴로 하는데 그 툴은 XP용과 비스타용으로 동시에 개조합니다만 XP용과 VISTA용의 OEM이 다를수도 있습니다. 어떤 OEM으로 하였는지 확인해 보십시요. DELL 확인 방법과 똑같이 하되 찾는 문자를 ASUS_FLASH로 하여 문자가 있다면 ASUS용으로 개조된 겁니다. 자신의 OEM을 확실히 알고 있다면 굳이 검사할 필요는 없습니다. OEM                      … Continue Reading

0

Ten Rules for Being Human

by Cherie Carter-Scott 1.     You will receive a body. You may like it or hate it, but it’s yours to keep for the entire period. 2.     You will learn lessons. You are enrolled in a full-time informal school called, “life.” 3.     There are no mistakes, only lessons. Growth is a process of trial, error, and experimentation. The “failed” experiments are as much a part of the process as the experiments that ultimately “work.” 4.     Lessons are repeated until they are learned. A lesson will be presented to you in various forms until you have learned it.… Continue Reading

0

opensolaris part 4 synergy

I use synergy to control my workstation from my laptop and the following the steps on how I got synergyc working on opensolaris. I’ve used the blastwave version and installed it using pkg-get -i synergy Edited the following files /etc/X11/gdm/Init/Default towards the top /bin/pkill synergyc /bin/sleep 1 /opt/csw/bin/synergyc -n hostname synergyserver /etc/X11/gdm/PreSession/Default again towards the top /bin/pkill synergyc /bin/sleep 1 /etc/X11/gdm/Xsession /bin/pkill synergyc /bin/sleep 1 /opt/csw/bin/synergyc -n hostname synergyserver

0

opensolaris part 3 samba!

So I am hearing all these great things about opensolaris and zfs and this new cifs server and wanted to try it out.  On my old workstation I had a 20g /data that I used to store files and map it to my laptop to share that directory The default install does not include the smb server so the following packages had to be installed SUNWsmbfskr and SUNWsmbskr and SUNWsmbs svcadm enable -r smb/server Since the disk was dont as a zfs during the installation all I had to do was to create my zfs mount My zfs container was… Continue Reading

0

opensolaris packages part 2

Now to install some software…. Wanting to add some packages from blastwave I added the blastwave repo to the “pkg” listing pkg set-authority -O http://blastwave.network.com:10000 blastwave Wanting to not install too many 3rd party software I only installed synergy pkg install synergy Now from the opensolaris side I wanted to include everyday tools to make this a nice desktop so I installed openoffice and various other software.  You can search for software by doing pkg search <tag> or launch the package manager in the gui and get a full list of packages One additional software package I wanted to add… Continue Reading

0

opensolaris for the first time

So I was bored with my workstation and decided to switch OS.  I’ve tried openSUSE but did not like it and wanted something new and different.  So I picked opensolaris.  It took several tries(crashes) to finally have this up and running with the latest code and the way my old workstation was setup. This is a old workstation a Compaq Evo with P4-2.4 and 1G of memory and a onboard e100 card. I booted the machine using the 2008.05 LiveCD and installed the Live image.  So far so good. Rebooted and found that my NIC was not working… after looking… Continue Reading

0

Lost data

I upgraded my server from vmware server to xen kernel and in the process forgot to backup the database so now I am running with the older copy of the database. Anyways the reason for moving away from vmware server to xen kernel is to test some things.  I was constantly having network cycles in vmware which caused my data flow to cycle to 0kb/sec every 15 minutes.  I looked everywhere and posted everywhere but no one could figure it out.  Since I moved to xen I have had 0 problems! and even put this server inside of the DomU

0

Postfix relayhost Authentication

#1 setup a password maps file vi /etc/postfix/sasl_passwd mailserver.com      username:password #2 fix owner and permissions chown root:root /etc/postfix/sasl_passwd; chmod 600 /etc/postfix_sasl_passwd postmap /etc/postfix/sasl_passwd #3 edit /etc/postfix/main.cf relayhost = mail.ispserver.com smtp_sasl_auth_enable = yes smtp_sasl_password_maps = hash:/etc/postfix/sasl_passwd smtp_sasl_security_options = #4 postfix reload and you are done!

0

I am back!

OK finally I am done with all the upgrades I endedup returning the Dell Ins 530 since it was not able to handle anything over 3.5g of memory and built my own  So I have Q6600 with GA-P35-DS3L and 6gb of DDR800 memory and 2x 500gb WD SATA3’s just need to get a video card and saw a deal today so will try to jump on it.. 😀 4.51(tax) after rebate from local Fry’s Anyways I decided to install CentOS 5.1 on this server and install a windows xp VM guest on top of it. I did notice that the… Continue Reading