In Windows, there is the popular CPU-Z application that allows you to view information about your CPU and hardware. But what if you are using Linux? CPU-Z doesn’t work in Linux, so how can you obtain the same CPU info
If you are a frequent terminal user, you may come across situations where you need to debug the code or copy the output of a script for future reference. For such cases, you may want to record the terminal session
To remove the guest session from Ubuntu logon screen Open the terminal (Press Ctrl – Alt – T) and run the following commands. sudo /usr/lib/lightdm/lightdm-set-defaults -l false To undo it or re-enable the guest account, run the commands below. sudo
This brief tutorial is going to show you how to install and configure VSFTPD server in Ubuntu 13.04 Raring Ringtail. File Transfer Protocol (FTP) is a TCP protocol for uploading and downloading files between two networked computers. The machine with
The first release version of every edition has mostly been unstable. During the first few weeks after installing or upgrading to the newest version, you’ll frequently get ‘Sorry, Ubuntu xx.xx has experienced an internal error’ and wants to you to
phpMyAdmin uses PHP and Apache to manage databases. It’s the most popular database management tool. To install and use it in Ubuntu, run the commands below. It requires Apache as well as PHP so make sure those packages are installed.