This is default featured slide 1 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by Lasantha Bandara - Premiumbloggertemplates.com.

This is default featured slide 2 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by Lasantha Bandara - Premiumbloggertemplates.com.

This is default featured slide 3 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by Lasantha Bandara - Premiumbloggertemplates.com.

This is default featured slide 4 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by Lasantha Bandara - Premiumbloggertemplates.com.

This is default featured slide 5 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by Lasantha Bandara - Premiumbloggertemplates.com.

Friday, July 26, 2024

How to test your Linux Antivirus (eicar)

Here are the step I follow to test if antivirus is working: 

Download these antivirus test file, do not be afraid they are will not harm to your server. 

$ cd ~ && mkdir virustest
$ wget https://secure.eicar.org/eicarcom2.zip 
$ wget https://secure.eicar.org/eicar_com.zip 
$ wget https://secure.eicar.org/eicar.com.txt 
$ wget https://secure.eicar.org/eicar.com 
$ clamscan ./



Note: these virus pattern testing file also recognized by Windows antivirus, just make a try there.


Antivirus for Linux (clamav)

Antivirus for linux mostly delivered as commercial product, rare to be a free. Among free of charge antivirus for linux, but with limited features is clamav. 

How to install clamav? 
$ sudo apt update 
$ sudo apt install clamav 

How use use clamav to scan virus? 
$ clamscan /path/to/target

How to update clamav virus definition file?
$ sudo freshclam 

How to see version? 
$ clamscan --version





Ddy/@Pekanbaru, Jul 2024.

Monday, July 22, 2024

Ansible Ubuntu 24.04 LTS

Ansible installation on Ubuntu 24.04LTS sudo apt update sudo apt upgrade sudo apt install ansible sudo mkdir /etc/ansible sudo chown user:user /etc/ansible ansible-config init --disabled > /etc/ansible/ansible.cfg nano /etc/ansible/hosts Test ping ansible all -m ping

Sunday, July 21, 2024

Tutorial Network 01

 Jaringan sederhana berikut terdiri dari 2 komputer.