It’s getting important now to have websites that display good on mobile devices, and according to the statistics more than 85% smartphone owners access the internet on their mobile devices. There are a lot of ways to build...
Category - Tutorials
Tutorials
Basically, you just need to use the CLI command “ifconfig” which stands for interface configuration. It uses to configure and query TCP/IP network interface parameters ifconfig interface [aftype]...
INTRODUCTION A memory upgrade can be one of the least expensive methods of improving computer’s performance. Memory is often the largest limiting factor in application deployment especially in a Virtual Server environment...
Installing sudo on HP-UX 1. check your OS and server architecture to know which package to download. Use the uname command. If it’s an PA-RISC 2.0 architecture, you will normally see something like this: # uname -an HP-UX...
HP-UX tutorial on a Linux website? why not… To take a break, I decided to post a tutorial here on Creating and Extending LV on HP-UX. It’s better for me to post it here so it will serve my guide once I get my hands...
Snort® is an open source network intrusion prevention and detection system (IDS/IPS) developed by Sourcefire. Other definitions: – Barnyard is an output system for Snort. Snort creates a special binary output format called...
I.Configure Master 1. edit /etc/mysql/my.cnf. We have to enable networking for MySQL, I.Configure Master 1. edit /etc/mysql/my.cnf. We have to enable networking for MySQL, #skip-networking 2. Add the following line to the...
INTRODUCTION Data backup is the process of making copies of data in order to protect and restore original files whenever data loss happens. Aside from automated routine data backup, this method does not protect against failure...
mysql-zrm is short for Zmanda Recovery Manager for MySQL. It lets you create full logical or raw backups of your databases , generate reports about the backups, verify the integrity of the backups, and recover your databases. It...
Tomcat,known as Apache Tomcat or Jakarta Tomcat is a servlet container developed by ASF or Apache Software Foundation. It implements the JavaServer Pages (JSP) and Java Servlet specifications from Sun Microsystems. To make it...