-
Recent Posts
Categories
- Command Line FU (14)
- Comments & Announcements (1)
- Data Storage (3)
- Network Attached Storage (NAS) (3)
- IPMI (2)
- Network Attached Storage (NAS) (3)
- Google Chrome (2)
- Linux (13)
- Internals (2)
- MAC-OSX (6)
- Networking (4)
- SAMBA/SMB/CIFS (1)
- Uncategorized (2)
- VMWare (2)
- Remote Console (1)
- Windows (1)
May 2022 M T W T F S S 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 Archives
Monthly Archives: May 2022
Telnet to a port on a remote machine without ncat or telnet, or nmap
There are situations where you may be working on Linux based system, and telnet, ncat or nmap does not exist. In Linux, you can route a test thru the protocol, destination IP address, and destination port using the “/dev” linux … Continue reading
sed print only line AFTER string match
File Example
Enable CIFS/SMB Debug Logging
The following shows how you may enable additional debug logging on Linux for troubleshooting SMB related issues. Example log output:
Obtain TCP Network netstat output without netstat
There are times you may be on a system and for whatever insane reason, netstat is not installed. Here is how you can obtain interface information without netstat Example results
Using Windows version of IPMITool called (ipmiutil) does not work when attempting to activate an SOL connection.
IPMIUtil is the Windows Equivalent of IPMITOOLS. It may be downloaded from Sourceforge: http://ipmiutil.sourceforge.net/ After installing the appropriate Windows Binary, here is the basic syntax of ipmiutil after you install the binary Many of the basic commands DO work. Example … Continue reading