Difference between revisions of "UNIX"

From WTFwiki
Jump to navigation Jump to search
(add framework)
 
 
(74 intermediate revisions by 5 users not shown)
Line 1: Line 1:
 +
= General UNIXish stuff =
 +
 +
* [[Vim| The Vim Editor]]
 +
* [[mutt | mutt email client]]
 +
* [[zsh|The '''Z''' '''Sh'''ell]]
 +
* [[SSH Port Forwarding]]
 +
* [[Multitail]]
 +
* [[Authenticating against Active Directory]]
 +
* [[grepping in XML and other structured files]]
 +
* [[Process groups, sessions, parents and so on]]
 +
* [[Unprivileged SSH Account]]
 +
* [[Useful commands]]
 +
* [[Useful Scripts]]
 +
* [[gnuplot]]
 +
* [[iptables pf rosetta stone|iptables to/from pf 'rosetta stone']]
 +
 +
= Misc. Information =
 +
 +
* [[Stripping VLAN tags in pcap]]
 +
* [[Stupid pf tricks]]
 +
* [[ Backing up the BSD's ]]
 +
* [[Synergy]]
 +
 +
= Minix =
 +
== External Links ==
 +
=== Technical Documentation ===
 +
* [http://www.os-forum.com/minix/net/ Network Stack Documentation]
 +
* [http://www.os-forum.com/minix/boot/ Bootstrap Documentation]
 +
 +
== Local How-To Articles ==
 +
 
= FreeBSD =
 
= FreeBSD =
  
Line 4: Line 35:
  
 
* [http://www.mavetju.org/unix/multimedia.php http://www.mavetju.org/unix/multimedia.php]
 
* [http://www.mavetju.org/unix/multimedia.php http://www.mavetju.org/unix/multimedia.php]
 +
* [http://ezine.daemonnews.org/200003/netgraph.html All about netgraph]
 +
 +
== Local How-To Articles ==
 +
 +
* [[Multi-Path Routing]]
 +
 +
* [[ Interface Bonding (Trunk/Lagg)]]
 +
 +
* [[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]]
 +
 +
* [[Deploying Mysql|Deploying MySQL from ports]]
 +
 +
* [[MAC Spoofing with Netgraph]]
 +
 +
* [[Resizing Partitions|Resizing partitions with disklabel and growfs]]
 +
 +
* [[ccd(4) driver on freebsd]]
 +
 +
* [[Mailfilter FreeBSD Jail|Mail content filtering in a jail(8) with postfix/amavisd/spamassassin/clamav]]
  
 +
* 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 binary package upgrades]]
 +
 +
* [[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 11: Line 71:
 
== External Links ==
 
== External Links ==
  
 +
* [http://www.netbsd.org/docs/current/#updating Updating an existing system with build.sh]
  
 +
== Local How-To Articles ==
 +
 +
* [[IPSEC-Racoon|IPSEC tunneling using Racoon and gif(4)]]
 +
* [[vnconfig-swap|Using vnconfig to add more vnode-backed swap]]
  
 
= OpenBSD =
 
= OpenBSD =
  
 
== External Links ==
 
== External Links ==
 +
 +
== Local How-To Articles ==
 +
* [[OpenBSD Anomalies]]
 +
* [[OpenBSD Squid RAM-disk]]
 +
* [[openbsd-ipsec-gif|IPSEC using isakmpd, ipsecctl and gif(4)]]
 +
* [[Building a tiered access OpenVPN gateway on OpenBSD]]
 +
* [[OpenBSD CARP router/firewall zsh shell prompt]]
 +
* [[OpenBSD NFS Server with Linux Clients]]
 +
* [[OpenBSD readonly root]]
 +
* [[Sun Netra t1 compact flash root]]
 +
* [[OpenBSD Soekris Read Only Root|Read-only root filesystem on a Soekris]]
 +
* [[OpenBSD onewire|Using OpenBSD with onewire(4) gear]]
 +
* [[OpenBSD QinQ]] (VLAN tag stacking / nesting, etc)
 +
* [[OpenBSD OpenVPN IPv6 Tunneling]]
 +
* [[OpenBSD spamd: create a fake MTA]]
 +
* [[OpenBSD Amavisd ]]
 +
* [[OpenBSD SSL/TLS ]]
 +
* [[OpenBSD as VOIP-RBL/BL]]
 +
* [[OpenBSD Wireguard - Large network]]
 +
 +
= Solaris =
 +
 +
* [[pkgsrc on solaris]]
 +
* [[Solaris tricks]]
 +
 +
= IRIX =
 +
 +
* [[pkgsrc on IRIX]]
 +
* [[IRIX tricks]]
 +
 +
= AIX =
 +
 +
* [[AIX tricks]]
 +
 +
= HP-UX =
 +
 +
* [[HP-UX tricks]]
 +
 +
= Mac OS X =
 +
 +
Okay, I don't really consider this a 'real' unix, but this is probably the best place for it.
 +
 +
* [[pkgsrc on OS X]]
 +
* [[OS X tricks]]
 +
* [[Installing Linux on a mid-2010 MacBook Pro]]
 +
 +
= Linux =
 +
* [[Alpine Linux]]
 +
* [[Watching a directory with inotify]]
 +
* [[Stopping services from starting]]
 +
* [[Linux on ASUS ROG Zephyrus G14]]

Latest revision as of 19:42, 3 February 2022

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