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:

84967

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-admin->quickswitch

Roaming network profiles for laptops with Quickswitch

Every Laptop user knows what I am talking about by saying that switching network profiles is a real problem and hard to keep track of when doing it manually. This is where Quickswitch comes in. Quickswitch is a utility that not only makes laptop users' everyday life easier by letting them create and use roaming network profiles, but it also has built-in support for multiple network cards, wireless LAN configurations, different kernel parameters, support for X configurations, Netscape preferences, Samba shares and so on and so forth.

Sounds good? Want to learn how to use it? Read on:

Installing Quickswitch

Use your distribution's install program to install Quickswitch.

Now we need to tell quickswitch about all the network settings we want to be able to switch to. Quickswitch can be configured using the configuration file - /etc/quickswitch/switchto.conf. There is also a sample configuration in /etc/quickswitch/switchto.conf.sample.

Code Listing 1: Setting up the quickswitch configuration in /etc/quickswitch/switchto.conf

// # This is the default configuration:  
[config]  
device=eth0  
// # Path to save last known good configuration...  
servicefilename=/etc/quickswitch/switchto.last  
  
// # This is our profile called "home":  
[home]  
description=home  
address=192.168.0.25  
netmask=255.255.255.0  
gateway=192.168.0.1  
dns1=195.62.99.42  
dns2=195.62.97.177  
  
// # This is our profile called "work":  
[work]  
description=work  
address=10.16.3.114  
netmask=255.255.255.0  
gateway=10.16.3.249  
dns1=195.62.99.42

We are finished with the configuration now. Let's test if it works.

Code Listing 2: Using switchto to switch to another profile

// Switch to "work" profile:  
# switchto work  
// Switch to "home" profile:  
# switchto home

Use ifconfig and route to make sure that switchto correctly applied the settings the first time. Everythings ok? Well done!

Quickswitch offers two more ways of how to switch your profile.

switcher is a simple curses based GUI to switch between your profiles.

TraySwitcher is a more sophisticated Gnome tray applet.

To learn how Quickswitch easily lets you create profiles that also switch Samba, X configurations and even more. Take a look at the well documented /etc/quickswitch/switchto.conf.sample sample configuration file and visit the Quickswitch project homepage.

From: http://www.gentoo.org/news/en/gwn/20040927-newsletter.xml

back



Support us on Content Nation

New Packages

- as rdf newsfeed
- as rss newsfeed
- as Atom newsfeed
2026-05-05
chez - 10.4.0
Ebuild name:

dev-scheme/chez-10.4.0

Description

A programming language based on R6RS

Added to portage

2026-05-05

framework_tool - 0.6.2
Ebuild name:

app-laptop/framework_tool-0.6.2

Description

Tool to control Framework Computer systems

Added to portage

2026-05-05

gallery-dl - 1.32.1
Ebuild name:

net-misc/gallery-dl-1.32.1

Description

Download image galleries and collections from several image hosting site

Added to portage

2026-05-05

golangci-lint - 2.12.1
Ebuild name:

dev-go/golangci-lint-2.12.1

Description

Fast linters runner for Go

Added to portage

2026-05-05

iproute2 - 7.0.0
Ebuild name:

sys-apps/iproute2-7.0.0

Description

kernel routing and traffic control utilities

Added to portage

2026-05-05

keepassxc - 2.8.0_pre20260504
Ebuild name:

app-admin/keepassxc-2.8.0_pre20260504

Description

KeePassXC - KeePass Cross-platform Community Edition

Added to portage

2026-05-05

kubectl - 1.36.0
Ebuild name:

sys-cluster/kubectl-1.36.0

Description

CLI to run commands against Kubernetes clusters

Added to portage

2026-05-05

mako - 1.11.0
Ebuild name:

gui-apps/mako-1.11.0

Description

A lightweight notification daemon for Wayland. Works on Sway

Added to portage

2026-05-05

multi-term - 1.4-r1
Ebuild name:

app-emacs/multi-term-1.4-r1

Description

Manage multiple terminal buffers in Emacs

Added to portage

2026-05-05

multiple-cursors - 1.5.0
Ebuild name:

app-emacs/multiple-cursors-1.5.0

Description

Multiple cursors for Emacs

