DEBIAN v181226steemCreated with Sketch.

in #linux5 years ago (edited)
UPDATE
$ vim ~/.bashrc
> HISTCONTROL=ignoreboth:erasedups
> alias c='clear; ncal -3wy'
> alias h='clear; history 25'
> alias l='ls -hog'
> alias L='clear; ls -hog'
> alias r='clear; rsync -avzP --delete --stats --exclude-from "/home/userXYZ/configuration/exclude.txt"  /home/userXYZ/ /media/xyz/'
> alias t='clear; task'
> alias tt='clear; task burndown.daily'
> alias u='clear; sudo apt-get update && sudo apt-get upgrade && sudo apt-get dist-upgrade; sudo apt-get autoremove -y'
> alias x='echo $PWD'
> alias xx='cd ..' 
> export PATH=$HOME/scripts:$PATH
> export EDITOR=vim
> export VISUAL="$EDITOR"
$ . ~/.bashrc


DEBIAN v181226
DistroWatch             : distrowatch.com/table.php?distribution=debian 
w3Tech                  : w3techs.com

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 
Debian Backports        : backports.org

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
> alias c='clear; ncal -3wy'
> alias h='clear; history 25'
> alias l='ls -hog'
> alias L='clear; ls -hog'
> alias r='clear; rsync -avzP --delete --stats --exclude-from "/home/userXYZ/configuration/exclude.txt"  /home/userXYZ/ /media/xyz/'
> alias t='clear; task'
> alias tt='clear; task burndown.daily'
> alias u='clear; sudo apt-get update && sudo apt-get upgrade && sudo apt-get dist-upgrade; sudo apt-get autoremove -y'
> alias x='echo $PWD'
> alias xx='cd ..' 
> export PATH=$HOME/scripts:$PATH
> export EDITOR=vim
> export VISUAL="$EDITOR"
$ . ~/.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>

Coin Marketplace

STEEM 0.30
TRX 0.12
JST 0.032
BTC 57741.16
ETH 2947.53
USDT 1.00
SBD 3.69