General

Gallery Widget

How To Patch Sudo on Ubuntu

A bug has been identified in sudo’s get_process_ttyname(). This significant vulnerability in the sudo command on SELinux enabled systems granting root access to anyone with a shell account. Basically, a…

Continue reading
0 Comments

Use any TTF font CSS

If you want to use a TTF font (standard font file) on your website you need to start by defining your font in CSS: @font-face{ font-display:swap; font-family: typewriterFont; src: url(../fonts/typewriter.ttf);…

Continue reading
0 Comments