Netedge Blog

14Mar, 2024
0

Navigating Regulatory Challenges...

In today's digital landscape, the shift towards cloud computing has revolutionized the way businesses operate, offering unparalleled flexibility, scalability, and efficiency. However, amidst the my...


Read more
07Mar, 2024
0

Real-time Monitoring and Analyti...

In the rapidly evolving world of cloud computing, real-time monitoring and analytics stand as indispensable assets for organizations seeking to optimize performance, fortify security, and control c...


Read more
04Mar, 2024
0

Optimizing Website Performance: ...

In today's fast-paced digital landscape, the speed at which your website loads can make or break the user experience. With attention spans dwindling and competition fierce, optimizing your website ...


Read more
26Feb, 2024
0

10 Essential Plesk Features Ever...

In the realm of web management, Plesk stands out as a powerful ally, offering a suite of essential features designed to streamline tasks and enhance performance. Let's delve into the top 10 feature...


Read more
22Feb, 2024
0

cPanel Backup and Disaster Recov...

In today's digital landscape, ensuring the uninterrupted availability of your website is paramount for business success. However, unforeseen events such as hardware failures, cyberattacks, or natur...


Read more
19Feb, 2024
0

Plesk Control Panel Essentials: ...

In the dynamic realm of web hosting, having an intuitive and efficient control panel is paramount for managing websites and server resources effectively. Plesk stands out as a leading solution, off...


Read more
14Feb, 2024
0

cPanel Basics: Navigating the Co...

In the sphere of web hosting, cPanel emerges as an indispensable tool, empowering users to efficiently manage their websites. For novices entering the realm of website administration, grasping the ...


Read more
09Feb, 2024
0

Edge Computing Strategies for Gl...

In today's digital age, businesses are continually seeking innovative solutions to optimize their global infrastructure networks for enhanced performance, reliability, and scalability. Among the ar...


Read more
02Feb, 2024
0

Emerging Trends in Next-Gen Data...

In the dynamic landscape of information technology, the evolution of data center technologies plays a pivotal role in shaping the future of business operations. As we navigate the digital age, stay...


Read more
02Mar, 2016
0

Applying lean thinking to softwa...

Lean thinking is prevalent from a very long duration of time. The foundation was laid down in the starting of the 20th century. The lean system was originally initiated by Toyota in the mid 70s and...


Read more
22Jan, 2016
0

Automating Software Development ...

Automating repetitive processes can give real value to software development projects. In this article, we will explore the values of automation, should we carry out automation or not. If yes, what ...


Read more
30Sep, 2014
0

How to resolve bash or shellshoc...

This command will show you if your bash is vulnerable. # env x='() { :;}; echo vulnerable' bash -c "echo not vulnerable" If you get " vulnerable " then you need to upgrade and if you get " not ...


Read more
27Nov, 2013
0

How to check apache memory

Here is the command to use apache memory apache2 -V | grep -A 2 'MPM:'


Read more
15Oct, 2013
0

How to configure firewall in linux

Follow this Steps: This may help you Step1. Lets install csf firewall 1.1 Download CSF Firewall Code: wget http://www.configserver.com/free/csf.tgz 1.2 Extracting downloaded files Code:...


Read more
07Oct, 2013
0

How to read mysql binary log file

Here are the steps of how to ready mysql binary log file. 1) Loging to server 2) go to /var/log/mysql 3) Use this command mysqlbinlog binlog.000001(bin filename)  


Read more
02Oct, 2013
0

How to install Cpanel on CentOS

Login to your server using SSH Then you need to enter in to screen mode using command #Screen If this command is not available in your server you can install by just using " yum install scree"...


Read more
08Sep, 2013
0

How to find mails older than 100...

You may need to find mails older than some specific days like 100 days of 125 days because you may need to delete it as its not possible to delete it from outlook. You can use this command to find ...


Read more
04Feb, 2013
0

How to assign Name Server in Cpanel

Steps to assign NS in Cpanel 1) Login to WHM 2) Go to basic Cpanel & WHM Settings. 3) At the right page go to bottom of page. 4) assign Nameserver 1, Nameserver 2, Nameserver 3 and Namese...


Read more
28Jan, 2013
0

How to check DDOS attack on your...

Here are command to check DDOS attack on your server 1. To find the number of HTTP connections to a particular IP address, use the following command. netstat -nee | grep "\:80" | awk ' { prin...


Read more
07Jan, 2013
0

How to make a file password prot...

You need to use htaccess to make a single file password protected and add these lines in to it. <FilesMatch file.php> AuthName "Restricted Area" AuthType Basic AuthUserFile /path/to/.ht...


Read more
31Dec, 2012
0

Mysql commands

To login (from unix shell) use -h only if needed. # [mysql dir]mysql  -u username -p Create a database on the sql server. mysql> create database [databasename]; List all databases on the sql...


Read more
10Dec, 2012
0

qmailadmin was not found on this...

If you get message "qmailadmin was not found on this server" while browsing qmailadmin then it must be something with script alias. add this in your httpd.conf and restart the service ScriptAl...


Read more
03Dec, 2012
0

INSTALL PERL IN UBUNTU

1.    Download the perl from below command wget http://www.cpan.org/src/5.0/perl-5.14.2.tar.gz 2.    Unzip it tar -xzf perl-5.14.2.tar.gz 3.    Change working directory to perl cd pe...


Read more
12Nov, 2012
0

How to enable tab command comple...

1 login to user in which you want to set command completion. 2 after that check its shell by typing following command echo $SHELL 3 If you get /bin/sh than you need to change its shell and...


Read more
Load More