Cerca
Heus ací els resultats de la cerca.
Noms de pàgina coincidents:
Resultats de text complet:
- configuración rtorrent(on premise) @linux:debian:seedbox
- e rtorrent.rc> # This is an example resource file for rTorrent. Copy to # ~/.rtorrent.rc and enable/mod... /libtorrent.rakshasa.no/ # Modified by Lemonberry for rtGui http://rtgui.googlecode.com/ # # This assum... : # # /Torrents/Downloading - temporaray location for torrents while downloading (see "directory") # /T... ents/TorrentFiles/Auto - The 'autoload' directory for rtorrent to use. Place a file # in here, and rtor
- Los ficheros de inicio de Bash @linux:bash
- DIR local PATHVARIABLE=${2:-PATH} for DIR in ${!PATHVARIABLE} ; do if [... rt PS1="[\u@\h \w]\\$ " export PS1='\u@\h:\w\$ ' for script in /etc/profile.d/*.sh ; do if [ -... zada de cosas como ls --color. <code bash># Setup for /bin/ls to support color, the alias is in /etc/ba... 0 ]; then pathprepend /usr/local/sbin fi for directory in $(find /opt/*/lib/pkgconfig -type d
- mis ficheros $HOME @linux:scripts
- h_profile> # ~/.bash_profile: executed by bash(1) for login shells. # quita el permiso de excritura al... de bash .bashrc> # ~/.bashrc: executed by bash(1) for non-login shells. source ~/.alias # funciones in... at which point coreutils will leave it alone. # # For this file to be useful, you will need a line like... s -b /path/to/DIR_COLORS`" # # Configuration file for dircolors, a utility to help you set the # LS_COL
- brace expansion @linux:bash
- ts. Usually it's used to generate mass-arguments for a command, that follow a specific naming-scheme. ... ommandline twice: <code>eval echo {$a..$b}</code> For instance, when embedded inside a for loop : <code>for i in $(eval echo {$a..$b})</code> This requires that the entire command be properly e
- arrays bash @linux:bash
- et from the maximum assigned index (can't be used for assignment) - 1 | | **${ARRAY[S]}** | Expands to... RRAY[*]:N:M}** | Similar to what this syntax does for the characters of a single string when doing [[sy... you can mass-expand individual indexes. The rules for quoting and the subscripts ''*'' and ''@'' are the same as above for the other mass-expansions. | </collapse> == meta
- instalación / configuración rutorrent (on premise) @linux:debian:seedbos
- .php<code> <?php // configuration parameters // for snoopy client @define('HTTP_USER_AGENT', 'Mozilla... rue, true); $httpIP = null; // IP string. Or null for any. @define('RPC_TIME_OUT', 5, true); // in se... rue); @define('LOG_RPC_FAULTS', true, true); // for php @define('PHP_USE_GZIP', false, true); @define... $scgi_port = 5000; $scgi_host = "127.0.0.1"; // For web->rtorrent link through unix domain socket //
- Linux sadservers @linux:seguridad
- l processes and see if you see something related, for example with: ps auxf. Ignore system processes [i... directory (program location) by doing pwdx PID or for more detail: lsof -p PID and check the cwd row. T... ing order) and get the latest one (with "tail -1" for example), or sort in reverse order with "sort -r"... rt). 2. (Solution to 1) cd /home/admin/ and then for example: grep -rc Alice *.txt or find . -type f -
- comandos bash @linux:bash
- a IP * ''ping'' como ''traceroute'': <code bash>for i in {1..30}; do ping -t $i -c 1 google.com; done... cheros excepto los que cumplan patrón: <code bash>for a in `ls | grep -v PATRON`; do rm -fr $a; done</c... ntados que tengan la cadena "home_ERE":<code bash>for i in $(mount | cut -d" " -f1 | grep /home_ERE/); ... bre ficheros de directorio sin scripts:<code bash>for f in * ; do comando; done;</code> * ignorar cie
- Estructuras de control y bucles @linux:bash
- est ] && echo VALUE_A || echo VALUE_B`</code> === for <code bash> for nombre [in lista] do comandos done </code> <code bash; example> LISTA="etc var home" for directorio in $LISTA do ls $directorio done </code> <code bash; example>for f in *; do echo $f; done</code> === while <code b
- PS1 @linux:bash
- 31m\]" COLCLEAR="\[\033[0m\]" # export all these for subshells export -f parse_git_branch parse_git_st... H:%M:%S}\n\[$txtgreen\]\w\n" # User color: red for root, yellow for others if [[ $EUID == 0 ]]; then PS1+="\[$txtred\]" else PS1+="\[... )')\[$txtwhite\]" # Line 4: good old prompt, $ for user, # for root PS1+=" \\$ " } PROMPT_COMMAND
- linux udisks @linux:filesystem
- adable. PARTUUID is a partition-table-level UUID for the partition, a standard feature for all partitions on GPT-partitioned disks. Since it is retrieved f... is might be the only accessible unique identifier for that particular partition. PTUUID is the UUID of the partition table itself, a unique identifier for the entire disk assigned at the time the disk was
- rtorrent+rutorrent en contenedor (OLD1) @linux:debiean:seebox:rtorrent_rutorrent
- y add here your # server { # ... # } # statements for each of your virtual hosts to this file ## # You... nd start with a clean # file but keep this around for reference. Or just disable in sites-enabled. # # Please see /usr/share/doc/nginx-doc/examples/ for more detailed examples. ## server { listen 443 ... r_file /var/www/rutorrent/.htpasswd; # } # Only for nginx-naxsi used with nginx-naxsi-ui : process de
- Special Shell Variables & Parameter Substitution and Expansion @linux:bash
- /LDP/abs/html/string-manipulation.html]] Looking for a specific syntax you saw, without knowing the na... [[#substring_removal | Substring removal]] (also for **filename manipulation**!) * ''${PARAMETER#P... de bash>cadena="Esto es una cadena" arr=($cadena) for i in ${arr[@]}; do echo $i; done </code> *<code bash> cadena="Esto es una cadena" for i in ${cadena[@]}; do echo $i; done </code> * s
- backup sistema @linux:scripts
- nd con * está limitado a 1024 dominios!! # for buzon in `find * -maxdepth 1 -iname *@*` for buzon in `find -maxdepth 2 -iname *@* | sed "s:\.::" ` do... .gz $path_correo$buzon done # backup BBDD mysql for db in `mysql -u root -ptoor -e "show databases;" ... p/etc.tar.gz /etc/* # backup /home (no el vmail) for homes in `find /home/* -maxdepth 0 | grep -v ^$pa
- backup, encriptado y copia a remoto @linux:scripts
- BDD declare -a BBDD=("10minutos" "10minutosbeta") for BDD in "${BBDD[@]}"; do /usr/bin/mysqldump --opt... ic" "beta" "backup" "system-3.1.11" "mysqldump") for directorio in "${DIRECTORIOS[@]}"; do DIRECTORI... backup BBDD declare -a BBDD=("fruitsmontmany_es") for BDD in "${BBDD[@]}"; do /usr/bin/mysqldump --opt... -a DIRECTORIOS=("fruitsmontmany.es" "mysqldump") for directorio in "${DIRECTORIOS[@]}"; do DIRECTORI