td(1) User Commands td(1)NAME
td - Program for drawing geometric figures with ASCII art
SYNOPSIS
td [file]
DESCRIPTION
textdraw (td) is an easy to use program which you can use to draw geomtric figures and text as ASCII Art and move them around if you like
to.
Arguments:
file File to load. This can be used to load a file created from textdraw which you had worked on and saved for further use. If textdraw
is started without file argument, a file named 'new' is created in the current directory
AUTHOR
This manual page was created newly by Rene Engelhard <rene@debian.org> for the Debian GNU/Linux Distribution, because the original package
does not have one.
textdraw 0.1 August 2002 td(1)
Check Out this Related Man Page
BUBBLEFISHYMON(1) General Commands Manual BUBBLEFISHYMON(1)NAME
bubblefishymon - system load meter with ducks and fish
SYNOPSIS
bubblefishymon [options] [program] [program]
DESCRIPTION
This manual page documents briefly the bubblefishymon command. This manual page was written for the Debian distribution because the origi-
nal program does not have a manual page.
bubblefishymon is a dockapp-style system monitor for CPU, memory, swap, load average and network traffic. Based on wmfishtime(1) and bub-
blemon, this program has been considerably improved over the parent code.
The higher the water level, the more memory is in use. The more profuse the bubbles, the higher the CPU usage. Fish represent network
traffic direction and speed.
When the mouse is moved into the window, the display will change to chow the load history, or, if the right Shift key is held, the current
memory usage. If you press the right mouse button, the window will freeze in that state until you move the mouse out then back into the
window.
program1 and program2 are the programs to spawn when either the left or middle mouse buttons are pressed, respectively.
OPTIONS -d disable swimming duck.
-u disable upside-down duck.
-f disable fish.
-c disable CPU meter.
-m disable memory screen.
-p use alternate colour scheme in memory info screen.
-k display memory and swap statistics in megabytes.
-n[iface]
fish represents network traffic [on <iface>].
-t draw the clock too.
-h display help.
SEE ALSO wmbubble(1)bubblemon-gnome1(1)AUTHOR
This manual page was taken and adapted from wmbubble by Gurkan Sengun <gurkan@linuks.mine.nu>, and modified for the Debian system by Jamie
Wilkinson <jaq@debian.org>. The original manual page for wmbubble was written by John H. Robinson, IV <jaqque@debian.org> for the for the
Debian GNU/Linux system (but may be used by others).
September 6, 2002 BUBBLEFISHYMON(1)
ok, I configured inetd.conf so that the tftp string
is not commented out, but I cannot get the process to start.
I'm running Solaris 5.8 and need some help.
Cabletron said that it's process is 3485, i tried to kill it, it's the wrong process. I started inetd again and still can't kill it.
i... (15 Replies)
Anyone know how to change the location of the MOTD file from the default /etc/motd?
An annoying person with root access has found out how to edit the file and change my MOTDs.
Help me. (14 Replies)
I need to put the following line in inetd.conf:
stats stream tcp nowait nobody /usr/local/bin/mrtgsysinfo mrtgsysinfo
but my version of linux don't seem to allow that, ie there is no inetd.conf. How do i set that up in linux (red hat enterprise 3). (15 Replies)
Hi,
Iam calling 3 sql scripts through one shell script 'rmia.sh'.
Till now this was working fine, but last time while calling the SQL scripts,
Oracle was down. But amazingly the exit status was '0' (success)!!!
Below is the shell code:
#!/usr/bin/ksh -x
assign_file asql a.sql 1... (15 Replies)
Hi, i would like to create a script that shuts down the system if the power fails, basicly the solaris box would load the script at startup.
Ping 192.168.1.100 every 20 secs
If cannot get responce 3 times in a row send init 0 to the system.
Simple but effective, as 192.168.100.1 wont be on... (39 Replies)
I am trying to compile pro*c program on aix 5.3. The program compiled fine when I was using curses library. After switching to ncurses, I have started getting compilation errors. After installing ncurses on the box, I changed the -lcurses flag to -lncurses. I have also updated the path to the... (13 Replies)
Hi everybody.
I was used to redirect stderr to a file in this way, calling a generic script:./myScript &> output.logBut now I need something more sophisticated...Inside a bash script I launch an executable in this way:${command} >> "${globalLogFile}"So I redirect the stdout into globalLogFile.... (14 Replies)
I've got critical patching this weekend on 6 HP UX machines, back to back and the customer has requested to shutdown, and halt the machines and to bring it up at a later period. The thing is the servers are located offshore and we are just the support team. I have a special login thru a console... (16 Replies)
Hi to all.
My first message here, but i following you via twitter feed from many time...
The question:
I need to delay 5-10 seconds the shutdown command executed when the user click on the power off/reboot in their session or at login screen.
I need that because i have in the background a... (18 Replies)
I am not sure where to post this other than here.
I am trying to figure out why an app gives different output when compiled under Ubuntu 10.10 and CentOS 5.5. I am pretty sure that the issue is that the Cent version has gcc 4.1 installed, while Ubuntu has gcc 4.4. I am trying to print from some... (20 Replies)
I have to redirect STDERR messages both to screen and also capture the same in a file but STDOUT only to the same file.
I have searched in this formum for a solution, but something like
srcipt 3>&1 >&2 2>&3 3>&- | tee errs
doesn't work for me...
Has anyone an idea??? (18 Replies)
Hi,
I need to automate some repacking tasks of a boot image for Android
When in command line, I can use this command:
mkbootfs /path/to/root > /path/to/ramdisk-recovery.cpio;However, if I try to run the command from a shell script under Ubuntu, it fails and outputs to stdout instead of the... (27 Replies)
hi,
OK. I am writing a bash script, and it is almost working for me.
Problem 1: I currently have stout sent to a file (stout.miRNA.bash.$date_formatted) which I would like to have work inside my loop, but when I move it, it just prints to the screen.
Problem 2: I have a second file... (18 Replies)
Dear all experts,
I would like to know where can I find the hostname located as when I receive the syslog, I can only see as below : (showing in localhost instead of the hostname)
Feb 6 15:31:31 localhost syslog:info syslogd: restart
Feb 6 15:31:50 localhost syslog:info syslogd: restart
Feb... (13 Replies)