jamespatel007

jamespatel007

X-Ray Technology Turns Flowers Into Science Fiction

X-Ray Technology Turns Flowers Into Science Fiction taking floral Ray X is hardly something new. But does not mean that I see, I will not ooh, pretty This particular set was taken by photographer based in Singapore, Brendan Fitzpatrick.

0 reactions

How to Checking Linux version on your server

If you want to know about the Linux OS installed on your server (distribution, architecture, version), please follow the below steps. Log on to the server as root via SSH.

0 reactions

How to find all hidden files recursively on linux

Linux system shell user. To locate and list all hidden files with directories on a Linux server. You can recursively list all hidden files and directories. And you save the result in a text file. Use the following command to find hidden and non-hidden files and directory.

0 reactions

How to Add Repositories in to Linux server

There are several repositories in CentOS, only a few of which are enabled by default. The core enabled repositories are [base], [updates],
[addons], and [extras]. The more repositories are not enabled, as they could replace your core packages.

0 reactions

How to get started with iptables

The “iptables” firewall software, installed by default on most Linux systems, is used to filter, redirect or block network traffic allowing to exact rules.
We will just get the table “filter”, which is the default table.

0 reactions

How to create phpinfo pages

To get all the mandatory advice about PHP and Apache installed on the server, you can create a phpinfo file to your web directory.
The file will contain information about the PHP variables, PHP modules, Apache variables, Apache modules, environment variables etc.
To see that information, follow these instructions:
Login in server as root on a SSH session
Create a file name it phpinfo.php and reset its permissions in your document as follows:

0 reactions