C4Swimmers Newsletter  

Unix

Unix related topics

Search Engine on C Programming

Search for C/C++/Unix Programming related information.
<!-- Google CSE Search Box Begins -->



<!-- Google CSE Search Box Ends -->

(Interview) Unix Admin Questions

Interview: Unix Admin Questions

1. How do you list the files in an UNIX directory while also showing hidden files?

2. How do you execute a UNIX command in the background?

3. What UNIX command will control the default file permissions when files are created?

Software Training CD , IBM AIX, SUSE10, Linux, Ethical Hacking, Penetration Testing

eVision Infotech for the first time in india introduces software training CD. Now eliminate losing thousands of money for software trainings. These CD's are made very user friendly and with latest training information. For more information, please mail us

Some of the hot training CD's are:

1. IBM AIX 5L training

2. Solaris 10 Training

3. PHP and MySQL Video Tutorial

4. Certified Information Systems Auditor Training(CISA)

For more details and List of CD titles, Please contact
Contact : Shekhar
Cell: 9764745854
website : http://www.evisioninfotech.com

(Certification) CCNA Test King Dump

CCNA Test King Dump

 

 

(Download) Serial Numbers of Every Kind of Softwares

Serial Numbers of Every Kind of Softwares

 

 

(Download) C Programming in Unix in pdf File Format

C Programming in Unix in pdf File Format

 

This Section provides the notes about C Programing in unix in pdf file formate. You can download the C-Programing notes by clicking the link below

Click Here

(Download) C Programming in Unix

C Programming in Unix

 

Senior Analyst

Looking for a candidate who has got 8-10 yrs of overall exp working on languages like C/C++.

Should be an individual contributor to the entire coding process

Should be able to derive solutions with the available technologies

Should have good client interaction

Should be able to lead a small team

This position is for Hyderbad

Candidates who can join immediately are requested to apply. (We can buy out the notice period)

Our Client is the one of the leading telecom IT company (US MNC)

Candidates can reach me on pavani@tminetwork.com ASAP.

(Slides) Debugging Applications with GNU Debugger

(Video Lecture) Programming & debugging series - tutorial 4

We code a small c program which we'll examine using the gdb debugger so to observe how the stack gets used and organized.

(Video Lecture) Programming & debugging series - tutorial 3

We programmed a small program with an intentionally bug in it so we can use the debugger to find it and eventually correct it.

(Video Lecture)Programming & Debugging series - tutorial 2

In this tutorial we'll go through the process of programming a C windows console program and use the debugger gdb.exe to disassemble it and find out what is going on under the hood.

(Video Lecture) Programming & Debugging series - tutorial 1

In this tutorial we'll explore some of the tools that come with DevC++ IDE, These tools include gcc.exe, gdb.exe, ogjdump.exe and strings.exe.

JOB OPENINGS

Hi Guys
Here there are various openings and high end work oppoortunities looking for ppl with the strong exposure on kernel and internals.
The companies like
*Net Apps
* Huawei Technologies
* IBM--ISL
* HP
* Inmage Systems--HYD
So if u r looking for job change be feel free to send ur updated cv to
catchmeera@gmail.com

Command to show all running daemons or background processes

The following command can be used to display the list of daemons running or background processes whose parent pid (PPID) is 1:

#ps -aef | awk "{if ( \$3 == 1 ) { print \$_ }}"




With little modification to the above command we can display the list of childrens of a specific process:

#ps -aef | awk "{if ( \$3 == pid ) { print \$_ }}"

Note: Here replace 'pid' with the process id (or pid) of your choice.

Registration Details: Learn Kernel Bootcamp - Part1

Regarding Registration: Learn Kernel Bootcamp - Part1

Hi friends

Thanks for all those who're showing their interest towards this "Learn
Kernel Bootcamp - Part1" program.

Venue ??

This bootcamp is a web-based collaboration effort or an online event.
Based on the response and usefulness of this program, we've some plans
in the future to organize a LIVE event may be a 1-day program on
"Learn Kernel Bootcamp" to explore more on the Kernel with the help of
experts or experienced people from the Kernel domain. Already few
people have shown their interests and ready to showcase their own

(FAQ) FREQUENTLY ASKED PROGRAMS IN C, C++

FREQUENTLY ASKED PROGRAMS(FAQs) IN C, C++

 1. Program to convert upper case to lower case or lower case to upper case .

 2. Program to count no. of characters,no. of blanks,no. of words & no. of lines in a multi line string

 3. Program  to correct rudimentary syntax errors.

 4Program to encrypt & decrypt a given string.

 5. Program for Drop Down in C

 6. Program for finding the prime numbers

 7. Program for finding the sum of digits of a five digit number

 8. Program for Prime Number Generation

 9. Program to calculate frequency of vowels in a string

 10.Program to calculate the sum of series

 11.Program to calculate the Typing Speed

 12.Program to copy its input to its output replacing string of one or more blanks by a single blank.

 13.Program to display all vowels in a i/p line of text

 14.Program to find the type of the triangle made by i/p values of its coordinates of its vertices

 15.Program to find wheather a given year is leap year or not.

 16.Program to Multiply Two Matrices

 17.Program to reverse the input string

 18.Program. to find & replace any desired character from the input text

 19.Prg. to sort any no. of numeral i/p in ascending or descending order

 20.Prg. to find the existence & frequency of an i/p substring in a main string

Linked List Questionnaire - A good collection of questions on Linked Lists

Linked List

- In this page, I'm maintaining the collection of Linked List queries. Please don't put solutions here....
In case if you want solutions or suggestions, discuss with c4swimmers community members by sending a mail to c4swimmers@yahoogroups.com



* How to declare a structure of a linked list? Also implement a Generic Linked List.

* Implement a Stack (LIFO) using singly linked list?

* Write a C program to implement a Queue (FIFO) using singly linked list?

* Write a C program to reverse a singly linked list?

Syndicate content