Search Results

Search: Posts Made By: tonyt
4,207
Posted By tonyt
Thanks a lot.
Thanks a lot.
4,207
Posted By tonyt
troff macros
Hi,
I'm going write a small handbook. The typesetting software I'm going to use is troff. There are -ms -me -mm macros for troff. Which one is the most suitable? Thanks!

-Tony
1,789
Posted By tonyt
sure. www.gnu.org
sure.
www.gnu.org
17,640
Posted By tonyt
Cute! It works. Thanks for your help.
Cute! It works. Thanks for your help.
17,640
Posted By tonyt
I've found another file: -rwxr-xr-x 1 root...
I've found another file:
-rwxr-xr-x 1 root wheel 3824 Apr 27 2001 env
So the year is current year. Why it show up the year instead of date?thx
Forum: Programming 11-22-2001
3,491
Posted By tonyt
e.g. your souce file is mm.c you can do it like...
e.g. your souce file is mm.c
you can do it like this:
$ gcc -o libmm.so -shared mm.c
for more info man gcc(1).
2,794
Posted By tonyt
first untar it, read the README file in it...
first untar it, read the README file in it directory and follow the instructions.

the simplest way might be, but not for sure.
$ tar zxvf drive.tgz
$ cd the-directory
$ make
$ make install
2,457
Posted By tonyt
use sort and uniq: cat file | sort | uniq >...
use sort and uniq:
cat file | sort | uniq > out.file
Forum: IP Networking 11-21-2001
3,646
Posted By tonyt
Basically ftp & mail uses DNS. So make sure that...
Basically ftp & mail uses DNS. So make sure that your DNS Server works fine. Or you can add the name of your machine to /etc/hosts, so the DNS will find your machine faster using /etc/hosts.
Forum: IP Networking 11-21-2001
2,529
Posted By tonyt
There's no diffrences between Name Server and...
There's no diffrences between Name Server and Domain Name Server. But I think Domain Name Server could be one Name Server.
7,511
Posted By tonyt
Sorry, misspelling. It IS if...
Sorry, misspelling. It IS
if $query->param('action') eq 'detail'
7,511
Posted By tonyt
I want to make a script. If the action equals...
I want to make a script. If the action equals "detail" it display the detailed info of one record specified by id, and show up a button. If user presses the button if will send action=modify to it...
7,511
Posted By tonyt
Perl CGI.pm
my box is FreeBSD4.3 and I use Perl 5.0005_03.
Here is the CGI script.

test.cgi
......
if ($query->action eq 'detail') {
......
print $query->hidden('action', 'modify');
......
}

I...
17,640
Posted By tonyt
Then how can I change the mtime of a file? which...
Then how can I change the mtime of a file? which command should I use?
17,640
Posted By tonyt
ls output format
below is the output is ls -l

-rw-r--r-- 1 tonyt staff 3212 Apr 17 1999 file1
-rw-r--r-- 1 tonyt staff 4541 Mar 3 21:08 file2

why the date format is not the same?
74,546
Posted By tonyt
I only know that if one trys to access a memory...
I only know that if one trys to access a memory which in a readonly segment, the system will bumpup a Bus Error signal.
3,919
Posted By tonyt
You can change the keymap. The way to change...
You can change the keymap. The way to change keymap deffers. In Linux, man loadkeys(1)
Forum: Programming 11-07-2001
4,869
Posted By tonyt
You can use system(3) like this, eg. ...
You can use system(3) like this, eg.
system("LC_ALL=zh_CN date");
Showing results 1 to 18 of 18

 
All times are GMT -4. The time now is 09:24 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy