Tag › delete


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'.


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!


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?


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.


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.


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'.


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.