Sponsored Content
Top Forums UNIX for Dummies Questions & Answers How to type ^ (caret) on Lenovo laptop? Post 302832413 by Scott on Sunday 14th of July 2013 10:13:11 PM
Old 07-14-2013
I've never used a Lenovo keyboard, but if it's like any other keyboard it depends where you're from (or more specifically which locale your keyboard is set up for).

If it's not as simple as pressing Shift+6, it might be that the ^ is a 'dead key', which typically requires pressing AtlGr (the right Alt Key) and the key with the caret, releasing both and then pressing space.
 

10 More Discussions You Might Find Interesting

1. Ubuntu

Kubuntu on (certain) Lenovo laptops not possible - reasons?

Hi. I've used the Wubi install of Ubuntu and Kubuntu on my Windows XP machine for close to half a year now. My brother has let me know of a program where he works by which they're getting rid of (with support negated) several Lenovo laptops, on which, he also informs me, the K 'flavor' of Ubuntu... (1 Reply)
Discussion started by: SilversleevesX
1 Replies

2. Ubuntu

Connect 2 laptops with RJ45 cable (Ubuntu 10.10 laptop with Windows 7 laptop)

Hi to all, I have the problem that a laptops with windows XP cannot startup even in safe mode nor using last good known configuration. I have a Ubuntu 10.10 Live CD and booting from it I can read the Hard Drive. I need to do a backup the Hard Drive from XP laptop and I want to connect this... (5 Replies)
Discussion started by: cgkmal
5 Replies

3. Ubuntu

Ubuntu Lenovo Thinkpad E520-1143 Laptop

Is it possible to install Ubuntu 11.04 or Ubuntu 11.10 in Lenovo Thinkpad E520-1143 Now it Powerd By windowd Xp Professional is it possible to install Ubuntu in it and supports all drivers for ma laptop such as VGA driver Sound,Wireless,Lan , fingerprint,camera pls reply r is it possible to... (0 Replies)
Discussion started by: babinlonston
0 Replies

4. Shell Programming and Scripting

remove caret (^) symbol from pattern using sed

Hi, I am trying to remove the caret symbol from a bash variable. This is the variable: var="GOTAN^TOK^B"and this is the code I am trying to use to remove the caret symbol: nocarrot=`echo $var | sed -e 's/^/_/g'`This is the output intended (but not acheived with the above function):... (3 Replies)
Discussion started by: goodbenito
3 Replies

5. UNIX for Dummies Questions & Answers

caret symbol

Hi! I need to know where is the caret symbol (^) on the keyboard. I press Shift+6 and does not appear!! Thank you very much. Removed email address - all should benefit of an answer. (1 Reply)
Discussion started by: labultet
1 Replies

6. Red Hat

Sound not working in laptop model Lenovo T430

Hi I have a new TP installed with RHEL 6.0, sound not working in this. I tried to upgrade the kernel to 2.6.32-279.el6.i686 and also 2.6.32-279.19.1.el6.i686 but getting kernel panic with these kernels. Any idea what is problem ???? (2 Replies)
Discussion started by: Priy
2 Replies

7. Ubuntu

Laptop to laptop transfer files

Dear all, I would like to transfer my old laptop documents/files etc to the new laptop without using any external hard disk. Please let me know if its possible via any way. Thank in advance, emily (3 Replies)
Discussion started by: emily
3 Replies

8. Solaris

Solaris flicker on lenovo laptop x230

hi I installled Solaris 11.3 on my Lenovo X230 with Intel HD Graphics 4000, trouble is the graphic driver doesn't play well with 11.3, on the right of the screen, it blinking/flashing/shifting and no colour (grey; see pic below). I try to reduce resolution to 1024*768, I can't reduce the... (8 Replies)
Discussion started by: van12
8 Replies

9. AIX

Lenovo v3700 v2 direct connect to AIX

i have directly connect AIX pwer 7 to lenovo v3700 v2 without San through fiber card. but i cannot see the WWPN to add AIX as host in management console. (10 Replies)
Discussion started by: khalid khanAIB
10 Replies

