debian

___网络

VirtualBox虚拟机网络设置(四种方式)ttps://www.douban.com/group/topic/15558388/

这篇文章介绍得比较详细,简单得说:

NAT方式虚拟机和主机,网络中其它主机,其它虚拟机,不能相互访问;

桥接方式则可以,所以用这种方式最合适。

!!!但是安装debian的时候要选择NAT方式,否则配置网络的步骤会失败。

_____安装

参考pdf文档:Debian GNU/Linux 6.0 图形安装教程、网络配置、软件源、基本配置

和官方网站文章:https://debian-handbook.info/browse/zh-CN/stable/sect.installation-steps.html

___加载安装程序

network-console:允许配置网络之后的安装通过远程的SSH访问来完成;

openssh-client:则允许安装程序SSH访问其他计算机获取必要内容。

ntfs-modules:查看ntfs文件系统。

parted-udeb:磁盘管理工具

___use non-free software, 使用闭源软件

______使用

这个网页很不错

https://www.debian.org/doc/manuals/debian-reference/pr01.zh-cn.html#_prerequisites

这个直观的使用

https://wiki.debian.org/FrontPage

时间: 2024-10-29 19:07:34

debian的相关文章

debian ubuntu dpkg 命令

dpkg 常用命令 列出源中所有安装包 [email protected]:~# apt-cache search all |more flashplugin-nonfree - Adobe Flash Player - browser plugin ttf-mscorefonts-installer - Installer for Microsoft TrueType core fonts iucode-tool - Intel processor microcode tool nvidia-

debian 8 安装 nvidia 显卡驱动

nvidia 单显卡安装教程地址:https://wiki.debian.org/NvidiaGraphicsDrivers/ 步骤一:编辑 /etc/apt/sources.list  文件 添加 deb http://http.debian.net/debian/ jessie main contrib non-free 步骤二: 更新 软件源 并安装软件 # aptitude update # aptitude -r install linux-headers-$(uname -r|sed

升级VMware虚拟机Debian系统后重新安装VMwareTools

最近升级了VMware虚拟机上的Debian Linux系统(3.16.0-4-amd64),内核升级后原来的vmware-tools版本安装失败,不能使用虚拟机和宿主机的共享文件夹功能了. 解决办法: 1. 到这里 https://github.com/rasa/vmware-tools-patches 下载vmware-tools-patches包: 并下载最新的vmware-tools:VMwareTools-9.9.2-2496486: 2. 解压vmware-tools包 将内容不断解

debian和ubuntu的sh dash bash

Ubuntu和debian 的 shell 默认安装的是 dash,而不是 bash.运行以下命令查看 sh 的详细信息,确认 shell 对应的程序是哪个:$ls -al /bin/sh dash 比 bash 更轻,更快.但 bash 却更常用.如果一些命令.脚本等总不能正常执行,有可能是 dash 的原因.比如编译 Android 源代码的时候,如果使用 dash,则有可能编译出错,或者编译的系统不能启动. 通过以下方式可以使 shell 切换回 bash:$sudo dpkg-recon

debian 配置apt-get源的方法

编辑/etc/apt/sources.list文件 [email protected]:~# cat /etc/apt/sources.list # # deb cdrom:[Debian GNU/Linux 7 _Wheezy_ - Official Snapshot amd64 LIVE/INSTALL Binary 20131013-23:23]/ wheezy main #deb cdrom:[Debian GNU/Linux 7 _Wheezy_ - Official Snapshot

Debian 安装配置(包括kdevelop)

最近几天折腾了一下Debian 7 (gnome桌面DVD版,KDE桌面CD版最后会提到),总的来说收获还是挺大的,对比以前使用ubuntu,debian 7给我的感觉像是一个新生婴儿,不带多余的花俏,那么的简单和单纯.话不多说,下面写出自己安装完debian后碰到的一些问题及解决方法. 1.安装系统 安装系统可以参考以下教程: http://www.jb51.net/os/85858.html http://forum.ubuntu.org.cn/viewtopic.php?f=165&t=4

Debian Customer PPA RFC (by quqi99)

作者:张华  发表于:2016-01-13版权声明:能够随意转载,转载时请务必以超链接形式标明文章原始出处和作者信息及本版权声明 ( http://blog.csdn.net/quqi99 ) Precondition a, sudo apt install gnupg pbuilder ubuntu-dev-tools bzr-builddeb apt-file debhelper dh-systemd openstack-pkg-tools b, GPG keyscp -r /home/hu

[boostrap]debian下为arm创建debian和emdebian文件系统

转自:http://www.cnblogs.com/qiaoqiao2003/p/3738552.html Debian系统本身包含对arm的支持,其包含的软件包最多,但是最终的文件系统要大一些. emdebian 是一个非常好用的嵌入式linux操作系统,其基于debian的特点对于熟悉debian系统的人来说很容易就能得心应手地进行配置. emdebian有好几个版本:Grip,Crush,Baked. 关于它们的详细介绍可以查看:http://www.emdebian.org/emdebi

Debian 8开机自动挂载windows下的ntfs硬盘

1:每次要去windows的盘符查看资料什么的,都要去输入一次密码什么的来进入.不能自己开机挂载,就觉得好麻烦于是准备开机挂载windows下的C,D2个盘符到debian 2:首先下载ntfs-3g$sudo apt-get install ntfs-3g  接着安装成功后,    #mkdir /mnt/WIN_C    #mkdir /mnt/WIN_D 在/mnt目录下面创建2个目录,对应需要挂载的2个盘符. 然后查看盘符的名字#fdisk -l 接着打开    #cp /etc/fst

NVIDIA GeForce Driver Installation on Debian Jessie Linux 8 64bit

The easiest way to install NVIDIA GeForce Driver on Debian Linux 8 ( Jessie ) ( for Debian 9 Stretch visit: How to install the latest NVIDIA drivers on Debian 9 Stretch Linux) is to use official contrib and non-free debian repository. First, add the