Cerca
Heus ací els resultats de la cerca.
Noms de pàgina coincidents:
- instalaciones desatendidas
- brace expansion
- environment
- Estructuras de control y bucles
- Funciones
- history expansion
- Zona Horaria
- anacron
- at
- cron / crontab
- tareas diferidas, tareas repetitivas
- HP 2055dn
- Konica Minolta 353P
- Ricoh Aficio MP C2051
- impresión linux
- KDE Neon
- rclone
- fichero .ssh/config
- configuración ssh server (/etc/ssh/sshd_config)
- MasterControl + MasterPath
- Conexión RDP con tunneling (y VPN)
- Conexión remota A->B->C con SSH (~/.ssh/config)
- Wake On Lan (WOL)
- 1 al día por mlechon
- ZSH Parameter Expansion Flags
- ZSH TAB Expansion
- conky
- fichero apache conf1
- fichero apache conf2
- fichero apache conf3
Resultats de text complet:
- NFS @linux:tcpip
- * rw: Read/write filesystem. * ro: Read-only filesystem. Remote NFS clients can’t modify the... em. * hard: Applications using files stored on an NFS will always wait if the server goes down. ... et. * soft: Applications using files stored on an NFS will wait a specified time (using the time... tr: Allows user interruption of processes waiting on a NFS request. * timeo=<num>: For use with
- Special Shell Variables & Parameter Substitution and Expansion @linux:bash
- ion | <code bash; title=indirection> varname=var_one var_one=a-value echo "${varname}" # var_one echo "${var_one}" # a-value echo "${!varname}" # a-value </code> <code bash; title=prefix> head_on
- Linux sadservers @linux:seguridad
- log by running lsof and filtering the rows to the one(s) containing bad.log. You can also use the "fu... de if it's a script (not a binary). (Open window once more to see the complete solution). </code> ==... ort" (goes in ascending order) and get the latest one (with "tail -1" for example), or sort in reverse... s.log|sort|uniq -c|sort -r|head -1. (Open window once more to see the complete solution). Solution:
- vim @linux:vim
- umber. * ''k or Up Arrow'' : move the cursor up one line * ''j or Down Arrow'' : move the cursor down one line * ''e'' : move the cursor to the end of t... all occurences of old by new in file * '':%s/onward/forward/gi'' : Replace onward by forward, case unsensitive * '':%s/old/new/gc'' : Replace all
- configuración rtorrent(on premise) @linux:debian:seedbox
- = configuración rtorrent(on premise) * instalar subversion: ''apt-get install subversion'' * insta... minsehow.com/2013/11/installing-rtorrentrutorrent-on-debian-7-wheezy/]] * compilamos el xmlrpc *... comment the options you wish to enable. # # Based on original .rtorrent.rc file from http://libtorrent... ete - Torrents are moved here when complete (see "on_finished") # /Torrents/TorrentFiles/Auto - The 'a
- rtorrent+rutorrent en contenedor @linux:debian:seedbox
- ten 443 ssl; listen [::]:443 default_server ipv6only=on; keepalive_timeout 60; ssl_certificate /etc/nginx/ssl/nginx.crt; ... v1 TLSv1.1 TLSv1.2; ssl_prefer_server_ciphers on; ssl_session_cache shared:SSL:10m; add_he... es $uri $uri/ =404; # Uncomment to enable naxsi on this location # include /etc/nginx/naxsi.rules
- brace expansion @linux:bash
- " ../imgs</code> This is significantly safer, but one must still be careful to control the values of $... tring lists** and **ranges**. It can be switched on and off under runtime by using the ''set'' builti... y- _money- _back- </code> The brace expansion is only performed, if the given string list is really a **list of strings**, i.e. if there's minimum one "'',''" (comma)! Something like ''{money}'' does
- heredoc (docs emblebed) @linux:bash
- T=/tmp/output.txt cat <<EOF Status of backup as on $(date) Backing up files $HOME and /etc/ EOF ec... tmp/output.txt cat <<-EOF Status of backup as on $(date) Backing up files $HOME and /etc/ EOF ... tic expansion, or pathname expansion is performed on word. # If any part of word is quoted, the delimiter is the result of quote removal on word, and the lines in the here-document # are n
- ZSH zmv @linux:zsh
- s.txt" by substituting dots (exept for the last # one!) with a space $ touch {1..20}-file.with.many.... all 4th character, which is "1", with "2" and so on $ autoload -U zmv $ zmv '(???)1(???[1-4].txt)... >).jpg' '${(l:3::0:)1}.jpg' # See above, but now only files with a filename >= 30 chars $ autoload ... to all the files within ${HOME} # ``-.'' is to only rename regular files or symlinks to regular fil
- rtorrent+rutorrent en contenedor (OLD1) @linux:debiean:seebox:rtorrent_rutorrent
- ten 443 ssl; listen [::]:443 default_server ipv6only=on; keepalive_timeout 60; ssl_certificate /etc/nginx/ssl/nginx.crt; ... v1 TLSv1.1 TLSv1.2; ssl_prefer_server_ciphers on; ssl_session_cache shared:SSL:10m; add_he... es $uri $uri/ =404; # Uncomment to enable naxsi on this location # include /etc/nginx/naxsi.rules
- cron / crontab @linux:cron
- lo estuviera: <code>$ chkconfig --level 35 crond on</code> === variables de entorno <code> $ export ... os formatos (special strings): * @reboot -> Run once, at startup. * @yearly -> Run once a year, "0 0 1 1 *". * @annually -> (same as @yearly) * @monthly -> Run once a month, "0 0 1 * *". * @weekly -> Run once a
- glusterfs @linux:filesystem
- https://kifarunix.com/install-and-setup-glusterfs-on-ubuntu-18-04/]] * [[https://www.cyberciti.biz/f... bash> glusterfs --version glusterfs 3.4.2 built on Jan 14 2014 18:05:35 Repository revision: git://g... Status of volume: gv0 Gluster process Port Online Pid -----------------------------------------... g2:/exports/sda1/brick1 49152 Y 1822 NFS Server on localhost 2049 Y 2119 Self-heal Daemon on loc
- mis ficheros $HOME @linux:scripts
- Luis Francisco González <luisgh@debian.org> based on that of Vadik Vygonets # Please check /usr/doc/tc... recognized but ignored. # Below, there should be one TERM entry for each termtype that is colorizable... sic file types. A color init # string consists of one or more of the following numeric codes: # Attrib... et autoindent " always set autoindenting on " set linebreak " Don't wrap words by def
- Uncomplicated Firewall @linux:ufw
- ve * show: displays the current running rules on your firewall * reset: disables and resets th... aliente a un puerto:<code bash>sudo ufw allow out on eth0 to any port 25 proto tcp sudo ufw deny in on eth0 from any 25 proto tcp</code> * eliminar una ... i.biz/faq/howto-configure-setup-firewall-with-ufw-on-ubuntu-linux/]] /via: [[https://www.digitalocean.
- linux udisks @linux:filesystem
- filesystem metadata inside the partition. It can only be read if the filesystem type is known and rea... partition, a standard feature for all partitions on GPT-partitioned disks. Since it is retrieved from... some unknown encryption method, this might be the only accessible unique identifier for that particula... ioned. It is the equivalent of the disk signature on MBR-partitioned disks but with more bits and a st