Jump to content
  • Recently Browsing

    • No registered users viewing this page.

Linux Anybody?


Recommended Posts

Guest Leviticus
Mga bossing matagal na ako interested sa linux.d ko lang alam kung san kukuha and kung pano gamitn.baka may alam kayo na website jan.tnx

What's your computer hardware? here's a site:

 

www.distrowatch.com

 

dun. dami linux distributions with reviews and comments of other newbies to linux

Link to comment

guys question.

 

if i have a perl program and i want this to run in background via SSH ano dapat kong gawin?

 

 

i tried something like this.

 

 

#!/bin/bash

 

process=`ps -ef|grep "vher.pl$"`

if [ -n $process ]; then

echo `/root/vher.pl /null >/dev/null 2>/dev/null`

fi

 

pag pinatakbo ko sya hindi na sya na exit back to the prompt even if im inserting the & sign.

 

baka lang may naka try na.

 

the purpose of this is to check the process if it is still on the background and if not execute the program again within the background.

 

hope people can help me on this.

 

thank you.

Link to comment
  • 2 weeks later...
Are there technical schools teaching linux in Manila?

 

Hi, I'm a newbie here, actually I've been a member for a while but haven't been an active one.

 

Not sure of any schools offering short courses on Linux. But if you meant colleges that teach Linux, Asia Pacific College (APC) in Makati does.

Link to comment

for educational instutions that offer linux training - try nyo bluepoint and topnetworx.

 

re: rhel4 - centos 4 would do just fine. it's rhel minus the trademarks and redhat artwork. otherwise it's the same s**t.

 

re: running a program sa background sa ssh - hint ko use the "screen" program then detach the screen session.

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...