Cisco AnyConnect on Centos 7
I had to install AnyConnect 3 on my Centos machine (yes, I know, it is long past end of life – but sometimes you have to take one step back to take two steps forward) and when I launched it … Continue reading →
I had to install AnyConnect 3 on my Centos machine (yes, I know, it is long past end of life – but sometimes you have to take one step back to take two steps forward) and when I launched it … Continue reading →
I wanted to create a distribution list named testlist@mydomain.net Create the list zmprov cdl testlist@mydomain.net Set the reply-to as feedback@mydomain.net, the reply-to display name as Feedback. Force approval for subscriptions and unsubscriptions and hide the list in the GAL zmprov … Continue reading →
You set up a machine – but you set the wrong timezone, how to fix it? First confirm the current timezone [root@mysystem ~]# date Mon Jun 3 09:08:58 CDT 2019 We will use the tool timedatect to change it. Now … Continue reading →
I have had some problems with kernels, modules, drivers, services, etc causing Centos to lock up when the system boots. This is real annoying when it has that nice fancy graphical grey screen up with the spinning device at the … Continue reading →
First su – yum -y install tftp If you are running iptables either: iptables -I INPUT -s ip.address.tftp.server -p udp -m udp –dport 2000:2020 -j ACCEPT 0r systemctl stop iptables If you are running firewalld Execute the command to permit … Continue reading →
If you need to change the RAC password on a Dell server, there are two ways to do that: 1 – reboot the server and follow the prompts 2 – If you have installed openmanage on your Dell server you … Continue reading →
I have to deal with some older printers that dont have https:// set up on them – but every time I try to access them using Firefox – it changes the URL from http://printername.or.ip to https://printername.or.ip First – in the … Continue reading →
zmprov mcf -zimbraReverseProxySSLProtocols TLSv1 zmprov mcf -zimbraReverseProxySSLProtocols TLSv1.1 zmprov modifyConfig zimbraReverseProxySSLCiphers ‘!AES128-SHA256:!AES128-SHA:!CAMELLIA256-SHA:!CAMELLIA128-SHA!AES256-SHA:!AES256-SHA256:!AES256-GCM-SHA384:!AES128-GCM-SHA256:!ADH:!eNULL:!aNULL:!DHE-RSA-AES256-SHA:!SSLv2:!MD5:!EXPORT:!DES:!PSK:!RC4:HIGH’ zmproxyctl restart Now when you run a test at Qualys SSL Labs you should be able to have your Protocol Support score at 100% as part of your … Continue reading →
On my Centos 7 system, I wanted to find out which VM was taking up a large amount of the processor: top – 14:43:15 up 3 days, 7:49, 2 users, load average: 1.66, 1.79, 1.99 Tasks: 442 total, 1 running, … Continue reading →
Problem: Traffic passes through to the outside/Internet on SRX, but the dhcp server does not assign ip addresses and you cannot ping the SRX from the inside Solution: The system services were blocked on the inside network. Example as follows: … Continue reading →