Amateur web developers always have problem with installation of Apache + MySQL + PHP to test their code including many administrators that want to install LAMPP Server (LAMPP stands for Linux + Apache + MySQL + PHP + Perl) for doing simple web server (with less security without strict configuration). So there are software that include all LAMPP with only one installation. XAMPP is the most popular one.
Most of present hardwares such as CPU, Mainboard, GPU or Harddisk come with temperature sensors. Unfortunately, driver or software that come with hardware always only working on Windows. So we will use Sensors Applet to monitor hardware temperature on Ubuntu.
We can install Sensors Applet via Terminal with command
tar is command to combine many files or directories to one file plus with can be compress and extract files too.
Command to combine files or directories into one file is
tar-cfv filename.tar dirname1 dirname2
cf is create a new archive file v is output process to terminal filename.tar is archive file name dirname1, dirname2 is all files or directories that you want to combine together
When we using Ubuntu. Sometimes we feel that our system is slow. But why? System Monitor Panel is your answer.
System Monitor Panel will monitor your resources such as CPU, Memory, Bandwidth, I/O in graph format. So you can see instantly how system resource using in your box.
Recent comments