How to Get NTFS Access Permissions via PowerShell
How to Get NTFS Access Permissions via PowerShell Read More »
I have recently experienced a switch which is called a Ruijie made in China. I’m not good at Cisco, but briefly, I can say that Ruijie commands are similar to Cisco. You can visit its webpage by clicking here. Anyway I just wanted to share the commands that I use commonly to configure a Ruijie switch
Commands I used while configuring a Ruijie Switch Read More »
Seems I forgot to publish this article. According to pictures, this article was written before the pandemic in Feb of 2020. Our sales team delivered to me a Sophos XG 115 Firewall and they wanted me to config it according to the customer’s infrastructure and demands. At the end of the installation I needed to config the
Downloaded Sophos SSL VPN file is 0 Kb Read More »
I’ve collected some useful command lists of Cisco and wanted publishing on my blog. This article will be updated when I see some new commands related to Cisco. Changing switch hostname Switch(config)#hostname SW1 Configuring passwords SW1(config)#enable secret cisco SW1(config)#enable password notcisco Securing console port SW1(config)#line con 0 SW1(config-line)#password cisco SW1(config-line)#login Securing terminal lines SW1(config)#line vty
Hello Guys, As you know CentOS is one of the most important Linux distributions. Nowadays we do lots of things without paying money for 3rd applications by using Linux distributions. Today we will learn how to get CentOS 7 and see in other articles on how to install and configure our CentOS Server. Since this
How to get CentOS 7 Installation media Read More »
I had mentioned on my previous article how to get CentOS 7 Installation Media and it was so simple to get the iso file and in this article, we will see how to install CentOS that we downloaded the installation media. If you want to download CentOS click here. Generally you will see the pictures and you will
How to install CentOS Read More »
As we know “ifconfig” is used to show the details of the network card details, statistic and the situation in GNU/Linux systems but it is used and old way. If you want to use “ifconfig” command in your linux system you should install it from your os repository. The error received is below. [root@centos ~]#
Ifconfig Command Not Found In CentOS 7 Read More »
Today I’ve upgraded my monitoring system, Zabbix from 5.2.x to 5.4 version which was published on 14th of May, 2021. The official tweet is here. I earn my living by selling and supporting Microsoft products, but I can’t hide my admiration for open-source software. I always say “You cannot manage the things you cannot see“. This process is
Upgrade Zabbix/Proxy 5.2.x to 5.4 on RHEL/CentOS Read More »
Hello IT fellas, When I came to the office today, I saw a warning on our monitoring system that said database error, connection refused. You can see the mentioned picture below. Then I checked out the logs of the Zabbix which is given error below. [root@appliance ~]# tail -f /var/log/zabbix/zabbix_server.log 1144:20210531:082544.703 [Z3001] connection to database ‘zabbix’ failed:
Connection to database ‘zabbix’ failed: [2002] Read More »
Nowadays I’m interested in docker and i see that docker offers Alpine Linux to use for those who are interested in container technologies nowadays. Once start searching about Alpine Linux distro everybody encourages you to use this distro on your projects. Official web site is said “Alpine Linux is a security-oriented, lightweight Linux distribution based
How to enable SSH root login on Alpine Linux Read More »