Hardening WordPress
Security in WordPress is taken very seriously, but as with any other system there are potential security issues that may arise if some basic security precautions aren’t taken. This article will introduce you to basic security concepts and serve as an introductory guide to making your WordPress website more secure. https://codex.wordpress.org/Hardening_WordPress
Hardening WordPress Leer más »
Meld
What is Meld? Meld is a visual diff and merge tool targeted at developers. Meld helps you compare files, directories, and version controlled projects. It provides two- and three-way comparison of both files and directories, and has support for many popular version control systems. Meld helps you review code changes and understand patches. It might
humans not need to apply
Humans Need Not Apply is a 2014 short Internet documentary film, directed, produced, written, and edited by CGP Grey. The film focuses on the future of the integration of automation into economics, as well as the impact of this integration to the worldwide workforce. Grey released the film online as a YouTube
humans not need to apply Leer más »
Robots will steal your job
The book’s breadth is impressive: its chapters touch on Economics, Sociology, Philosophy, Morality and Artificial Intelligence, and sometimes within the same paragraph. […] Pistono is trying to construct a future society in which humans will be happy even though they will be less necessary. Instead of an apocalyptic view of the future, Pistono is
Robots will steal your job Leer más »
Git
software de control de versiones diseñado por Linus Torvalds, pensando en la eficiencia y la confiabilidad del mantenimiento de versiones de aplicaciones cuando éstas tienen un gran número de archivos de código fuente. 1. Mostrar las diferencias existentes entre master y otro branch.: git diff master..branch Sin más, esto es algo que uso constantemente para revisar el trabajo
Sublime
Sublime for PHP developers Sublime Text: The text editor you’ll fall in love with https://www.sublimetext.com/
Install Lamp Server on Llinux , Debian
Install Lamp Server on Linux (Debian ,Ubuntu) Install LAMP Server on Ubuntu? A few complex packages but all (bar linux!) can be installed with one command and then following the on-screen instructions: (NOTE: All the commands here need to be typed into a terminal, open one by pressing Ctrl+Alt+T.) sudo apt-get install lamp-server^ It’s important
Install Lamp Server on Llinux , Debian Leer más »
Plugin API (Filter & Actions)
Plugin API Contents 1 Introduction 2 Hooks, Actions and Filters 3 Function Reference 4 Actions 4.1 Create an Action Function 4.1.1 Avoiding Function Name Collisions 4.2 Hook to WordPress 4.3 Install and Activate 4.4 Current Hooks For Actions 5 Filters 5.1 Create a Filter Function 5.2 Hook in your Filter 5.3 Install and Activate 5.4
Plugin API (Filter & Actions) Leer más »