↓
 

Software Effect Enterprises, Inc

  • Home
Home→Categories Linux 1 2 >>

Category Archives: Linux

Post navigation

1 2 >>

nmap quick reference

Software Effect Enterprises, Inc Posted on June 4, 2023 by SEEIJune 4, 2023

Quick Network Scan nmap -sn 192.168.0.0/24 OS detection with verbosity (-O -v) nmap -O -v 192.168.0.0/24 OS detection with verbosity and version scan (-sV -O -v) nmap -sV -O -v 192.168.0.0/24 Rogue DHCP server discovery nmap –script broadcast-dhcp-discover -e bond0 … Continue reading →

Posted in Linux | Tagged nmap

SNMP v3 and Cacti

Software Effect Enterprises, Inc Posted on June 13, 2017 by SEEIMay 20, 2023

A quick synopsis on setting up a Cisco ASA and a Centos 6 or 7 system to use SNMP v3 to be monitored by Cacti Cisco ASA en conf t # create a snmp-server group (needed for SNMP v3) # … Continue reading →

Posted in Cacti, Centos, Centos 6, Centos 7, Cisco ASA, Juniper, Linux, SNMP, SRX | Tagged asa, cacti, juniper, linux, snmp, SRX

Disable Redhat Graphical Boot

Software Effect Enterprises, Inc Posted on February 25, 2023 by SEEIApril 13, 2023

If you are dork like me and like to see what is going on when your linux system boots (rather than a swirling circle) Excute sed s/rhgb//g -i.backup /etc/default/grub grub2-mkconfig -o /boot/grub2/grub.cfg and reboot Tested on Rocky 8

Continue reading →
Posted in Linux, Rocky Linux

ssh session time out / dropping

Software Effect Enterprises, Inc Posted on April 6, 2023 by SEEIApril 6, 2023

You ssh to some remote system (usually across the internet) step away from your keyboard for a few minutes, and the session gets dropped. The problem may be resolved by sending more keep alive packets You can fix this by … Continue reading →

Posted in Linux, ssh | Tagged ssh, timeout

Remove CR / New Line on selected lines of a text file

Software Effect Enterprises, Inc Posted on January 23, 2023 by SEEIJanuary 23, 2023

I have a file like the following this thing that thing this stuff that stuff I want it to read this thing that thing this stuff that stuff To fix it cat file.txt | sed ‘N;s/\nthat/ that/g’

Continue reading →
Posted in Linux, sed | Tagged carrage return, carriage return, new line, sed

logwatch  Received disconnect from some.ip.add.ress port someport:11: : 1 Time

Software Effect Enterprises, Inc Posted on January 2, 2023 by SEEIJanuary 2, 2023

I have a fedora machine set up to backup configs and information from other servers via scp. In the daily log watch report I am getting tons of Received disconnect from some.ip.add.ress port someport:11: : 1 Time For some reason … Continue reading →

Posted in Centos, Fedora, Linux | Tagged disconnect, logwatch, received

Enable Timestamp in Bash History

Software Effect Enterprises, Inc Posted on November 23, 2022 by SEEINovember 23, 2022

Instead of: [fu@bar ~]$ history … 990 nmap 10.9.6.0/24 991 history 992 less ~/.bash_history 993 ls -ltra 994 less ~/.lesshst 995 cd .config/ 996 ls -ltra 997 exit 998 ssh webserver 999 exit 1000 history Do this: [fu@bar ~]$ export … Continue reading →

Posted in Fedora, Linux | Tagged bash, history, timestamp

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

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

Turn off wifi radio in Linux / Centos

Software Effect Enterprises, Inc Posted on January 28, 2020 by SEEIJanuary 28, 2020

I have a few boxes that have built in wifi and I dont need it turned on. So I turn it off using the following command nmcli radio wifi off To make sure the wifi radio stays turned off in … Continue reading →

Posted in Centos 7, Linux, wifi | Tagged linux, wifi

Post navigation

1 2 >>
Powered By Rocky Linux
Powered By Rocky Linux

Recent Posts

  • nmap quick reference
  • Disabling DSN In Zimbra
  • Change Fedora Login Screen Wallpaper
  • Terminate Juniper Console Session
  • Change order of Junos security policies

Categories

  • Active Directory
  • Apache
  • Apache 2.4
  • ASA
  • Cacti
  • Centos
  • Centos 6
  • Centos 7
  • Centos 8
  • Cisco ASA
  • Cisco Switch
  • Dell
  • DHCP
  • fail2ban
  • Fedora
  • Fedora 31
  • Fedora 36
  • Fedora37
  • Firefox
  • Gnome 3
  • Google Chrome
  • grub
  • httpd
  • Juniper
  • lacp
  • LetsEncrypt
  • LibreOffice
  • Libvirt
  • Linux
  • Mate
  • MySQL
  • Nagios
  • named/bind
  • Networking
  • OpenVAS/Greenbone
  • PHP
  • Raspberry PI
  • Rocky Linux
  • sed
  • Signal Messenger
  • SNMP
  • SRX
  • ssh
  • Ubiqiti
  • Uncategorized
  • wifi
  • Windows
  • Windows 10
  • Windows 7
  • Windows Server
  • Windows Server 2016
  • Windows Server 2019
  • WordPress
  • Zimbra
  • Zimbra 7
  • Zimbra 8

Your IP Address

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