Added to portage

2026-05-05

muse - 3.20.2
Ebuild name:

app-emacs/muse-3.20.2

Description

An authoring and publishing environment for Emacs

Added to portage

2026-05-05

nprolog - 5.18
Ebuild name:

dev-lang/nprolog-5.18

Description

Interpreter and compiler to be compatible with Arity/Prolog32

Added to portage

2026-05-05

swaybg - 1.2.2
Ebuild name:

gui-apps/swaybg-1.2.2

Description

A wallpaper utility for Wayland

Added to portage

2026-05-05

swaylock - 1.8.5
Ebuild name:

gui-apps/swaylock-1.8.5

Description

Screen locker for Wayland

Added to portage

2026-05-05

upterm - 0.23.0
Ebuild name:

app-misc/upterm-0.23.0

Description

Instant Terminal Sharing

Added to portage

2026-05-05

voacapl - 0.7.7
Ebuild name:

sci-electronics/voacapl-0.7.7

Description

HF propagation prediction tool

Added to portage

2026-05-05

with-editor - 3.5.0
Ebuild name:

app-emacs/with-editor-3.5.0

Description

Use the Emacsclient as the of child processes

Added to portage

2026-05-05

wl-clipboard - 2.3.0
Ebuild name:

gui-apps/wl-clipboard-2.3.0

Description

Wayland clipboard utilities

Added to portage

2026-05-05

2026-05-04
backports-zstd - 1.4.0
Ebuild name:

dev-python/backports-zstd-1.4.0

Description

Backport of PEP-784 adding Zstandard to the standard library

Added to portage

2026-05-04

cachetools - 7.1.1
Ebuild name:

dev-python/cachetools-7.1.1

Description

Extensible memoizing collections and decorators

Added to portage

2026-05-04

citus - 12.1.12
Ebuild name:

dev-db/citus-12.1.12

Description

Open-source postgresql extension for clustering/multi-node setups

Added to portage

2026-05-04

citus - 13.2.2
Ebuild name:

dev-db/citus-13.2.2

Description

Open-source postgresql extension for clustering/multi-node setups

Added to portage

2026-05-04

citus - 14.0.1
Ebuild name:

dev-db/citus-14.0.1

Description

Open-source postgresql extension for clustering/multi-node setups

Added to portage

2026-05-04

cudd - 3.0.0-r2
Ebuild name:

sci-mathematics/cudd-3.0.0-r2

Description

Colorado University binary Decision Diagram library

Added to portage

2026-05-04

ffmpeg - 8.1.1
Ebuild name:

media-video/ffmpeg-8.1.1

Description

Complete solution to record/convert/stream audio and video

Added to portage

2026-05-04

gcc - 17.0.0_p20260503
Ebuild name:

sys-devel/gcc-17.0.0_p20260503

Description

The GNU Compiler Collection

Added to portage

2026-05-04

git-sources - 7.1_rc2
Ebuild name:

sys-kernel/git-sources-7.1_rc2

Description

The very latest -git version of the Linux kernel

Added to portage

2026-05-04

haproxy - 2.8.22
Ebuild name:

net-proxy/haproxy-2.8.22

Description

A TCP/HTTP reverse proxy for high availability environments

Added to portage

2026-05-04

haproxy - 3.0.21
Ebuild name:

net-proxy/haproxy-3.0.21

Description

A TCP/HTTP reverse proxy for high availability environments

Added to portage

2026-05-04

haproxy - 3.2.17
Ebuild name:

net-proxy/haproxy-3.2.17

Description

A TCP/HTTP reverse proxy for high availability environments

Added to portage

2026-05-04

haproxy - 3.3.8
Ebuild name:

net-proxy/haproxy-3.3.8

Description

A TCP/HTTP reverse proxy for high availability environments

Added to portage

2026-05-04

kodi - 22.0_alpha3
Ebuild name:

media-tv/kodi-22.0_alpha3

Description

A free and open source media-player and entertainment hub

Added to portage

2026-05-04

lgi - 0.9.2_p20260407
Ebuild name:

dev-lua/lgi-0.9.2_p20260407

Description

Lua bindings using gobject-introspection

Added to portage

2026-05-04

lua-utf8 - 0.2.0
Ebuild name:

