↓
 

Software Effect Enterprises, Inc

  • Home
Home→Author SEEI - Page 12 << 1 2 … 10 11 12 13 14 … 26 27 >>

Author Archives: SEEI

Post navigation

<< 1 2 … 9 10 11 12 13 14 15 … 26 27 >>

crontab day of week vs day of month

Software Effect Enterprises, Inc Posted on July 4, 2021 by SEEIJuly 4, 2021

You want to set up a crontab where something happens every weekday morning, i.e. 8 am every Monday, Tuesday, Wednesday, Thursday, and Friday in January from the 10th to the 30th. You set up your crontab with the following 0 … Continue reading →

Posted in Linux | Tagged cron, crontab, date

Add IP Address to /etc/issue

Software Effect Enterprises, Inc Posted on June 9, 2021 by SEEIJune 9, 2021

Applies to Fedora 32 and higher Execute : systemctl edit getty@ and add the following lines: [Service] ExecStartPre=echo “\\S” > /etc/issue ; echo “Kernel \\r on an \\m (\\l)” >> /etc/issue ; /usr/sbin/ifconfig | /usr/bin/grep inet | /usr/bin/head -n 1 … Continue reading →

Posted in Fedora | Tagged /etc/issue, fedora

Change default editor to vim

Software Effect Enterprises, Inc Posted on June 9, 2021 by SEEIJuly 4, 2021

It appears that the default editor in Fedora comes up as nano. For those of y’all that prefer vim – here is how to switch that: For systemctl edit For a single user: echo “export SYSTEMD_EDITOR=vim” >> ~/.bashrc Systemwide: echo … Continue reading →

Posted in Fedora | Tagged edit, fedora, systemctl

Upgrade Fedora

Software Effect Enterprises, Inc Posted on May 31, 2021 by SEEIJune 9, 2025

Upgrading Fedora 41 to Fedora 42 First, open the terminal and run the following command to update your system by getting the latest software packages for current version of Fedora you have installed $ sudo dnf upgrade –refresh Second, install … Continue reading →

Posted in Fedora | Tagged fedora, upgrade

Enable ssh on a Cisco C3750

Software Effect Enterprises, Inc Posted on May 13, 2021 by SEEIMay 13, 2021

  Get into config mode, then myswitch(config)#hostname myswitch myswitch(config)#ip domain-name YourDomainName.com myswitch(config)#crypto key gernate rsa you will be prompted with The name for the keys will be: myswitch.YourDomainName.com Choose the size of the key modulus in the range of 360 … Continue reading →

Posted in Cisco Switch | Tagged cisco, ssh, switch

Replacement for rc.local

Software Effect Enterprises, Inc Posted on May 6, 2021 by SEEIAugust 22, 2025

rc.local is a very convenient method of firing off a process when the system is booted. It is being phased out. To replace it you can do the following: create a file named /usr/lib/systemd/system/StartupService.serviceĀ  [Service] Type=forking TimeoutSec=0 RemainAfterExit=yes ExecStart=/usr/local/sbin/StartupScript start … Continue reading →

Posted in Fedora | Tagged rc.local, service, systemctl

Install Centos 8 using VNC

Software Effect Enterprises, Inc Posted on April 28, 2021 by SEEIApril 28, 2021

inst.vnc inst.vncpassword=password resolution=1200×750  

Continue reading →
Posted in Centos | Tagged installation, linux, vnc

Transfer FSMO roles using the NTDSUtil tool

Software Effect Enterprises, Inc Posted on April 14, 2021 by SEEIOctober 27, 2021

First, open the command prompt with administrative privileges. Type ntdsutil and press Enter. Type roles and press Enter. Type connections and press Enter. Type connect to server DC01 and press Enter, where DC01 is the server computer name that will … Continue reading →

Posted in Windows, Windows Server, Windows Server 2016, Windows Server 2019 | Tagged controller, domain, fsmo, pdc

How to mount raw images (.img) images on Linux

Software Effect Enterprises, Inc Posted on April 7, 2021 by SEEIApril 7, 2021

If you have a few .img files coming as disk images from devices like floppies, CDs, DVDs, SD cards, etc, you will realize that you cannot mount the in Linux, because they contain a file system that has to be … Continue reading →

Posted in Centos, Centos 7, Centos 8, Linux | Tagged file, image, linux, mount

HDMI on Raspberry PI not working unless monitor connected before booting

Software Effect Enterprises, Inc Posted on April 7, 2021 by SEEIApril 7, 2021

The HDMI output of the Raspberry Pi is only activated if a monitor or television is connected and powered up before the Raspberry Pi is turned on. To correct this – edit the /boot/config.txt file Add the following two lines … Continue reading →

Posted in Raspberry PI | Tagged hdmi, pi, raspberry

Post navigation

<< 1 2 … 9 10 11 12 13 14 15 … 26 27 >>
Powered By Rocky Linux
Powered By Rocky Linux
Let's Encrypt
Let's Encrypt

Recent Posts

  • Using nmap to check a certificate on a web server
  • Use openssl to generate a csr for a certificate
  • 3d Printer Filament Density
  • Ubiquiti Controller and pfSense / netgate
  • Reboot Microtik router

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
  • firewalld
  • Gnome 3
  • Google Chrome
  • grub
  • httpd
  • Juniper
  • kvm
  • LetsEncrypt
  • LibreOffice
  • Libvirt
  • Linux
  • Mate
  • Mikrotik
  • MySQL
  • Nagios
  • named/bind
  • Networking
  • OctoPrint
  • OpenVAS/Greenbone
  • pfSense
  • PHP
  • postfix
  • Raspberry PI
  • Rocky Linux
  • Rocky Linux 9
  • Samba
  • sed
  • Signal Messenger
  • SNMP
  • SRX
  • ssh
  • ssl
  • swaks
  • Synology
  • tftp
  • Ubiqiti
  • Ubiquiti
  • Uncategorized
  • Unifi
  • vim
  • wifi
  • Windows
  • Windows 10
  • Windows 11
  • Windows 7
  • Windows Server
  • Windows Server
  • Windows Server 2016
  • Windows Server 2019
  • WordPress

Your IP Address

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