Author: Rahul

I, Rahul Kumar am the founder and chief editor of TecAdmin.net. I am a Red Hat Certified Engineer (RHCE) and working as an IT professional since 2009..

When working with PHP, it’s often necessary to get the absolute path of a file or directory on the server. This is because some functions and scripts require the absolute path to work properly. In this article, we’ll explain what absolute paths are, why they are important, and show you several examples of how to get the absolute path in PHP. What is an Absolute Path? An absolute path is a complete path that starts from the root of the file system and includes all the directories and subdirectories needed to get to a specific file or directory. For example,…

Read More

Fedora is a popular, open-source Linux distribution developed by the Fedora Project and sponsored by Red Hat. It’s known for its cutting-edge features, security, and stability, making it a preferred choice for developers, system administrators, and desktop users alike. Fedora releases new versions approximately every six months, offering the latest and greatest in software and driver support. If you’re looking to download Fedora, the DVD ISO images provide a convenient way to install the operating system on your computer. Here’s everything you need to know about downloading Fedora DVD ISO images. Why Choose Fedora? Fedora stands out for several reasons:…

Read More

Ubuntu and Debian are popular Linux distributions that come with a large repository of software packages. While these repositories are regularly updated with the latest versions of software packages, sometimes you may need to install a specific version of a package. In this article, we’ll show you how to install a specific package version on Ubuntu and Debian. Method 1: Using apt-get Command The apt-get command is a powerful package management tool that comes pre-installed on Ubuntu and Debian. You can use the apt-get command to install a specific version of a package from the official repository. Here’s how to…

Read More

The Winehq team has announced the latest stable release 5.0 on Jan 21, 2020. 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 the source code is written by its volunteers, and the remaining effort is sponsored by commercial interests, especially CodeWeavers. This article will help you to install Wine 5.0 stable release on the Debian 9 Stretch system using the apt-get package manager. Step 1: Configure PPA First…

Read More

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 server edition. You can also use torrent to download images. Desktop Edition ubuntu-18.04.4-desktop-amd64.iso ubuntu-18.04.4-desktop-amd64.iso.torrent Server Edition: ubuntu-18.04.4-live-server-amd64.iso ubuntu-18.04.4-live-server-amd64.iso.torrent Download Ubuntu 18.04 via Command Line You can download any remote file suing wget or curl command line utility. Its simple to use. We use curl to download…

Read More

In the fast world of making websites, being quick and efficient is very important. Laravel is a popular PHP framework because it has easy-to-understand tools and syntax. One important part of keeping a Laravel app running well is managing the cache. Caching helps make pages load faster by storing a copy of the page, so the server doesn’t have to process everything again for each request. But to make sure users get the latest content, it’s important to know how to clear the cache properly. This guide will show you how to clear cache in Laravel easily, ensuring your apps…

Read More

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 etc. This article will help you to install the latest Gimp on Debian 9 (Stretch) Linux system. Step 1 – Install GIMP on Debian 9 You have multiple ways for the installation of Gimp on your Debian systems. The default package repository contains an older version…

Read More

Squid is an open-source, full-featured, and high-performance web proxy cache application that can be arranged to cache the content received through it, subsequently reducing bandwidth usage and accelerating response times by caching and reusing frequently-requested web pages. Squid supports a wide variety of protocols such as HTTP, HTTPS, FTP, and more. It is widely used for its caching capabilities, which can significantly improve web response times, save bandwidth, and increase redundancy if multiple squid proxies are used within a network. In this tutorial, we’ll cover how to install and configure Squid as a caching proxy server on a Debian Linux…

Read More

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 help you to install swift programming language on your Debian 9 Stretch Linux system. Step 1 – Prerequisites Login to your Debian 9 system using SSH (Shell) access. Now install the required dependencies for swift installation on your system. sudo apt-get install clang libcurl3 libpython2.7 libpython2.7-dev…

Read More

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 7). PHP mbstring extension PHP intl extension MySQL (5.1.10 or greater) Step 1 – Install LAMP Server You can skip this step for the system having LAMP setup already. If you don’t have LAMP installed on your system proceed with the following commands to Setup LAMP…

Read More