dev-lua/lua-utf8-0.2.0

Description

A UTF-8 support module for Lua and LuaJIT

Added to portage

2026-05-04

micropolis - 1.0_p20250710
Ebuild name:

games-simulation/micropolis-1.0_p20250710

Description

Free version of the well-known city building simulation

Added to portage

2026-05-04

mistune - 3.2.1
Ebuild name:

dev-python/mistune-3.2.1

Description

The fastest markdown parser in pure Python

Added to portage

2026-05-04

neomutt - 20260504
Ebuild name:

mail-client/neomutt-20260504

Description

A small but very powerful text-based mail client

Added to portage

2026-05-04

nextcloud - 32.0.9
Ebuild name:

www-apps/nextcloud-32.0.9

Description

Personal cloud that runs on your own server

Added to portage

2026-05-04

nextcloud - 33.0.3
Ebuild name:

www-apps/nextcloud-33.0.3

Description

Personal cloud that runs on your own server

Added to portage

2026-05-04

openpgp-keys-emersion - 20260503
Ebuild name:

sec-keys/openpgp-keys-emersion-20260503

Description

OpenPGP key used by Simon Ser

Added to portage

2026-05-04

openpgp-keys-janwassenberg - 20260503
Ebuild name:

sec-keys/openpgp-keys-janwassenberg-20260503

Description

OpenPGP key used by Jan Wassenberg

Added to portage

2026-05-04

openpgp-keys-roymarples - 20260418-r1
Ebuild name:

sec-keys/openpgp-keys-roymarples-20260418-r1

Description

OpenPGP key used by Roy Marples

Added to portage

2026-05-04

piwigo - 16.4.0
Ebuild name:

www-apps/piwigo-16.4.0

Description

a photo gallery software for the web

Added to portage

2026-05-04

poetry-core - 2.4.0
Ebuild name:

dev-python/poetry-core-2.4.0

Description

Poetry PEP 517 Build Backend

Added to portage

2026-05-04

poezio - 0.17
Ebuild name:

net-im/poezio-0.17

Description

Console XMPP client that looks like most famous IRC clients

Added to portage

2026-05-04

prowlarr-bin - 2.3.7.5365
Ebuild name:

www-apps/prowlarr-bin-2.3.7.5365

Description

An indexer manager/proxy to integrate with your various PVR apps

Added to portage

2026-05-04

pyside - 6.11.0
Ebuild name:

dev-python/pyside-6.11.0

Description

Python bindings for the Qt framework

Added to portage

2026-05-04

pytz - 2026.2
Ebuild name:

dev-python/pytz-2026.2

Description

World timezone definitions for Python

Added to portage

2026-05-04

sbcl - 2.6.4
Ebuild name:

dev-lisp/sbcl-2.6.4

Description

Steel Bank Common Lisp (SBCL) is an implementation of ANSI Common Lisp

Added to portage

2026-05-04

sonarr-bin - 4.0.17.2967
Ebuild name:

www-apps/sonarr-bin-4.0.17.2967

Description

Sonarr is a Smart PVR for newsgroup and bittorrent users

Added to portage

2026-05-04

timescaledb - 2.26.4
Ebuild name:

dev-db/timescaledb-2.26.4

Description

Open-source time-series SQL database

Added to portage

2026-05-04

totem - 43.2-r1
Ebuild name:

media-video/totem-43.2-r1

Description

Media player for GNOME

Added to portage

2026-05-04

valgrind - 3.27.0_p1
Ebuild name:

dev-debug/valgrind-3.27.0_p1

Description

An open-source memory debugger for GNU/Linux

Added to portage

2026-05-04

wtforms - 3.2.2
Ebuild name:

dev-python/wtforms-3.2.2

Description

Flexible forms validation and rendering library for python web development

Added to portage

2026-05-04

wxmaxima - 26.05.0-r1
Ebuild name:

sci-mathematics/wxmaxima-26.05.0-r1

Description

Graphical frontend to Maxima, using the wxWidgets toolkit

Added to portage

2026-05-04

zim - 0.76.3-r1
Ebuild name:

x11-misc/zim-0.76.3-r1

Description

A desktop wiki

Added to portage

2026-05-04

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