pj655040999@gmail.com

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

Meld 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

Git Leer más »

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 »