from small one page howto to huge articles all in one place

search text in:




Other .linuxhowtos.org sites: www.linuxhowtos.org
toolsntoys.linuxhowtos.org



Last additions:
How to make X listen on port 6000

How to make X listen on port 6000

words:

34

views:

82621

userrating:

average rating: 1.2 (52 votes) (1=very good 6=terrible)


May, 25th 2007:
April, 26th 2007:
Apr, 10th. 2007:
Druckversion . pdf icon
You are here: Tutorials per portage category->app-shells->bash

(from gentoo-wiki.com)
The alias command allows you to make new shortcuts and synonyms for commonly used comands. The basic usage is:
  alias newcommand='yourcommand -arguments'


If you want to start aterm according to your preferences with the command term, do something like:
  alias term='aterm -ls -fg gray -bg black'


If you want a quick alias like ll for a more informative file listing:
  ls -al --color=yes


Starting alias without any options lists the current aliases:
  alias


  alias ls='ll'

alias ls -al --color=yes
alias term='aterm -ls -fg gray -bg black'

Use unalias to remove an alias.
  unalias term


You can also make aliases for existing commands. If you want ls to show colors by default, do:
  alias ls='ls --color=yes'


These aliases can be put in your login script (.bash_profile or .profile depending on what shell you are using).

Alias with variables


You can not make aliases with variables. But you can make functions, having a function in your .profile/.bashrc will work just like an
alias. To use ssh to copy files to a location on a server you can use
  sendpic () { scp "$@" mina@foo.bar.ca:/www/misc/Pictures/; }


Another way for aliases with variables


If you dont like to use a function, if you need variables, try the following to change to the last working directory:
  alias cdo="cd \"\$OLDPWD\""


Note: it is important, that there are ONLY double quotes in the expression above, no single quotes like in the other examples!

Creating aliases on shell startup


You can have your aliases created anytime you open an instance of a
shell. If you are using bash, edit your ~/.bashrc file and add one
alias per line. Once you save and close the file, run this to load your
new aliases immediately:
  source ~/.bashrc


Otherwise, the new aliases will load whenever you open a new instance of the shell.
Another place to put your aliases if you want them to be
system-wide for all users is in /etc/bashrc. To load those aliases, add
this line to ~/.bashrc
  source /etc/bashrc



rate this article:
current rating: average rating: 1.4 (45 votes) (1=very good 6=terrible)
Your rating:
Very good (1) Good (2) ok (3) average (4) bad (5) terrible (6)

back



Support us on Content Nation

New Packages

- as rdf newsfeed
- as rss newsfeed
- as Atom newsfeed
2025-12-27
execline - 2.9.8.0
Ebuild name:

dev-lang/execline-2.9.8.0

Description

A non-interactive scripting language

Added to portage

2025-12-27

gcc - 13.4.1_p20251225
Ebuild name:

sys-devel/gcc-13.4.1_p20251225

Description

The GNU Compiler Collection

Added to portage

2025-12-27

gcc - 14.3.1_p20251226
Ebuild name:

sys-devel/gcc-14.3.1_p20251226

Description

The GNU Compiler Collection

Added to portage

2025-12-27

gloo - 2025.12.02
Ebuild name:

sci-ml/gloo-2025.12.02

Description

library of floating-point neural network inference operators

Added to portage

2025-12-27

libslirp - 4.9.1
Ebuild name:

net-libs/libslirp-4.9.1

Description

A TCP-IP emulator used to provide virtual networking services

Added to portage

2025-12-27

minitest - 6.0.1
Ebuild name:

dev-ruby/minitest-6.0.1

Description

minitest/unit is a small and fast replacement for ruby's huge and slow test

Added to portage

2025-12-27

ostree - 2025.7
Ebuild name:

dev-util/ostree-2025.7

Description

Operating system and container binary deployment and upgrades

Added to portage

2025-12-27

rake-compiler-dock - 1.11.0
Ebuild name:

dev-ruby/rake-compiler-dock-1.11.0

Description

Easy to use and reliable cross compiler environment for building

Added to portage

2025-12-27

rdoc - 7.0.3
Ebuild name:

dev-ruby/rdoc-7.0.3

Description

