How to Add an Extension to the php.ini Through a Terminal in Linux
Last Updated on Thursday, 12 July 2012 09:44 Written by Richi González Sunday, 22 July 2012 12:00
Hello,
I’ll show you how to easily add an extension to the php.ini with a simple line in a terminal.
1. Open up a terminal or console.
The code is:
Learn MoreHow to Find If an Extension Exists in the PHP Configuration Through Terminal
Last Updated on Thursday, 12 July 2012 09:44 Written by Richi González Thursday, 19 July 2012 12:00
Hello,
This article will show you how to search for functions inside the PHPinfo through a terminal or console. I will show you a simple line to execute that finds if a certain word is found in the PHP info. This is useful for searching for functions.
1. Open up a terminal or console.
2. Let’s say if you want to know if GD libraries are installed, you’d search for ‘gd’ with the code like this:
Learn MoreHow to Connect via SSH with a Linux Terminal
Last Updated on Saturday, 24 September 2011 12:23 Written by Richi González Tuesday, 20 September 2011 12:00
Hello,
For Linux users wondering how to establish a SSH connection to their server, this article will show you!
Difficulty level: Medium (Easy if you have basic Linux terminal knowledge)
How to Directly Browse Your Website’s Files via SSH
Last Updated on Wednesday, 12 October 2011 03:02 Written by Richi González Tuesday, 22 March 2011 08:43
Hello,
I will show you how you can directly browse your website’s files via SSH. I grabbed this article idea from a thread I saw in the Arvixe Forum. I use Ubuntu’s terminal to stablish the SSH connection. If you are on Windows, you can use PuTTY or any other SSH client (read more in step number one).
Difficulty level: Mega Easy
Learn More
Recent Comments