already forgotten NEN command?
Da the man nunmal not all that easy to remember, he must know what to do.
If you do not remember any command or look up sometimes want what you have so typed commands before NEM for six months, may be the bash history a start.
The bash history is normally limited to a maximum of 1000 lines, which you can change easily.
echo "export HISTSIZE = 30000">> ~ / bashrc.local
From that date for any newly started bash the history up to 30000 commands long.
If you do not know how to access the History:
first You can use the cursor keys (up / down) scroll through the history command for command
second You can also begin to write the desired command and then browse to the \u0026lt;image> only the commands that start Sun
third Control + \u0026lt;r> a pattern, enter the appropriate command to appear. \u0026lt;/ r> \u0026lt;/ ctrl> \u0026lt;/ image>
Tuesday, November 29, 2005
Why Vision Centers Accept Vsp Insurance
squid hangs after starting ppp
preface
If you use squid as a local proxy will it is possible that this picks up only after a 'reload rcsquid' websites because he is not unaware of the new ppp connection.
remedy can create one by a script after the ppp connection is established, and thus start the Squid reloaded.
---file-content---/etc/ppp/ip-up.d/squid---
--- end-file-content ---
Hav a nice day!
preface
If you use squid as a local proxy will it is possible that this picks up only after a 'reload rcsquid' websites because he is not unaware of the new ppp connection.
remedy can create one by a script after the ppp connection is established, and thus start the Squid reloaded.
---file-content---/etc/ppp/ip-up.d/squid---
# / bin / sh
/ usr / sbin / rcsquid
logger reload reloaded squid $ (date) --- end-file-content ---
Hav a nice day!
Saturday, November 19, 2005
Templete Georgia Driver's Licence
Linux swap - swap programs although still enough memory is available?
preface
This does not always help, especially for complex applications such as databases (DB2) there are processes that are outsourced to the "swap" although it has turned many screws. For the normal home user, especially if one has a slightly aged computer these settings is a useful tool. At least it does me so often when I program or the book, rummage that programs be stored in the swap, although I have (in my opinion) but still use it.
Swap (files)
How many swap space are created and what type they are using can Befehlsermittelt following: --- snip --- linux: ~ # swapon-s Filename Type Size Used
Priority
/ partition dev/hda11 522 072 0 -1
--- snap ---
example, you can also have a swap partition to a file (in this case about 200MB) create:
The file it can create as follows: dd if =
/ dev / zero of = / swapfile bs = 4096 count = 50000
With "mkswap / swapfile" They krichten in the file as swap space.
Last but you can use "swapon / swapfile" to activate the swap file.
--- --- snip
/ dev/hda11 swap swap priority = 60, defaults 0 0
--- snap ---
As you know now set the Swapverhalten between multiple swap space you now. To set the general Swapverhalten you see here:
in "/ Proc / sys / vm / swappiness" You can store the percentage value to be swapped as strong. The default is usually "60". Private
to set this value dear to "10" - quasi swap only if the memory is quite short.
The value can be modified as follows:
echo-n "10"> / proc / sys / vm / swappiness
preface
This does not always help, especially for complex applications such as databases (DB2) there are processes that are outsourced to the "swap" although it has turned many screws. For the normal home user, especially if one has a slightly aged computer these settings is a useful tool. At least it does me so often when I program or the book, rummage that programs be stored in the swap, although I have (in my opinion) but still use it.
Swap (files)
Priority
/ partition dev/hda11 522 072 0 -1
--- snap ---
example, you can also have a swap partition to a file (in this case about 200MB) create:
The file it can create as follows: dd if =
/ dev / zero of = / swapfile bs = 4096 count = 50000
With "mkswap / swapfile" They krichten in the file as swap space.
Last but you can use "swapon / swapfile" to activate the swap file.
(co-p you can here the priority is therefore in which swapped swap space first specify)
This all after a reboot again because you have this in / etc / fstab add : --- --- snip
/ dev/hda11 swap swap priority = 60, defaults 0 0
--- snap ---
As you know now set the Swapverhalten between multiple swap space you now. To set the general Swapverhalten you see here:
in "/ Proc / sys / vm / swappiness" You can store the percentage value to be swapped as strong. The default is usually "60". Private
to set this value dear to "10" - quasi swap only if the memory is quite short.
The value can be modified as follows:
echo-n "10"> / proc / sys / vm / swappiness
Mario Salieri Stereaming
iPAQ 38XX with a Linux computer via USB
Hi,
since I've written times before this beautiful, only the link to the info :
http://www.linuxcove.com/cave/connect-ipaq-linux.php
http://sourceforge.net/mailarchive/forum.php?forum_id=1226
& max_rows = 25 & style = nested & view month = 200 207
have a lot of fun.
Hi,
since I've written times before this beautiful, only the link to the info :
http://www.linuxcove.com/cave/connect-ipaq-linux.php
http://sourceforge.net/mailarchive/forum.php?forum_id=1226
& max_rows = 25 & style = nested & view month = 200 207
have a lot of fun.
Aggresive Colon Cancer
Linux - Vodafone compression forced off
preface
Why providers think they would patronize the users and hide the facts? Who said that you can turn off the compression only on the dashboard. Well, the technician did not want my info like in Linux is ...
under the windows is also only a proxy - a proxy is a service that receives all Internet requests and forwards to the internet - he may cache content or prohibit, etc. - just the compression funzt through a proxy.
What does the proxy? After pictures, if m
them a second time with
+
loads in the browser without compression are represented - the proxy must
mimic this behavior.
And what, exactly? The browser then send request headers that tell the requested server service that it is not buffered / will have cached data - but only fresh from the actual server. The following lines in the Section and in Section header_access header_replace mentioned in the squid.conf make this possible:
---/etc/squid/squid.conf---
header_access Pragma deny all
header_access Cache-Control deny all
header_replace Pragma no-cache Cache-Control
header_replace no-cache
--- end ---
preface
Why providers think they would patronize the users and hide the facts? Who said that you can turn off the compression only on the dashboard. Well, the technician did not want my info like in Linux is ...
under the windows is also only a proxy - a proxy is a service that receives all Internet requests and forwards to the internet - he may cache content or prohibit, etc. - just the compression funzt through a proxy.
What does the proxy? After pictures, if m
them a second time with
+
loads in the browser without compression are represented - the proxy must
mimic this behavior.
---/etc/squid/squid.conf---
header_access Pragma deny all
header_access Cache-Control deny all
header_replace Pragma no-cache Cache-Control
header_replace no-cache
--- end ---
Thursday, November 10, 2005
Prom Week House Rentals;poconos
Linux: Internet dial-up via bluetooth / UMTS mobile phone
preface
Some will be one to ask, why in the will determine the time of DSL broadband Internet connections via UMTS - my intention was a relatively fast Internet access and flexibeln have. The first reflections do you need:
mobile
UMTS SIM card
used tools
hcitool
obex rfcomm
YaST2
screen
- up Step 1
- first is to infect it important to have a Bluetooth dongle. Here it would be possible (if any) better than the SD cards via USB but place - why some SD card readers are not supported so well. If the USB dongle recognized and configured properly, can also be seen just below the obex a message KDE. A simple click will open a window with the currently achievable Bluetooth devices to open.
If your phone is not in the list to check if it is "visible" and turned on bluetooth is - If a friend can with his Bluetooth-enabled mobile phone will send pictures, etc. should it be in obex to be seen - if not just close the window and reopen again.
- to use up Step 3
-
To the cell phone as a modem we have to change create the following configuration files /: - / etc / bluetooth / pin
/ etc / bluetooth / rfcomm.conf - in the pin-file Just write the PIN that is needed to connect to the phone:
root @ host> echo "1221"> / etc / bluetooth / pin
# # RFCOMM configuration file.
# # $ Id: rfcomm.conf, v 1.1 10/07/2002 05:58:18 MaxK Exp $ #
rfcomm0
{# Automatically bind the device at startup bind yes
;
# Bluetooth address of the device device 00:0 F: DE: 8C: F7: 09;
# RFCOMM channel for the connection channel 1;
- # Description of the
- connection comment "Sony Ericcson v800";}
- --- snap ---
bind yes - meaning that is created when starting the device from the Bluetooth daemon equal.
device - the device id you can using "hcitool" get out, or over obex.
--- snip ---
linux: ~ # hcitool scan Scanning ...
00:0 E: 07:83: BE: 29 v800
--- snap ---
channel 1 - here it comes now the cell phone. Normally, a "sdptool browse" spit out a list, which you can see it: --- snip ---
linux: ~ # sdptool browse
Inquiring ...
Browsing 00:0 E: 07:83: BE: 29 ...
Service Name: Dial-up Networking Service
RecHandle:
0x10000 Service Class ID List:
"Dialup Networking" (0x1103)
"Generic Networking" (0x1201) Protocol Descriptor List
:
"L2CAP" (0x0100)
"RFCOMM "(0x0003)
Channel: 1 Profile Descriptor List
:
" Dialup Networking "(0x1103)
Version: 0x0100
...
--- snap ---
Now we can start the daemon schonmal:
root @ host> start rcbluetooth
should then be a file has been created:
--- --- schnip
linux: ~ # ls-la / dev / rfcomm *
crw-rw ---- 1 root root 216, 0 Nov 11 19:31 / dev/rfcomm0
--- snap ---
Now as is customary in Bluetooth, the devices before they can communicate miteinannder make a "pairing".
to initialize, start a simple screen time on this device:
screen / si dev/rfcomm0
If the screen should have started first come no message. If you receive a message, how to get "no controlling PTY" it is likely that the device has not been initialized. (The Screnn you can close with the following key combination: Control + A + \u0026lt;k>)
(If that does not work, sometimes with "cat / dev/rfcomm0" taste.)
In enter the PIN you have to be quick, because after a few seconds, the windows close again. If the PIN entry succeeded and see no error message was can you ever try to use the Bluetooth phone as a modem. Simply enter the open to the screen (if not simply settle dn above command) AT +
one. (The Screnn you can close with the following key combination: Control + A + \u0026lt;k>)
If this is done you can pre-configure the modem in YaST2 (manual adjustment required).
up Step 4
In yast, they can now set the modem as usual - but give it as a device or "Modem Device" "/ dev/rfcomm0" and then press details.
baud rate to 921 600
Init1 = ATZ
init2 = AT & FE1 + CMEE = 1 AT + CGDCONT =
init3 = 1, "IP", "web.vodafone.de"
and user-controlled select [x].
created the Yast configuration file should then look like this:
---/etc/sysconfig/network/ifcfg-
---
BOOTPROTO = 'none'
DIALCOMMAND = 'ATDT'
DIALPREFIX =''=''
DIALPREFIXREGEX
Init1 = 'ATZ'
INIT3 = 'AT + CGDCONT = 1, "IP", "web.vodafone.de" '
INIT8 =' ATM0 '
INIT9 =' ATX3 '
MODEM_DEVICE =' / dev/rfcomm0 '
'
USER CONTROL = 'yes'
--- end ---
must then tune in to "own provider:
kan as the number in Sony Ericcson v800 "* 99 *** 1 #" field. For other
models in your internet search for info.
The provider file should look like this:
---/etc/sysconfig/network/providers/provider0---
ASKPASSWORD = 'no'
autodns = 'yes'
DSLSUPPORTED = 'no'
IDLETIME = '1800 '
ISDNSUPPORTED =' no '
MODEMSUPPORTED =' yes '
MODIFYDNS =' yes '
PASSWORD =' freedom '
PHONE =' * 99 *** 1 # 'PROVIDER =
' vodafone umts / gprs '
STUPID MODE =' no '
USER NAME =' freedom '
--- end ---
That should be it:) now you can kinternet connect to.
Subscribe to:
Posts (Atom)