Lecture
Это окончание невероятной информации про поддержка ubunutu.
...
~/about_system.txt # версия ОС и разрядность echo "Kernel: "`uname -r`" DE: $XDG_CURRENT_DESKTOP Session: $GDMSESSION" >> ~/about_system.txt # ядро, DE и вид сессии echo "----------------------------------" >> ~/about_system.txt # линия, разделитель echo "Processor: "`cat /proc/cpuinfo | grep "model name" -m1 | cut -c14-` >> ~/about_system.txt # Процессор echo "Memory (Gb): "`free | grep Mem | awk '{print int($2/10485.76)/100}'` >> ~/about_system.txt # Размер ОЗУ echo "Video: "`lspci -k | egrep 'VGA|3D' -A2` >> ~/about_system.txt # Видеокарты sudo parted -l | grep /dev/sd -B1 -A2 >> ~/about_system.txt # Hard,flash echo "----------------------------------" >> ~ / about_system.txt # separator or using commands cpuinfo, and full info lshw
Часть 1 Support and daily use of LAMP Linux (Ubunutu), problem solving due to errors, system monitoring
Часть 2 - Support and daily use of LAMP Linux (Ubunutu), problem
Comments
To leave a comment
Running server side scripts using PHP as an example (LAMP)
Terms: Running server side scripts using PHP as an example (LAMP)