nslookup
22 Aug
2022
1076

Anyone working in IT industry has at least of experience with DNS request failure which can be quite disturbing in this post in the continuous series of Avanetco blog we are going to check nslookup commands as a great way to deal with that problem. nslookup is used to query a dns server that works […]

How to install docker on Linux
08 Aug
2022
1198

Docker has become an inseparable part of projects due to its flexibility and advantages it brings to a development team in this post we’re gonna take the first step in our blog on the road to learning docker by How to install docker on linux. Before we start let’s clarify a common question amongst beginners […]

increase Linux partition
05 Aug
2022
1184

If you are an system admin you know that the scenario where you have to increase Linux partition happens more than often as data grows you may need to extend a partition or a disk so in this post in the series of Avanetco linux guides we’ll cover that. when you present a new LUN […]

reset password in linux
04 Aug
2022
923

In the previous post we covered how to change password in linux but what do we do when we have forgotten the current root password in this post we will see how to reset password in linux. when a simple user forgets its password it is easy to reset or change password by root privilege […]

change password in Linux
04 Aug
2022
655

A basic and useful command in linux which commenly used amongst users is How to change password in Linux when a user wants to change its current password but keep in mind that this scenario is different when user has forgotten his password and wants to do reset password which covered in another post. change […]

deceptive site error
16 Jul
2022
1200

Nowadays all most all browsers have anti malware and anti phishing enabled by default. so once a website is blacklisted by google , users will see the page below so in this post we will explain about Deceptive site ahead error. most pages that are infected are none hackers basically normal users who have website […]

install mongodb
25 May
2022
616

mongodb popularity has become number one choice of production in cloud environment and so many scalable companies, so with no further ado lets see How to install mongodb on ubuntu mongodb is SCHEMALESS so it is so fast and it uses documents that are so close to human language thus is pretty easy to work […]

install apf
25 May
2022
828

APF is a popular firewall that is so powerful yet strong tool that because of its simple configuration and management sys admin preference so lets get to see How to install APF on centos to install APF you can either download it from this link and then install it with rpm command or from repository. […]

install nodejs
25 May
2022
642

As many of you may know nodejs popularity has risen in recent years. as it speeds up site loading time because everything is loaded on client side so we are going to see how to install nodejs on ubuntu nodejs is usually used with nginx so we are going to cover nginx configuration in another […]