An extended version of the RDoc library from Ruby 1.8

Added to portage

2025-12-27

rmagick - 6.1.5
Ebuild name:

dev-ruby/rmagick-6.1.5

Description

An interface between Ruby and the ImageMagick(TM) image processing library

Added to portage

2025-12-27

s6 - 2.14.0.0
Ebuild name:

sys-apps/s6-2.14.0.0

Description

skarnet.org's small and secure supervision software suite

Added to portage

2025-12-27

s6-linux-init - 1.2.0.0
Ebuild name:

sys-apps/s6-linux-init-1.2.0.0

Description

Generates an init binary for s6-based init systems

Added to portage

2025-12-27

s6-linux-utils - 2.6.4.0
Ebuild name:

sys-apps/s6-linux-utils-2.6.4.0

Description

Set of tiny linux utilities

Added to portage

2025-12-27

s6-portable-utils - 2.3.1.1
Ebuild name:

sys-apps/s6-portable-utils-2.3.1.1

Description

Set of tiny portable unix utilities

Added to portage

2025-12-27

skalibs - 2.14.5.0
Ebuild name:

dev-libs/skalibs-2.14.5.0

Description

General-purpose libraries from skarnet.org

Added to portage

2025-12-27

slirp4netns - 1.3.3
Ebuild name:

app-containers/slirp4netns-1.3.3

Description

User-mode networking for unprivileged network namespaces

Added to portage

2025-12-27

zstd-ruby - 2.0.4
Ebuild name:

dev-ruby/zstd-ruby-2.0.4

Description

Ruby binding for zstd (Zstandard - Fast real-time compression algorithm).

Added to portage

2025-12-27

2025-12-26
android-studio - 2025.2.2.8
Ebuild name:

dev-util/android-studio-2025.2.2.8

Description

Android development environment based on IntelliJ IDEA

Added to portage

2025-12-26

cargo-c - 0.10.19
Ebuild name:

dev-util/cargo-c-0.10.19

Description

Helper program to build and install c-like libraries

Added to portage

2025-12-26

charliecloud - 0.43
Ebuild name:

sys-cluster/charliecloud-0.43

Description

Lightweight user-defined software stacks for high-performance computi

Added to portage

2025-12-26

cmd2 - 3.1.0
Ebuild name:

dev-python/cmd2-3.1.0

Description

Extra features for standard library's cmd module

Added to portage

2025-12-26

containerd - 2.2.0
Ebuild name:

app-containers/containerd-2.2.0

Description

A daemon to control runC

Added to portage

2025-12-26

docker - 29.1.3
Ebuild name:

app-containers/docker-29.1.3

Description

The core functions you need to create Docker images and run Docker con

Added to portage

2025-12-26

docker-cli - 29.1.3
Ebuild name:

app-containers/docker-cli-29.1.3

Description

the command line binary for docker

Added to portage

2025-12-26

doxygen - 1.15.0-r2
Ebuild name:

app-text/doxygen-1.15.0-r2

Description

Documentation system for most programming languages

Added to portage

2025-12-26

eselect-ruby - 20251225
Ebuild name:

app-eselect/eselect-ruby-20251225

Description

Manages multiple Ruby versions

Added to portage

2025-12-26

gnatformat - 25.0.0-r2
Ebuild name:

dev-ada/gnatformat-25.0.0-r2

Description

Opinionated code formatter for the Ada language

Added to portage

2025-12-26

gpr - 26.0.0
Ebuild name:

dev-ada/gpr-26.0.0

Description

LibGPR2 - Parser for GPR Project files

Added to portage

2025-12-26

granite - 7.7.0
Ebuild name:

dev-libs/granite-7.7.0

Description

Elementary OS library that extends GTK+

Added to portage

2025-12-26

intellij-idea - 2025.3.1
Ebuild name:

dev-util/intellij-idea-2025.3.1

Description

A complete toolset for web, mobile and enterprise development

Added to portage

2025-12-26

langkit - 26.0.0
Ebuild name:

dev-ada/langkit-26.0.0

Description

A Python framework to generate language parsers

Added to portage

2025-12-26

libnpupnp - 6.2.3
Ebuild name:

net-libs/libnpupnp-6.2.3

Description

