Cerca

Heus ací els resultats de la cerca.

brace expansion @linux:bash
60 Resultats, Darrera modificació:
expansion is used to generate arbitrary strings. The specified strings are used to generate **all possible combinations** with the optional surrounding preambles and postscripts. ... that follow a specific naming-scheme. :!: It is the very first step in expansion-handling, it's impor... that. When you use <code> echo {a,b}$PATH </code> then the brace expansion **does not expand the variab
Linux sadservers @linux:seguridad
57 Resultats, Darrera modificació:
processes [in brackets]. A better way is to use the command to list open files: lsof. 2. Find the name (first column) and Process ID (PID, second column) of the process related to /var/log/bad.log by running lsof and filtering the rows to the one(s) containing bad.log. You can a
vim @linux:vim
55 Resultats, Darrera modificació:
name : Saves file as filename * ''.'' : Repeats the last change made in normal mode * ''5.'' : Repeats 5 times the last change made in normal mode ==Moving in the file * ''0'' : move the cursor to the begining of the line * ''G'' o ''$'' : move the cursor to th
mis ficheros $HOME @linux:scripts
42 Resultats, Darrera modificació:
ogin shells. # quita el permiso de excritura al others umask 002 #prompt por defecto PS1='[\h]$ ' # prompt de color en 2 lineas if [ -f ".prompt" ]; then export PS1=`cat .prompt` fi if [ -f ".bashrc" ]; then source ~/.bashrc fi # variables de entorno ex... Please check /usr/doc/tcsh/examples/alias to see other possible values. # recopilación de alias # opci
Los ficheros de inicio de Bash @linux:bash
32 Resultats, Darrera modificació:
BLE} ; do if [ "$DIR" != "$1" ] ; then NEWPATH=${NEWPATH:+$NEWPATH:}$... LE:+${!PATHVARIABLE}:}$1" } if [ $EUID -eq 0 ] ; then unset HISTFILE fi # Define algunas vari... c/profile.d/*.sh ; do if [ -r $script ] ; then . $script fi done # Aho... <code bash># Setup for /bin/ls to support color, the alias is in /etc/bashrc. if [ -f "/etc/dircolors"
arrays bash @linux:bash
24 Resultats, Darrera modificació:
ag>linux bash pendiente wiki}} /via: [[http://www.thegeekstuff.com/2010/06/bash-array-tutorial/]] <cal... tax ^Description ^ | **${ARRAY[N]}** | Expands to the value of the index ''N'' in the **indexed** array ''ARRAY''. If ''N'' is a negative number, it's treated as the off
configuración rtorrent(on premise) @linux:debian:seedbox
22 Resultats, Darrera modificació:
rrent. Copy to # ~/.rtorrent.rc and enable/modify the options as needed. Remember to # uncomment the options you wish to enable. # # Based on original .rtor... Gui http://rtgui.googlecode.com/ # # This assumes the following directory structure: # # /Torrents/Down... ee "on_finished") # /Torrents/TorrentFiles/Auto - The 'autoload' directory for rtorrent to use. Place a
linux udisks @linux:filesystem
21 Resultats, Darrera modificació:
a filesystem-level UUID, which is retrieved from the filesystem metadata inside the partition. It can only be read if the filesystem type is known and readable. PARTUUID is a partition-table-level UUID for the partition, a standard feature for all partitions
find - fd @linux:utils
17 Resultats, Darrera modificació:
las =1 es en serie (modo por defecto) * <code>The terminal output of commands run from parallel thr... ver many files. An example of this is calculating the checksum of each individual file within a directo... ': A placeholder token that will be replaced with the path of the search result (documents/images/party.jpg). * ''{.}'': Like {}, but without the file ext
ZSH zmv @linux:zsh
16 Resultats, Darrera modificació:
de> * Something simpler (for basic commands) is the -W option<code bash> zmv -W '*.lis' '*.txt'</code... ne this with noglob, you don't even need to quote the arguments.<code bash>alias mmv='noglob zmv -W' mmv *.c.orig orig/*.c</code> === the code whisperer <code bash>zmv 'Page(*)/shot.jpg' ... th.many.dots.txt" by substituting dots (exept for the last # one!) with a space $ touch {1..20}-file.
fichero .ssh/config @linux:ssh
13 Resultats, Darrera modificació:
es comunes a varios servidores.<code>Host *.co.uk The following pattern would match any host in the 192.168.0.[0-9] network range: Host 192.168.0.? A patte... within pattern-lists may be negated by preceding them with an exclamation mark (‘!’). For example, to... from anywhere within an organisation except from the “dialup” pool, the following entry (in authorized
NFS @linux:tcpip
13 Resultats, Darrera modificació:
-only filesystem. Remote NFS clients can’t modify the filesystem. * hard: Applications using files stored on an NFS will always wait if the server goes down. User cannot terminate the process unless the option intr is set. * soft: Applications using files stored on an NFS will wa
127.0.0.1 VS 127.0.1.1 @linux:dns
12 Resultats, Darrera modificació:
s 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 in the ''/etc/hosts'' file. In the absence of a name server, any network program on your system consults this file to determine the IP address that corresponds to a host name. The
Uncomplicated Firewall @linux:ufw
12 Resultats, Darrera modificació:
30 segundos (sospechas) * status: displays if the firewall is active or inactive * show: displays the current running rules on your firewall * reset: disables and resets the firewall to default * reload: reloads the current running firewall * disable: disables the fir
PS1 @linux:bash
11 Resultats, Darrera modificació:
e_git_branch { if we_are_in_git_work_tree then local BR=$(git rev-parse --symbolic-full-nam... f HEAD 2> /dev/null) if [ "$BR" == HEAD ] then local NM=$(git name-rev --name-only HEAD... v/null) if [ "$NM" != undefined ] then echo -n "@$NM" else git rev-parse --shor... e_git_status { if we_are_in_git_work_tree then local ST=$(git status --short 2> /dev/null)
dpkg @linux:aptget
10 Resultats, Darrera modificació:
ZSH @linux:zsh
9 Resultats, Darrera modificació:
zsh-autoenv @linux:zsh:oh-my-zsh
9 Resultats, Darrera modificació:
info hard @linux:hard
8 Resultats, Darrera modificació:
ejecutar el primer o último día del mes @linux:scripts
8 Resultats, Darrera modificació:
Tareas Server @linux:scripts
8 Resultats, Darrera modificació:
anacron @linux:cron
7 Resultats, Darrera modificació:
permisos @linux:filesystem
7 Resultats, Darrera modificació:
Linux Mint 18 @linux:mint
7 Resultats, Darrera modificació:
configuración/uso screen @linux:debian:seedbox
7 Resultats, Darrera modificació:
awk @linux:bash
6 Resultats, Darrera modificació:
backup, encriptado y copia a remoto @linux:scripts
6 Resultats, Darrera modificació:
Twitter desde linea de comando @linux:scripts
6 Resultats, Darrera modificació:
configuración ssh server (/etc/ssh/sshd_config) @linux:ssh
6 Resultats, Darrera modificació:
pure-ftpd @linux:paquetes
5 Resultats, Darrera modificació:
DNS @linux:tcpip
5 Resultats, Darrera modificació:
Linux ls @linux:utils
5 Resultats, Darrera modificació:
heredoc (docs emblebed) @linux:bash
4 Resultats, Darrera modificació:
sed @linux:bash
4 Resultats, Darrera modificació:
glusterfs @linux:filesystem
4 Resultats, Darrera modificació:
rtorrent+rutorrent en contenedor @linux:debian:seedbox
4 Resultats, Darrera modificació:
BASH @linux:bash
3 Resultats, Darrera modificació:
instalación rápida debian 6 como seedbox @linux:debian
3 Resultats, Darrera modificació:
debian 9 stretch @linux:debian
3 Resultats, Darrera modificació:
nagios @linux:nagios
3 Resultats, Darrera modificació:
backup 10 minutos al día @linux:scripts
3 Resultats, Darrera modificació:
recopilación de información del sistema @linux:scripts
3 Resultats, Darrera modificació:
control de flujo / testing @linux:scripts
3 Resultats, Darrera modificació:
chroot (enjaulado) @linux:ssh
3 Resultats, Darrera modificació:
varios @linux:ssh
3 Resultats, Darrera modificació:
netplan (ubunut network) @linux:tcpip
3 Resultats, Darrera modificació:
bat, not cat @linux:utils
3 Resultats, Darrera modificació:
ZSH install @linux:zsh
3 Resultats, Darrera modificació:
Instal·lació Linux Server Ubuntu 20.04.3 @linux:install:server
3 Resultats, Darrera modificació:
apt-get @linux:aptget
2 Resultats, Darrera modificació:
comandos bash @linux:bash
2 Resultats, Darrera modificació:
Estructuras de control y bucles @linux:bash
2 Resultats, Darrera modificació:
grub @linux:bash
2 Resultats, Darrera modificació:
Zona Horaria @linux:bash
2 Resultats, Darrera modificació:
at @linux:cron
2 Resultats, Darrera modificació:
debian 10 "Buster" @linux:debian
2 Resultats, Darrera modificació:
debian installs @linux:debian
2 Resultats, Darrera modificació:
Filesystem Hierarchy Standard @linux:fsh
2 Resultats, Darrera modificació:
mount @linux:mount
2 Resultats, Darrera modificació:
pi-hole @linux:paquetes
2 Resultats, Darrera modificació:
Linux remote desktops @linux:remote-desktop
2 Resultats, Darrera modificació:
select @linux:scripts
2 Resultats, Darrera modificació:
seedbox @linux:seedbox
2 Resultats, Darrera modificació:
ip @linux:tcpip
2 Resultats, Darrera modificació:
glusterfs vagrant POC @linux:filesystem:glusterfs
2 Resultats, Darrera modificació:
private internet access (PIA) @linux:paquetes:openvpn
2 Resultats, Darrera modificació:
Gestión paquetes @linux:aptget
1 Resultats, Darrera modificació:
alias @linux:bash
1 Resultats, Darrera modificació:
dd @linux:bash
1 Resultats, Darrera modificació:
debug en bash @linux:bash
1 Resultats, Darrera modificació:
environment @linux:bash
1 Resultats, Darrera modificació:
grep @linux:bash
1 Resultats, Darrera modificació:
linux ifs @linux:bash
1 Resultats, Darrera modificació:
Locales @linux:bash
1 Resultats, Darrera modificació:
linux communications @linux:comm
1 Resultats, Darrera modificació:
LUKS: sistema encriptación particiones debian @linux:filesystem
1 Resultats, Darrera modificació:
KDE @linux:kde
1 Resultats, Darrera modificació:
Configuración ProFTPd @linux:paquetes
1 Resultats, Darrera modificació:
rclone @linux:rclone
1 Resultats, Darrera modificació:
getopts @linux:scripts
1 Resultats, Darrera modificació:
hack de Kenneth Peiruza, para novatos @linux:scripts
1 Resultats, Darrera modificació:
mysqldump @linux:scripts
1 Resultats, Darrera modificació:
Protocolo de Backup @linux:scripts
1 Resultats, Darrera modificació:
rsync.sh @linux:scripts
1 Resultats, Darrera modificació:
MasterControl + MasterPath @linux:ssh
1 Resultats, Darrera modificació:
Conexión RDP con tunneling (y VPN) @linux:ssh
1 Resultats, Darrera modificació:
sudo @linux:sudo
1 Resultats, Darrera modificació:
dig @linux:tcpip
1 Resultats, Darrera modificació:
ss @linux:tcpip
1 Resultats, Darrera modificació:
usuarios y grupos @linux:users
1 Resultats, Darrera modificació:
Wake On Lan (WOL) @linux:utils
1 Resultats, Darrera modificació:
ZSH Globbing (extended) @linux:zsh
1 Resultats, Darrera modificació:
oh-my-zsh @linux:zsh
1 Resultats, Darrera modificació:
ZSH prompt @linux:zsh
1 Resultats, Darrera modificació:
rsyslogd @linux:log:rsyslogd
1 Resultats, Darrera modificació: