Today's Question:  What does your personal desk look like?        GIVE A SHOUT

 ALL


  Linus Torvalds’s Lessons on Software Development Management

If anyone knows the joys and sorrows of managing software development projects, it would be Linus Torvalds, creator of the world's most popular open-source software program: the Linux operating system. For more than 20 years, Torvalds has been directing thousands of developers to improve the open source OS. He and I sat down to talk about effective techniques in running large-scale distributed programming teams – and the things that don’t work, too.Torvalds says there are two things that people very commonly get completely wrong, both at an individual developer level an...

2,909 0       LINUX SOFTWARE DEVELOPMENT LINUS TONALDS


  Installing LAMP On Ubuntu

In this guide I will show you how to install a LAMP system. LAMP stands for Linux, Apache, MySQL, PHP. The guide is intended to help those who have very little knowlegde of using Linux. Install ApacheTo start off we will install Apache.1. Open up the Terminal (Applications > Accessories > Terminal).2. Copy/Paste the following line of code into Terminal and then press enter:sudo apt-get install apache23. The Terminal will then ask you for you're password, type it and then press enter. Testing ApacheTo make sure everything installed correctly we will now test ...

2,627 0       PHP UBUNTU APACHE MYSQL LINUX LAMP


  Cron Job in cPanel with PHP

Running PHP scripts automatically can have some big benefits. You can wait to have things get done when there is less traffic on your server, or you can ensure daily tasks get done on time.cPanel Simple CronEven if you do not know anything about cron jobs, and have never run a cron job before - you can get started with the simple cron tool built into cPanel. The url for it is:https://www.yoursite.com:2083/frontend/x/cron/simplecron.html?A few things you'll need is the path to php and the path to the script that you'll be running. You will need the full path to do this. If your path to PHP diff...

5,707 0       PHP CRON AUTONOMOUS JOB CPANEL LINUX