Showing page 1 of 1
Previous Next

me@grafxflow

21 Feb, 2021

Website Server

How to delete all the lines of text files with vim

This is a quick command line snippet for anybody wanting to delete all the lines of code of a text file when editing it in the terminal using 'vim'.

me@grafxflow

15 Nov, 2020

Mac OS X

Disable macOS 11 (Big Sur) 'kernel_task' which is throttling the CPU

If after installing macOS 11 (Big Sur) your mac is running slow and the 'kernel_task' is throttling the CPU then the solution could be to delete the system extension IOPlatformPluginFamily.kext. WARNING... this should be the last resort!

me@grafxflow

11 Nov, 2018

Mac OS X

Delete files starting with ._ using the terminal

When copying files from macOS to a windows formatted drive, other files with the same name but hidden starting with '._' suddenly appear. How to delete them?

me@grafxflow

03 May, 2017

PHP and HTML and CSS

Ignore .DS_store files when uploading in Dreamweaver

Here is a nice little trick to stop Dreamweaver uploading the '.DS_Store' files and you having to delete them either on the live site or via the terminal.

me@grafxflow

01 Aug, 2015

JavaScript Frameworks

AngularJS and CRUD data binding

A tutorial showing how using AngularJS and CRUD you can edit, delete, add new data into a table implementing data binding technics using javascript.

me@grafxflow

27 Mar, 2013

CMS

Remove the 'Private:' title for private posts

Here is code to hide 'Private:' that appear in the titles on Wordpress private posts or pages. It's a simple filter function added to 'functions.php'.

me@grafxflow

04 Oct, 2012

CMS

Remove author info at bottom of blog posts

How you remove the authors information which appears at the end of each blog post. It's the box which contains the admin image and description etc.

Showing page 1 of 1
Previous Next