Thursday, September 17, 2020

ClamAV useful notes for Linux systems

Occasionally i need this notes for ClamAV and I'm searching around to find some commands and locations, so I decided to write them here, in case I want to find them in the future, or maybe someone else needs them.

clamAV databases folder: /var/lib/clamav/

stop freshclam: sudo /etc/init.d/clamav-freshclam stop

update databases: sudo freshclam -v

freshclam.conf location: /etc/clamav/

Thursday, February 1, 2018

How to Remove the border from Wordpress Twenty Sixteen Theme

today i removed the border in my other (wp) blog that uses the Wordpress Twenty Sixteen theme, using the following css code:

.site {
    margin: 0 auto !important;
}

body:not(.custom-background-image):before,
body:not(.custom-background-image):after {
    height: 0px !important;
}

Code and HowToS

i decided to start posting to this blog some HowToS and sample codes.

i want to use it as notebook for things i'd like to remember in case i need them in the future.

so you can expect to find useful stuff in the posts that follow...

Sunday, November 18, 2012

Ubuntu 12.10 - Quantal Quetzal

upgrading to Ubuntu 12.10...

the last upgade to ubuntu 12.04 did not work very well on my secondary netbook, so i did not use it on my primary netbook and kept the 11.10 version

i was expecting this upgrade to see if the secondary netbook could "recover" to a "healthier" condition before i tried a clean install :-S

i think the previous upgrades were quicker than this, since i am waiting about 6 hours already and haven't finished yet