Summer training camp

When is the Summer camp gonna start?

How to use bash with Vi commands :)

Read it here.

eth0 or ppp0 - which interface to use ?

i am using bsnl dataone to connect to internet and my computer is on 24x7 downloading.so i am concerned about securing my machine.i am curious as to how to firewall my machine the best way .usually i connect to net using the modem as router. i have inbuilt ethernet card and i have forwarded only one port which i use for bittorrent .A scan at grc.com gives me complete stealth status but an intense scan with nmap-frontend shows port 23,21,111 and few other ports open and it also correctly detects the os which is running the dlink router.Recently i

A C program to display environment variables

#include<stdio.h>
#include<stdlib.h>

extern char **environ;
int main()
{
        char **var = environ;

        while(*var)
        {
                printf("%s\n",*var);
                var++;
        }
        exit(0);
}

A C program to display the information about the root and the user

#include<stdio.h>
#include<sys/types.h>
#include<pwd.h>
#include<unistd.h>
#include<stdlib.h>

int main()
{
uid_t uid;
gid_t gid;

struct passwd *pw;
uid = getuid();
gid = getgid();

printf("User is %s\n", getlogin());

printf("User IDs : uid=%d, gid=%d\n", uid,gid);

pw= getpwuid(uid);

I Know What You Are Going To Do This Summer ‘08

The details about the summer training program can be found here.

A C program to print the effective user name

You can see it here.

Broadband connection in Linux

Hi All,

I am usig Ubuntu v7. Just wanted to know if I can use a broadband connection in my machine. I have earlier configured dial up connection with Fedora Core in my home, but not sure whether Broadband will be supported. (I read in some blogs that USB modem is not detected in Linux).

Thanks for any suggestions/comments.

 

How can I make Fedora look better?

Hi, I am Sarthak Ganguly, First Year CSE BCREC,

I have been using PCLINUX07 for nearly a year now. It's graphics and windows decorations are superb, the compiz or beryl drives the machine like vista if not better but consumes far lower system resources.

My question is since I am new to Fedora how can I improve the looks of the Fedora dektop?

Are the desktop effects as good?

How can I change the default appearance to the PcLOS disto type?

Are you annoyed with your system clock...Don't worry ....Here's a simple solution

Hello,

This Ratnadeep, back again with a little problem on Linux Fedora and its solution.

The problem that I was facing was that Linux was making the Bios clock and connsequently the Windows clock malfunction. And later the Linux clock itself was malfunctioning. I was worried. But there is always the senior guys (KD Da, Shubhodip Da, Arindam Da...) at DGPLUG to refer to.

Thank God!!!

**Note: I am using the GNOME interface...and all my trials are relative to the GNOME interface

Syndicate content