↓
 

Software Effect Enterprises, Inc

  • Home
Home→Author SEEI - Page 3 << 1 2 3 4 5 … 28 29 >>

Author Archives: SEEI

Post navigation

<< 1 2 3 4 5 6 … 28 29 >>

CLI to check SSL certificate on web site

Software Effect Enterprises, Inc Posted on October 14, 2024 by SEEIDecember 9, 2024

curl -vvI -k https://target.web.site The above allows you to view the certificate on the selected web site (including self signed certificates) openssl x509 -in certificate.crt -text -noout The above allows you to read the certificate on the web server

Continue reading →
Posted in certificate, Encryption | Tagged certificate, ssl

Run mysql without using a password

Software Effect Enterprises, Inc Posted on September 22, 2024 by SEEISeptember 22, 2024

Sometimes when running a script as root, you need to execute a mysql command. To get around the problem created by the password – execute the following command one time: mysql_config_editor set –login-path=client –host=localhost –user=root –password Fill in the password … Continue reading →

Posted in MySQL | Tagged mysql, password

systemstats_linux: unexpected header length in /proc/net/snmp. 237 != 224

Software Effect Enterprises, Inc Posted on September 9, 2024 by SEEISeptember 9, 2024

There is a bug in some versions of snmp that cause the message systemstats_linux: unexpected header length in /proc/net/snmp. 237 != 224 to be posted to the logs. It is not an indication of a real problem. To prevent it … Continue reading →

Posted in Rocky Linux 9 | Tagged rsyslog, snmp

Power Cords

Software Effect Enterprises, Inc Posted on August 17, 2024 by SEEIAugust 17, 2024

There are two main standards for power cables in the US, NEMA (National Electrical Manufacturers Association) and IEC (International Electrotechnical Commission). The following is a cross reference for some of the most common ones in use today.   Nema   … Continue reading →

Posted in Uncategorized | Tagged cords, iec, nema, plugs

Checking that Juniper is logging to a remote logger

Software Effect Enterprises, Inc Posted on August 13, 2024 by SEEIAugust 13, 2024

  Create a firewall filter to log and accept any packets that match the server’s IP address as the destination-address. set firewall filter SYSLOG_FILTER term SYSLOG_PACKETS from destination-address 192.0.2.5/32 set firewall filter SYSLOG_FILTER term SYSLOG_PACKETS from destination-port 514 set firewall … Continue reading →

Posted in Juniper, SRX | Tagged juniper, junos, logging, SRX, syslog

Crontab time format

Software Effect Enterprises, Inc Posted on August 12, 2024 by SEEIAugust 12, 2024

|——————————- Minute (0-59) |     |————————- Hour (0-23) |     |     |——————- Day of the month (1-31) |     |     |     |————- Month (1-12; or JAN to DEC) |     … Continue reading →

Posted in Fedora, Linux | Tagged cron, crontab, format, time

Set default kernel version to use at boot time

Software Effect Enterprises, Inc Posted on June 21, 2024 by SEEIJune 21, 2024

Applies to: Fedora 38 and higher, Centos 7 and higher See which kernel version you will boot into on next boot: root@mysystem:~# grubby –default-kernel /boot/vmlinuz-6.9.4-100.fc39.x86_64 Review all kernels you have on your system root@mysystem:~# grubby –info=ALL index=0 kernel=”/boot/vmlinuz-6.9.4-200.fc40.x86_64″ args=”ro rhgb … Continue reading →

Posted in Fedora | Tagged boot, grubby, kernel, version

I need to find this computer

Software Effect Enterprises, Inc Posted on April 25, 2024 by SEEIApril 25, 2024

This is an outline on how to find where a piece of equipment is connected to a network using Juniper switches and a Juniper SRX. The concepts are the same when using other manufacturer’s equipment, but the commands will change. … Continue reading →

Posted in Juniper, Networking, SRX | Tagged address, find, mac, port, switch

Quick And Dirty Mass Emailer Using Swaks

Software Effect Enterprises, Inc Posted on March 20, 2024 by SEEIMarch 20, 2024

Tested on Fedora 39 Install swaks sudo dnf -y install swaks Create a text file with the email address of every recipient – one email address per line. Name the file list.txt Create a html file that is your email. … Continue reading →

Posted in Fedora, swaks | Tagged email, mass, swaks

RemoteDesktop on Linux

Software Effect Enterprises, Inc Posted on March 4, 2024 by SEEIJanuary 23, 2025

The following has been tested on Fedora 39, 40 and 41 and Rocky 9 First – install the software sudo dnf -y install xrdp xorgxrdp-glamor edit /etc/xrdp/xrdp.ini Find the line  [Xvnc]. Comment out that section by putting a # in … Continue reading →

Posted in Fedora 40, Fedora 41, Rocky Linux | Tagged fedora, rdp, rocky, xrdp

Post navigation

<< 1 2 3 4 5 6 … 28 29 >>
Powered By Rocky Linux
Powered By Rocky Linux
Let's Encrypt
Let's Encrypt

Recent Posts

  • Why did windows reboot?
  • Mouse Support In Vim
  • How to turn off check background power use notification?
  • Copy certificate from one SRX to another SRX
  • Mikrotik snmp temperature

Categories

  • Active Directory
  • Android
  • Apache
  • Apache 2.4
  • ASA
  • Brave Browser
  • Cacti
  • Centos
  • Centos 6
  • Centos 7
  • Centos 8
  • certificate
  • Cisco ASA
  • Cisco Switch
  • Dell
  • DHCP
  • Encryption
  • fail2ban
  • Fedora
  • Fedora 31
  • Fedora 36
  • Fedora 38
  • Fedora 40
  • Fedora 41
  • Fedora37
  • Firefox
  • Gnome 3
  • Google Chrome
  • grub
  • httpd
  • Juniper
  • kvm
  • LetsEncrypt
  • LibreOffice
  • Libvirt
  • Linux
  • Mate
  • Mikrotik
  • MySQL
  • Nagios
  • named/bind
  • Networking
  • OpenVAS/Greenbone
  • pfSense
  • PHP
  • postfix
  • Raspberry PI
  • Rocky Linux
  • Rocky Linux 9
  • Samba
  • sed
  • Signal Messenger
  • SNMP
  • SRX
  • ssh
  • swaks
  • Synology
  • tftp
  • Ubiqiti
  • Uncategorized
  • Unifi
  • vim
  • wifi
  • Windows
  • Windows 10
  • Windows 11
  • Windows 7
  • Windows Server
  • Windows Server
  • Windows Server 2016
  • Windows Server 2019
  • WordPress
  • Zimbra
  • Zimbra 7
  • Zimbra 8
  • Zimbra 9

Your IP Address

  • Powered by Find-IP.net
©2025 - Software Effect Enterprises, Inc - Weaver Xtreme Theme
↑