Show available wifi networks
nmcli dev wifi nmcli -f ALL dev wifi For more information see here
Continue reading →nmcli dev wifi nmcli -f ALL dev wifi For more information see here
Continue reading →Problem: You go to install a package with yum command on CentOS and you get the error saying that “Another app is currently holding the yum lock; waiting for it to exit… The other application is: PackageKit”. PackageKit get launched … Continue reading →
Problem: xfreerdp starts up with the following messages [14:51:24:005] [14065:14066] [ERROR][com.freerdp.core.update] – [0x03] Cache Glyph – SERVER BUG: The support for this feature was not announced! Use /relax-order-checks to ignore [14:51:24:005] [14065:14066] [ERROR][com.freerdp.core.update] – order flags 03 failed [14:51:24:005] [14065:14066] … Continue reading →
Updating or installing Dell’s srvadmin package and you got this: warning: /var/cache/yum/x86_64/7/dell-system-update_dependent/packages/srvadmin-omilcore-9.1.0-3013.13047.el7.x86_64.rpm: Header V4 RSA/SHA512 Signature, key ID 34d8786f: NOKEY Retrieving key from file:///etc/pki/rpm-gpg/RPM-GPG-KEY-Dell-DSU The GPG keys listed for the “dell-system-update_dependent” repository are already installed but they are not correct … 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 →
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 →
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 →
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 →