PHP 4.0 introduced __FILE__ magic constant, which provides the full path and filename of the file. To get directory path only use dirname(__FILE__). For example to include other file in same directory use: [crayon-5c68cf014a25a471284619/] Later the PHP version 5.3.0 and later versions introduced a new constant called __DIR__ which is the short form of...
Fedora 29 is the latest LTS release available to download. This tutorial has download links to DVD ISO Images of Fedora 29 Desktop and server editions. You can find the Fedora 29 release notes on its official website. Fedora 29 Download Links Please find below DVD ISO images download links for Ubuntu Desktop and...
Sometimes you are required to install specific version of packages on your Debian based systems. This tutorial will help you to install specific version of packages using apt-get. First of all, list all available version of the package. For example to find available version of firefox run the following command. sudo apt policy firefox...
The Winehq team has announced the latest stable release 3.0 on January 18, 2018. Its source code is available for download from its official site. You may also use the package manager to install wine. Wine is an Open Source implementation of the Windows API and will always be free software. Approximately half of...
Ubuntu 18.04 is the latest LTS release available to download. This tutorial has download links to DVD ISO Images of Ubuntu 18.04 LTS release. You can find the Ubuntu 18.04 release notes on its official website. Ubuntu 18.04 LTS Download Links Please find below DVD ISO images download links for Ubuntu Desktop and Ubuntu...
Many times you face an issue that any changes to the Laravel application are not reflecting on web interfaces. This occurred due to the application is being served by the cache. This tutorial will help you to clear cache in the Laravel application. Clear Cache in Laravel (Terminal) Log in to the system running...
GIMP (GNU Image Manipulation Program) is a freely distributed software for manipulating images. We can easily optimize the image, convert their type using GIMP. It provides the power and flexibility to designers to transform images into truly unique creations. GIMP is the cross platforms application and available for Linux, Windows, MAC OS, and FreeBSD...
Squid is the most popular Proxy server for Unix like operating systems. It also used for the web filtering. Its widely used for increasing web server speed by caching repeated data. This tutorial helps you to install Squid proxy server on your Debian 9 Stretch system. Also provide basic configuration details of Proxy server...
Swift is a safe, fast, expressive general-purpose programming language build for the software design patterns. It is best for the systems programming, to mobile and desktop applications. Swift provides a large number of features that make programming easier while giving the developer the control needed in a true systems programming language. This tutorial will...
CakePHP is a PHP framework for rapid development of web application. Recently CakePHP has released its latest version 3.6 with a variety of changes to improve speed and security. This article will help you to Setup CakePHP 3.6 (or latest version) on Debian 9 (Stretch) Linux system. Requirements:- PHP 5.5.9 or greater (including PHP...