Adsense code (2021-10-05)

Tuesday, December 17, 2013

Geany - small and fast code editor and IDE

Geany is a text editor using the GTK2 toolkit with basic features of an integrated development environment. It was developed to provide a small and fast IDE, which has only a few dependencies from other packages. It supports many filetypes and has some nice features.


To install geany:
$sudo apt-get install geany

Thursday, November 21, 2013

Get running Ubuntu version

To print the version of your running Ubuntu, enter the command:
$ lsb_release -a


Monday, September 9, 2013

Set title of Terminal

To saet title of Terminal, click Terminal option -> Set Title...

Set title of Terminal
Set title of Terminal

How to set command prompt in Ubuntu Linux

Enter the command to change command prompt in Ubuntu:

$PS1="<new prompt>"

set command prompt in Ubuntu Linux
set command prompt in Ubuntu Linux


Saturday, August 17, 2013

Check cpu temperature

To check CPU temperature in Linux:

$acpi -t
Check cpu temperature with acpi -t
Check cpu temperature with acpi -t
To install acpi, run the command in Terminal:

$sudo apt-get install acpi


Saturday, July 27, 2013

How to check version of Ubuntu

To check the version of Ubuntu system, you can use the command "lsb_release" to print distribution specific information.
$ lsb_release -a

lsb_release -a
lsb_release -a