Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

linux send syslog message to remote server

# To send logs to local server
logger "hello world"

# To send logs to remote server
nc -w0 -u 192.168.1.1 514 <<< "logging from remote"
Comment

PREVIOUS NEXT
Code Example
Shell :: install mtools 
Shell :: stack navigator 
Shell :: linux mint download 
Shell :: ssh kali linux command 
Shell :: Sending a Simple Email From Linux Terminal 
Shell :: concat strings inside array bash script 
Shell :: powershell tcp reverse shell 
Shell :: material ui npm 
Shell :: git keep empty folder 
Shell :: installing firebase libraries in apache cordova 
Shell :: how to delete image docker 
Shell :: docker change timezone 
Shell :: C linux compiler online 
Shell :: linux service .net app 
Shell :: creating docker based vms with ranchervm but requires KVM installed 
Shell :: MaatwebsiteExcel install laravel 
Shell :: -eq shell script 
Shell :: ubuntu theme change command 
Shell :: Compress files powershell 
Shell :: pacman corrupted package 
Shell :: Endpoint Security VPN build 986000724 is already installed on this computer. 
Shell :: bash ignore stderr 
Shell :: split large file 
Shell :: npm windows error 
Shell :: helm rhel 
Shell :: boucle bash 
Shell :: configurer kdiff3 
Shell :: remove in terminal 
Shell :: git delete commit 4785cd1e041 
Shell :: check for remote added git 
ADD CONTENT
Topic
Content
Source link
Name
7+8 =