Difference between pages "Split" and "FRITZ!Box 7312"

From Linuxintro
(Difference between pages)
imported>ThorstenStaerk
 
 
Line 1: Line 1:
[[split]] is a [[command]] that splits a file into several chunks like this:
+
You can use the FRITZ!Box 7312 in a Windows-free environment, you do not need any Windows-software to initialize it. You must connect it to your LAN and surf to http://192.168.178.1 to configure it.  
# ls hugefile.tar.gz     
 
hugefile.tar.gz
 
# split -b 2GB hugefile.tar.gz
 
# ls -ltr
 
[...]
 
-rw-r--r--  1 username users 5047163622 2012-07-05 05:07 hugefile.tar.gz
 
-rw-r--r--  1 username users 2000000000 2012-07-05 06:18 xaa
 
-rw-r--r--  1 username users 2000000000 2012-07-05 06:18 xab
 
-rw-r--r--  1 username users 1047163622 2012-07-05 06:18 xac
 
  
 
= See also =
 
= See also =
* [http://unixhelp.ed.ac.uk/CGI/man-cgi?split split's man page]
+
* https://secure.sipgate.de/user/configreader.php?show_conf=fritzbox7390 - configure sIpGAte with the FritzBOx

Revision as of 17:02, 15 September 2013

You can use the FRITZ!Box 7312 in a Windows-free environment, you do not need any Windows-software to initialize it. You must connect it to your LAN and surf to http://192.168.178.1 to configure it.

See also