Ubuntu&Fedora装机&Mac装机(UOS装机将会持续更新)

系统安装、升级讨论
版面规则
我们都知道新人的确很菜,也喜欢抱怨,并且带有浓厚的Windows习惯,但既然在这里询问,我们就应该有责任帮助他们解决问题,而不是直接泼冷水、简单的否定或发表对解决问题没有任何帮助的帖子。乐于分享,以人为本,这正是Ubuntu的精神所在。
回复
243750496
帖子: 1038
注册时间: 2012-06-09 15:40

Re: Ubuntu&Fedora装机&Mac装机(Mac装机将会持续更新)

#391

帖子 243750496 » 2017-07-28 14:45

Ubuntu budgie 17.04安装指南

NVIDIA X配置文件路径 /etc/X11/xorg.conf
(配置文件路径有时候会是空白的 选择此路径即可)

编译源码安装并生成deb包:
auto-apt run ./configure
make
sudo checkinstall

curl https://s3-us-west-2.amazonaws.com/brave-apt/keys.asc | sudo apt-key add -
echo "deb [arch=amd64] https://s3-us-west-2.amazonaws.com/brave-apt `lsb_release -sc` main" | sudo tee -a /etc/apt/sources.list.d/brave-`lsb_release -sc`.list
sudo apt-get update

sudo apt-get install python-pip python-dev build-essential exfat-utils gir1.2-webkit-3.0 checkinstall auto-apt libglu1-mesa:i386 network-manager-openvpn-gnome network-manager-openvpn phablet-tools android-tools-adb btrfs-tools dmsetup e2fsprogs f2fs-tools dosfstools hfsutils hfsprogs jfsutils mdadm util-linux lvm2 ntfs-3g reiser4progs reiserfsprogs xfsprogs nfs-common nfs-kernel-server gparted seahorse testdisk rar unrar synaptic python3-pip flashplugin-installer brave
sudo apt-get remove chromium-browser
cd ~/Downloads
wget -O brave.deb https://laptop-updates.brave.com/latest/dev/ubuntu64
sudo dpkg -i brave.deb

sudo pip install --upgrade pip
sudo pip3 install --upgrade pip
sudo pip remove python2
python setup.py install --record log
cat log | xargs rm -rf
python ./setup.py install --record install.txt
cat install.txt | xargs rm -rf
sudo pip install *.tar.gz
pip search *


https://sourceforge.net/projects/ffmulticonv/
sudo pip3 install ffmulticonverter-1.8.0.tar.gz

sudo mkdir /usr/lib/pepperflashplugin-nonfree/
sudo cp /usr/lib/adobe-flashplugin/manifest.json /usr/lib/pepperflashplugin-nonfree/
sudo cp /usr/lib/adobe-flashplugin/libpepflashplayer.so /usr/lib/pepperflashplugin-nonfree/
然后就可以再brave中启用flash插件了


文件浏览器显示PSD脚本:

///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

#!/bin/bash

# -----------------------------------------------------------
# -- Write psdthumbnailer
# -----------------------------------------------------------
OUTFILE=/usr/lib/psdthumbnailer
(
sudo cat <<'EOF'
# bin/bash
# Arguments / Parameters %i %o %s
f_in=$1
f_out=$2
f_size=$3
# Execute Convert PSD to PNG through ImageMagick
exec convert "psd:$f_in[0]" -scale "$f_sizex$f_size" "png:$f_out"
EOF
) > $OUTFILE
# -----------------------------------------------------------
# -- Write photoshop.thumbnailer
# -----------------------------------------------------------
OUTFILE=/usr/share/thumbnailers/photoshop.thumbnailer
(
sudo cat <<'EOF'
# bin/bash
[Thumbnailer Entry]
TryExec=/usr/lib/psdthumbnailer
Exec=/usr/lib/psdthumbnailer %i %o %s
MimeType=image/vnd.adobe.photoshop; image/x-photoshop; image/x-psd;
EOF
) > $OUTFILE
# -----------------------------------------------------------
# -- Set File Permissions
# -----------------------------------------------------------
sudo chmod 0755 /usr/lib/psdthumbnailer
sudo chmod 0644 /usr/share/thumbnailers/photoshop.thumbnailer

# -----------------------------------------------------------
# -- Add GConf Hooks to parse thumbnails
# -----------------------------------------------------------
sudo gconftool-2 --set /desktop/gnome/thumbnailers/image@vnd.adobe.photoshop/enable --type bool true

sudo gconftool-2 --set /desktop/gnome/thumbnailers/image@vnd.adobe.photoshop/command --type string "/usr/lib/psdthumbnailer %i %o %s %i %o %s"

# -----------------------------------------------------------
# -- Install Dependencies
# -----------------------------------------------------------

sudo apt-get install imagemagick

///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

显示XCF命令:
To get XCF thumbnails in Nautilus, firstly install gnome-xcf-thumbnailer. In Ubuntu, use the following command:
sudo apt-get install gnome-xcf-thumbnailer

At this point the the thumbnails don't work yet because GNOME XCF Thumbnailer doesn't install a .thumbnailer file, required by Nautilus 3.x. To fix this, use the following commands:
sudo mkdir -p /usr/share/thumbnailers/
echo -e "[Thumbnailer Entry]\nTryExec=gnome-xcf-thumbnailer\nExec=gnome-xcf-thumbnailer %i %o\nMimeType=image/x-xcf;image/x-compressed-xcf;" | sudo tee /usr/share/thumbnailers/gnome-xcf.thumbnailer
New XCF files (or if you move some already existing XCF files) should have thumbnails now but existing ones may not get thumbnails yet. Let's fix this too by removing the failed thumbnails from cache:
rm -r ~/.thumbnails/fail
rm -r ~/.cache/thumbnails/fail

That's it. Nautilus should now display XCF file thumbnails, as you can see in my screenshot above. I've tested this with Nautilus
3.4
, 3.6 and 3.8.

窗口最大化最小化关闭按钮左置

sudo apt-get install gnome-tweak-tool


answered Jan 5 '15
updated Jan 5 '15
Using gsettings, for example:

$ gsettings set org.gnome.desktop.wm.preferences button-layout 'minimize,maximize,close:'
That command will put Minimize, Maximize and Close buttons to the left. You can change the order and which buttons to use. (If you put : in front, buttons will be aligned to the right).

HTH,

Germán.


用户与群组
sudo apt-get install gnome-system-tools

