Cerca
Heus ací els resultats de la cerca.
Noms de pàgina coincidents:
- otros repositorios
- instalaciones desatendidas
- history expansion
- centos
- mkvtoolnix
- Notificaciones escritorio
- Linux remote desktops
- backup 10 minutos al día
- backup, encriptado y copia a remoto
- getopts
- hack de Kenneth Peiruza, para novatos
- Protocolo de Backup
- Crear ficheros de contenido aleatorio
- recopilación de información del sistema
- hastopolis
- Escaner de vulnerabilidades nikto2
- Instalación Tomcat 8 en máquina vagrant
- tomcat
- Chrome Remote Desktop
- instalación / configuración rutorrent (on premise)
- configuración rtorrent(on premise)
- rtorrent+rutorrent en contenedor
- conky
- otros protocolos
- zsh-autoenv
- fichero apache conf1
- fichero apache conf2
- fichero apache conf3
- rtorrent+rutorrent en contenedor (OLD1)
- rtorrent+rutorrent en contenedor (OLD2)
Resultats de text complet:
- vim @linux:vim
- ==Moving in the file * ''0'' : move the cursor to the begining of the line * ''G'' o ''$'' : move the cursor to the end of the file * ''gg'' : move the cursor to the begining of the file * '':59'' : move cursor to line 59. Replace 59 by the desired line number.
- Linux sadservers @linux:seguridad
- Linux sadservers == "Saint John": what is writing to this log file? * ''ps auxf'' * ''lsof /path/to/file'' * ''fuser /path/to/file'' * ''pwdx PID'': pwd del fichero PID <code> 1. You can use ps to list all processes and see if you see something r
- brace expansion @linux:bash
- ...}<POSTSCRIPT> </code> Brace expansion is used to generate arbitrary strings. The specified strings are used to generate **all possible combinations** with the o... ing preambles and postscripts. Usually it's used to generate mass-arguments for a command, that follo... first step in expansion-handling, it's important to understand that. When you use <code> echo {a,b}$P
- configuración rtorrent(on premise) @linux:debian:seedbox
- is is an example resource file for rTorrent. Copy to # ~/.rtorrent.rc and enable/modify the options as needed. Remember to # uncomment the options you wish to enable. # # Based on original .rtorrent.rc file from http://libto... iles/Auto - The 'autoload' directory for rtorrent to use. Place a file # in here, and rtorrent loads i
- mis ficheros $HOME @linux:scripts
- onets # Please check /usr/doc/tcsh/examples/alias to see other possible values. # recopilación de ali... nts of /etc/defaults/etc/DIR_COLORS. Feel # free to modify this file, at which point coreutils will leave it alone. # # For this file to be useful, you will need a line like this in your... # # alias ls='ls --color=auto' # # If you want to use a variant of this file in your home directory
- ZSH zmv @linux:zsh
- ctivo == ejemplo === usage * renames 'foo.lis' to 'foo.txt', 'my.old.stuff.lis' to 'my.old.stuff.txt':<code bash>zmv '(*).lis' '$1.txt'</code> * Some... you combine this with noglob, you don't even need to quote the arguments.<code bash>alias mmv='noglob ... : ; * ? " < > | # NOTE: ``-Q'' and (D) is to include hidden files. $ unwanted='[:;*?\"<>|]'
- arrays bash @linux:bash
- Syntax ^Description ^ | **${ARRAY[N]}** | Expands to the value of the index ''N'' in the **indexed** a... or assignment) - 1 | | **${ARRAY[S]}** | Expands to the value of the index ''S'' in the **associative... RAY[@]}\\ "${ARRAY[*]}"\\ ${ARRAY[*]}** | Similar to [[scripting:posparams#mass_usage| mass-expanding positional parameters]], this expands to all elements. If unquoted, both subscripts ''*''
- rtorrent+rutorrent en contenedor (OLD1) @linux:debiean:seebox:rtorrent_rutorrent
- . # } # statements for each of your virtual hosts to this file ## # You should look at the following URL's in order to grasp a solid understanding # of Nginx configuration files in order to fully unleash the power of Nginx. # http://wiki.n... nx.org/Configuration # # Generally, you will want to move this file somewhere, and start with a clean
- tar @linux:bash
- da == completo + incremental * ''tar cpf /path/to/complete-file.tar -g /path/to/register.snar /path/backup'' * ''tar cpf /path/to/incremental-file.tar -g /path/to/register.snar /path/backup'' * y así mientras se quiera. * Para
- 127.0.0.1 VS 127.0.1.1 @linux:dns
- -1]] As your machine gets started, it will need to know the mapping of some hostnames to IP addresses before DNS can be referenced. This mapping is kept... network program on your system consults this file to determine the IP address that corresponds to a host name. The loopback device is a special, virtual
- rtorrent+rutorrent en contenedor @linux:debian:seedbox
- _name localhost; location / { # First attempt to serve request as file, then # as directory, then fall back to displaying a 404. try_files $uri $uri/ =404; # Uncomment to enable naxsi on this location # include /etc/ng... ge 404 /404.html; # redirect server error pages to the static page /50x.html # #error_page 500 502
- instalación / configuración rutorrent (on premise) @linux:debian:seedbos
- $log_file = '/tmp/rutorrent_errors.log'; // path to log file (comment or leave blank to disable logging) $saveUploadedTorrents = true; // Save uploaded torrents to profile/torrents directory or not $overwriteUploa... in rtorrent conf file), change variables // above to something like this: // //$scgi_port = 0; //$scgi
- configuración/uso screen @linux:debian:seedbox
- screen</code> * [[https://linuxize.com/post/how-to-use-linux-screen/]] * [[https://www.gnu.org/sof... erna TMUX: [[https://www.howtogeek.com/671422/how-to-use-tmux-on-linux-and-why-its-better-than-screen/... eenrc'' <code> # Bind F11 and F12 (NOT F1 and F2) to previous and next screen window #bindkey -k F1 pr... and left arrows # Note disable in window manager to allow through bindkey ^[[1;7D prev bindkey ^[[1;7
- glusterfs vagrant POC @linux:filesystem:glusterfs
- ume create: gv0: success: please start the volume to access data sudo gluster volume start gv0 # volum... success </code><code>Replica 2 volumes are prone to split-brain. Use Arbiter or Replica 3 to avoid this. See: http://docs.gluster.org/en/latest/Administrator%20Guide/Split%20brain%20and%20ways%20to%20deal%20with%20it/. </code> == install * req
- alias @linux:bash
- alias name='command arg1 arg2' alias name='/path/to/script' alias name='/path/to/script.pl arg1' </code> == desactivación (temporal) <code bash> ## path/to/full/command /usr/bin/clear ## call alias with a ... $_myos ### case $_myos in Linux) alias foo='/path/to/linux/bin/foo';; FreeBSD|OpenBSD) alias foo='/pat