4 Ways to Speed Up SSH Connections in Linux
You can enable this in your ~/.ssh/config file.
You can enable this in your ~/.ssh/config file.
FG04-IAD2 (1) # set categorycategory ID 0 Unrated1 Drug Abuse2 Alternative Beliefs3 Hacking4 Illegal or Unethical5 Discrimination6 Explicit Violence7 Abortion8 Other Adult Materials9 Advocacy Organizations11 Gambling12 Extremist Groups13 Nudity and Risque14 Pornography15 Dating16 Weapons (Sales)17 Advertising18 Brokerage and Trading19 Freeware and Software Downloads20 Games23 Web-based Email24 File Sharing and Storage25 Streaming Media and Download26 Malicious […]
/usr/local/cpanel/scripts/sysup/usr/local/cpanel/scripts/check_cpanel_rpms –fix [[email protected] www]# /scripts/check_cpanel_rpms –fix [2020-05-15 22:43:38 -0700] [2020-05-15 22:43:38 -0700] Problems were detected with cPanel-provided files which are RPM controlled. [2020-05-15 22:43:38 -0700] If you did not make these changes intentionally, you can correct them by running: [2020-05-15 22:43:38 -0700] [2020-05-15 22:43:38 -0700] > /usr/local/cpanel/scripts/check_cpanel_rpms –fix [2020-05-15 22:43:38 -0700] The following RPMs are […]
/opt/cpanel/ea-php73/root/usr/bin/php -d allow_url_fopen=1 -d zend.detect_unicode=0 $(which composer) update
setup remote ping check Monitoring response-time via NSClient++ Add a command to NSClient++’s configuration file custom.ini:command[check_ping]=C:\plugins\check_ping.exe -H $ARG1$ -w $ARG2$ -c $ARG3$ Add a command to NSClient++’s configuration file op5.ini check_ping = cmd /c scripts\op5\check_ping.exe -H $ARG1$ -w $ARG2$ -c $ARG3$
Client asked to update our cert to their adfs. Couldn’t find a good way to troubleshoot this using google so started to examine all the configuration files in /etc/shibboleth. Led me to federationmetadata.xml. Found section keydescriptor that looked like a certificate so I added a new section with the new cert. <KeyDescriptor use=”signing”> <KeyInfo xmlns=”http://www.w3.org/2000/09/xmldsig#”> […]
Use Firefox and you’ll be able to download the file.
http://67.198.232.40/speedtest/
set ssl encrypt 3des sha-1
How to Install Redis Server on CentOS 7 http://redis.io/topics/quickstart
https://github.com/elkarbackup/elkarbackup ElkarBackup is a free open-source backup solution based on RSync/RSnapshot Automated Rsync Backup Here’s how to setup an automated backup process using Rsync. 1. Test rysnc using a password. Here we will be copying files from /src-dir to /dest-dir on [email protected] 1 > rsync -rvz -e ‘ssh -p 22’ –progress /src-dir [email protected]:/dest-dir 2. […]
Notice the threads are different
You can still add a passphrase to a private key even after a certificate is generated. openssl rsa -des3 -in your.key -out your.encrypted.key mv your.encrypted.key your.key the -des3 tells openssl to encrypt the key with DES3. remove it openssl rsa -in your.key -out your.open.key you will be asked for your passphrase one last time by […]
svchost.exe high cpu on windows 7 used process explorer to figure out what service is taking up all the cpu. process explorer is a free tool from microsoft. found it was dnscache. read here to try disabling the dns service. I disabled the service and DNS resolution was working, but after a while it would stop […]
http://stackoverflow.com/questions/17341122/link-and-execute-external-javascript-file-hosted-on-github
I downloaded tftpserver for mac os x from here. It uses /private/tftpboot as the path. go to console and type chmod 777 /private/tftpboot when you try to upload a file you will get access violation. You must first create the file so it can be overwritten.
Headache: [ERROR] WSREP: failed to open gcomm backend connection: 131: invalid UUID: 00000000 (FATAL) at gcomm/src/pc.cpp:PC():271 Solution: rename /var/lib/mysql/gvwstate.dat to /var/lib/mysql/gvwstate.dat.bak service mysql start https://github.com/codership/galera/issues/354
On Linux you can use the command virt-what [[email protected]]# virt-what vmware
I used the export all products dataflow as a template then started modifying it from there. Put configurable product at the end. Added + in front of image url so that it will not add as exclude image http://magento.stackexchange.com/questions/29891/magmi-images-excluded added 3 columns: media_gallery,super_products_sku,configurable_attributes http://stackoverflow.com/questions/16166425/magmi-importing-configurable-product Used magmi to import the csv http://sourceforge.net/projects/magmi/ in magmi enabled itemprocessors, “Magmi Optimizer, Magmi Magento […]
Problem: “PHP message: PHP Fatal error: Class ‘SoapClient’ not found in /usr/share/nginx/html/app/code/core/Mage/Usa/Model/Shipping/Carrier/Fedex.php on line 134” while reading response header from upstream, client: 173.197.173.75, server: papertine.com, request: “GET /zeki893.php HTTP/1.1”, upstream: “fastcgi://127.0.0.1:9000”, host: “papertine.com” Fix: yum install php-soap
https://www.digitalocean.com/community/tutorials/understanding-nginx-server-and-location-block-selection-algorithms https://www.digitalocean.com/community/tutorials/understanding-and-implementing-fastcgi-proxying-in-nginx https://www.digitalocean.com/community/tutorials/how-to-setup-fastcgi-caching-with-nginx-on-your-vps https://rtcamp.com/wordpress-nginx/tutorials/single-site/fastcgi-cache-with-purging/ https://serversforhackers.com/nginx-caching/ http://myjeeva.com/php-fpm-configuration-101.html https://github.com/nicolargo/varnish-nginx-wordpress
https://www.prestashop.com/forums/topic/328432-display-features-in-invoice/
observium server on ubuntu http://www.observium.org/docs/debian_ubuntu/ observium agent wget http://x.x.x.x/apache wget http://x.x.x.x/mysql wget http://x.x.x.x/nginx ubuntu #setup agent apt-get -y install xinetd wget cd /etc/xinetd.d/ wget http://x.x.x.x/observium_agent_xinetd cd /usr/bin/ wget http://x.x.x.x/observium_agent chmod 775 /usr/bin/observium_agent mkdir /usr/lib/observium_agent mkdir /usr/lib/observium_agent/local service xinetd restart #monitor with mysql agent apt-get -y install php5-cli php5-mysql cd /usr/lib/observium_agent/local wget http://x.x.x.x/mysql chmod 775 mysql […]
To manage every aspect of the user database, you use the usermod tool. To change username (it is probably best to do this without being logged in): usermod -l newUsername oldUsername This however, doesn’t rename the home folder. To change home-folder, use usermod -d /home/newHomeDir -m newUsername after you changed the username.
DuckDuckGo Donates $100,000 Among Four FOSS Projects https://securedrop.org/ https://www.eff.org/privacybadger https://tails.boum.org/ https://gpgtools.org/gpgsuite.html
this was my original code (function(d, s, id) { var js, fjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) return; js = d.createElement(s); js.id = id; js.async = true; js.src = “//connect.facebook.net/{/literal}{$st_lb_locale}{literal}/all.js#xfbml=1; fjs.parentNode.insertBefore(js, fjs); }(document, ‘script’, ‘facebook-jssdk’)); I tried to add FB.init above it with app id but I get an error that FB.init was already called. FB.init […]
~ # TERM=xterm esxtop http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&cmd=displayKC&externalId=2001448
http://slaptijack.com/system-administration/os-x-not-appending-search-domains-yosemite-edition/
I need to check out grafana http://www.rackspace.com/blog/use-grafana-for-all-of-your-monitoring-data-rackspace-or-otherwise/?mkt_tok=3RkMMJWWfF9wsRoku6rNcu%2FhmjTEU5z16OguUK%2B3hZl41El3fuXBP2XqjvpVQcBrMbzORw8FHZNpywVWM8TILNQVt8RvLAziCm4%3D
this guys is a genius http://kb.stonegroup.co.uk/index.php?View=entry&EntryID=195 The part that worked for me was the php script converting multicast to unicast. Follow instructions on setting that up and worked for me.
check out the article from backblaze https://www.backblaze.com/blog/best-hard-drive/
memcached and memcache not the same http://stackoverflow.com/questions/2659035/php-memcached-fatal-error-class-memcache-not-found
#yum install memcached #yum install libmemcached Even though memcached is happily running on the server, it’s not accessible from PHP without the PECL extension. Fortunately this is a very easy process, just use the pecl command. # pecl install memcache https://linuxnlenux.wordpress.com/2013/07/28/memcache-installation-in-cpanel-server-via-yum/
No doubt that I would agree with the parent 100%. GIMP may be acceptable for casual doodler or cropping photos, but it ultimately a complete waste of time for any professional accustomed to a plethora of serious tools and a myriad of features used daily to make a living. We don’t even have to discuss […]
After running sudo discoveryutil mdnsactivedirectory yes in the terminal we’re able to resolve .local FQDNs again. This gets it to use regular (unicast) DNS for .local domains rather than just using multicast DNS (mDNS, aka Bonjour) to look-up .local addresses. Place the following file in /Library/LaunchDaemons: https://gist.github.com/CodingMinds/509bd12a7c7e22f0cfdd https://discussions.apple.com/thread/6611817?start=15&tstart=0
100 MB : Code: dd if=/dev/zero of=file.out bs=1MB count=100 500 MB : Code: dd if=/dev/zero of=file.out bs=1MB count=500
http://www.mynetworktest.com/index.php
About time VMWARE! http://www.tinkertry.com/a-simple-upgrade-to-vmware-vsphere-client-5-5-regains-your-ability-to-edit-hardware-version-10-vms-even-without-vsphere-web-client/
modify /etc/hostname modify /etc/hosts service hostname restart
dmesg | grep eth look for ethX interface modify /etc/network/interfaces auto eth0 iface eth0 inet static address 98.126.58.2 netmask 255.255.255.248 gateway 98.126.58.1 dns-nameservers 8.8.8.8 4.2.2.2 dns-search itheadaches.com
http://forums.nas4free.org/viewtopic.php?f=72&t=210
I found this in my theme_options.phtml Try ‘grep -ri google *’ to find it in your phtml files. • Locate this line on your HTML page (or template): link href=’http://fonts.googleapis.com/css?famil…’ rel=’stylesheet’ type=’text/css’ • And change it to this: link href=’//fonts.googleapis.com/css?family=Dosis:400,700′ rel=’stylesheet’ type=’text/css’
http://www.freebsd-corp-net-guide.com/technotes/fixit.html
sed -i ‘/pattern to match/d’ filename I used * for filename to search every file in the folder.
rpm -ivh http://dl.fedoraproject.org/pub/epel/6/i386/epel-release-6-8.noarch.rpm error: Error: Cannot retrieve metalink for repository: epel. Please verify its path and try again go edit /etc/yum.repos.d/epel.repo. remove comment from baseurl change #baseurl=http://dl.fedoraproject.org/pub/epel/6/$basearch mirrorlist=https://mirrors.fedoraproject.org/metalink?repo=epel-6&arch=$basearch to baseurl=http://dl.fedoraproject.org/pub/epel/6/$basearch #mirrorlist=https://mirrors.fedoraproject.org/metalink?repo=epel-6&arch=$basearch error: http://download.fedoraproject.org/pub/epel/6/i386/repodata/repomd.xml: [Errno 14] PYCURL ERROR 22 – “The requested URL returned error: 503” Trying other mirror. Error: Cannot retrieve repository metadata (repomd.xml) for […]
https://gist.github.com/3178637
http://virtuallyhyper.com/2012/11/receiving-failed-write-command-to-write-quiesced-partition-messages-when-utilizing-qlogic-qmi8142-cna/
http://www.hostmedic.com/services/ddos-mitigation/