All Tips


9

Tip #171   Duplicate directory tree

The following command creates in the /usr/project directory, a copy of the current working directory structure:

Read more »

15

Tip #159   Download torrents from the command line

The official BitTorrent distribution includes several python client applications that can be run from the command line.

To download a torrent try:

Read more »

7

Tip #170   SVN resolve all conflicts

Resolve all your conflicted files. Use with caution!!

Read more »

9

Tip #162   rc-service alias

Create rc* alias for each init.d script. (can be include at /root/.bashrc)

Read more »

85

Tip #161   Simple password generator

This is a simpler password generator.

Read more »

11

Tip #143   Generate random data

Use `openssl rand <bytes>` to generate random data.
Read more »
  • TAGS:

105

Tip #4   Make a whole directory tree with one command

Use the -p option to mkdir and make all parent directories along with their children in a single command.

Read more »

48

Tip #5  

Use && to run a second command if and only if a first command succeeds:

Read more »
  • TAGS: