Unix Coding School

                          

                   

Note: The archives category content is an automatically generated focus channel and does not neccessarily reflect the opinions of this blog. No responsibility is taken for the external links presented here, follow at your own discretion.
The archives content is never scraped from sites - but an abstract obtained from search engines.

Category: 'UNIX Coding Specialist'

UNIX debugging

Tuesday, January 1st, 2008
Problem Solution Example Reference Recommended


  1. You want to debug a running process on Solaris?
  2. You want to debug running process on Linux?


Shell Tips and Tricks

Tuesday, January 1st, 2008
Problem Solution Example Reference Recommended


  1. You want to trace program execution on Solaris?
  2. You want to perform network tracing on Solaris?
  3. Perform a text dump of a binary file - or see ascii codes, etc?
  4. Generate some random data?
  5. List directory contents in 3 columns?
  6. Loop through a list of files and perform actions on them?
  7. Check for values in vars?
  8. Detach a process without it dying.
  9. Perform arithmetic in shell.


undocument find secret

Monday, December 31st, 2007
Problem Solution Example Reference Recommended


You want to find a pattern in a file and have the line displayed.



Optical Dump

Saturday, December 29th, 2007
Problem Solution Example Reference Recommended


Ever need to look at a file, but have not been able to - due to hidden control characters, etc.



openssl many uses

Saturday, December 29th, 2007
Problem Solution Example Reference Recommended


  1. You want to generate a self-signed certificate?
  2. Encrypt a message with triple des
  3. View base 64 encoded data
  4. Generate and use random data
  5. Test ciphers
  6. Monitor certificate expiry dates


uuencode send attachments

Saturday, December 29th, 2007
Problem Solution Example Reference Recommended


You want to send an attachment, from UNIX command line or from within a shell script



Email upon cron failure

Sunday, December 16th, 2007
Problem Solution Example Reference Recommended


You want to receive an email upon cron job failure.



Linux IPTables Open port range.

Sunday, December 16th, 2007
Problem Solution Example Reference Recommended


Had to find out how to allow a range with iptables recently, whilst setting up Samba and NFS.



Encrypt TripleDES

Sunday, December 16th, 2007
Problem Solution Example Reference Recommended


You want to encrypt some text, using the tripleDES Cipher.



Generate self-signed cert openssl

Sunday, December 16th, 2007
Problem Solution Example Reference Recommended


You want to generate a self-signed certificate, for use with a web server.

This will allow you to communicate with your web server over HTTPS, effectively encrypting your traffic.




Google
 
Failing that - a post search:



Categories: PHP Coding Training PHP Coding Specialist Perl Coding Training Perl Coding Specialist
LDAP Coding Training LDAP Coding Specialist UNIX Coding Training UNIX Coding Specialist Archives


A DarlingRanges.com Site























Associated
Sprinkling of Techie tips - include a bit of UNIX
Some nice articles on UNIX Printing