tiistaina, huhtikuuta 28, 2015

Firewall config program for CentOS 7

If you don't like command line tools, you can install graphic tool with command yum install firewall-config.
Here is screenshot how it's look like.
You can find that in menu or start that in command line: firewall-config

keskiviikkona, huhtikuuta 22, 2015

Howto: Find the kernel version

You need to type the following command at shell prompt: uname -r
Sample outputs: 2.6.18-194.3.1.el5
The following command gives out more information: cat /proc/version
Sample outputs: Linux version 2.6.18-194.3.1.el5 (mockbuild@x86-004.build.bos.redhat.com) (gcc version 4.1.2 20080704 (Red Hat 4.1.2-48)) #1 SMP Sun May 2 04:17:42 EDT 2010
Please note that you can also use the following command: uname -a
Sample outputs:
Linux b1 3.2.0-51-generic #77-Ubuntu SMP Wed Jul 24 20:18:19 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux

Watchtower Library 2014 in Ubuntu

My system is Ubuntu 14.04.1 LTS
Here is what you need to install first.

  1. You need "latest" wine, I use wine number 1.7.38, because with 1.6.2 it's not working.
  2. You can download it here for 64 bits system and 32 bits system.
Then you install your package sudo -dpkg package_name.deb
Then install Watchtower Library.
Here is video: 

tiistaina, huhtikuuta 21, 2015

Miten tarkistaa Ubuntussa versio mitä käytät?

Komento: lsb_release -d
Tuolos: Description: Ubuntu 14.04.1 LTS

Komento: lsb_release -c
Tulos: Codename: trusty

Komento: lsb_release -r
Release: 14.04

Komento: lsb_release -a
Tulos:
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 14.04.1 LTS
Release: 14.04
Codename: trusty


keskiviikkona, huhtikuuta 15, 2015

Miten tarkistaa versio CentOS:ssa

Yksinkertainen komento päätteellä: cat /etc/redhat-release
Ei sen kummempaa tällä kertaa

perjantaina, huhtikuuta 10, 2015

Glances:in asennus CenOSiin

Ensiksi repository: yum install http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm -y
Päivitys: yum update epel-release -y
Ja asennus: yum -y install glances 
Suorittaminen konsolissa komeennolla: glances