remove ^M
in vi do the following: :g/^M/s/// (the ctrl-m has to be entered with the key strokes «ctrl-v followed by ctrl-m». That’s teh only way it works! Or use sed to do it: sed ‘s(ctrl v ctrl m)g//g’ old.file > new.file tr -d ‘\r’ new.file
in vi do the following: :g/^M/s/// (the ctrl-m has to be entered with the key strokes «ctrl-v followed by ctrl-m». That’s teh only way it works! Or use sed to do it: sed ‘s(ctrl v ctrl m)g//g’ old.file > new.file tr -d ‘\r’ new.file
Create a 1 GiB file containing only zeros (bs=blocksize, count=number of blocks): time dd if=/dev/zero of=trash bs=1M count=1024 Benchmark —————————————– Laptop HP Wrk 1024+0 records in 1024+0 records out 1073741824 bytes (1.1 GB) copied, 14.2728 s, 75.2 MB/s —————————————————— Server T110 1024+0 records in 1024+0 records out 1073741824 bytes (1.1 GB) copied, 9.777131 s, 110… Leer más »
Your system supports DDR3 ECC unbuffered memory modules (UDIMMs). The DIMMs can be 1066 or 1333 MHz. Single and dual-rank DIMMs can be 1066 or 1333 MHz. http://www.memoryupgrade.pro/ http://www.memoryupgrade.pro/dell-memory-poweredge-memory-poweredge-t110.html
Database Tuning: Principles, Experiments, and Troubleshooting Techniques Morgan Kaufmann Series in Data Management Systems
well just waiting my server, and i want to upgrade the videcard, i hope it works with an 8x to 16x adapter : P http://www.serveredge.net/showthread.php?t=16162&highlight=dell+video+card+t110
find /dirdb* -name *.lk -exec rm {} \; rm /opt/oemgmt/config/admsvr.lock
-bash: fork: Not enough space First your RAM, then the swap got full. Check the space available using swapinfo and check if there is any user application causing huge memory leaks. Increase swap space. PID list FULL
Mi primer servidor Dell™ PowerEdge™ T110 II Intel® Xeon® E3-1230 3.20 GHz, 8M Cache, Turbo, Quad Core/8T (80W) 4GB Memory (2x2GB), 1333MHz, Single Ranked UDIMM Disco Duro SATA 3.5″ 3Gps de 500GB (7200 RPM) cableado También estoy pensando en adquirirle una tarjeta de video nvidea quadro, todavía estoy por definir que modelo me alcanza… Ahora… Leer más »
http://spacewalk.redhat.com/
By default SL 6 enables SELinux, and as far as I know you can’t choose to not have it during the install process (correct me if I’m wrong). SELinux is not for everyone and it can cause headaches for certain applications. I’ve had trouble before with permission settings, checking, and rechecking my setup only to… Leer más »