User Tools

Site Tools


Writing /var/www/html/john.de-graaff.net/webroot/wiki/data/cache/e/ea49403d6a3a3feba319cac4355b3177.metadata failed
links:linux
Writing /var/www/html/john.de-graaff.net/webroot/wiki/data/cache/b/bf111e76e59a388c9525e3ec822a9d12.xhtml failed

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
links:linux [2017/09/09 23:59]
jdg [Packet Capture]
links:linux [2019/03/06 07:33] (current)
Line 270: Line 270:
     * http://​ftp.nl.debian.org/​debian-cd/​current/​amd64/​iso-cd/​     * http://​ftp.nl.debian.org/​debian-cd/​current/​amd64/​iso-cd/​
     * http://​ftp.debian.org/​debian/​dists/​stable/​main/​installer-amd64/​current/​images/​hd-media/​boot.img.gz     * http://​ftp.debian.org/​debian/​dists/​stable/​main/​installer-amd64/​current/​images/​hd-media/​boot.img.gz
 +    * https://​cdimage.debian.org/​cdimage/​archive/​8.8.0/​amd64/​iso-cd/​
  
 <​code>​ <​code>​
Line 420: Line 421:
 </​code>​ </​code>​
  
 +==== d1810 bootable USB Debian installer from netinstall.iso ====
  
 +<​code>​
 +> diskutil list
 +...
 +/dev/disk3 (external, physical):
 +   #: ​                      TYPE NAME                    SIZE       ​IDENTIFIER
 +   ​0: ​                           Debian Inst            *8.0 GB     disk3
 +
 +> diskutil unmountDisk /dev/disk3
 +Unmount of all volumes on disk3 was successful
 +
 +> sudo dd if=/​dev/​zero of=/​dev/​rdisk3 bs=1024 count=1
 +Password:
 +1+0 records in
 +1+0 records out
 +1024 bytes transferred in 0.001703 secs (601283 bytes/sec)
 +
 +> sudo dd bs=1m if=debian-9.5.0-amd64-netinst.iso of=/​dev/​rdisk3
 +
 +# that worked! samba HW server could boot from USB stick, and no kernel modue error this time...
 +</​code>​
 ==== Alix ==== ==== Alix ====
  
Line 434: Line 456:
   * http://​linux.voyage.hk/​content/​getting-started-pxe-boot-v07x   * http://​linux.voyage.hk/​content/​getting-started-pxe-boot-v07x
   * http://​linux.voyage.hk/​content/​getting-started-pxe-boot-v06x   * http://​linux.voyage.hk/​content/​getting-started-pxe-boot-v06x
 +
 +===== Docker =====
 +
 +  * https://​poste.io/​doc/​
 +  * https://​poste.io/​open
 +  * https://​hub.docker.com/​r/​analogic/​poste.io/​
 +  * https://​www.itzgeek.com/​how-tos/​linux/​debian/​how-to-install-docker-on-debian-9.html
 +  * https://​docs.docker.com/​install/​linux/​docker-ce/​debian/​
 +  * https://​www.docker.com/​docker-debian
 +  * https://​store.docker.com/​editions/​community/​docker-ce-server-debian
  
 ===== Radius ===== ===== Radius =====
Line 534: Line 566:
   * http://​elixir.free-electrons.com/​linux/​latest/​source/​include/​net/​tcp.h   * http://​elixir.free-electrons.com/​linux/​latest/​source/​include/​net/​tcp.h
   * http://​www.cs.uccs.edu/​~cchow/​pub/​master/​fewatson/​doc/​03tcp.pdf   * http://​www.cs.uccs.edu/​~cchow/​pub/​master/​fewatson/​doc/​03tcp.pdf
 +  * http://​beej.us/​guide/​bgnet/​output/​html/​multipage/​htonsman.html <​code>​ 
 +convert from host (your machine) byte order to network byte order: 
 +htons() host to network short 
 +htonl() host to network long 
 +ntohs() network to host short 
 +ntohl() network to host long 
 +</​code>​ 
 +  * http://​elixir.free-electrons.com/​linux/​latest/​source/​include/​linux/​skbuff.h 
 +  * http://​elixir.free-electrons.com/​linux/​latest/​source/​include/​uapi/​linux/​in.h 
 +  * http://​elixir.free-electrons.com/​linux/​latest/​source/​include/​uapi/​linux/​ip.h 
 +  * http://​elixir.free-electrons.com/​linux/​latest/​source/​include/​uapi/​linux/​tcp.h 
 +  * http://​elixir.free-electrons.com/​linux/​latest/​source/​include/​uapi/​linux/​udp.h 
 +  * http://​elixir.free-electrons.com/​linux/​latest/​source/​include/​linux/​netfilter.h
  
 ===== syslog ===== ===== syslog =====
/var/www/html/john.de-graaff.net/webroot/wiki/data/attic/links/linux.1504994372.txt.gz · Last modified: 2019/03/06 07:34 (external edit)