HostOnNet Blog

How to View CPU Info in Ubuntu (CPU-Z Alternative For Linux)

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


How to Record Terminal Session in Ubuntu

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


How to Disable Guest Session in Ubuntu 13.04

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


How to Install and Configure VSFTPD Server in Ubuntu 13.04

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


How to Disable Error Reporting In Ubuntu 13.04

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


Installing and Configuring phpMyAdmin on Ubuntu 13.04

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.