Sponsored Content
The Lounge What is on Your Mind? Things i Hate (Or: Rants by an Old Man) Post 303030358 by Corona688 on Friday 8th of February 2019 10:22:22 AM
Old 02-08-2019
Google used to be quite vigilant in updating their algorithms to foil whatever latest method anyone discovered to use their own mechanisms to push false results. They clearly no longer care, or perhaps have found their true employers at last. Spam can be lucrative, if you're not the one silly enough to send it, the same way junk mail is lucrative, to the post office.
This User Gave Thanks to Corona688 For This Post:
 

8 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Don't hate me because I'm stupid...

Hi all, I don't know the first thing about Unix, but I would like to learn. I would like to know what the difference between Linux and Unix is, and where I can obtain a copy of either. Thanks :o (8 Replies)
Discussion started by: ThisIsNewToMe
8 Replies

2. UNIX for Dummies Questions & Answers

i hate gtk and kde!

i don't want to install any themes, but i do want to get rid of the god awful color scheme it defaults to. i've tried editing /usr/X11R6/share/themes/Default/gtk-2.0/gtkrc, but to no avail. i've also changed, and even removed the .gtkrc-kde that kde generates automatically, also to no avail. ... (12 Replies)
Discussion started by: brandan
12 Replies

3. Programming

Complicating things?

So basically what im trying to do is ... Open file, read that file, than try to find .. We or we and replace them with I, but not replace the cases where words contain We or we, such as Went, went, etc a and replace them with the, but not replace the cases where words contain a, such as... (1 Reply)
Discussion started by: bconnor
1 Replies

4. Programming

Question about several things in C

Hey guys, first of all I'd like to say Hi to everyone. I am new here and this is my first post. I have a question about some C stuff. I am in Computer Science and I have an assignment for a UNIX Applications course. It is really complicated, however. We're using the C language for this and... (1 Reply)
Discussion started by: V4D3R
1 Replies

5. Shell Programming and Scripting

I hate SED - please help!!

Hi all I have been googling for ages but with no prevail hence this new thread. I would like to add a new line after a particular text string. For example, assume the original file contains the following text: .. line1 line2 line3 .. I would like to insert the text string... (3 Replies)
Discussion started by: robbiegregg
3 Replies

6. UNIX for Dummies Questions & Answers

Just trying to find out a few things ....

Hi everyone Just a couple of quick questions if I may. Can I ask what is meant by "flavours"?? I've come across it many times in the forums and I'm guessing that it is a variery of either Linux or UNIX (I know nil about either) which has developed but not really got a clue. ... (1 Reply)
Discussion started by: Tiramisu
1 Replies

7. UNIX for Dummies Questions & Answers

things root can't do

Hey all my co-workers and I are trying to put together a list of things root "Can't" do on any *NIX OS, so I wanted to come here and see what all we could come up with. Here are two to start this off: write to a read only mount FS kill a tape rewind Please add what you know. Thanks,... (5 Replies)
Discussion started by: sunadmn
5 Replies

8. Solaris

man and ldm man

According to Sun documentation (Ldoms 1.1 Administration Guide), To access the ldm(1M) man page, add the directory path /opt/SUNWldm/man to the variable $MANPATH. When I add the lines: MANPATH=$MANPATH:/opt/SUNWldm/man export MANPATH to .profile, exit root and re-login, I would have "man ldm"... (5 Replies)
Discussion started by: StarSol
5 Replies
RANT(1) 						      General Commands Manual							   RANT(1)

NAME
rant - A flexible and portable build tool. SYNOPSIS
rant [OPTION] ... [TARGET] ... DESCRIPTION
Striking features * Defining custom tasks. * Automated packaging, testing and RDoc generation for Ruby applications and libraries. * Creation of a monolithic script tailored to the needs of a specific project which can be used instead of an Rant installation - users don't need to install Rant. [See man rant-import] * Creating gzipped tar and zip archives -- without installing additional software. * Optional recognition of file changes based on MD5 checksums instead of file modification times. * Dependency checking for C/C++ source files (integrated makedepend replacement). * Primitive support for compiling C# sources with csc, cscc and mcs. Startup On startup, rant will look for a file called Rantfile , rantfile or root.rant which contains the build specification (which in fact is valid Ruby code). After reading the Rantfile(s), rant will execute the following tasks: If at least one target was given on the commandline: rant will execute all tasks necessary to build all targets given on the commandline. else: rant tries to build the target called "default". If no task with this name exists, rant invokes the first defined task. If you want to know which task(s) will be invoked when no target is given on the commandline, run rant with the -T option. Example: $ rant -T rant # => test rant package # Create packages for distribution. rant doc # Generate documentation. rant publish-docs # Publish html docs on make.rubyfore.org. # Note: scp will prompt for rubyforge password. rant test # Run basic tests. The first line always shows the target that will be built if no target argument is given. In this case, it would be the test target. OPTIONS
--help -h Print a help message and exit. --version -V Print version of Rant and exit. --verbose -v Print more messages to stderr. --quiet -q Don't print commands. --err-commands Print failed commands and their exit status. --directory DIRECTORY -C DIRECTORY Run rant in DIRECTORY. --cd-parent -c With this option, Rant starts to search for an Rantfile in the current working directory as usual, but if it doesn't find one, it changes to the parent directory and looks there for an Rantfile. This is repeated until an Rantfile is found or the working directory is the root directory of the filesystem. --look-up -u Look in parent directories for root Rantfile. --rantfile RANTFILE -f RANTFILE Process RANTFILE instead of standard rantfiles. Multiple files may be specified by repeating this option. --force-run TARGET -a TARGET Force rebuild of TARGET and all dependencies. --dry-run -n Print the names of the tasks that would be executed instead of actually executing task actions. --tasks -T Show a list of all described tasks and exit. HOMEPAGE
<http://rant.rubyforge.org/> AUTHOR
rant developed by Stefan Lang <langstefan@gmx.at> COPYRIGHT
Copyright (C) 2005 Stefan Lang <langstefan@gmx.at> SEE ALSO
rant-import(1) September 17, 2006 RANT(1)
All times are GMT -4. The time now is 03:58 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy