DEBIAN v2steemCreated with Sketch.

in #linux6 years ago

debian.png
Image source: Willi Glenz - Debian

UPDATE
Gnome Documentation     : help.gnome.org


DEBIAN v2
DistroWatch             : distrowatch.com/table.php?distribution=debian 
Debian Homepage         : debian.org 
Debian News             : debian.org/News
Debian Security         : debian.org/security/#DSAS
Debian Version          $ cat /etc/debian_version
Debian Download         : debian.org/distrib/netinst#smallcd 
Package Documentation   : /usr/share/doc
Sources List Generator  : debgen.simplylinux.ch 

DOCUMENTATION
Debian Documentation    : debian.org/doc
Debian Handbook         # apt-get install debian-handbook; dpkg -L debian-handbook | less; w3m file:///usr/share/doc/debian-handbook/html/en-US/index.html
Debian RefCard          # apt-get install debian-refcard; dpkg -L debian-refcard | less; w3m file:////usr/share/doc/debian-refcard/index.html
Debian Wiki             : wiki.debian.org/FrontPage 
Gnome Documentation     : help.gnome.org

/etc/
/opt/etc/ /usr/local/etc/
/etc/apt/sources.list.d/

/etc/profile
/etc/bash.bashrc
/etc/apt/sources.list 
~./bashrc 
~.profile 
~.vimrc

# apt-get install 
A - abs-guide aview 
B - backintime-qt4 
C - clipit 
D - debian-handbook debian-reference debian-reference-en debian-refcard 
E - espeak 
F - firmware-iwlwifi firmware-realtek
G - gdebi gkrellm glances gnome-clocks guake 
H - htop hwinfo 
K - kismet  
L - libreoffice lvm2  
M - mc menulibre 
N - net-tools
P - powertop printer-driver-cups 
S - screen sudo 
T - taskwarrior terminator tripwire 
V - vim vym 
Y - youtube-dl 

// # vim /etc/apt/sources.list
// 
// # Security updates
// deb http://security.debian.org/debian-security stretch/updates main contrib non-free
// deb-src http://security.debian.org/debian-security stretch/updates main contrib non-free
// 
// # Base repository
// deb http://ftp.de.debian.org/debian/ stretch main contrib non-free
// deb-src http://ftp.de.debian.org/debian/ stretch main contrib non-free
// 
// # Stable updates
// deb http://ftp.de.debian.org/debian/ stretch-updates main contrib non-free
// deb-src http://ftp.de.debian.org/debian/ stretch-updates main contrib non-free
// 
// # Stable backports
// deb http://ftp.debian.org/debian stretch-backports main contrib non-free
// deb-src http://ftp.debian.org/debian stretch-backports main contrib non-free
// 
// # Virtualbox
// deb https://download.virtualbox.org/virtualbox/debian stretch contrib

// $ vim ~/.bashrc
// HISTCONTROL=ignoreboth:erasedups
// export PATH=$HOME/scripts:$PATH
// alias c='clear; ncal -3wy'
// alias h='clear; history 25'
// alias l='ls -hog'
// alias L='clear; ls -hog'
// alias x='echo $PWD'
// alias xx='cd ..' 
// $ . ~/.bashrc


// $ vim ~/.vimrc
// " GENERAL
// syntax on
// set number
// set ruler
// "set hls
// set background=dark
// set encoding=utf8
// set mouse=a
// " INDENT
// set autoindent
// " TABs
// set tabstop=3
// set softtabstop=3
// set shiftwidth=3
// set expandtab
// " MAPs
// nmap <leader>w :w!<cr>
// map <F2> :echo 'Current time is ' . strftime('%c')<CR>
Sort:  

Hey fellow debian user. Check out my article on the Debian life cycle.

Coin Marketplace

STEEM 0.18
TRX 0.15
JST 0.028
BTC 63033.54
ETH 2434.49
USDT 1.00
SBD 2.54