 Ubuntu Desktop Guideinstant messaging… Sound, video & pictures Digital cameras, iPods, playing videos… Files, folders & search Searching, delete files, backups, removable drives, documents… Add & remove software Install, remove more room to work, and help you get things done. This guide is designed to answer your questions about using Unity and your Ubuntu desktop. First we will take a moment to look at some of Unity's key your desktop, and gives you quick access to the applications you use most often. Learn more about the Launcher. The Dash The Ubuntu Button sits near the top left corner of the screen and is always0 码力 | 1709 页 | 5.81 MB | 1 年前3 Ubuntu Desktop Guideinstant messaging… Sound, video & pictures Digital cameras, iPods, playing videos… Files, folders & search Searching, delete files, backups, removable drives, documents… Add & remove software Install, remove more room to work, and help you get things done. This guide is designed to answer your questions about using Unity and your Ubuntu desktop. First we will take a moment to look at some of Unity's key your desktop, and gives you quick access to the applications you use most often. Learn more about the Launcher. The Dash The Ubuntu Button sits near the top left corner of the screen and is always0 码力 | 1709 页 | 5.81 MB | 1 年前3
 Ubuntu Desktop Training 2009................... xvi 1. Introducing Ubuntu ......................................... 1 1.1. About Open Source .............................. 2 1.2. Free Software Movement, Open Source and Linux 3 1.2.2. The Open Source Movement and Linux ........................................... 3 1.3. About Ubuntu ...................................... 6 1.3.1. The Ubuntu Promise ................... 6 1 412 vi Ubuntu Desktop Training Student Guide Copyright © 2009 Canonical Limited Course Overview About the Course. Ubuntu is a community developed Linux-based operating system freely available and suitable0 码力 | 428 页 | 57.45 MB | 1 年前3 Ubuntu Desktop Training 2009................... xvi 1. Introducing Ubuntu ......................................... 1 1.1. About Open Source .............................. 2 1.2. Free Software Movement, Open Source and Linux 3 1.2.2. The Open Source Movement and Linux ........................................... 3 1.3. About Ubuntu ...................................... 6 1.3.1. The Ubuntu Promise ................... 6 1 412 vi Ubuntu Desktop Training Student Guide Copyright © 2009 Canonical Limited Course Overview About the Course. Ubuntu is a community developed Linux-based operating system freely available and suitable0 码力 | 428 页 | 57.45 MB | 1 年前3
 Linux command line for you and me Documentation Release 0.1using curl Following redirection Example: To view github’s pull request patch Viewing more details about the transfer Making multiple requests at once Inspecting HTTP headers Adding new HTTP headers Curl Curl video/talk Curl book Users and Groups Finding the owner of file /etc/passwd file Details about groups wheel group Becoming superuser Adding a new user Changing user passwords Modifying existing user particular process? Finding out list of open files Signals top command Load average htop tool More about Linux processes /proc directory /proc/cpuinfo /proc/cmdline /proc/meminfo /proc/uptime /proc/sys/0 码力 | 124 页 | 510.85 KB | 1 年前3 Linux command line for you and me Documentation Release 0.1using curl Following redirection Example: To view github’s pull request patch Viewing more details about the transfer Making multiple requests at once Inspecting HTTP headers Adding new HTTP headers Curl Curl video/talk Curl book Users and Groups Finding the owner of file /etc/passwd file Details about groups wheel group Becoming superuser Adding a new user Changing user passwords Modifying existing user particular process? Finding out list of open files Signals top command Load average htop tool More about Linux processes /proc directory /proc/cpuinfo /proc/cmdline /proc/meminfo /proc/uptime /proc/sys/0 码力 | 124 页 | 510.85 KB | 1 年前3
 Linux command line for you and me Documentation Release 0.1request patch . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 24 4.7 Viewing more details about the transfer . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 25 4.8 Making multiple . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 29 5.3 Details about groups . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 31 5 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 39 7.9 More about Linux processes . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 400 码力 | 128 页 | 716.99 KB | 1 年前3 Linux command line for you and me Documentation Release 0.1request patch . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 24 4.7 Viewing more details about the transfer . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 25 4.8 Making multiple . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 29 5.3 Details about groups . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 31 5 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 39 7.9 More about Linux processes . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 400 码力 | 128 页 | 716.99 KB | 1 年前3
 The Linux Commands Handbook
on to be the kernel of the GNU Operating System, creating the duo GNU/Linux. There's one thing about Linux that corporations like Microsoft and Apple, or Google, will never be able to offer: the freedom updated. 22 find The find command can be used to find files or folders matching a particular search pattern. It searches recursively. Let's learn it by example. Find all the files under the current src Use -type f to search only files, or -type l to only search symbolic links. -name is case sensitive. use -iname to perform a case-insensitive search. You can search under multiple root trees:0 码力 | 135 页 | 14.14 MB | 1 年前3 The Linux Commands Handbook
on to be the kernel of the GNU Operating System, creating the duo GNU/Linux. There's one thing about Linux that corporations like Microsoft and Apple, or Google, will never be able to offer: the freedom updated. 22 find The find command can be used to find files or folders matching a particular search pattern. It searches recursively. Let's learn it by example. Find all the files under the current src Use -type f to search only files, or -type l to only search symbolic links. -name is case sensitive. use -iname to perform a case-insensitive search. You can search under multiple root trees:0 码力 | 135 页 | 14.14 MB | 1 年前3
 The Linux Commands Handbook
