Alejandro Tovar

Alejandro Tovar

Vida y decisiones son las importantes en el camino a la felicidad, disfrútala y determinarlas primero antes que ella te sobrepase. Ingeniería de la vida, analítico de las circunstancias, sin frenos en el riesgo, ambicioso en dar una mano incluso al que no la necesita. Actividad física es la clave primordial del la salud y el bienestar. Y recuerda: "a man without principles is an empty man"

Better equity research Better Income

In today’s world, we need to do an equity researchers analyze stocks to help portfolio managers make better-informed investment decisions. Equity analysts are people who understand and predict the behavior of a given security using problem-solving skills, data interpretation, and various other tools. This frequently entails quantitatively analyzing statistical data from a stock in relation…

Read More

How To Add Multiple IP Addresses On Linux / Fedora Core / Fedora

Angsuman Chakraborty September 11th, 2007 Most guide to adding multiple IP addresses on Linux starts with the Microsoft-like solution of using ifconfig. While the solution is correct it doesn’t survive a reboot or even a network restart. Here’s how you can easily and permanently add multiple IP addresses to the same (or different) network interface…

Read More

Ubuntu; FTP server Installation

vsftpd – FTP Server Installation vsftpd is an FTP daemon available in Ubuntu. It is easy to install, set up, and maintain. To install vsftpd you can run the following command: Anonymous FTP Configuration By default vsftpd is not configured to allow anonymous download. If you wish to enable anonymous download edit /etc/vsftpd.conf by changing: During installation a ftp user is…

Read More

PHP hints and tricks

use $this->member for non-static members, use self::$member for static members. Full Answer Here is an example of correct usage of $this and self for non-static and static member variables: Here is an example of incorrect usage of $this and self for non-static and static member variables: sample PDO and how work for db connection How __construct work on Class

Read More