• Home
  • Ubuntu 16.04
    • Whats New ?
    • Install JAVA 8
    • Setup LAMP Stack
    • Install LEMP Stack
    • Install Node.js
    • Install Git
    • Move Unity Launcher to Bottom
  • FeedBack
  • Funny Tools
  • Tutorials
    • Linux Distributions
      • CentOS
      • Debian
      • Fedora
      • LinuxMint
    • Monitoring Tools
      • Monit
      • Nagios
      • NRPE
    • Network Services
      • DHCP
      • DNS
      • FTP
    • Databases
      • MySQL
      • MariaDB
      • MongoDB
      • PostgreSQL
      • SQL Server
    • Amazon Web Services
  • Submit Article
  • About Us
TecAdmin.net
  • Home
  • Ubuntu 16.04
    • Whats New ?
    • Install JAVA 8
    • Setup LAMP Stack
    • Install LEMP Stack
    • Install Node.js
    • Install Git
    • Move Unity Launcher to Bottom
  • FeedBack
  • Funny Tools
  • Tutorials
    • Linux Distributions
      • CentOS
      • Debian
      • Fedora
      • LinuxMint
    • Monitoring Tools
      • Monit
      • Nagios
      • NRPE
    • Network Services
      • DHCP
      • DNS
      • FTP
    • Databases
      • MySQL
      • MariaDB
      • MongoDB
      • PostgreSQL
      • SQL Server
    • Amazon Web Services
  • Submit Article
  • About Us

Category: Programming

20 April 2018

How do I Convert Date Format in PHP

Written by Rahul K.
Rahul K.
This tutorial uses PHP strtotime() and date() functions to convert date time format. For example you have stored a date YYYY-MM-DD format in a variable and need to change this to MM-DD-YYYY format. We can achive this by converting date first to seconds using strtotime() function. After that reconstruct date to any format using...
Read More about How do I Convert Date Format in PHP
PHP Leave a Comment
04 April 2018

How to Install and Configure phpMyAdmin on Debian 9/8

Written by Rahul K.
Rahul K.
phpMyAdmin is an open source tool widely used for the MySQL database administration. It provides an easy to use graphical user interface. You can easily create, modify, delete database and tables. It also allows managing user and permission. You can also configure database replication using phpMyAdmin. This tutorial helps you to install and configure...
Read More about How to Install and Configure phpMyAdmin on Debian 9/8
PHP Leave a Comment
02 April 2018

How to Compile and Run C/C++ Programs On Linux

Written by Rahul K.
Rahul K.
C is a robust programming language used for developing system software. This tutorial will help you to run a C/C++ program in Linux/Unix system through the command line. In this article, we used ‘gcc’ and ‘g++’ commands from GCC (GNU Compiler Collection) to compile a C/C++ program. It is: gcc is the GNU C...
Read More about How to Compile and Run C/C++ Programs On Linux
C Language 1 Comment
01 April 2018

How to Install and Use PHP Composer on Debian 9/8

Written by Rahul K.
Rahul K.
The PHP Composer is a package management tool. It removes the hassle of maintaining PHP packages for an application manually. You can easily install all the required packages using Composer. It maintains a list of required packages in a JSON file called composer.json. This tutorial helps you to install and configure PHP composer on...
Read More about How to Install and Use PHP Composer on Debian 9/8
PHP Leave a Comment
28 March 2018

How to Install JAVA 8 on Ubuntu 16.04/14.04, LinuxMint 18/17

Written by Rahul K.
Rahul K.
There are two standard types of installation available are JDK and JRE. JDK (Java Development Kit) provides the ability to develop new Java application, which includes Java compiler. JRE (Java Runtime Environment) provides the runtime environment for any Java application with applets. The Java developers required to install JDK and JRE both on their...
Read More about How to Install JAVA 8 on Ubuntu 16.04/14.04, LinuxMint 18/17
JAVA 149 Comments
11 March 2018

How To Install PHP (7.2, 7.1 & 5.6) on Debian 9 Stretch

Written by Rahul K.
Rahul K.
The Ubuntu users can visit our tutorial for installing PHP 7 on Ubuntu. This tutorial is for the Debian 9 Stretch users to install PHP 7.2, 7.1 or 5.6 on their systems. First, you need to complete the Prerequisites step and then go forward for installing PHP version of your choice or requirements. Prerequisites...
Read More about How To Install PHP (7.2, 7.1 & 5.6) on Debian 9 Stretch
PHP 3 Comments
09 March 2018

How To POST JSON Data with PHP cURL

Written by Rahul K.
Rahul K.
The PHP cURL is a library used for making HTTP requests. In order to use PHP cURL, you must have installed and enabled libcurl module for PHP on your system. In this tutorial, you will learn how to POST JSON data with PHP cURL requests. Basically, there are 4 steps involved to complete a...
Read More about How To POST JSON Data with PHP cURL
PHP Leave a Comment
12 February 2018

How to Install JAVA 9/8 on macOS Sierra or High Sierra

Written by Rahul K.
Rahul K.
Java is a general purpose, secured, robust, object-oriented language developed by Sun Micro-systems in 1990. Java is portable which means it follows write once run anywhere paradigm. The latest version is java9 which was released on September 21, 2017. This tutorial helps you to install Java 9 or Java 8 on macOS Sierra or...
Read More about How to Install JAVA 9/8 on macOS Sierra or High Sierra
JAVA, MacOS 1 Comment
28 January 2018

How to Enable/Disable PHP Modules on Ubuntu 16.04/14.04

Written by Rahul K.
Rahul K.
All the installed PHP modules configuration files are available under /etc/php/<VERSION>/mods-available directory. You can see the number of files with extension .ini. You must have installed specific PHP modules, you need to enable before using this tutorial. The php-common package provides followings commands to manage PHP modules. phpenmod – Used to enable modules in...
Read More about How to Enable/Disable PHP Modules on Ubuntu 16.04/14.04
PHP 1 Comment
06 January 2018

How to Get Current Date Time with PHP

Written by Rahul K.
Rahul K.
You can use date() function to get current Date and Time in any PHP version. A DateTime PHP class is also available in PHP > 5.2 to get Date and Time. PHP Date and Time Print the current date and time using date() function. It will use the default timezone configured in php.ini. [crayon-5adb76ea919c1235389411/]...
Read More about How to Get Current Date Time with PHP
PHP 1 Comment
1 2 … 18 Next →

Popular Posts

  • How to Install JAVA 8 on Ubuntu 16.04/14.04, LinuxMint 18/17
  • How to Install s3cmd in Linux and Manage Amazon s3 Buckets
  • How to Install AnyDesk on Ubuntu, Debian and LinuxMint (Alternative of TeamViewer)
  • How to Setup Selenium with ChromeDriver on Ubuntu 16.04
  • How to Install MySQL on macOS Sierra and High Sierra
All rights reserved. © 2013-2018 TecAdmin.net. This site uses cookies. By using this website you agree our term and services