10-03-2007
Learning to program eBooks and CBTs
Hi Guys, I have recently started a new job at quite a large company. Part of my daily role is to grep for processes, kill them when they're failing and restart them etc. Also editing config files in Vi mode.
I have become quite interested in Unix and am currently studying for the Sun Certified Systems Administrator. I also want to learn how to actually program in Unix etc. I am currently focusing on the Bash Shell and Perl. Can anyone recommend any CBTs or eBooks that would be good for me?
Cheers
Jamie
7 More Discussions You Might Find Interesting
1. Programming
Hi,
I'v been fiddling with c programming for several years, and would say that i have a firm grip on the language(syntax etc). My problem is that i don't know how to USE c. I'v never made any "big" programs or worked on any kind of projects, just simple test programs. I'm wondering if anybody... (4 Replies)
Discussion started by: jantho
4 Replies
2. UNIX for Dummies Questions & Answers
can i do this? i am learning this on my own..and from the book..simple unix i am not sure if the syntax would work
if
statement
then
statement
do or for or while
statement
done
else
statement
fi....
I dont know how else to explain that...I hope I... (2 Replies)
Discussion started by: jonas27
2 Replies
3. New to Unix. Which books should I read?
Hi Forum!
Is there anybody who can tell me where I can find some cool books on linux ( RH exclusively! if possible ) programming? :p (2 Replies)
Discussion started by: confusedoflife
2 Replies
4. Shell Programming and Scripting
Hi,
Request anyone of you guys to please forward me the Soft Copy of the following Books by Richard Stevens :-
1) UNIX Network Programming, Volume 2, Second Edition: Interprocess
Communications, Prentice Hall.
2) UNIX Network Programming, Volume 1, Second Edition: Networking APIs: ... (1 Reply)
Discussion started by: marconi
1 Replies
5. Shell Programming and Scripting
Hi,
Can somebody help me put by providing some ebooks for PHP? I am on the roads to build a php website for which i really needs some instructions.
Also please suggest some good books for Php for a beginner/ intermediate level?
Your help is appreciated!
Regards
Dileep (2 Replies)
Discussion started by: DILEEP410
2 Replies
6. UNIX for Dummies Questions & Answers
Hi,
i want to write a script that executes a program (exec?) .
this program then requires a filename as input.
how do i give it this input in the script so the program will be complete run and close by the script.
e.g.
exec prog.exe
program then asks for filename
"enter filename:"... (1 Reply)
Discussion started by: tuathan
1 Replies
7. UNIX for Dummies Questions & Answers
Is there any book/resource that one can refer to, to be able to write programs at kernel/system level.. I'm looking for a programming book that could serve as a guide to write kernel codes / system level programming etc..
I have Tannenbaum's Design and Implementation. It addresses theoretical... (2 Replies)
Discussion started by: vishwamitra
2 Replies
LEARN ABOUT DEBIAN
datetime::format::epoch::unix
DateTime::Format::Epoch::Unix(3pm) User Contributed Perl Documentation DateTime::Format::Epoch::Unix(3pm)
NAME
DateTime::Format::Epoch::Unix - Convert DateTimes to/from Unix epoch seconds
SYNOPSIS
use DateTime::Format::Epoch::Unix;
my $dt = DateTime::Format::Epoch::Unix->parse_datetime( 1051488000 );
# 2003-04-28T00:00:00
DateTime::Format::Epoch::Unix->format_datetime($dt);
# 1051488000
my $formatter = DateTime::Format::Epoch::Unix->new();
my $dt2 = $formatter->parse_datetime( 1051488000 );
$formatter->format_datetime($dt2);
DESCRIPTION
This module can convert a DateTime object (or any object that can be converted to a DateTime object) to the number of seconds since the
Unix epoch.
METHODS
Most of the methods are the same as those in DateTime::Format::Epoch. The only difference is the constructor.
o new()
Constructor of the formatter/parser object. It has no parameters.
SUPPORT
Support for this module is provided via the datetime@perl.org email list. See http://lists.perl.org/ for more details.
AUTHOR
Eugene van der Pijll <pijll@gmx.net>
COPYRIGHT
Copyright (c) 2003 Eugene van der Pijll. All rights reserved. This program is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.
SEE ALSO
DateTime
datetime@perl.org mailing list
perl v5.10.1 2007-12-03 DateTime::Format::Epoch::Unix(3pm)