Difference between revisions of "UNIX"

From WTFwiki
Jump to navigation Jump to search
(→‎General UNIXish stuff: add iptables/pf rosetta stone)
(16 intermediate revisions by 2 users not shown)
Line 10: Line 10:
 
* [[Process groups, sessions, parents and so on]]
 
* [[Process groups, sessions, parents and so on]]
 
* [[Unprivileged SSH Account]]
 
* [[Unprivileged SSH Account]]
 +
* [[Useful commands]]
 +
* [[Useful Scripts]]
 +
* [[gnuplot]]
 +
* [[iptables pf rosetta stone|iptables to/from pf 'rosetta stone']]
  
 
= Misc. Information =
 
= Misc. Information =
Line 15: Line 19:
 
* [[Stripping VLAN tags in pcap]]
 
* [[Stripping VLAN tags in pcap]]
 
* [[Stupid pf tricks]]
 
* [[Stupid pf tricks]]
 +
* [[ Backing up the BSD's ]]
  
 
= Minix =
 
= Minix =
Line 34: Line 39:
  
 
* [[Multi-Path Routing]]
 
* [[Multi-Path Routing]]
 +
 +
* [[ Interface Bonding (Trunk/Lagg)]]
  
 
* [[IPSEC-Racoon|IPSEC tunneling using Racoon and gif(4)]]
 
* [[IPSEC-Racoon|IPSEC tunneling using Racoon and gif(4)]]
 +
 +
* [[IPSEC-Racoon tunnels using gif(4) and rotating keys ]]
  
 
* [[Changing an IPSEC endpoint's IP address]]
 
* [[Changing an IPSEC endpoint's IP address]]
Line 54: Line 63:
  
 
* [[FreeBSD ZFS]]: Playing with compression on the ZFS filesystem
 
* [[FreeBSD ZFS]]: Playing with compression on the ZFS filesystem
 +
 +
* [[FreeBSD ZFS]]: Setting up a samaba server and integrating it into Windows Active Directory.
  
 
= NetBSD =
 
= NetBSD =
Line 83: Line 94:
 
* [[OpenBSD QinQ]] (VLAN tag stacking / nesting, etc)
 
* [[OpenBSD QinQ]] (VLAN tag stacking / nesting, etc)
 
* [[OpenBSD OpenVPN IPv6 Tunneling]]
 
* [[OpenBSD OpenVPN IPv6 Tunneling]]
 +
* [[OpenBSD spamd: create a fake MTA]]
 +
* [[OpenBSD Amavisd ]]
 +
* [[OpenBSD SSL/TLS ]]
 +
* [[OpenBSD as VOIP-RBL/BL]]
  
 
= Solaris =
 
= Solaris =
Line 111: Line 126:
  
 
= Linux =
 
= Linux =
 
+
* [[Alpine Linux]]
 
* [[Watching a directory with inotify]]
 
* [[Watching a directory with inotify]]
 
* [[Stopping services from starting]]
 
* [[Stopping services from starting]]

Revision as of 15:29, 1 April 2020

General UNIXish stuff

Misc. Information

Minix

External Links

Technical Documentation

Local How-To Articles

FreeBSD

External Links

Local How-To Articles

  • If you create a ext2 partition you want to be able to mount on freebsd make sure to use only 128 bit inodes. (using mke2fs -I 128).
  • FreeBSD ZFS: Playing with compression on the ZFS filesystem
  • FreeBSD ZFS: Setting up a samaba server and integrating it into Windows Active Directory.

NetBSD

External Links

Local How-To Articles

OpenBSD

External Links

Local How-To Articles

Solaris

IRIX

AIX

HP-UX

Mac OS X

Okay, I don't really consider this a 'real' unix, but this is probably the best place for it.

Linux