为ryzen处理器和Nvidia.run驱动打补丁
补丁链接(适用于375.39和318.13):
cd ~/Downloads
sh *.run --extract-only
cd N*39/13(注:375.39/378.13)
wget https://pkgs.rpmfusion.org/cgit/nonfree ... 4.10.patch
或者
patch -p1 <<< $(curl https://pkgs.rpmfusion.org/cgit/nonfree ... 4.10.patch)(注:curl)
patch -p1 < ./kernel*.patch(注:wget)
sudo update-initramfs -u
sudo reboot
切换到tty1
sudo service lightdm stop(一定要有service!)
cd ~/Downloads/N*39/13(注:375.39/378.13)
sudo ./nvidia-installer


英伟达官方.run驱动安装

maybe it is too late ,but hope can help for others. the follow tips worked for ubuntu 16.04 and elementary os 0.4.

remove all nvidia packages ,skip this if your system is fresh installed

sudo apt-get remove nvidia* && sudo apt autoremove
install some packages for build kernel:

sudo apt-get install dkms build-essential linux-headers-generic
now block and disable nouveau kernel driver:

sudo gedit /etc/modprobe.d/blacklist.conf
Insert follow lines to the blacklist.conf:

blacklist nouveau
blacklist lbm-nouveau
options nouveau modeset=0
alias nouveau off
alias lbm-nouveau off
save and exit.

Disable the Kernel nouveau by typing the following commands(nouveau-kms.conf may not exist,it is ok):

echo options nouveau modeset=0 | sudo tee -a /etc/modprobe.d/nouveau-kms.conf
build the new kernel by:

sudo update-initramfs -u
reboot



As the error states, you are still running an X server. This error occurs when you try to install the Nvidia .run files while logged in.

Make sure you are logged out.

Hit CTRL+ALT+F1 and login using your credentials.
kill your current X server session by typing sudo service lightdm stop or sudo lightdm stop
Enter runlevel 3 by typing sudo init 3 and install your *.run file.
You might be required to reboot when the installation finishes. If not, run sudo service lightdm start or sudo start lightdm to start your X server again.

sudo sh /usr/bin/nvidia-bug-report.sh
sudo nvidia-xconfig -sli=on -multigpu=on

apt-cache policy gparted
sudo snap install --edge --devmode gallery-app

[功能]

ubuntu下面的软件包管理工具。


[举例]

目前常用的

==========

*更新本机中的数据库缓存:

sudo apt-get update


*查找包含部分关键字的软件包:

sudo apt-cache search <你要查找的name>


*安装指定的软件:

sudo apt-get install <你要安装的软件包>


*下载软件包源代码(如果有的话):

apt-get source <你要下载的源代码包名>



详细的资料

=========

http://www.debian.org/doc/manuals/apt-h ... ng.en.html

apt-get:


安装和卸载------

*更新本机中的数据库缓存:

sudo apt-get update

最好定期更新一下使你自己机器上面的数据和服务器(/etc/apt/sources.list列出)上面的信息保持一致,在安装软件之前可以运行一下这个命令保证成功性。


*安装软件:

#apt-get install packagename

这里将安装你需要的在sources.lists中的最新的软件包,如果有其他依赖则自动安装相应的依赖软件包。packagename可以是多个软件包。

一些有用的选项:

-h This help text.

-d Download only - do NOT install or unpack archives

-f Attempt to continue if the integrity check fails

-s No-act. Perform ordering simulation

-y Assume Yes to all queries and do not prompt

-u Show a list of upgraded packages as well


*卸载软件(用install):

#apt-get install packagename-

在需要卸载的包后面加上一个'-'(我没有实验过),当然可以apt-get install p1 p2-这样多个命令合并了,装p1卸p2。


*卸载软件2:

#apt-get remove packagename

这会卸载相应的软件,同时也会卸载依赖的部分,没办法指定不卸载依赖的。但是软件的配置文件还是会留在系统中。


*完全卸载软件包括删除配置:

#apt-get --purge remove packagename

这样配置文件也会被删除。


*安装软件2(用remove):

#apt-get remove packagename+

这个和用install来卸载软件的意义类似,在包名称后面添加一个+,表示安装。


*修复或者只安装最新版本:

#apt-get --reinstall install packagename

这里,如果你的软件包被破坏了,或者你想要安装一个最新的软件,运行这个。


升级软件包------

*升级软件包1:

#apt-get -u upgrade

这里加上-u选项列出将要升级的软件,可能会提示有些软件不会升级,因为可能会破坏依赖关系,更好的方法是利用apt-get dist-upgrade

你可以通过cd或者添加源地址来更新,如果你想从cd来升级,首先运行apt-cdrom把cd中的软件添加到/etc/apt/sources源中,然后运行apt-get dist-upgrade来升级,但是因为apt-get总是使用最新版本,如果cd中的不是最新的版本,那么也不会用到cd。


*升级软件包2:

#apt-get -u dist-upgrade

这样安装的软件前面apt-get -u upgrade安不了的也会安装了,但个别的仍然不能安装,例如:升级会导致需要卸载一些包,卸载这些包会导致另外的软件不能用,所以就不升级了。


*升级软件包3:

#apt-get -u install packagename

假设前面升级的时候packagename无法升级,那么这个命令会升级packagename如果需要卸载默写模块而卸载这些模块导致一些软件无法使用,那么干脆把这些软件都卸载了,然后升级,这个命令会导致packagename最终升级了。


清理没用的包文件------

用apt-get 安装软件包的时候,apt会从/etc/apt/sources.list里面将相应的软件包恢复出来,把它们存放在一个本地的文档库中(/var/cache/apt/archives/)然后才开始安装,随着时间的增长,这将不断地消耗硬盘的空间。


*清理所有的缓存文件:

#apt-get clean

这会清理所/var/cache/apt/archives/ 和 /var/cache/apt/archives/partial/中没有被锁定的文件。当然你再次安装软件的时候,这个软件又被恢复到本地文档库中了。


*仅仅清理旧的缓存文件:

#apt-get autoclean

这会清理旧版本的/var/cache/apt/archives/ 和 /var/cache/apt/archives/partial/中的文件。旧版本是指已经有更新的版本的软件了,再下载的话应下载最新的而不是这个旧版本的了。根据apt-show-versions -p可以知道哪些是旧的。


*安装指定版本的软件包:

# apt-get install package=version


查找信息--------


*查找一个含有packagename字符串的包:

#apt-cache search packagename

这样将输出所包含packagename字符串的包。


*显示软件包的详细信息:

# apt-cache show stella

这包含了软件包许多的信息,例如如果你已经安装了这个软件包,信息里面也会显示。


*显示软件包的大致信息:

apt-cache showpkg packagename

这会显示大致的信息。


*查看那些包可以升级的信息:

$ apt-show-versions -u

这个apt-show-versions工具需要安装一下的。


*查看当前特定软件版本:

apt-show-versions -p packagename


*检查packagename依赖的包:

#apt-cache depends packagename


工作相关--------


*安装编译源代码需要的库(包):

# apt-get build-dep packagename

所的源代码包一个'Build-Depends'域,指明了从源代码编译这个包需要安装的软件。上面的命令可以下载这些包,其中'packagename'是包名。



*查看编译一个包需要哪些其他的库(包):

#apt-cache show packagename

如果你只是想要检查编译一个包需要哪些其他的包,那么可以利用上面的命令,其中'packagename'是包名。



*下载包packagename的源代码:

$ apt-get source packagename

这将在当前目录下载个文件:*.orig.tar.gz,*.dsc,*.diff.gz。如果这个包是debian的,那么最后一个文件没有,并且第一个文件名里面不包括"orig"字符串。

.dsc文件被dpkg-source使用,把源代码包解压到目录 packagename-version.每一个下载的源代码包里面都有一个debian/目录,这个目录包含了用于创建.deb包的文件。



*下载的时候自动把源代码包编译:

$ apt-get -b source packagename

可能是编译成.deb包,我没有试过。


*根据下载的源代码创建deb包:

$ dpkg-buildpackage -rfakeroot -uc -b

如果你决定在下载的时候不创建deb包,你可以以后通过在下载的包之后创建的目录里面运行这个命令来创建。


*直接利用包管理器安装包:

# dpkg -i file.deb

需要直接使用包管理器,运行这个命令来安装包。


-------dpkg查找


*已知软件包中有一个文件,根据文件查找软件包:

# dpkg -S stdio.h

输入之后,输出如下:

libc6-dev: /usr/include/stdio.h

libc6-dev: /usr/include/bits/stdio.h

perl: /usr/lib/perl/5.6.0/CORE/nostdio.h

这在知道包中某些文件的时候,来根据文件查找软件包这种情况下非常用。


*查找安装在你的机器上面的软件包:

dpkg -l


*自动安装缺失的软件:

# auto-apt run command

这里,command是你要运行的命令。例如 auto-apt run ./configure .当缺失依赖软件的时候,它会询问你安装,方便了编译。安装之后会继续运行。auto-apt需要保持一个最新的数据库,利用这个命令进行更新:auto-apt update, auto-apt updatedb and auto-apt update-local。


--------apt-get查找


*利用apt-file根据文件名查找相应的软件包:

$ apt-file search filename

如果你只知道程序名字filename,那么你可以运行这个命令,它的工作方式和 dpkg -S差不多,就是根据某个软件包里可能包含的文件来查找这个软件包的名字。另外,它也会显示包含这个文件的没有安装的软件包。当你编译的时候,提示缺了什么头文件的时候,利用这个很方便地确定需要装哪些软件包(当然利用audo-apt更方便).


*列出一个软件包中包含的文件:

$apt-file list packagename

这里,apt-file是根据一个数据库来读取信息的,所以需要保持数据库是最新的。


*更新apt-file的数据库:

# apt-file update

默认情况下,apt-file的数据库和auto-apt是一样的。

必装软件

sudo apt-get install ardour audacity bleachbit blender brasero cecilia converseen deluge fcitx firefox freecad gimp goldendict guvcview guitarix hydrogen kazam krita librecad lives lmms meterbridge mixxx musescore openshot scribus virtualbox pitivi playonlinux rawtherapee rednotebook rosegarden soundconverter truecrypt uget tuxguitar vlc gnome-tweak-tool dconf-editor

需要手动安装

nutstore nod32 sougoupinyin crossover displaycal ffmulticonverter Goldendict词典文件 ue4 qt steam wicreset wiznote gitter


使用dconf Editor更改最大化、最小化、关闭和菜单按钮的位置

/org/gnome/settings-daemon/plugins/xsettings/overrides:
{'Gtk/ShellShowsAppMenu': <0>, 'Gtk/DecorationLayout': <'minimize,close,maximize:menu'>}

/org/gnome/desktop/wm/preferences/button-layout:
minimize,close,maximize:

/com/solus-project/budgie-wm/button-layout:
minimize,close,maximize:menu
minimize,close,maximize:appmenu


UE4 Depends
sudo apt-get install build-essential mono-mcs mono-devel mono-xbuild mono-dmcs mono-reference-assemblies-4.0 libmono-system-data-datasetextensions4.0-cil libmono-system-web-extensions4.0-cil libmono-system-management4.0-cil libmono-system-xml-linq4.0-cil cmake dos2unix clang-4.0 libfreetype6-dev libgtk-3-dev libmono-microsoft-build-tasks-v4.0-4.0-cil xdg-user-dirs


Vyprvpn设置教程
Setup the PPTP connection

Expand the connection menu by clicking the up/down arrow icon in the system taskbar. Then, click on Edit Connections to open the Network Connections control panel.
Click the Add button to add a new VPN configuration.
When prompted to choose a connection type, choose Point-to-Point Tunneling Protocol (PPTP) and click the Create button.
In the Connection name: textbox, enter "VyprVPN (PPTP)"
In the Gateway field enter one of the following server hostnames. View the list of server addresses here.
In the User name: textbox, enter your login.
In the Password: textbox, enter your password.
Click the Advanced button to bring up an additional settings dialog.
Check the Use Point-to-Point encryption (MPPE) box.

Click the OK button
Click the Save button (you may be prompted to enter your password to store the configuration securely)
Restart Network Manager (The best way we have found to restart Network Manager is to open a terminal and type "sudo restart network-manager". This will disconnect all of your network connections)
Establish a secure connection

In the system taskbar, click on the up/down arrow icon to bring up the connection menu.
Mouse over VPN Connections and select VyprVPN (PPTP).
After a few seconds, you will receive a pop-up notification that the connection has been established.
You can check your IP here:https://www.goldenfrog.com/whatismyipaddress

VyprVPN Free accounts are limited to using our Desktop and Mobile applications to connect to our VPN service. Please see "What is VyprVPN Free?" for more information.

Follow the steps below to configure OpenVPN on your Ubuntu machine. This tutorial was created using Ubuntu 16.04.1.

1. Open Terminal, which you can find by using the Ubuntu search feature.

2. Type the following command string and press Enter:

sudo apt-get install -y network-manager-openvpn network-manager-openvpn-gnome

This will install the necessary OpenVPN packages on the machine and add OpenVPN as an option in the desktop VPN configuration menu.



3. Restart network-manager by typing the following command and pressing Enter:

sudo service network-manager restart



4. Download the Golden Frog CA certificate and place it in the OpenVPN folder on your machine by typing the following command and pressing Enter. Ignore line breaks. This is one single command.

sudo wget https://support.goldenfrog.com/hc/artic ... pn.com.crt /etc/openvpn



5. Configure the OpenVPN connection by opening Network Connections. You can locate this by using the Ubuntu search feature.

6. Click Add.

7. Under VPN in the drop-down, choose OpenVPN and click Create.



8. Edit the information in the configuration screen as follows:

Connection name: VyprVPN
Gateway: Enter a server address. View a list of server addresses here.
Type: Select Password
Username: Your Golden Frog account email address
Password: Your Golden Frog account password
CA Certificate: Browse to /etc/openvpn and select ca.vyprvpn.com.crt


9. Click Advanced.

10. Check the option for Use LZO data compression and click OK.



11. Click Save.

How to Connect and Disconnect:

1. Click the Network Connections icon at the top of your desktop in right area of the menu bar. It will generally look like two arrows opposite each other or a WiFi signal.

2. Scroll down to VPN Connections.

3. Click VyprVPN and wait for the connection to establish.



4. You will see a pop-up once connected. Additionally, a lock icon will appear by your network icon in the top menu bar.



5. To disconnect any any time, navigate back to the Network Connections drop-down in the top menu bar, click VPN Connections, and then click Disconnect VPN.

6. Enjoy VyprVPN on your Ubuntu machine!

添加nvidia驱动ppa:

代码: 全选

sudo add-apt-repository ppa:graphics-drivers/ppa
sudo apt-get update

9.3. Run levels

A run level is a state of init and the whole system that defines what system services are operating. Run levels are identified by numbers. Some system administrators use run levels to define which subsystems are working, e.g., whether X is running, whether the network is operational, and so on. Others have all subsystems always running or start and stop them individually, without changing run levels, since run levels are too coarse for controlling their systems. You need to decide for yourself, but it might be easiest to follow the way your Linux distribution does things.

The following table defines how most Linux Distributions define the different run levels. However, run-levels 2 through 5 can be modified to suit your own tastes.

Table 9-1. Run level numbers

0 Halt the system.
1 Single-user mode (for special administration).
2 Local Multiuser with Networking but without network service (like NFS)
3 Full Multiuser with Networking
4 Not Used
5 Full Multiuser with Networking and X Windows(GUI)
6 Reboot.

sudo apt-get install xserver-xorg-input-wacom (必须是3.4才有PTH660 K1F驱动)
然后打开蓝牙选择BTIntousPro M
注:LEIntousPro M不需要连连上了会立马断掉
wacom cintiq如果使用的话是不可以连接显示器的(显示器和wacom新帝冲突),但是不需要高版本驱动



软件的ppa Ubuntu 17.04已经正式发布但是有些ppa 仍然不能用但是先发上来省的去爬楼了(需要的话)
sudo apt-get install gir1.2-webkit-3.0 for Anoise bug
sudo add-apt-repository ppa:costales/anoise
sudo add-apt-repository ppa:wiznote-team
sudo add-apt-repository ppa:deluge-team
sudo add-apt-repository ppa:dhor/myway (rawtherapee)
sudo add-apt-repository ppa:otto-kesselgulasch/gimp-edge
sudo add-apt-repository ppa:freecad-maintainers/freecad-daily,(sudo add-apt-repository -y ppa:freecad-maintainers/freecad-stable)
sudo add-apt-repository ppa:librecad-dev/librecad-daily,(sudo add-apt-repository ppa:librecad-dev/librecad-stable)
sudo add-apt-repository ppa:thomas-schiex/blender
sudo add-apt-repository ppa:dimula73/krita
sudo add-apt-repository ppa:scribus/ppa
sudo add-apt-repository ppa:libreoffice/ppa
sudo add-apt-repository ppa:noobslab/apps,(curlew)
sudo add-apt-repository ppa:ubuntuhandbook1/apps,(converseen)
sudo add-apt-repository ppa:plushuang-tw/uget-devel,(uget)
sudo add-apt-repository ppa:ubuntu-mozilla-daily/ppa,(firefox)

全新安装应该安装的软件(命令)
sudo apt-get install unity-tweak-tool vlc wiznote smplayer anoise* soundconverter deluge indicator-china-weather synaptic gnome-color-manager kazam lives scribus-trunk rar unrar ark playonlinux brasero blender krita3-testing gimp gimp-gmic rawtherapee-unstable freecad-daily librecad libreoffice curlew bleachbit gimp-ufraw ufraw-batch converseen goldendict uget firefox gnome-raw-thumbnailer

通过添加ppa升级应用:
卸载:freecad 安装 freecad-daily
安装:gimp-ufraw ufraw-batch
卸载:scribus 安装 scribus-trunk

gimp相关插件安装:
sudo apt-get install gimp-lensfun gimp-plugin-registry gimp-texturize icc-profiles gimp-ufraw ufraw-batc
243750496
帖子: 1038
注册时间: 2012-06-09 15:40

Re: Ubuntu&Fedora装机&Mac装机(Mac装机将会持续更新)

#392

帖子 243750496 » 2017-07-28 14:46

libreoffice draw 制作流程图(mac linux Windows)
推荐几款linux付费软件
类似QQ的即时消息软件:trillian(个人版(QQ版)不需要商业邮件地址)
还有一款应用如果你是UI控一定会喜欢:dialog messenger
类似钉钉的工作用的软件:hipchat(不需要商业邮件地址,付费版的Gitter)

代码: 全选

sudo sh -c 'echo "deb https://atlassian.artifactoryonline.com/atlassian/hipchat-apt-client $(lsb_release -c -s) main" > /etc/apt/sources.list.d/atlassian-hipchat4.list'
wget -O - https://atlassian.artifactoryonline.com/atlassian/api/gpg/key/public | sudo apt-key add -
sudo apt-get update
sudo apt-get install hipchat4
Viva Designer(付费排版软件):如果不能运行请输入:sudo apt-get install libusb-0.1-4
simplify3D(3D打印软件)注如果想添加到开始菜单只需输入以下命令:sudo mv '/home/atc/Desktop/Simplify3D.desktop' /usr/share/applications/
ac3d(3d雕刻软件,不要用silo,尽管支持linux但是运行速度非常慢)
sudo dpkg --add-architecture i386
sudo apt-get update
sudo apt-get install libc6:i386 libxmu6:i386 libfreetype6:i386 libstdc++6:i386 libjpeg62:i386 libtiff5:i386 libxft2:i386

To add OpenGL:
sudo apt-get install --reinstall libgl1-mesa-glx:i386
sudo apt-get install libglu1-mesa:i386

check "ldd ./ac3d" to see what libraries are needed.

3dcoat(雕刻软件,主要服务于游戏建模)

aftershot(linux下的linghtroom 支持mac linux windows)
Bitwig Studio liniux下制作音乐的软件(支持mac linux Windows)
Pixeluvo (另一款Photoshop替代品支持Windows和Linux)
Flareget (linux下的下载软件)
lightworks(linux下的剪辑软件)
BricsCAD(比较贵) Linux 下的cl与AutoCAD 媲美的cad软件
nuke(可以申请non-commercial版本(仅供学习使用)) 电影特效软件
modo(推荐):有按月支付选项不喜欢随时取消的3d软件最好一块与mari一并购买(也有按月支付选项
注意安装时需使用
chmod +x *.run
*.run
如果需要输入账号激活请先Deauthorize this device探后authorize this device , 不然会激活试用版
如果使用sudo sh *.run会导致安装停留在是否接受协议的界面,而且千万不要用sudo
安装完毕后modo在相应的软件目录下(用户主目录),mari在相应软件目录/bin里

houdini(也有non-commercial版本,同样也是仅供学习使用,不推荐各种许可贵得很而且都有阉割))类似blender的3D动画软件(sudo ./houdini.install不是sudo sh houdini.install)

aftershot缺少依赖解决办法
sudo sh -c 'echo "deb http://archive.ubuntu.com/ubuntu xenial main universe" > /etc/apt/sources.list.d/aftershot-dependencies.list'

Then install the dependencies:

CODE: SELECT ALL
sudo apt-get update
sudo apt-get install libpng12-0 libgstreamer-plugins-base0.10-0 libgstreamer0.10-0

Lightworks 无法启动


I found the easiest solution.
Just download two libs and put them on /usr/lib/lightworks/.

This is the detailed instruction for those who want a little help.

1. Download:
- packages.ubuntu.com/yakkety/libportaudio2
- packages.ubuntu.com/yakkety/libportaudiocpp0
Choose amd64 on the bottom and then any mirror.

2. Extract .deb files. Right click on file -> extract here.
3. Go to each of extracted folder and extract data.tar.xz
4. go to extracted folder usr/lib/x86_64-linux-gnu/ and move two files to e.g. ~/Downloads/
5. Do this for both files
6. you should have 4 files:
- libportaudiocpp.so.0
- libportaudio.so.2
- libportaudiocpp.so.0.0.12
- libportaudio.so.2.0.0
7. now just run the command in terminal:
- cd ~/Downloads/
- sudo cp libportaudio* /usr/lib/lightworks/

Lightworks will work and you do not mess with OS.

houdini

=======
1. Houdini (2187.7Mb) yes
2. Desktop Menus for Houdini yes
3. Symlinks in /usr/local/bin yes
4. Symlink /opt/hfs16.0 to install directory yes
5. Apprentice Licensing (Local Licensing) no
6. Commercial Licensing (License Server) (19.8Mb) yes
7. Houdini Engine for Maya (4.7Mb) no
8. Houdini Engine for Unity (2.1Mb) no
9. HQueue Server (495.0Mb) no
10. HQueue Client (420.0Mb) no

D. Change installation directory (/opt/hfs16.0.633)
F. Finished selections, proceed to next step
Q. Quit (no installation will be attempted)



Note that the Houdini Development Kit (HDK) is installed as part
of the full Houdini installation (selection 1 above).

Current total space requirement: 2261 Mb
What is your selection (1-10,D,F,Q) [F] ==> 5


HOUDINI 16.0.633 INSTALLATION

Enter a number to toggle an item to be installed.

INSTALL
=======
1. Houdini (2187.7Mb) yes
2. Desktop Menus for Houdini yes
3. Symlinks in /usr/local/bin yes
4. Symlink /opt/hfs16.0 to install directory yes
5. Apprentice Licensing (Local Licensing) yes
6. Commercial Licensing (License Server) (19.8Mb) no
7. Houdini Engine for Maya (4.7Mb) no
8. Houdini Engine for Unity (2.1Mb) no
9. HQueue Server (495.0Mb) no
10. HQueue Client (420.0Mb) no

D. Change installation directory (/opt/hfs16.0.633)
F. Finished selections, proceed to next step
Q. Quit (no installation will be attempted)



Note that the Houdini Development Kit (HDK) is installed as part
of the full Houdini installation (selection 1 above).

Current total space requirement: 2240 Mb
What is your selection (1-10,D,F,Q) [F] ==> F

Apprentice:仅供学习使用的序列号,Symlinks in /usr/local/bin在/usr/local/bin中建立链接,方便排错(不然无法用命令来启动并查看输出)

1、重新安装前必须卸载原版如果你安装了商业许可证,否则将无法完成重新安装 2、此外建议装最新版NVIDIA 驱动 3、如果都不行那么只有重装系统才能正确安装了
atc@ATC:~/houdini-16.0.633-linux_x86_64_gcc4.8$ cd /opt/hfs16.0.633/
atc@ATC:/opt/hfs16.0.633$ sudo ./houdini.uninstall
Are you sure you want to uninstall Houdini 16.0.633? [yes or no]
243750496
帖子: 1038
注册时间: 2012-06-09 15:40

Re: Ubuntu&Fedora装机&Mac装机(Mac装机将会持续更新)

#393

帖子 243750496 » 2017-07-31 20:18

补2
如果3D打印机起毛毛,或者打的毛毛草草
步骤1:调平(注意:往刮玻璃的临界值弄,只要纸能抽出而不会因为卡住而撕烂,就使劲往紧里弄,正常情况应该是能画出像水彩笔涂抹并姻开一样的塑料线(只不过因为过紧塑料线能紧密贴合)而不是实体的棍棍,)
步骤2:用钳子夹掉启动过程中挤出的冗余料(千万不要用手(烫!),或者用纸(起毛毛更厉害))
步骤3,:在Simplify3D中设置温度为210度
步骤4:把打印机的打印填充值设为100%,打印品质High
2017-08-01_23-37-56.jpg
桌面消失如何找回:
gnome-tweak-tool->Desktop->Icons on Desktop->On
Desktop.png
gnome-tweak-tool->Top bar->Show Application menu->on然后AC3d的菜单就出来了(不然以为是个简单粗暴的软件呢)
top menu.png
menu.png
去掉114.114.114.114恼人的礼包广告就会消失

https://pan.baidu.com/s/1qYiCwVi

wings3D旋转视图会卡,k3d没有快捷键只能凭鼠标点非常麻烦不推荐用

关闭wacom的触控板功能:系统设置->Mouse & TouchPad->TouchPad->Off
touchpad.png
sudo add-apt-repository ppa:inkscape.dev/trunk
sudo apt-get update
sudo apt-get install inkscape-trunk


sudo add-apt-repository ppa:eivnaes/network-manager-sstp
sudo apt-get update
sudo apt-get install network-manager-sstp
然后在Software & update里将zesty改成xenial

Or

安装SSTP清先添加以下地址(打开Software & update->Add):
代码:

代码: 全选

deb http://ppa.launchpad.net/eivnaes/network-manager-sstp/ubuntu xenial main 
deb-src http://ppa.launchpad.net/eivnaes/network-manager-sstp/ubuntu xenial main
sudo apt-get update
sudo apt-get install network-manager-sstp


Here is how to setup SSTP on Ubuntu:

By default Ubuntu offer PPTP protocol but you can configure L2TP (Ununtu 12 and earlier), OpenVPN and SSTP as well.

Here are the simple steps to configure SSTP protocol on Ubuntu. We will configure it in two steps.

Step1: Download and Install required packages
Step2: Configure SSTP protocol

Here we go:

Step1: Download and Install required packages

Visit http://sourceforge.net/projects/sstp-client/files/

and download following packages as per your OS / bit.

For Ubuntu 32bit download:

http://sourceforge.net/projects/sstp-cl ... ent/1.0.9/

libsstp-client0_1.0.9_i386.deb
sstp-client_1.0.9_i386.deb

http://sourceforge.net/projects/sstp-cl ... p/0.9.4-1/

network-manager-sstp_0.9.4-0ubuntu2_i386.deb
network-manager-sstp-gnome_0.9.4-0ubuntu2_i386.deb

For Ubuntu 64bit download:

http://sourceforge.net/projects/sstp-cl ... ent/1.0.9/

libsstp-client0_1.0.9_amd64.deb
sstp-client_1.0.9_amd64.deb

http://sourceforge.net/projects/sstp-cl ... p/0.9.4-1/

network-manager-sstp_0.9.4-0ubuntu1_amd64.deb
network-manager-sstp-gnome_0.9.4-0ubuntu1_amd64.deb

1 Right click on libsstp-client0_1.0.9_i386.deb and open with “Ubuntu Software Center“

2 Click on “install” to continue

3 Provide you Ubuntu password and click on “Authenticate” to continue

4 Once installed. Go back to downloads folder

5 Right click on sstp-client_1.0.9_i386 and open with “Ubuntu Software Center“

6 Click on “install” to continue

7 Once installed. Go back to downloads folder

8 Right click on network-manager-sstp_0.9.4-0ubuntu2_i386.deb and open with “Ubuntu Software Center“

9 Click on “install” to continue

10 Once installed. Go back to downloads folder

11 Right click on network-manager-sstp-gnome_0.9.4-0ubuntu2_i386.deb and open with “Ubuntu Software Center“

12 Click on “install” to continue

13 Once installed. Go back to downloads folderCenter”

* After installing pacakges. Reboot your system.

________________________________________________________________________


Step2: Configure SSTP protocol

1 Click on “Network Manager Icon“

2 Go to “VPN Connections” and select “Configure VPN…“
vpn1.png
3 Click on “Add“
vpn2.png
4 Click on drop down menu
vpn3.png
5 Select “Secure Socket Tunneling Protocol (SSTP)” and click “Create“
vpn4.png
6 Do the following:

Insert Connection Name “PureVPN SSTP“
Insert desired Gatway. Click here to get the server list
Insert Username provided by PureVPN
Insert Password provided by PureVPN
Check “Ignore certificate warnings“
Click on “Advanced“
vpn5.png
7 Do the following:

Uncheck “Use Point-to-Point encryption (MPPE)“
Check following options:
Allow BSD Data compression
Allow Deflate data compression
Use TCP header compression
Send PPP echo packets
Click on “OK“
vpn6.png
8 Click on “Save” and close the “Network connections” window
vpn7.png
9 Do the following:

Click on “Network Connection Icon“
Go to VPN Connections and select Newly created “PureVPN SSTP” connection
vpn8.png
10 You are connected now. Enjoy the FREEDOM!!!!!!!!!
vpn9.png
11 To disconnect VPN

Click on “Network Connection Icon“
Go to VPN Connections and select “Disconnect VPN“
vpn10.png
steam打折的3d软件(3个,其中一个只支持mac和win但是比单买两个还是便宜)700多,但是官网是700多美元而steam是700多人民币
Substance Pack Indie
SD主要是用节点来调节贴图效果,适用于一些机械类的贴图制作。而SP是可以在模型上用笔刷直接绘制的,功能更强大,逼真度更高。

steam-101错误选择Download->Clear Download Cache
如果遇到无法下载才需要换区:Download->Download Region

解决opera:your preferences files cannot be read
sudo apt-get install opera-developer
sudo apt-get remove opera-stable

https://www.playonlinux.com/en/app-2316 ... p_CS6.html
点击右上角install this program即可导入playonlinux 进行安装(playonlinux自带是没有cs6安装的)
install.png
install.png (5.87 KiB) 查看 13225 次
https://appdb.winehq.org/objectManager. ... &iId=25607
可见还是很稳定的(Gold)

代码: 全选

wget http://crossover.codeweavers.com/redirect/crossover.bin
chmod 755 crossover.bin
./crossover.bin
千万不要用官方deb包安装,否则会出严重错误
千万别用sudo,否则卸载需要root权限,而且升级也需要root权限(卸载命令:sudo '/opt/cxoffice/bin/cxuninstall' )
用普通用户安装也可以生成启动链接
相关wiki:

代码: 全选

https://www.codeweavers.com/support/wiki/linux/linuxtutorial/install


https://www.playonlinux.com/en/app-3121 ... n_CS6.html

自定义Workspace的存储位置:
/home/atc/.PlayOnLinux/wineprefix/IndesignCS6/drive_c/users/atc/Application Data/Adobe/InDesign/Version 8.0/en_US/Workspaces
/home/atc/.PlayOnLinux/wineprefix/PhotoshopCS6/drive_c/users/atc/Application Data/Adobe/Adobe Photoshop CS6/Adobe Photoshop CS6 Settings/WorkSpaces
/home/atc/.PlayOnLinux/wineprefix/IllustratorCS6/drive_c/users/atc/Application Data/Adobe/Adobe Illustrator CS6 Settings/en_GB/x86/Workspaces
最新的+非官方的软件都在forums里(Supported Software和playonlinux的安装软件界面都没有包含)
https://www.playonlinux.com/en/forums.html

linux上把workspace拷过去后如果不行比如ps中相应window尺寸不能调整那么点击Window->Workspace->Reset XX即可


https://wiki.winehq.org/Ubuntu
sudo dpkg --add-architecture i386
wget -nc https://dl.winehq.org/wine-builds/Release.key
sudo apt-key add Release.key
sudo apt-add-repository https://dl.winehq.org/wine-builds/ubuntu/

代码: 全选

sudo apt-get install --install-recommends winehq-staging
Or

代码: 全选

sudo apt-get install --install-recommends winehq-devel
如果命令无法执行那么请执行以下命令
sudo apt-get update
sudo apt-get upgrade
如果还不行就重启后再执行
如果还不行就把Software & Updates -> Updates ->install update from全部打上勾然后重新执行
check it.png
注意:sudo apt-get install wine 会安装wine1.6而这个包太老,所以和新系统不匹配


https://www.playonlinux.com/en/app-2665 ... _2013.html
安装office2013先安装winbind
sudo apt-get install winbind
http://onesoftwares.com/office-2013-pro ... -download/
下载32位安装包
mkdir /home/atc/cdrom
sudo mount -o loop '/home/atc/Downloads/OfficeProfessionalPlus_x86_en-us.img' /home/atc/cdrom

choose installation method->DVD
dvd.png
Where is mounted your CD-ROM->Other->/home/atc/cdrom
other.png
cdrom.png
--------------------------------------------------------------------------------------------------------------------------
List Your Currently Mounted File System
Either use df or mount command as follows:
# df -H
OR
# mount
Unmount an ISO Image
Type the following command (assuming that your image is mounted at /mnt/iso):
sudo umount /home/atc/cdrom
You can also force unmount (if it is giving some error), enter:
sudo umount -f /home/atc/cdrom
--------------------------------------------------------------------------------------------


Office 365下载(2016)
进入My account ->Language 32/64bit and other install options->Download offline installer
other.png
offline.png

安装时依然需要挂载img然后选择32bit安装
32bit.png
推荐大家使用crossover安装office2013(crossover里的office2016无法安装,playonlinux无法登陆激活,而且没有退出按钮而且还卡)[/b]

如果有序列号却无法激活请先设置crossover wine 版本为win10打开word崩溃后调回win7然后就能顺利激活了,如果没有千万别上网买都是假的或二手货,推荐用wps for linux,如果习惯Windows界面和中文那么可以尝试永中office

文件-> 选项->视图->启动任务面板->取消勾选
上次由 243750496 在 2017-08-10 17:34,总共编辑 39 次。
243750496
帖子: 1038
注册时间: 2012-06-09 15:40

Re: Ubuntu&Fedora装机&Mac装机(Mac装机将会持续更新)

#394

帖子 243750496 » 2017-08-03 15:54

小知识

apt-get upgrade will not change what is installed (only versions),
apt-get dist-upgrade will install or remove packages as necessary to complete the upgrade,
反馈bug常用的网址(pastebin)
https://pastebin.com

mkdir [-p] DirName说明:建立一个子目录。参数:-p 确保目录名称存在,如果目录不存在的就新创建 ...
商业软件(非开源):.run安装文件可以使用(尽管有的很大),但是如果碰到INSTALL的安装文件,尽量别用,因为他会造成坏依赖,而且不好卸载

map:贴图
texture:纹理
UV简单的说就是贴图在模型上的坐标位置。 你程度不高,那你就直接理解为UV就是贴图在模型上的位置就行了。比如要调整UV,实际就是调整贴图在模型上的位置。

AO,Ambient Occlusion,“环境光散射”、“环境光吸收”之意,现今书籍和网络上一般称作“环境光遮蔽”

Loop device:

Files of this kind are often used for CD ISO images and floppy disc images
The .iso file extension is the one most commonly used for this type of disc images. The .img extension can also be found on some ISO image files, such as in some images from Microsoft DreamSpark; however, IMG files, which also use the .img extension, tend to have slightly different contents. The .udf file extension is sometimes used to indicate that the file system inside the ISO image is actually UDF and not ISO 9660.

sudo su
G_SLICE=always-malloc G_DEBUG=gc-friendly valgrind -v --tool=memcheck --leak-check=full --num-callers=40 --log-file=valgrind.log $('/home/atc/Downloads/Compressed/Simplify3D-4.0.0-linux-x64-installer.run') sh

--num-callers=<number> [default: 12]
默认情况下,Valgrind显示12层函数调用的函数名有助于确定程序的位置。可以通过这个选项来改变这个数字。这样有助在嵌套调用的层次很深时确定程序的位置。注意错误信息通常只回溯到最顶上的4个函数。(当前函数,和它的3个调用者的位置)。所以这并不影响报告的错误总数。这个值的最大值是50。注意高的设置会使Valgrind运行得慢,并且使用更多的内存,但是在嵌套调用层次比较高的程序中非常实用。

从root切换回普通用户:su atc


Blender 启用Cuda
sudo apt-get install nvidia-cuda-toolkit nvidia-modprobe

nvidia opencl
sudo apt-get install ocl-icd-opencl-dev nvidia-opencl-dev nvidia-prime opencl-headers


主分区:也叫引导分区,最多可能创建4个,当创建四个主分区时候,就无法再创建扩展分区了,当然也就没有逻辑分区了。主分区是独立的,对应磁盘上的第一个分区,“一般”就是C盘。在Windows系统把所有的主分区和逻辑分区都叫做“盘”或者“驱动器”,并且把所有的可存储介质都显示为操作系统的“盘”。因此,从“盘”的概念上无法区分主分区和逻辑分区。并且盘符可以在操作系统中修改,这就是要加上“一般”二字的原因。

扩展分区:除了主分区外,剩余的磁盘空间就是扩展分区了,扩展分区是一个概念,实际上是看不到的。当整个硬盘分为一个主分区的时候,就没有了扩展分区。

逻辑分区:在扩展分区上面,可以创建多个逻辑分区。逻辑分区相当于一块存储截止,和操作系统还有别的逻辑分区、主分区没有什么关系,是“独立的”。

活动分区:就是当前活动的、操作系统可以启动的分区。
格式化是针对主分区和逻辑分区的。要格式化是因为这和操作系统管理文件系统有关系。没有格式化的分区就像一张白纸,要写入数据,必须对白纸打上“格子”,每个格子里面写一块。而操作系统只认这些格子。
上次由 243750496 在 2017-08-18 20:01,总共编辑 13 次。
243750496
帖子: 1038
注册时间: 2012-06-09 15:40

Re: Ubuntu&Fedora装机&Mac装机(Mac装机将会持续更新)

#395

帖子 243750496 » 2017-08-03 18:34

删除软件列表
sudo apt-get remove lives wings3d k3d shotcut kdenlive

付费软件(不支持ubuntu 去除的付费软件大部分只支持centos,但其他推荐软件支持ubuntu)
modo mari nuke
https://pan.baidu.com/s/1bIbjf4
上次由 243750496 在 2017-08-09 17:36,总共编辑 3 次。
243750496
帖子: 1038
注册时间: 2012-06-09 15:40

Re: Ubuntu&Fedora装机&Mac装机(Mac装机将会持续更新)

#396

帖子 243750496 » 2017-08-04 14:16

Centos

相关解释的说明网站

代码: 全选

https://www.open-scap.org/security-policies/choosing-policy/
eXtensible Configuration Checklist Description Format (XCCDF)


Security policy

Are you an administrator of a Red Hat Enterprise Linux 7.2 (RHEL7.2) Server and you want to handle credit card information and payments? Then you probably already heard about the Payment Card Industry Data Security Standard (PCI DSS).

Payment Card Industry Data Security Standard (PCI DSS) must be followed by anyone who is handling credit card information and payments. It is a proprietary information security standard for organizations that handle branded credit cards from the major card schemes.


U.S. Government Commercial Cloud Services (C2S) baseline. This baseline was inspired by the Center for Internet Security (CIS)

note there is no representation or claim that the C2S profile will ensure a system is in compliance or consistency with the CIS baseline.


STIG

Security Technical Implementation Guides (STIGs) by The United States Department of Defense specify how government computers must be configured and managed.


This is a *draft* profile for STIG. This profile is being developed under the DoD consensus model to become a STIG in coordination with DISA FSO.

Where is the RHEL7 STIG?

Question: May I deploy a product if no STIG exists?
Answer: Yes, based on mission need and with DAA approval.
Question: What do I use if there is no STIG?
Answer: DISA FSO developed Security Requirement Guides (SRGs) to address technology areas. In the absence of a STIG, an SRG can be used to determine compliance with DoD policies. If there is no applicable SRG or STIG, industry or vendor recommended practices may be used. Examples include Center for Internet Security Benchmarks, Payment Card Industry requirements or the vendor's own security documentation.




The United States Government Configuration Baseline (USGCB) creates security configuration baselines for IT products widely deployed across the federal agencies. The USGCB is a Federal government-wide initiative that provides guidance to agencies on what should be done to improve and maintain an effective configuration settings focusing prima
上次由 243750496 在 2017-08-05 17:35,总共编辑 1 次。
243750496
帖子: 1038
注册时间: 2012-06-09 15:40

Re: Ubuntu&Fedora装机&Mac装机(Mac装机将会持续更新)

#397

帖子 243750496 » 2017-08-04 15:19

CNSS

代码: 全选

https://www.cnss.gov/CNSS/issuances/Instructions.cfm
Two technicians working on equipment racks superimposed on a screen of data.
Committee on
National Security Systems
INSTRUCTIONS
The instructions presented under this topic provide guidance and establishes technical criteria for specific national security systems issues. These instructions include technical or implementation guidelines, restrictions, doctrines, and procedures applicable to cybersecurity. All instructions are binding upon all U.S. Government departments and agencies.
Documents
File Type Title/Description
PDF file
NSTISSI 4002 This document is designated FOUO
NSTISSI 4002
Release Date: 04/24/2017, File Size: 89578
This document is classified, please see attached document.
This document is designated FOUO. To access protected FOUO content in the CNSS Library, you must login with a Federal/DoD Public Key Infrastructure (PKI), Personal Identity Verification (PIV) or Common Access Card (CAC) client certificate correctly installed in your browser and click on the "CAC/PKI/PIV Login" button above.
PDF file
CNSSI 1001
National Instruction On Classified Information Spillage
Release Date: 02/01/2008, File Size: 101612
PDF file
CNSSI 1002 This document is designated FOUO
Management of Combined Secure Interoperability Requirements
Release Date: 09/04/2007, File Size: 98223
This document is designated FOUO. To access protected FOUO content in the CNSS Library, you must login with a Federal/DoD Public Key Infrastructure (PKI), Personal Identity Verification (PIV) or Common Access Card (CAC) client certificate correctly installed in your browser and click on the "CAC/PKI/PIV Login" button above.
PDF file
CNSSI 1010 This document is designated FOUO
Cyber Incident Response
Release Date: 12/16/2016, File Size: 5650218
Replaces 24x7 Computer Incident Response Capability (CIRC) on National Security Systems Original Release Date: 07/24/2013
This document is designated FOUO. To access protected FOUO content in the CNSS Library, you must login with a Federal/DoD Public Key Infrastructure (PKI), Personal Identity Verification (PIV) or Common Access Card (CAC) client certificate correctly installed in your browser and click on the "CAC/PKI/PIV Login" button above.
PDF file
CNSSI 1011 This document is designated FOUO
Implementing Host-Based Security Capabilities on National Security Systems
Release Date: 07/24/2013, File Size: 289804
This document is designated FOUO. To access protected FOUO content in the CNSS Library, you must login with a Federal/DoD Public Key Infrastructure (PKI), Personal Identity Verification (PIV) or Common Access Card (CAC) client certificate correctly installed in your browser and click on the "CAC/PKI/PIV Login" button above.
PDF file
CNSSI 1012 This document is designated FOUO
Instruction for Network Mapping of National Security Systems (NSS)
Release Date: 07/24/2013, File Size: 314155
This document is designated FOUO. To access protected FOUO content in the CNSS Library, you must login with a Federal/DoD Public Key Infrastructure (PKI), Personal Identity Verification (PIV) or Common Access Card (CAC) client certificate correctly installed in your browser and click on the "CAC/PKI/PIV Login" button above.
PDF file
CNSSI 1013 This document is designated FOUO
Network Intrusion Detection Sys & Intrusion Prevention Sys (IDS/IPS) on NSS
Release Date: 07/17/2013, File Size: 309023
This Committee on National Security Systems Instruction (CNSSI) provides operational guidance and assigns responsibilities for deploying network intrusion detection systems and network intrusion prevention systems (IDS/IPS) capabilities for National Security Systems (NSS), as defined in Reference c. This Instruction is a derivative issuance of the National Directive on