Showing all posts tagged unix:

How to Write an Awesome GitHub README

How to Write an Awesome GitHub README I read through the earliest README I could find. Written in 1975 by William J. Earl at the CS department of UIC. The text is a little dry but also surprisingly re...

CURL - Unix, Linux Command

CURL - Unix, Linux Command Thursday, November 23, 201712:45 PMEXAMPLESTo send your password file to the server, where 'password' is the name of the form-field to which /etc/passwd will be the input:$ curl -F password=@/etc/passwd www.mypassw...

IBM AIX TCP/IP rmsock command - United States

IBM AIX TCP/IP rmsock command - United States Wednesday, July 19, 201711:48 AMIBM SupportSearch support or find a product: SearchAIX TCP/IP rmsock commandTechnote (FAQ)QuestionWhen to use the rmsock commandAnswerTCP/IP Utilities to use When the socket...

How to run cron job every minute on Linux/Unix – nixCraft

How to run cron job every minute on Linux/Unix – nixCraft 19 June 201701:22Clipped from : https://www.cyberciti.biz/faq/how-to-run-cron-job-every-minute-on-linuxunix/I want to run a cron job that should run a specific shell script /home/jobs/sync.cach...

AIX - Using tcpdump to discover network information

AIX - Using tcpdump to discover network information AIX - Using tcpdump to discover network information Wednesday, January 20, 20162:45 PMUsing tcpdump to discover network informationAs an AIX admin, you may not always know what switches a certain serv...

CUT command

CUT command CUT command Monday, December 28, 20154:19 PM Cluster Name:df -gt / | tail -n 1 | cut -c 48-55 Service name:SID = ps -ef | grep ms.sap | grep pf | awk '{ print $(NF-1) }' | cut -c 7-9 Instance name:INST = ps -ef | grep ms.sap | gre...

AWK - ONE-LINE SCRIPTS

AWK - ONE-LINE SCRIPTS AWK - ONE-LINE SCRIPTS Monday, December 28, 20151:46 PMHANDY ONE-LINE SCRIPTS FOR AWK 30 April 2008 Compiled by Eric Pement - eric [at] pement.org version 0.27Latest version of this fil...