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-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
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: 57.3 ms