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
  • 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
  • Virtual LAN Virtual LAN Understanding VLAN 1
    223 bytes (7 words) - 13:20, 18 May 2022
  • --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
  • 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
  • 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
  • /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
  • 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
  • conf_mount_rw (ufs support is ro here) mount -o loop,ro,ufstype=ufs2 -t ufs pfSense-1.2.2-Embedded.img /mnt/loop   Seems it's a matter of waiting for a bit. Could
    874 bytes (75 words) - 12:44, 29 September 2021
  • sysprep setup not fully automate prompt end user for admin pass log in as admin 1 time after filling everything in the dialog hangs, this is normal, just cancel
    2 KB (164 words) - 20:10, 20 October 2008
  • postfix systemd-analyze blame Using routes: routes: - to: default via: 192.168.1.1 resolvectl status Edit the netplan file netplan generate netplan apply Means
    4 KB (295 words) - 22:19, 10 December 2023
  • MOUNTPOINT loop0 7:0 0 200G 1 loop ├─loop0p1 259:0 0 251M 1 part ├─loop0p2 259:1 0 3.9G 1 part └─loop0p3 259:2 0 195.9G 1 part   mount /dev/loop0p3 /mnt/loop/
    7 KB (664 words) - 14:52, 7 May 2024
  • openssl s_client -connect www.example.com:443 -tls1 openssl s_client -connect www.example.com:443 -tls1_1 or when vhost: openssl s_client -servername vhost
    11 KB (1,097 words) - 11:12, 1 March 2024
  • iptables -I INPUT .... -m comment --comment="some comment" -stop syslog -dmesg -n 1 -start syslog ??   ?? Means kernel module not loaded -j LOG --log-prefix="FOO"
    1 KB (102 words) - 16:38, 10 February 2023
  • esxtop https://blogs.vmware.com/vsphere/2012/11/configuring-snmp-v1v2cv3-using-esxcli-5-1.html https://docs.vmware.com/en/VMware-vSphere/6.0/com.vmware.vsphere
    2 KB (250 words) - 10:21, 31 October 2023
  • cpp:281: error: cannot convert 'ByteIOContext' to 'ByteIOContext*' for argument '1' to 'int url_fclose(ByteIOContext*)' just fix line 281 :) find option "image
    1 KB (160 words) - 20:06, 14 May 2022
  • Disconnect reasons (from ESP8266WiFiType.h): WIFI_DISCONNECT_REASON_UNSPECIFIED = 1, WIFI_DISCONNECT_REASON_AUTH_EXPIRE = 2, WIFI_DISCONNECT_REASON_AUTH_LEAVE
    2 KB (244 words) - 23:42, 3 February 2021
  • Host: scsi7 Channel: 00 Id: 00 Lun: 00 Vendor: VMware Model: Virtual disk Rev: 1.0 Type: Direct-Access ANSI SCSI revision: 02 In this case your scsi device
    1 KB (183 words) - 11:30, 17 April 2024
  • profiles DNS Administration Automated Samba + LDAP Installation For FreeBSD 7.1 Samba&LDAP doc smbldap-tools Samba-LDAP on Debian Debian Samba 3 / LDAP / PHP
    8 KB (643 words) - 15:40, 17 October 2023
  • file size specified in OVF descriptor for 'foo-disk001.vmdk' (specified: -1, actual 24349902848). " In that case try ovtool --lax foo.ova foo.vmx
    2 KB (134 words) - 10:12, 28 August 2023
  • WGET=/usr/local/bin/wget #and now the script itself cd $LOCATION || exit -1 $WGET --timestamping http://ftp.tiscali.nl/sanesecurity/phish.ndb.gz && ${GUNZIP}
    3 KB (291 words) - 15:10, 30 November 2023
  • away and try again? git status File has to be added again   try GIT_TRACE=1 commit ... and run the command it suggests but your problably forgot to  git
    3 KB (194 words) - 12:53, 7 March 2024
  • /dev/sdb2 /dev/sdc2 mdadm --stop /dev/md0 mdadm /dev/md0 --re-add /dev/sdc1 Just cat /proc/mdstat From man md: echo check > /sys/block/md0/md/sync_action
    2 KB (138 words) - 15:41, 15 April 2024
  • conf jail_enable="YES" jail_list="jail1" jail_jail1_rootdir="/jails/jail1" jail_jail1_hostname="jail1" jail_jail1_ip="10.0.0.16" Handbook about jails, just
    2 KB (262 words) - 12:22, 11 November 2010
  • metadata: pvck /dev/sdb1   https://www.tecmint.com/take-snapshot-of-logical-volume-and-restore-in- lvcreate --size 1G --snapshot --name snap-1 /dev/myvg/mylv where
    9 KB (776 words) - 11:06, 31 January 2024
  • arc_meta_used > arc_meta_limit zpool status zfs list zfs list -a raidz1: N/(N-1) * IOPS raidz2: N/(N-2) * IOPS raidz3: N/(N-3) * IOPS Looks like you just
    11 KB (997 words) - 15:23, 15 April 2024
  • 101.conf |head -n 1 | cut -d ' ' -f 2 ?? grep -l "name: <NAME>" /etc/pve/nodes/*/qemu-server/*conf| sed 's/^.*\/\([0-9]*\)\.conf/\1/g'   Remove the CD :)
    18 KB (1,697 words) - 15:54, 6 May 2024
  • Ethernet bonding (trunking), Link Aggregation (lagg) RHEL doc about bonding bonding Bonding interfaces Bonding on Debian Link Aggregation and High Availability
    1 KB (114 words) - 12:41, 10 October 2023
  • me how to find the documentation there, what a mess http://laic.u-clermont1.fr/~mr/linux/spamass-milter_postfix_en.html luckily man spamass-milter is helpful
    831 bytes (106 words) - 13:29, 24 February 2011
  • dpkg-reconfigure locales and restart apache. That's when running an old plugin on 1.5x, see: http://www.squirrelmail.org/docs/devel/devel-2.html It means validate
    2 KB (177 words) - 14:13, 11 August 2015
  • journalctl --vacuum-time=10d or journalctl --vacuum-size=1G /etc/systemd/journald.conf SystemMaxUse=1G and then systemctl restart systemd-journald.service
    473 bytes (36 words) - 10:25, 26 April 2023
  • foo.bar" Before searching more try clearing browser cache. refresh browser -1:15:00 on  = Open offf = Closed   In a group: Open + Closed = Open     "platform"
    7 KB (599 words) - 23:17, 4 February 2024
  • that case remove that IP/network from ignore_target_hosts exim -bp exim -Mvb 1gKM2x-0004ti-Lj exim -bp|grep frozen|awk '{print $3}' |xargs exim -Mrm
    950 bytes (90 words) - 13:39, 25 April 2024
  • Click on A1, View->Freeze cells->Row
    108 bytes (7 words) - 12:15, 13 December 2023
  • page_name=knowledgebase&menuaction=phpbrain.uikb.view_article&art_id=24&printer=1 icalsrv not enabled in configuration (where was that again?) iCal: http://yourserver
    3 KB (355 words) - 17:59, 14 December 2009
  • apache_accesses munin-node-configure --shell munin-node-configure --snmp gw1|sh Category:Monitoring
    456 bytes (27 words) - 10:02, 16 August 2016
  • archlinux.org/title/XFS Understanding xfs_info output xfs_db -r -c frag /dev/sdc1 https://xfs.org/index.php/FITRIM/discard
    365 bytes (24 words) - 12:37, 6 May 2022
  • Start with looking at lsof +L1 or lsof -nP |grep deleted Other keywords: fstrim discard prune
    103 bytes (16 words) - 14:05, 19 May 2022
  • python-xml python-lxml python-libxslt1 python-tz python-imaging python-vobject lxml psycopg:0 (slotted version 1 ) dev-python/pytz python-tz ( on debian
    3 KB (462 words) - 12:42, 4 June 2009
  • password: "{{ lookup('csvfile',item.key + ' file=/etc/shadow delimiter=: col=1' ) }}" with_dict: accounts #ssh keys - name: userkeys authorized_key: user={{
    7 KB (496 words) - 14:58, 18 April 2024
  • -PhysDrv [7:11] -a1 Show manufacturer, mode, revision etc of a drive megarc -phys -a0 -ch0 -id2 MegaCli -pdInfo -PhysDrv [7:11] -a1
    813 bytes (107 words) - 17:26, 5 March 2010
  • networkcomputing.com/unixworld/security/004/004.txt.html;jsessionid=0KEBDYR20AZD3QE1GHPCKHWATMY32JVN Hardening the TCP/IP stack to SYN attacks nmap
    435 bytes (32 words) - 10:29, 5 September 2019
  • Check if you have /dev/ptp1 or something and fix the refclock line in /etc/chrony.conf accordingly
    198 bytes (18 words) - 17:08, 10 August 2022
  • check_something fails, since it expects one more argument. call 'check_nrpe_1arg' instead. That's apache missing read rights to the path. Another rather
    2 KB (270 words) - 18:30, 12 May 2016
  • /dev/sgXX <host_number> <bus> <scsi_id> <lun> <scsi_type> <disk> /dev/sg11 7 0 1 0 0 /dev/sdl <scsi_id> is VD(DID?) in storcli output, this is not always same
    3 KB (351 words) - 13:35, 26 April 2024
  • org/Variables lmtp Create file quotawarning.te: module dovecot-quota-warning 1.0; require { type dovecot_t; type dovecot_deliver_exec_t; class file { read
    3 KB (309 words) - 21:55, 26 February 2022
  • http://www.redhat.com/docs/manuals/linux/RHL-7.3-Manual/ref-guide/s1-email-fetchmail.html http://www.catb.org/~esr/fetchmail/fetchmail-FAQ.html a bug,
    491 bytes (63 words) - 10:22, 26 August 2008
  • Ethernet->Lan1->Advanced->Advance pxe server: 10.11.12.13 pxe boot loader file: pxelinux.0 http://www.kegel.com/linux/pxe.html PXE booting PXE boot almost
    723 bytes (56 words) - 11:25, 24 August 2022
  • https://wiki.ubuntu.com/Soekris http://doc.m0n0.ch/handbook/faq-ipalias.html 19200 8N1n Ctrl-P http://wiki.soekris.info/Updating_Bios set ConSpeed=9600 set ConLock=enabled
    392 bytes (37 words) - 17:20, 22 August 2008
  • in one case solved by running on one/first node: pveceph mgr destroy pvetest1 pveceph mgr create
    1 KB (72 words) - 17:18, 3 August 2022
  • g_Brd_Web.pdf   The ESP-PROG with JTAG shows 2 com ports( ttyUSB0 + ttyUSB1)     red: on 3.3V?? green: uploading data blue: receiving data   For programming
    1 KB (101 words) - 15:23, 20 March 2021
  • reserved space as a percentage of the initial reserved space. Decreases down to 1, then start hoping. It might still last a while. Amount of data written so
    5 KB (361 words) - 14:02, 16 April 2024