Search results

From DWIKI
  • proxy. UserParameter=pingtime[*],fping -e $1|sed 's/^.*(\([0-9].*\) ms).*$/\1/g' UserParameter=pingalive[*],fping $1|grep -q alive;echo $?     Could mean you
    15 KB (1,158 words) - 13:10, 30 April 2024
  • /proc/fs/nfs/exports Not all are currently active cat /var/lib/nfs/rmtab IP=`ip route get 1 | awk '{print $NF;exit}'` netstat -an | grep $IP | grep 2049 | awk '{ print
    2 KB (144 words) - 11:05, 13 May 2024
  • Lightweight Directory Access Protocol In computer networking, the Lightweight Directory Access Protocol, or LDAP ("ell-dap"), is a networking protocol
    8 KB (659 words) - 11:32, 14 June 2023
  • Stream Editor Sed - An Introduction and Tutorial by Bruce Barnett try 's/... instead of '/... \s try tr instead: tr -d '\n' < file sed -i
    370 bytes (24 words) - 16:44, 25 April 2024
  • telnet-or-openssl/ smtpd_tls_protocols = TLSv1.2, TLSv1.3 smtpd_tls_mandatory_protocols = TLSv1.2, TLSv1.3 smtpd_tls_exclude_ciphers = EXP, LOW, MEDIUM
    11 KB (1,100 words) - 10:12, 29 April 2024
  • all none none proxy -Cn wasrv -v 2c -c public 10.1.0.11 .1.3 proxy -Cn wbsrv -v 2c -c public 10.1.0.12 .1.3 Then from your 192.168.0.0/16 network: snmpwalk
    2 KB (229 words) - 17:08, 8 January 2024
  • point at the line problem Server Not Authoritative for zone, Means 208.84.5.1 failed to respond, probably temporarily.
    887 bytes (57 words) - 12:48, 5 July 2023
  • Z -platform minimal --http-port=8080 --ws-port=8081 --auto-connect=1 --dbg-error=1     A systemd problem, fix/override of deconz.service works for me  
    2 KB (214 words) - 21:37, 13 January 2024
  • seek=10G if=/dev/zero of=sparsetest bs=1 count=1 status=none du --block-size=1 sparsetest 8192 sparsetest du --block-size=1 --apparent sparsetest 10737418241
    812 bytes (95 words) - 17:15, 6 October 2023
  • http://www.networksorcery.com/enp/protocol/smtp.htm RFC 3464 [1] 5.5.0 unavailable (bob knows why) 5.1.1 something wrong on exchange sewer, probably user unknown
    846 bytes (73 words) - 10:45, 7 August 2023
  • MOUNT=/mnt/usb STICK=/dev/sdb #mount the iso image mount -o loop ~/systemrescuecd-1.x.iso /mnt/loop ISO=/mnt/loop #gentoo MBR=/usr/share/syslinux/mbr.bin #MBR
    846 bytes (111 words) - 16:05, 6 May 2024
  • ffmpeg -i something.mpg audio.mp3 ffmpeg -i big.gif -filter:v "scale=100:-1" -vframes 1 ff.gif
    216 bytes (20 words) - 13:17, 3 February 2024
  • Borg backup Homepage support keyring for passphrase storage Borg on windows A borg script About upgrading to borg 2 Someone did some benchmarking [ https://vorta
    3 KB (197 words) - 14:46, 11 January 2024
  • Target Getting Started Guide NAME=nvmetest PORT=1 NODENUM=1 cd /sys/kernel/config/nvmet rm -rf ports/1/subsystems/$NAME rmdir ports/$PORT rmdir subsys
    6 KB (623 words) - 13:54, 7 May 2024
  • old way? varnishadm -S /etc/varnish/secret -T 127.0.0.1:6082 url.purge . varnishadm -T 127.0.0.1:6082 url.purge .
    818 bytes (53 words) - 12:12, 21 March 2024
  • move forward 1 char alt-b move back 1 word alf-f move forward 1 word for i in {0..10};do echo $i;done   break   continue HISTTIMEFORMAT="%d/%m/%y %T " To make
    3 KB (295 words) - 11:24, 1 December 2023
  • centos 7.3!) This one gave new disk size! Verified: CentOS 6, Ubuntu 22 echo 1 > /sys/block/sde/device/rescan Only one that seemed to work on (centos7.x)
    4 KB (444 words) - 17:52, 7 April 2024
  • the Limit https://docs.fedoraproject.org/en-US/Fedora_Draft_Documentation/0.1/html/RPM_Guide/ch04s04.html When you want to build rpm's make sure you ~/.rpmmacros
    2 KB (161 words) - 15:44, 20 March 2023
  • 12.13 ;seems unwise to use CNAMES for this @ IN A 10.0.0.1 * IN A 10.0.0.1   dig +short +tries=1 +time=2 test.openresolver.com TXT @$ip Probably a slave/secundary
    2 KB (135 words) - 13:03, 28 February 2024
  • in kernel, cannot determine SWAPIN and IO sysctl -w kernel.task_delayacct=1
    211 bytes (28 words) - 09:37, 11 August 2023
  • Homepage nmap examples nmap -p 80 192.168.1.0/24 nmap -sP 192.168.11.10-20 nmap -O
    258 bytes (20 words) - 14:58, 22 February 2024
  • --with-gnutls --with-libcurl requiring: apt-get install gcc make libsqlite3-dev zlib1g-dev libevent-dev libpcre3-dev libsnmp-dev libopenipmi-dev libgnutls28-dev
    3 KB (190 words) - 17:19, 21 February 2024
  • NameVirtualHost *:80 telnet www.example.com 80 get / HTTP/1.1 <enter> <enter> For a virtual also pass host: get / HTTP/1.1 host: virtual.host.com <enter>   ps aux|grep
    7 KB (499 words) - 15:12, 24 April 2024
  • format Configure IPv6 Addresses And Basic Troubleshooting In Linux dig 1.e.0.1.8.8.8.0.1.0.0.2.ip6.arpa ns Linux IPv6 HOWTO IPv6 on Debian http://www.cyberciti
    3 KB (302 words) - 09:24, 5 June 2023
  • curl -s -o /tmp/foo https://example.com -w '%{http_version}\n' GET / HTTP/1.0 Host: www.example.com List of HTTP status codes RFC 9110 HTTP Semantics
    469 bytes (35 words) - 11:18, 23 August 2023
  • 1.0/Low-Speed 1.5 Mbps White 1.1/Full-Speed 12 Mbps White 2.0/Hi-Speed 480 Mbps Black 3.0/SuperSpeed 5 Gbps Blue 3.1/SuperSpeed 10 Gbps Teal
    348 bytes (6 words) - 15:37, 12 October 2023
  • On of the tools to manage megamaid cards Probably means "didn't find controller i know"
    124 bytes (15 words) - 11:37, 27 September 2022
  • Homepage http://www.impsec.org/~jhardin/antispam/milter-regex.conf Means another fine example of bad error handling
    260 bytes (18 words) - 16:02, 10 December 2009
  • foreign_key_checks=0; and after import COMMIT; SET autocommit=1; SET unique_checks=1; SET foreign_key_checks=1; and turn them back on and try mysqldump --extended-insert
    12 KB (965 words) - 16:00, 3 April 2024
  • (default is 3306) Someone needs spanking. Simple fix in .mytop host=127.0.0.1 (this is not a joke) or socket=/var/run/mysqld/mysqld.sock
    504 bytes (60 words) - 18:29, 29 October 2023
  • change things like IP address, /etc/hostname etc. kvm -name squeeze1 -usbdevice tablet -vnc :1 -hda /dev/drbd0 -cdrom /tmp/debiansqueeze.iso -boot d -m 384 And
    2 KB (217 words) - 11:52, 7 March 2023
  • 7.4, 8.0 Mason 1.26 or newer required. 1.31 or newer advised. Apache 1.3.x advised, 2.x supported. mod_perl Version to match Apache - 1.29 or higher recommended
    2 KB (317 words) - 15:07, 1 September 2006
  • Syncml 1.2 doesn't seem to work, so stick with 1.1 for now
    106 bytes (14 words) - 01:55, 3 December 2007
  • $MOUNT || mkdir $MOUNT mount -t vfat ${STICK}1 $MOUNT if [ ! -e $MBR ];then echo "$MBR not found" exit 1 fi dd if=$MBR of=$STICK cp -aruv $ISO/* $MOUNT
    658 bytes (102 words) - 18:44, 1 March 2009
  • XHTML Basic 1.1
    62 bytes (4 words) - 20:37, 18 July 2007
  • - 1024 )) count=1024 # the first bit dd if=/dev/zero of=$DISK bs=512 count=1 Should be well above 90%
    1 KB (80 words) - 16:54, 27 September 2023
  • python update-alternatives --install /usr/bin/python python $(which python3) 1 deactivate
    779 bytes (37 words) - 17:09, 14 November 2023
  • frequently executed (about 10 seconds). Old GC is processed quickly (within 1 second). Old GC is not frequently executed (once per 10 minutes or more). Is
    3 KB (237 words) - 16:45, 25 April 2024
  • grep -l debconf| sed 's/^.*\/\(.*\)/\1/g;s/.postinst//g' When testing your config file you will find that after 1 try it no longer shows dialog, fix this
    802 bytes (100 words) - 19:57, 29 January 2015
  • Dynamic Memory Management pvesh get /cluster/resources Get current configuration of VM 105 pvesh get /nodes/nuc/qemu/105/status/current Now to get maxmem
    1 KB (127 words) - 15:59, 2 January 2024
  • following values should work: Filesystem: none Hash algorithm: SHA-1 Encryption algorithm: 1 truecrypt /truecrypt.tc truecrypt -vl mkfs.ext2 /dev/mapper/truecrypt0
    405 bytes (51 words) - 15:19, 12 July 2009
  • localhost to start zidestore su - ogo /usr/sbin/ogo-zidestore-1.5 > /tmp/zidestorelog 2>&1 & to connect Sunbird: have WebDAV point to http://your.serve
    788 bytes (96 words) - 14:05, 26 June 2006
  • install php8.1-gd php8.1-mysql php8.1-curl php8.1-mbstring php8.1-intl php8.1-gmp php8.1-bcmath php-imagick php8.1-xml php8.1-zip libapache2-mod-php8.1 Install
    5 KB (417 words) - 11:55, 24 April 2024
  • other data transfers. There are slight differences between SSL 3.0 and TLS 1.0, but the protocol remains substantially the same. The term "TLS" as used
    1 KB (107 words) - 15:46, 17 February 2022
  • up will show it also wants hci0: Failed to load Intel DDC file intel/ibt-20-1-3.ddc   try systemctl status bluetooth.service bluetoothd[836]: profiles/audio/avdtp
    2 KB (129 words) - 20:54, 25 May 2022
  • DEFAULTPIN="0000"; TTYDEV="/dev/ttyUSB0"; if [ $1 ] ; then PIN=$1; else PIN=$DEFAULTPIN; fi echo "at" > $TTYDEV; sleep 1; echo "at+cpin=\"$PIN\"" > $TTYDEV; echo
    1 KB (172 words) - 11:38, 28 February 2009
  • check the rest of this site. to allow all from IP 4.3.2.1: insert into relaytofrom values (0,"4.3.2.1",NULL,NULL,"0000-00-00 00:00:00", "9999-12-31 23:59:59"
    445 bytes (57 words) - 21:55, 25 May 2007
  • curl -I -v --tlsv1.2 --tls-max 1.2 https://www.example.com/ https://stackoverflow.com/questions/50279275/curl-how-to-specify-target-hostname-for-https-request
    303 bytes (39 words) - 11:05, 23 August 2023
  • "Device" Driver "radeon" EndSection Section "Extensions" Option "Composite" "1" EndSection Section "ServerFlags" Option "AIGLX" "On" EndSection http://www
    510 bytes (71 words) - 18:01, 16 August 2009
  • 2 3 * * 0 rsnapshot weekly 2 2 1 * * rsnapshot monthly cd /rsnapshots tar cf - . | cat | (cd /newrsnapshots && tar xbf 1 -) cpdup, cpio etc fail when there's
    384 bytes (40 words) - 21:17, 19 April 2022
  • print 1 or just ipmitool lan print 1 ipmitool -I open lan print ipmitool lan set 1 ipsrc dhcp ipmitool lan set 1 ipsrc static ipmitool lan print 1 ipmitool
    4 KB (411 words) - 15:48, 29 April 2024
  • /ASSP%20V2%20multithreading/ASSP%20V2%20module%20installation/mod_inst.pl.1.46.zip apt-get install libauthen-sasl-perl libberkeleydb-perl libtie-dbi-perl
    3 KB (324 words) - 19:40, 12 September 2023
  • new --tid=1 --targetname iqn.2009-02.com.example:for.all tgtadm --lld iscsi --mode logicalunit --op new --tid 1 --lun 1 -b /var/tmp/iscsi-disk1 tgtadm --lld
    6 KB (561 words) - 10:10, 26 April 2024
  • computer networks. Cfengine is designed to be a part of a computer immune system[1]. It is ideal for cluster management and has been adopted for use all over
    1 KB (113 words) - 10:18, 19 April 2007
  • Tor Homepage [1] Using tor on linux]
    124 bytes (7 words) - 22:52, 7 October 2017
  • --permanent --zone=public --add-rich-rule='rule family="ipv4" source address="1.2.3.4/32" port protocol="tcp" port="4567" accept' --delete-rich-rule same as
    1 KB (125 words) - 17:48, 29 January 2024
  • Virtual LAN Virtual LAN Understanding VLAN 1
    223 bytes (7 words) - 13:20, 18 May 2022
  • http://www.ijs.si/software/amavisd/ More amavis Debian-Sarge and Postfix 2.1 Amavis and SpamAssassin
    382 bytes (25 words) - 21:38, 9 November 2006
  • Hash-based Message Authentication Code [1]
    148 bytes (6 words) - 19:31, 12 March 2018
  • https://www.templatemonster.com/help/prestashop-1-6-x-how-to-manage-modules-and-modules-positions.html Modules->Position Modules->Modules->Theme configurator
    174 bytes (23 words) - 13:08, 6 October 2018
  • com/content/localhost-dns-cache Dnsmasq on Redhat Make sure to have 127.0.0.1 as first line in resolv.conf
    298 bytes (25 words) - 16:56, 20 September 2022
  • Rtorrent cheatsheet Rtorrent shortcuts 1 View: main (filtered) 2 View: name (filtered) 3 View: started
    200 bytes (15 words) - 16:44, 10 December 2023
  • mynet:drbd0" tid=1 op monitor interval="10s" pcs resource create ISCSI0Lun1 ocf:heartbeat:iSCSILogicalUnit target_iqn="iqn.2018-5.mynet:drbd0" lun="1" path="/dev/DRBD/drbd0"
    1 KB (137 words) - 16:44, 10 August 2020
  • master TEST3_DRBD-Clone TEST3_DRBD master-node-max=1 clone-max=2 notify=true master-max=1 clone-node-max=1 --disabled and then pcs resource cleanup TEST3_DRBD
    11 KB (1,179 words) - 11:30, 2 February 2023
  • statistics telnet localhost 11211 >stats settings or echo stats | nc 127.0.0.1 11211
    256 bytes (18 words) - 11:36, 3 May 2022
  • https://en.wikipedia.org/wiki/Public_key_infrastructure OpenSSL PKI Tutorial v1.1 What is PKI Security related stuff Category:Cryptography
    308 bytes (23 words) - 13:52, 8 June 2016
  • https://iniy.org/?p=419&cpage=1#comment-46977 and wrote a oneliner that will reset the right drivers: lspci | grep -i usb| awk '{ print $1 }' | while read ID;do
    682 bytes (110 words) - 15:12, 27 December 2019
  • grep 'Reserved' tune2fs -r 0 /dev/sdd1 Set to 1% tune2fs -m 1 /dev/sdd1 Simply resize2fs /dev/sdc1 resize2fs -P /dev/sdc1 gives you the number of (usually
    516 bytes (51 words) - 13:44, 20 March 2024
  • Homepage redis-cli redis-cli -h 127.0.0.1 -p 6379 info redis-cli FLUSHALL
    183 bytes (16 words) - 19:05, 19 February 2023
  • SCRIPT_FILENAME=/fpm-ping REQUEST_METHOD=GET cgi-fcgi -bind -connect 127.0.0.1:9001
    247 bytes (26 words) - 17:12, 25 May 2023
  • manual http://www.dmoz.org/Computers/Programming/Languages/Awk/ | awk '{sum+=$1} END {print sum}'
    235 bytes (17 words) - 11:00, 10 February 2023
  • policycoreutils-python setsebool -P httpd_can_network_connect 1 setsebool -P httpd_can_network_connect_db 1 setenforce 0 edit /etc/selinux/config (probably not this
    982 bytes (113 words) - 08:56, 27 May 2019
  • - to: default via: fe80::1 It seems to prefer list of addresses in square brackets Try routes: - to: default via: 192.168.10.1
    656 bytes (45 words) - 17:06, 25 March 2024
  • Version control system Homepage The commands Quickstart darcs diff --last 1 fstab
    234 bytes (12 words) - 12:39, 14 September 2016
  • *\] \[MessageLimit\] <HOST> \[Worker_.*\] <HOST> .* \[SMTP Error\] 554 5.7.1 fail2ban-regex /usr/share/assp/logs/maillog.txt /etc/fail2ban/filter.d/assp
    1 KB (106 words) - 10:55, 19 October 2023
  • old-releases.ubuntu.com sysctl: net.ipv6.conf.default.disable_ipv6=1 net.ipv6.conf.all.disable_ipv6=1 /etc/default/locale locale-gen dpkg-reconfigure keyboard-configuration
    3 KB (268 words) - 14:16, 1 May 2024
  • instead of `when: var == ""`. Instead of when: (foo == 1 and bar == 0) == false use when: not (foo == 1 and bar == 0) Sometimes fixed by adding changed_when:
    558 bytes (49 words) - 17:46, 23 February 2024
  • Homepage FreeBSD jail? sysctl security.jail.sysvipc_allowed=1
    167 bytes (9 words) - 10:57, 29 September 2017
  • -d /var/bonnie -s 4G -m $HOSTNAME -b -u youruser | tee /tmp/bonnie tail -n 1 /tmp/bonnie | bon_csv2html > bonnie.html
    336 bytes (31 words) - 10:18, 6 October 2023
  • /bin/bash PRIV=$1 PUB=$2 TEMP64=/tmp/public.key.b64 TEMP=/tmp/public.key cat $PUB |grep _domainkey |grep -v ^\;| sed 's/.*\"p=\(.*\)/\1/'| sed 's/[\" ]//g'
    4 KB (411 words) - 14:43, 22 March 2024
  • ldap-users.cf dovecot_destination_concurrency_limit = 1 dovecot_destination_recipient_limit = 1 virtual_transport = dovecot #this makes sure alias gets
    7 KB (1,021 words) - 18:35, 16 October 2011
  • separate port for this, but might avoid problems Listen 127.0.0.1:89 <Virtualhost 127.0.0.1:89> <Location /fpm-status> Require host localhost ProxyPass u
    3 KB (261 words) - 11:25, 26 April 2023
  • Cascading Style Sheets, level 1 Cascading Style Sheets, level 2 my notes http://www.alistapart.com/topics/ CSS Zen Garden CSS 'Programming' Taming Lists
    843 bytes (45 words) - 16:50, 14 February 2011
  • nections-using-nmcli-tool-in-linux/ nmcli con mod ens01 ipv4.dns "127.0.0.1 192.168.12.6 62.212.131.101" For example when getting errors about do-add-ip6-address
    510 bytes (60 words) - 13:40, 3 October 2023
  • 1 second on, 3 seconds off, which is the code for "SPEAKER_HOTSPARE_ENTRY https://serverfault.com/questions/651933/lsi-megaraid-alarm-clearing-hotspare
    330 bytes (41 words) - 13:23, 26 April 2024
  • just look at here for more clues. Noodle OGo There's some problems with the 3.1 deb: it fails to install several dependencies: libfoundation-tools zope-epoz
    674 bytes (68 words) - 18:11, 20 October 2006
  • certificate hasn't expired The tip: Config editor security.tls.version.min set to 1 does NOT work
    370 bytes (31 words) - 13:55, 1 December 2022
  • Recover an interrupted yum package installation In /etc/yum.conf: exclude=package1 package2 yum list installed yum list installed | grep @epel yum repolist or
    3 KB (248 words) - 16:04, 1 May 2024
  • Non-capturing group, so creating a back-reference txt2regex ZZ pcre '\d{1,3}[-x.]\d{1,3}[-x.]\d{1,3}'
    459 bytes (47 words) - 14:08, 29 January 2024
  • remotehost 'some command' Create script ~/runssh #!/bin/bash # open ssh url url=$1 protocol=${url//:*/} machine=${url//*:\/\//} machine=${machine%/} konsole -e
    6 KB (600 words) - 11:42, 25 April 2024
  • /etc/needrestart/needrestart.conf state: present backrefs: true regexp: '^(foo.*)' line: '# \1' - name: Check for rotate setting lineinfile: path: "Template:Rotatepath" regex:
    2 KB (216 words) - 16:29, 18 March 2024
  • org/software/hurd/microkernel/mach/gnumach/ports/xen/networking_configuration.html [1] Xen on Gentoo Xen wiki Xen on Debian Squeeze dom0 Xen cluster howto http://lcmc
    2 KB (213 words) - 17:11, 31 August 2023
  • How are passwords stored in Linux (Understanding hashing with shadow utils) $1 = MD5 hashing algorithm. $2 =Blowfish Algorithm is in use. $2a = eksblowfish
    883 bytes (72 words) - 13:16, 3 November 2022
  • io/2008/12/03/reducing-inode-and-dentry-caches-to-keep-oom-killer-at-bay/ Clear cache: echo 1 > /proc/sys/vm/drop_caches To free/clear all caches: echo 3 > /proc/sys/vm/drop_caches
    602 bytes (76 words) - 13:59, 29 October 2021
  • password . LIST "" "*" . CAPABILITY . GETQUOTAROOT INBOX . EXAMINE INBOX . FETCH 1 all . LOGOUT imapcp mailsync imapsync offlineimap mbsync/isync
    855 bytes (64 words) - 16:41, 24 September 2022
  • MegaCli Cheat sheet SCSI codes Online expansion of Raid-1 Megacli to storcli cross reference Hardware Raid Setup using MegaCli http://tools.rapidsoft.
    3 KB (242 words) - 12:00, 3 May 2023
  • "gpt-4", "messages": [{"role": "user", "content": "'"$A"'", "temperature": 0.1}] }' |\ jq '.choices[].message.content' | sed 's/\\n/\n/g' | sed 's/\\"/"/g'
    798 bytes (98 words) - 20:36, 31 March 2024
  • /var/db/pkg gpt create mfid1 create a 'slice' of 200000 sectors (this will automagically create /dev/mfid1p1 gpt add -s 2000000 mfid1 create one taking up the
    5 KB (511 words) - 11:46, 11 July 2012
  • BINLOG EVENTS CHANGE MASTER TO 'repouser'@'masterserver' #future feature (5.1.something+) (doesn't really seem to work as expected?) slave_exec_mode=IDEMPOTENT
    2 KB (246 words) - 14:22, 30 October 2017
  • unix:/run/php/php-fpm.sock; # fastcgi_pass 127.0.0.1:9001; } location = /fpm-ping { access_log off; allow 127.0.0.1; deny all; fastcgi_param SCRIPT_FILENAME $
    4 KB (387 words) - 11:39, 13 May 2024
View (previous 100 | ) (20 | 50 | 100 | 250 | 500)