The FreeBSD Handbook covers most FreeBSD installation topics in depth, but the following is exactly the way I install all of my systems. This process is quick and will get you into a system that you can customize to your liking.
I have put together a basic reference of chmod permissions. Enjoy!
For a more complete "e;guide"e; to little things like this, check out my full guide to using a shell.
| Digit | R | W | X | Result |
|---|---|---|---|---|
| 0 | - | - | - | no access |
| 1 | - | - | x | execute |
| 2 | - | w | - | write |
| 3 | - | w | x | write & execute |
| 4 | r | - | - | read |
| 5 | r | - | x | read & execute |
| 6 | r | w | - | read & write |
| 7 | r | w | x | read, write, & execute |
R is read W is write X is execute
git is an awesome reversion-control system (amougst many other things) Coupled with gitosis for easy user/project/groups/access management and gitweb to get a great visualization of a project's repository, it can quicky scale to any project at hand.
scrotwm is an excellent tiling window manager that I have been doing my development work in lately. I have found it amazingly useful, though the docs on it are pretty scarce. As of this writing, there is still no .deb package for it and it is not in the repository, so I have outlined a quick install.
- Tags
- ALIX (1)
- digitalfoo.net (2)
- embedded (6)
- FreeBSD (25)
- Java (1)
- Linux (20)
- misc (4)
- my projects (1)
- NanoBSD (3)
- opensource (5)
- perl (1)
- PHP (3)
- programming (7)
- security (4)
- Archives
- 2010
- June (5)
- July (2)
- April (6)
- March (2)
- May (1)
- August (2)
- 2009
- August (7)
- July (8)
- April (4)
- May (4)
- December (2)
- June (1)
- September (1)
- November (4)
- October (1)
- Web Tools
- Index
- dig-shovel Live
- SQL Injection Encoder
- Links
-

