You are not logged in.

#1 2010-07-27 23:59:39

StrangeAttractor
Member
From: Prague, CZ
Registered: 2010-06-14
Posts: 54

Can I ustomize XFCE terminal?

In KDE terminal I could define "bookmarks" instead of typing ssh <HOST> -p <PORT> (my server exposes different VMs' SSHells on different host ports) by hand every time. Can I do the same in XFCE terminal? Or is there some other terminal client I'd look at? Or ist there another way to 'bookmark' frequently used commands?

Offline

#2 2010-07-28 00:02:00

fsckd
Forum Fellow
Registered: 2009-06-15
Posts: 4,173

Re: Can I ustomize XFCE terminal?

Define an alias in your bashrc.


aur S & M :: forum rules :: Community Ethos
Resources for Women, POC, LGBT*, and allies

Offline

#3 2010-07-28 02:16:40

cesura
Package Maintainer (PM)
From: Tallinn, Estonia
Registered: 2010-01-23
Posts: 1,867

Re: Can I ustomize XFCE terminal?

In my ~/.zshrc, I have:

alias laptop="ssh -p 22 brad@ip"
alias server="ssh -p 22 root@ip"

Offline

#4 2010-07-30 10:46:21

quigybo
Member
Registered: 2009-01-15
Posts: 223

Re: Can I ustomize XFCE terminal?

Specific to ssh, you can define Hosts that you use regularly in your config file.

Offline

#5 2010-07-30 13:11:37

purilepolterguist
Member
From: Orlando
Registered: 2010-07-17
Posts: 6
Website

Re: Can I ustomize XFCE terminal?

If you liked the KDE console, you can install it and use it on xfce.

pacman -S kdebase-konsole

Edit: You'll probably have to install a bunch of KDE dependencies though, so you might not want this, but it is an option.

Last edited by purilepolterguist (2010-07-30 13:15:30)

Offline

Board footer

Powered by FluxBB