Search found 302 matches

by enhu
Wed 10 Nov 2010, 12:17
Forum: Documents
Topic: minimum profit text editor
Replies: 4
Views: 5263

thanks to this.. :D
by enhu
Wed 10 Nov 2010, 10:37
Forum: Truly off-topic conversations
Topic: dyou guys happen to know where can i see a tuts for openshot
Replies: 0
Views: 349

dyou guys happen to know where can i see a tuts for openshot

or any kind of video editor that has a tutorial for adding watermarks to videos?
i like openshot or cinelera. :D
by enhu
Sat 30 Oct 2010, 12:53
Forum: Programming
Topic: begin with a script testing if a program is running
Replies: 15
Views: 5557

okay so i did try this just to test

Code: Select all

#!/bin/bash
APP=`pidof wget`

if [ $APP == "" ]; then
	echo do nothing
fi
after running it returns an error saying

line 4 [: == : unary operator expected?

so what kind of file are PIDs?
by enhu
Sat 30 Oct 2010, 08:26
Forum: Truly off-topic conversations
Topic: Why people don't contribute to open source projects
Replies: 5
Views: 903

its not about skills

probably because they wanna earn.. not in the option in that article though
but i guess opensource is about legacy
by enhu
Sat 30 Oct 2010, 08:21
Forum: Truly off-topic conversations
Topic: Domain name sale notice: Murgalinux.com
Replies: 9
Views: 2012

not sure if murgalinux will of use good use though. .. this forum don't even try to fully monetize the traffic unlike some forums. that we actually have to enable adblocker

@iwill
iwill.com is actually a good domain. but i might cost
5letter domain with com extension is hard to find these days
by enhu
Sat 30 Oct 2010, 07:59
Forum: Programming
Topic: begin with a script testing if a program is running
Replies: 15
Views: 5557

thanks..

is the PID of a running application a file?

i seem can't test it with test operators.
by enhu
Sat 30 Oct 2010, 07:44
Forum: Beginners Help ( Start Here)
Topic: how can i block sites?
Replies: 4
Views: 2049

thanks abushcrafter

so there isn't a way to actually do it without installing a software?
this puppy only has 300mb available and as far as i can remember jre requires me to save some for it.
by enhu
Fri 29 Oct 2010, 14:54
Forum: Programming
Topic: begin with a script testing if a program is running
Replies: 15
Views: 5557

there's still no /dev/null in this puppy lucid

can't find it
by enhu
Fri 29 Oct 2010, 13:41
Forum: HOWTO ( Solutions )
Topic: Pet Packaging 100 & 101 & intro to 200
Replies: 43
Views: 169195

cant seem to find tar.gz file in http://packages.debian.org/source/etch

where else can i see some?
by enhu
Fri 29 Oct 2010, 11:41
Forum: Beginners Help ( Start Here)
Topic: What is "devx"?
Replies: 2
Views: 1296

dyou mean dev.sfs?

its where programs such as gcc, perl, python and etc are.
so instead of installing a single pet for each, try it instead.

hope thats what you mean
by enhu
Fri 29 Oct 2010, 11:35
Forum: Programming
Topic: begin with a script testing if a program is running
Replies: 15
Views: 5557

can't even find the dev/null
by enhu
Fri 29 Oct 2010, 11:30
Forum: Programming
Topic: begin with a script testing if a program is running
Replies: 15
Views: 5557

change my mind. or do i have to put it in /null ? i still don't know how to put it in dev/null :D any suggestions? i've trying to create a script that will terminate the program once its running :D so maybe if [ `ps -C wget | wc -l` == "1" ] > /dev/null then echo do nothing elif [ `ps -C w...
by enhu
Fri 29 Oct 2010, 11:09
Forum: Beginners Help ( Start Here)
Topic: how can i block sites?
Replies: 4
Views: 2049

how can i block sites?

my brothers try to access tube sites. neighbor are watching with him.
i wanna block sites in this computer. how do i do it?
by enhu
Thu 21 Oct 2010, 03:26
Forum: Programming
Topic: Perl 5.8 or later pet wanted [CLOSED]
Replies: 4
Views: 2439

isn't this in dev.**sfs
by enhu
Fri 15 Oct 2010, 11:13
Forum: Users ( For the regulars )
Topic: where can i get belender pet for lucid?
Replies: 2
Views: 1318

thanks. i think the packages page needs search engine optimization :D
by enhu
Fri 15 Oct 2010, 09:45
Forum: Users ( For the regulars )
Topic: where can i get belender pet for lucid?
Replies: 2
Views: 1318

where can i get belender pet for lucid?

is there available pet for this for lucid?
by enhu
Fri 15 Oct 2010, 07:00
Forum: Multimedia
Topic: Kdenlive 0.7.8 (rev. 4559) and KDE 4.4.4 SFS
Replies: 41
Views: 42582

tried it. but then boot manager can't even see the sfs.
by enhu
Sat 25 Sep 2010, 06:46
Forum: Multimedia
Topic: Kdenlive 0.7.8 (rev. 4559) and KDE 4.4.4 SFS
Replies: 41
Views: 42582

will this work in lupu?
by enhu
Fri 24 Sep 2010, 16:16
Forum: Beginners Help ( Start Here)
Topic: suppose to run a script every 10 minutes but didn't work
Replies: 1
Views: 1071

suppose to run a script every 10 minutes but didn't work

i have a script put in cron.daily
and edit the var/spool/cron/crontabs/root file with this text

Code: Select all

# Run daily cron jobs at 10 minutes:
10 * * * * /usr/bin/run-parts /etc/cron.daily 1> /dev/null
is there something wrong i've did?

i'm currently using puppy511
by enhu
Thu 23 Sep 2010, 10:04
Forum: Beginners Help ( Start Here)
Topic: How to add workspaces (desktops)? (Solved)
Replies: 2
Views: 1284

i actually didn't know it. thanks.. :D