elhacker.net cabecera Bienvenido(a), Visitante. Por favor Ingresar o Registrarse
¿Perdiste tu email de activación?.

 

 


Tema destacado: Sigue las noticias más importantes de seguridad informática en el Twitter! de elhacker.NET


  Mostrar Mensajes
Páginas: [1]
1  Sistemas Operativos / GNU/Linux / Re: ¿De qué sistema operativo se aprende más? ¿Cuál es el mejor para vosotros? en: 9 Abril 2013, 18:08 pm
Si te gusta aprender utiliza Archlinux :)
2  Sistemas Operativos / GNU/Linux / Re: Postea tu .bashrc/alias/scripts/.vimrc en: 9 Abril 2013, 18:02 pm
Código
  1. #
  2. # ~/.bashrc
  3. #
  4.  
  5. # If not running interactively, don't do anything
  6. [[ $- != *i* ]] && return
  7. export PATH=$PATH:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games
  8. alias ls='ls --color=auto'
  9.  
  10. export LANG=en_US.UTF-8
  11. export EDITOR="nano"
  12. export synclient VertEdgeScroll=1
  13.  
  14. # for setting history length see HISTSIZE and HISTFILESIZE in bash(1)
  15. HISTSIZE=1500
  16. HISTFILESIZE=3000
  17.  
  18. # don't put duplicate lines in the history. See bash(1) for more options
  19. # ... or force ignoredups
  20. HISTCONTROL=ignoredups
  21. HISTIGNORE=":htop*:ls*:su*:history*:pacman*:exit*"
  22.  
  23. #PS1='[\u@\h \W]\$ '
  24. #PS1='\[\033[0;41m\] \u@\h\[\033[01;36m\]\W \$ \[\033[00m\] '
  25. #PS1='\[\e[1;32m\][\u\[\e[m\]@\[\e[1;33m\]\h\[\e[1;34m\] \w]\[\e[1;36m\] \$\[\e[1;37m\] '
  26. #PS1='┌──[\u@\h][\w][\t]\n└──[\$] '
  27. #PS1='┌─[\u][\A][\w]\n└─[\$] '
  28. PS1='\[\e[1;34m\]┌─ \e[1;32m\u\e[m@\e[1;33m\h\e[1;34m [\e[m\t\e[1;34m] [\e[m\w\e[1;34m] \n └─ $ \[\e[m\]'
  29. #PS1='\[\033[1;32m\]\u@\h\[\033[1;36m\] \W \$\[\033[00m\] '
  30.  
  31. # Alias definitions.
  32. # You may want to put all your additions into a separate file like
  33. # ~/.bash_aliases, instead of adding them here directly.
  34. # See /usr/share/doc/bash-doc/examples in the bash-doc package.
  35. if [ -f ~/.bash_aliases ]; then
  36.    . ~/.bash_aliases
  37. fi
  38.  
  39. # enable color support of ls and also add handy aliases
  40. if [ -x /usr/bin/dircolors ]; then
  41.    test -r ~/.dircolors && eval "$(dircolors -b ~/.dircolors)" || eval "$(dircolors -b)"
  42.    alias ls='ls -lh --color=auto'
  43.    alias ll='ls -lh --color=auto'
  44.    alias dir='ls -lh --color=auto'
  45.    alias grep='grep --color=auto'
  46.    alias fgrep='fgrep --color=auto'
  47.    alias egrep='egrep --color=auto'
  48. fi
  49.  
  50. setxkbmap -layout "latam" -option "grp:alt_shift_toggle"
  51. set completion-ignore-case on
  52. #siv -t -c4
  53. alsi -a -u c1=blue c2=blue
3  Sistemas Operativos / GNU/Linux / Re: Postea tu Desktop ! en: 9 Abril 2013, 17:04 pm
Archlinux + Openbox


http://i.minus.com/ioTWxFIm7iJiJ.png

http://i.minus.com/isx99DXoLoa0Y.png

http://i.minus.com/ibhOeHWiTskZcM.png

Saludos!! 0/
Páginas: [1]
WAP2 - Aviso Legal - Powered by SMF 1.1.21 | SMF © 2006-2008, Simple Machines