引用2)root权限下,从【终端】把 ipfw_tcp_rst 拷贝到 /etc/ 目录下,
#!/bin/sh
ipfw add 510 drop tcp from any to me tcpflags rst in
ipfw add 520 drop tcp from any to me6 tcpflags rst in
引用3)root 权限下,从【终端】给文件 /etc/ipfw_tcp_rst 添加可执行属性,
# cp ipfw_tcp_rst /etc/
引用
# chmod +x /etc/ipfw_tcp_rst
引用把下面这些内容行用浏览器复制/粘贴到 /etc/rc.conf 文件里面,(配合上下左右箭头),
# ee /etc/rc.conf
引用然后,同时按住 [control]键 + [c]键,
firewall_coscripts="/etc/ipfw_tcp_rst" # List of executables/scripts to run after
# firewall starts/stops
引用
# reboot
引用GhostBSD-22.01.x 官方软件源的 wine 有 bug,不支持自由门和无界浏览,
It is BSD
GhostBSD is built on top of FreeBSD code, and its roots go back to the University of California Berkeley Unix Research. Historically it was referred to as "BSD Unix" or "Berkeley Unix." However, today it is called BSD for Berkeley Software Distribution.
引用SHA256 (i386-wine-6.0.1,1.pkg) = 1825dcb211f6c6ebbfc81c6cc97d17013b01cd2a6d75ef0804904be690d22ea4
GhostBSD 22.01 安装 i386-wine,引用> wget -c https://pkg.freebsd.org/FreeBSD:12:amd64/quarterly/All/i386-wine-6.0.1,1.pkg
> su
# pkg update
# pkg install wget
# ( 这个 i386-wine-6.0.1,1.pkg 下载链接已经失效, <—— 2022年06月, )
# chmod +x i386-wine-6.0.1,1.pkg
# pkg install i386-wine-6.0.1,1.pkg
引用GhostBSD 光盘映像是 Live-DVD ,可直接光盘启动,既可在电脑光驱上试用,又可以安装到硬盘上,
GhostBSD Official Image
Official images are maintained and supported by GhostBSD developers and contributors. Developers and contributors will assume that when a user refers to GhostBSD on Telegram, the Forums or a bug report, you refer to GhostBSD with MATE. As of now, MATE is the only official DE.
引用What is the FreeBSD-STABLE concept?
Minimum System Requirements
64-bit processor
4 GB of RAM
15 GB of free hard drive space
Network card
Note: GhostBSD can't successfully install in a system with less than 4G of ram because once GhostBSD is booted, it is running from the ram and not from the USB flash drive or DVD.
引用
What is the FreeBSD-STABLE concept?
FreeBSD-STABLE is the development branch from which major releases are made. Changes go into this branch at a slower pace and with the general assumption that they have first been tested in FreeBSD-CURRENT. However, at any given time, the sources for FreeBSD-STABLE may or may not be suitable for general use, as it may uncover bugs and corner cases that were not yet found in FreeBSD-CURRENT. Users who do not have the resources to perform testing should instead run the most recent release of FreeBSD.
引用
FreeBSD-STABLE 是开发分支,从中发布 -RELEASE 版本。更改进入该分支的步伐较慢,并且通常假定它们已经在 FreeBSD-CURRENT 中进行了首次测试。但是,在任何给定时间,FreeBSD-STABLE 的来源可能适合也可能不适合一般使用,因为它可能会发现在 FreeBSD-CURRENT 中尚未发现的错误和极端情况。没有资源执行测试的用户应该运行 FreeBSD 的-RELEASE 版本。
引用把下面这三行用浏览器复制/粘贴到 /etc/rc.conf 文件里面,(配合上下左右箭头),
# ee /etc/rc.conf
引用然后,同时按住 [control]键 + [c]键,
firewall_enable="YES" # Set to YES to enable firewall functionality
firewall_script="/etc/rc.firewall" # Which script to run to set up the firewall
firewall_type="WORKSTATION" # Firewall type (see /etc/rc.firewall)
引用3),重启电脑,
# chmod +x /etc/rc.firewall
引用
# reboot
引用
# pkg update
引用
# pkg search cn
引用
# pkg install zh-auto-cn-l10n-1.1_3
引用
# pkg update
引用
# pkg search pinyin
引用把下面这些文本拷贝/添加到用户目录下的 .xprofile 文件内即可,(root 权限下,用编辑器 ee 打开 .xprofile )
# pkg install zh-ibus-libpinyin-1.11.1
引用然后,同时按住 [control]键 + [c]键,输入命令 exit 按回车键,
#!/bin/sh
export XIM=ibus
export GTK_IM_MODULE=ibus
export QT_IM_MODULE=ibus
export XMODIFIERS=@im=ibus
export XIM_PROGRAM="ibus-daemon"
export XIM_ARGS="--daemonize --xim"
引用设置 ibus 输入法:——》系统——》首选项 ——》其它 ——》ibus首选项 ——》输入法 ——》添加 ——》中文 ——》智能拼音 ——》添加
# reboot
引用
# pkg search wine
引用
# pkg install i386-wine-6.0.1,1
引用其中 /dev/da1s1 需查看U盘设备的具体显示名字而定,
# mount_msdosfs -L zh_CN.UTF-8 /dev/da1s1 /mnt
引用用命令拷贝中文名字的文件,
# ls /dev
引用用命令卸载 U 盘,
# cp xxx /mnt
引用
# umount -f /mnt
引用[自由门7.97专业版]成功连接6个服务器,端口:8580, 通道(A)
> wine fg797p.exe
引用IPv6
# ipfw add 510 drop tcp from any to me tcpflags rst in
引用
# ipfw add 520 drop tcp from any to me6 tcpflags rst in
引用
# ipfw -a list
引用自: jingyue 于 三月 22, 2017, 02:26:39 上午
几个安全好用的 Linux / UNIX 操作系统——应用比较
在 0.041 秒内创建了带有 18 查询的页面。