How can I change the filesize limit for imported files in PhpMyAdmin
The filesize limit is not defined in PhpMyAdmin. The limit is taken from php.ini file. To change this limit, you needed to edit your php.ini file: Change the following two…
Simply Explaining Technology
The filesize limit is not defined in PhpMyAdmin. The limit is taken from php.ini file. To change this limit, you needed to edit your php.ini file: Change the following two…
You can now install Mahara using the Synaptic Package Manager. But before you install mahara, you should create a database for mahara in MySQL or PostgreSQL. You will be asked…
The gold standard of converting audio and video file formats in Linux is FFmpeg. It is a command-line tool capable of recording, converting and streaming audio and video. This article…
You can download unarchiver from Apple store and use the unar command to use 7zip or use homebrew as follows. I am assuming you have homebrew installed. These command update…
To test whether mod_rewrite is working, create a .htaccess file inside your webroot as follows: Create file test.php in the same directory with the following code: Create file mod_rewrite.php in…
Simply run the following command Sample output:
right-click on the Applications menu Choose Edit menus A window called Main menu would open up. Choose a menu from the left pane Click on New Item and fill in…
PHP has seemingly countless extensions and packages. See http://www.packagist.org to see the list of packages. Naturally, you would wish to have a software to manage the extensions and packages. Wish…
If you lost your mac password, do the following: Fix your root password
Following are the steps to install Java EE and Eclipse on Microsoft Windows: Download Java EE Development Kit with JDK from Oracle. Choose a version that includes the GlassFish server.…