A C++ base UPnP library, derived from Portable UPnP, a.k.a libupnp

Added to portage

2025-12-26

librt - 0.7.5
Ebuild name:

dev-python/librt-0.7.5

Description

Mypyc runtime library

Added to portage

2025-12-26

multi_json - 1.19.0
Ebuild name:

dev-ruby/multi_json-1.19.0

Description

A gem to provide swappable JSON backends

Added to portage

2025-12-26

oneDNN - 3.10.2
Ebuild name:

sci-ml/oneDNN-3.10.2

Description

oneAPI Deep Neural Network Library

Added to portage

2025-12-26

openhab - 1
Ebuild name:

acct-user/openhab-1

Description

Added to portage

2025-12-26

openhab-bin - 5.1.0
Ebuild name:

app-misc/openhab-bin-5.1.0

Description

An open-source automation software for your home

Added to portage

2025-12-26

org-static-blog - 9999
Ebuild name:

app-emacs/org-static-blog-9999

Description

Static site generator using Emacs's org-mode

Added to portage

2025-12-26

org-superstar-mode - 1.5.0
Ebuild name:

app-emacs/org-superstar-mode-1.5.0

Description

Prettify headings and plain lists in Org mode (use UTF8 bullets)

Added to portage

2025-12-26

osm - 1.10
Ebuild name:

app-emacs/osm-1.10

Description

OpenStreetMap tile-based viewer for GNU Emacs

Added to portage

2025-12-26

osm - 1.9
Ebuild name:

app-emacs/osm-1.9

Description

OpenStreetMap tile-based viewer for GNU Emacs

Added to portage

2025-12-26

portage - 3.0.69.3-r3
Ebuild name:

sys-apps/portage-3.0.69.3-r3

Description

The package management and distribution system for Gentoo

Added to portage

2025-12-26

primecount - 8.0
Ebuild name:

sci-mathematics/primecount-8.0

Description

Highly optimized CLI and library to count primes

Added to portage

2025-12-26

primecountpy - 0.1.1-r1
Ebuild name:

dev-python/primecountpy-0.1.1-r1

Description

Cython interface to sci-mathematics/primecount

Added to portage

2025-12-26

q4wine - 1.4.2
Ebuild name:

app-emulation/q4wine-1.4.2

Description

Qt GUI configuration tool for Wine

Added to portage

2025-12-26

qemu - 10.1.3-r1
Ebuild name:

app-emulation/qemu-10.1.3-r1

Description

QEMU + Kernel-based Virtual Machine userland tools

Added to portage

2025-12-26

rbs - 3.10.0
Ebuild name:

dev-ruby/rbs-3.10.0

Description

The language for type signatures for Ruby and standard library definitions

Added to portage

2025-12-26

runc - 1.4.0
Ebuild name:

app-containers/runc-1.4.0

Description

runc container cli tools

Added to portage

2025-12-26

typer - 0.21.0
Ebuild name:

dev-python/typer-0.21.0

Description

Build great CLIs. Easy to code. Based on Python type hints

Added to portage

2025-12-26

upmpdcli - 1.9.8
Ebuild name:

media-sound/upmpdcli-1.9.8

Description

UPnP Media Renderer front-end for MPD, the Music Player Daemon

Added to portage

2025-12-26

vdr-femon - 2.4.0_p20240910-r2
Ebuild name:

media-plugins/vdr-femon-2.4.0_p20240910-r2

Description

VDR Plugin DVB Frontend Status Monitor (signal strength/

Added to portage

2025-12-26

vdr-wirbelscan - 2024.09.15-r1
Ebuild name:

media-plugins/vdr-wirbelscan-2024.09.15-r1

Description

VDR Plugin Scan for channels on DVB-? and on PVR*-Cards

Added to portage

2025-12-26

worldofpadman - 1.7.0-r3
Ebuild name:

games-fps/worldofpadman-1.7.0-r3

Description

Cartoon style multiplayer first-person shooter

Added to portage

2025-12-26

rdf newsfeed | rss newsfeed | Atom newsfeed
Copyright 2004-2025 Sascha Nitsch Unternehmensberatung GmbH
- Copyright and legal notices -
Time to create this page: 36.3 ms