10. UNIX for Beginners Questions & Answers

LENOVO ThinkPad T580 is crashing on Ubuntu 18.04

My LENOVO ThinkPad T580 is crashing on Ubuntu 18.04. The crashes are seemingly happening at random. I tried running the following command as specified by this SO post: sudo apt-get install --install-recommends linux-generic-hwe-18.04 xserver-xorg-hwe-18.04 However, that did not work the system... (10 Replies)
Discussion started by: Circuits
10 Replies
GVPE(8) 						   GNU Virtual Private Ethernet 						   GVPE(8)

NAME
gvpe - GNU Virtual Private Ethernet Daemon SYNOPSIS
gvpe [-cDlL] [--config=DIR] [--no-detach] [-l=LEVEL]] [--kill[=SIGNAL]] [--mlock] [--help] [--version] NODENAME [option...] DESCRIPTION
See the gvpe(5) man page for an introduction to the gvpe suite. This is the manual page for gvpe, the virtual private ethernet daemon. When started, gvpe will read it's configuration file to determine the network topology, and other configuration information, assuming the role of node NODENAME It will then create/connect to the tun/tap device and set up a socket for incoming connections. Then a if-up script will be executed to further configure the virtual network device. If that succeeds, it will detach from the controlling terminal and continue in the background, accepting and setting up connections to other gvpe daemons that are part of the same virtual private ethernet. The optional arguments after the node name have to be of the form: [I<nodename>.]var=value If the argument has a prefix of nodename. (i.e. laptop.enable-dns=yes) then it will be parsed after all the config directives for that node, if not, it is parsed before the first node directive in the config file, and can be used to set global options or default variables. For example, to start gvpe in the foreground, with log-level info on the node laptop, with TCP enabled and HTTP-Proxy host and Port set, use this: gvpe -D -l info laptop http-proxy-host=10.0.0.18 http-proxy-port=3128 laptop.enable-tcp=yes OPTIONS
-c, --config=DIR Read configuration options from DIR -d, --l=LEVEL Set logging level to LEVEL (one of: noise, trace, debug, info, notice, warn, error, critical). --help Display short list of options. -D, --no-detach Don't fork and detach but stay in foreground and log messages to stderr in addition to syslog. -L, --mlock Lock gvpe into main memory. This will prevent sensitive data like shared private keys to be written to the system swap files/partitions. --version Output version information and exit. SIGNALS
HUP Closes/resets all connections, resets the retry time and will start connecting again (it will NOT re-read the config file). This is useful e.g. in a /etc/ppp/if-up script. TERM Closes/resets all connections and exits. USR1 Dump current network status into the syslog (at loglevel notice, so make sure your loglevel allows this). FILES
/etc/gvpe/gvpe.conf The configuration file for gvpe. /etc/gvpe/if-up Script which is executed as soon as the virtual network device has been allocated. Purpose is to further configure that device. /etc/gvpe/node-up Script which is executed whenever a node connects to this node. This can be used for example to run nsupdate. /etc/gvpe/node-down Script which is executed whenever a connection to another node is lost. for example to run nsupdate. /etc/gvpe/pubkey/* The directory containing the public keys for every node, usually autogenerated by executing gvpectrl --generate-keys. /var/run/gvpe.pid The PID of the currently running gvpe is stored in this file. BUGS
The cryptography in gvpe has not been thoroughly checked by many people yet. Use it at your own risk! If you find any bugs, report them to gvpe@schmorp.de. SEE ALSO
gvpe(5) for an introduction, gvpe.conf(5), gvpectrl(8). The GVPE mailing list, at <http://lists.schmorp.de/> or gvpe@lists.schmorp.de. GVPE comes with ABSOLUTELY NO WARRANTY. This is free software, and you are welcome to redistribute it under certain conditions; see the file COPYING for details. AUTHOR
Marc Lehmann <gvpe@schmorp.de>. And thanks to many others for their contributions to gvpe, especially the tincd authors, who inspired me to write this program (after scavenging their source code ;). 2.2 2008-09-01 GVPE(8)
All times are GMT -4. The time now is 01:48 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy