Changeset 36ae4612
- Timestamp:
- 09/28/2003 02:59:29 PM (20 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 6.0, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/inkscape-core-mods, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/python-mods, qt5new, systemd-11177, systemd-13485, trunk, upgradedb, v5_0, v5_0-pre1, v5_1, v5_1-pre1, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 971ca3d
- Parents:
- 8879184
- Location:
- postlfs
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
postlfs/config/vimrc.xml
r8879184 r36ae4612 35 35 36 36 set bs=2 37 set columns= 7237 set columns=80 38 38 set background=dark 39 set wrapmargin=8 39 40 syntax on 40 41 set ruler … … 55 56 </userinput> for more details.</para></listitem> 56 57 57 <listitem><para><userinput>set columns= 72</userinput> : This simply sets the58 <listitem><para><userinput>set columns=80</userinput> : This simply sets the 58 59 number of columns used on the screen.</para></listitem> 59 60 … … 61 62 <command>vim</command> to use colors which look good on a dark 62 63 background.</para></listitem> 64 65 <listitem><para><userinput>set wrapmargin=8</userinput> : This is the number of 66 characters from the right window border where wrapping starts.</para> 67 </listitem> 63 68 64 69 <listitem><para><userinput>syntax on</userinput> : Enables -
postlfs/security/firewalling.xml
r8879184 r36ae4612 3 3 <title>Setting up a network firewall</title> 4 4 5 <para>Before you read this part of the chapter, note that we assume that 6 you have already installed iptables as described in the previous 7 section.</para> 5 <para>Before you read this part of the chapter, note that we assume that you 6 have already installed iptables as described in the previous section.</para> 8 7 9 8 &postlfs-security-fw-intro;
Note:
See TracChangeset
for help on using the changeset viewer.