General

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

Gallery Widget

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

Make select required HTML5

You can make a select field required with the following: <select class="form-control" id="basicQuoteSelectPackage" name="basicQuoteSelectPackage" required> <option value="">Select package</option> <option value="Basic: logo design">Basic</option> <option value="Standard: branding pack">Standard</option> <option value="Pro: logo &amp;…

Continue reading
0 Comments