on to be the kernel of the GNU Operating System, creating the duo GNU/Linux. There's one thing about Linux that corporations like Microsoft and Apple, or Google, will never be able to offer: the freedom updated. 12. find The find command can be used to find files or folders matching a particular search pattern. It searches recursively. Let's learn it by example. Find all the files under the current src Use -type f to search only files, or -type l to only search symbolic links. -name is case sensitive. use -iname to perform a case-insensitive search. You can search under multiple root trees:0 码力 | 112 页 | 13.74 MB | 1 年前3 The Linux Commands Handbook
on to be the kernel of the GNU Operating System, creating the duo GNU/Linux. There's one thing about Linux that corporations like Microsoft and Apple, or Google, will never be able to offer: the freedom updated. 12. find The find command can be used to find files or folders matching a particular search pattern. It searches recursively. Let's learn it by example. Find all the files under the current src Use -type f to search only files, or -type l to only search symbolic links. -name is case sensitive. use -iname to perform a case-insensitive search. You can search under multiple root trees:0 码力 | 112 页 | 13.74 MB | 1 年前3
 This Debian Reference (version 2.109) aptitude . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 53 2.2.6 Search method options with aptitude . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . projects. Debian integrates this diversity of Free Software into one system. Debian Reference xxiv About this document Guiding rules Following guiding rules are followed while compiling this document. • Read your log files – The FIRST error is the one that counts • RTFM (read the fine manual) • Search the Internet before asking questions • Don’t be root when you don’t have to be • Don’t mess with0 码力 | 266 页 | 1.25 MB | 1 年前3 This Debian Reference (version 2.109) aptitude . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 53 2.2.6 Search method options with aptitude . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . projects. Debian integrates this diversity of Free Software into one system. Debian Reference xxiv About this document Guiding rules Following guiding rules are followed while compiling this document. • Read your log files – The FIRST error is the one that counts • RTFM (read the fine manual) • Search the Internet before asking questions • Don’t be root when you don’t have to be • Don’t mess with0 码力 | 266 页 | 1.25 MB | 1 年前3
 Cilium v1.5 DocumentationIf you are new to Cilium it is recommended to read the Introduc�on to Cilium sec�on first to learn about the basic concepts and mo�va�on. Installation Ge�ng Started Using Minikube Ge�ng Started Using MicroK8s kubeadm Standard Installa�on Installa�on with external etcd Installation using kubeadm Instruc�ons about installing Cilium on Kubernetes cluster deployed by kubeadm are available in the official Kubernetes cilium-etcd-operator. The cilium-etcd-operator replaces the requirement for an external kvstore. You can learn more about it in the sec�on What is the cilium-etcd-operator? It is suitable for small and medium scale deployments0 码力 | 740 页 | 12.52 MB | 1 年前3 Cilium v1.5 DocumentationIf you are new to Cilium it is recommended to read the Introduc�on to Cilium sec�on first to learn about the basic concepts and mo�va�on. Installation Ge�ng Started Using Minikube Ge�ng Started Using MicroK8s kubeadm Standard Installa�on Installa�on with external etcd Installation using kubeadm Instruc�ons about installing Cilium on Kubernetes cluster deployed by kubeadm are available in the official Kubernetes cilium-etcd-operator. The cilium-etcd-operator replaces the requirement for an external kvstore. You can learn more about it in the sec�on What is the cilium-etcd-operator? It is suitable for small and medium scale deployments0 码力 | 740 页 | 12.52 MB | 1 年前3
 Cilium v1.6 Documentationyou are new to Cilium it is recommended to read the Introduction to Cilium section first to learn about the basic concepts and motivation. Installation Creating a Sandbox environment Self-Managed Kubernetes and does not require additional external dependencies. It is a good option for environments up to about 250 nodes. For bigger environments or for environments which want to leverage the clustermesh functionality [https://github.com/cilium/cilium/releases] by editing roles/download/defaults/main.yml. Open the file, search for cilium_version, and replace the version with the latest released. As an example, the updated0 码力 | 734 页 | 11.45 MB | 1 年前3 Cilium v1.6 Documentationyou are new to Cilium it is recommended to read the Introduction to Cilium section first to learn about the basic concepts and motivation. Installation Creating a Sandbox environment Self-Managed Kubernetes and does not require additional external dependencies. It is a good option for environments up to about 250 nodes. For bigger environments or for environments which want to leverage the clustermesh functionality [https://github.com/cilium/cilium/releases] by editing roles/download/defaults/main.yml. Open the file, search for cilium_version, and replace the version with the latest released. As an example, the updated0 码力 | 734 页 | 11.45 MB | 1 年前3
 Cilium v1.7 Documentationyou are new to Cilium it is recommended to read the Introduction to Cilium section first to learn about the basic concepts and motivation. Installation Creating a Sandbox environment Self-Managed Kubernetes and does not require additional external dependencies. It is a good option for environments up to about 250 nodes. For bigger environments or for environments which want to leverage the clustermesh functionality [https://github.com/cilium/cilium/releases] by editing roles/download/defaults/main.yml. Open the file, search for cilium_version, and replace the version with the latest released. As an example, the updated0 码力 | 885 页 | 12.41 MB | 1 年前3 Cilium v1.7 Documentationyou are new to Cilium it is recommended to read the Introduction to Cilium section first to learn about the basic concepts and motivation. Installation Creating a Sandbox environment Self-Managed Kubernetes and does not require additional external dependencies. It is a good option for environments up to about 250 nodes. For bigger environments or for environments which want to leverage the clustermesh functionality [https://github.com/cilium/cilium/releases] by editing roles/download/defaults/main.yml. Open the file, search for cilium_version, and replace the version with the latest released. As an example, the updated0 码力 | 885 页 | 12.41 MB | 1 年前3
共 79 条
- 1
- 2
- 3
- 4
- 5
- 6
- 8














