How to remove a windows service

sc delete

example:
c:\>sc delete mysql
output
[SC] DeleteService SUCCESS

มาแล้ว ATi HD4670 512MB DDR3 128bit Turbo IceQ จาก HIS

Features Specifications (คร่าวๆ)
- ATI Radeon HD4670
- 320 stream processing units
- 128-bit memory interface
- 24x custom filter anti-aliasing (CFAA) and high performance anisotropic filtering
- Dual mode ATI CrossFireX multi-GPU support
- PCI Express 2.0 support

เรื่องไฟของรุ่นนี้ หลังก่อนเขียนไว้ว่า
- 400 Watt or greater power supply (550 Watt for ATI CrossFireX) is recommended

ดูรูปกันดีกว่า ขี้เกียจแพร่ม



อีกรูป แบบว่าบ้าถ่ายรูป อิอิ

ด้านหลังบ้าง

เห็นอะไรมั้ยเอ่ย ซูมหน่อย

ด้านข้างก็มี

ลองลองออกดู ปรากฏว่าเขียนไว้ว่า "CrossFire Cable"
แต่ของที่ได้มาไม่มี - -''

ดูเลยในกล่องมีอะไรมาบ้าง

Apache # [error] (28)No space left on device

How to fix

#ipcs -s | grep apache(apache user)
Removing this semaphores immediately solved the problem.
#ipcs -s | grep apache | perl -e 'while (<STDIN>) { @a=split(/\s+/); print `ipcrm sem $a[1]`}'

แก้แค่นั้น เดี๋ยวมันก็เป็นอีก

วิธีแก้ระยะยาว
เปิดไฟล์ /etc/sysctl.conf

add/edit
kernel.msgmni = 1024
kernel.sem = 250 256000 32 1024

ทำให้มีผลทันที่ ไม่ต้อง restart
#sysctl -p

URL : http://rackerhacker.com/2007/08/24/apache-no-space-left-on-device-couldn...

Create LVM

#pvcreate /dev/sda1
#vgcreate VGName /dev/sda1
#lvcreate VGName -n LVName -L 10G

Syndicate content