Jump to content
Main menu
Main menu
move to sidebar
hide
Navigation
Main page
Recent changes
Random page
Help about MediaWiki
Special pages
ciappinopedia
Search
Search
Appearance
Create account
Log in
Personal tools
Create account
Log in
Pages for logged out editors
learn more
Contributions
Talk
Editing
Config i3
Page
Discussion
English
Read
Edit
View history
Tools
Tools
move to sidebar
hide
Actions
Read
Edit
View history
General
What links here
Related changes
Page information
Appearance
move to sidebar
hide
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
= Debian i3wm = <syntaxhighlight lang='bash'> # installa sudo apt install sudo usermod -aG sudo <user> # installa i pacchetti audio e rebootta sudo apt install pulseaudio pavucontrol && /usr/sbin/reboot # installa i pacchetti base sudo apt install curl fping flatpak keepassxc tinc opensnitch gimp gajim arandr nmap flameshot git thunderbird # Timezone timedatectl set-timezone Europe/Rome </syntaxhighlight> <syntaxhighlight lang='bash'> # installa le dipendenze sudo apt install alacritty i3 rofi polybar fonts-font-awesome </syntaxhighlight> <syntaxhighlight lang='bash'> # copia il file di config di i3, rofi e polybar nella cartella .config dell'utente mkdir -p ~/.config/i3 mkdir -p ~/.config/rofi mkdir -p ~/.config/polybar cp /etc/i3/config ~/.config/i3/config </syntaxhighlight> <syntaxhighlight lang='bash'> # avvialo al login dell'utente echo -e "\n# Esegui xorg al login\nexec startx\n" >> ~/.profile </syntaxhighlight> <syntaxhighlight lang='bash'> # setta il font e sizeFont di alacritty mkdir -p ~/.config/alacritty nano ~/.config/alacritty/alacritty.toml # CONFIG [window] padding.x = 10 padding.y = 10 [font] normal.family = "monospace" bold.family = "monospace" italic.family = "monospace" bold_italic.family = "monospace" size = 25.0 </syntaxhighlight> <syntaxhighlight lang='bash'> # Setta il PS1 nel .bashrc case "$TERM" in xterm*|rxvt*) PS1="\[\033[0;31m\]\342\224\214\342\224\200\$([[ \$? != 0 ]] && echo \"[\[\033[0;31m\]\342\234\227\[\033[0;37m\]]\342\224\200\")[$(if [[ ${EUID} == 0 ]]; then echo '\[\033[01;31m\]root\[\033[01;33m\]@\[\033[01;96m\]\h'; else echo '\[\033[0;39m\]\u\[\033[01;33m\]@\[\033[01;96m\]\h'; fi)\[\033[0;31m\]]\342\224\200[\[\033[0;32m\]\w\[\033[0;31m\]]\n\[\033[0;31m\]\342\224\224\342\224\200\342\224\200\342\225\274 \[\033[0m\]\[\e[01;33m\]\\$\[\e[0m\]" ;; *) ;; esac </syntaxhighlight> <syntaxhighlight lang='bash'> ##### ALIAS BASE ##### alias ls='ls --color=auto' alias ll='ls -lah' alias la='ls -la' alias l='ls -la' alias grep='grep --color=auto' alias fgrep='fgrep --color=auto' alias egrep='egrep --color=auto' alias upgrader='sudo apt update && sudo apt full-upgrade -y && sudo apt autoremove -y && flatpak update' ##### ALTRI ALIAS ##### alias luce='sudo nano /sys/class/backlight/intel_backlight/brightness' alias mioip='curl https://wtfismyip.com/' alias activate='source .venv/bin/activate' alias dd='dd status=progress' alias cercami='sudo apt search' alias vorbisconverter='ffmpeg -i input.mp4 -vcodec libx264 -crf 23 -acodec libvorbis output.mp4' alias meteobo="curl wttr.in/bologna" alias guardo='exiftool' ##### ALIAS RETE ##### alias fpingerz='fping -g 192.168.1.0/24 > scanrete; cat scanrete | grep alive ; rm scanrete' alias chtunn='/usr/bin/chtunn.sh' alias torbrowser="cd /home/$USER/tor-browser/; ./start-tor-browser.desktop; cd -" ##### ALIAS DEVUAN ##### #alias senable='read -p "Servizio da abilitare al boot: " servizio; ln -s /etc/rc3.d/init.d/"$servizio" S95"$servizio" # PATH export PATH=$PATH:/sbin:/usr/sbin </syntaxhighlight>
Summary:
Please note that all contributions to ciappinopedia may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see
Ciappinopedia:Copyrights
for details).
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)
Search
Search
Editing
Config i3
Add topic