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
  • (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
  • 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
  • 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
  • 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
  • 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
  • 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
  • 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
  • "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
View (previous 50 | ) (20 | 50 | 100 | 250 | 500)