Skip to content

Instantly share code, notes, and snippets.

@wcypierre
wcypierre / outlook pst recovery
Created August 9, 2013 11:31
[Howto] If the pst for your Outlook is gone and you don't have a backup for it
this is a way to recover your outlook if your pst file is gone and it keep prompting you for the file and if you don't provide it one then it will close.
1. Open cmd
2. Go to where the Outlook executable is
3. Type: "Outlook.exe /profile test"
4. Create the profile and all will be fine
Optional:
To set the new profile as default
Type: "Outlook.exe /profiles" and choose your profile name and press option and select it as default
@wcypierre
wcypierre / VPS Coupon
Created August 8, 2013 10:19
VPS Coupon
http://vpseer.com/i-recommend(added on 8th Aug 2013)
@wcypierre
wcypierre / cheap domain registrar
Created August 6, 2013 17:42
cheap domain registrar
Cheap .net domain(with paypal as a method of payment)
http://www.namesilo.com/pricing.php
Cheap .com domain(but without paypal, only major cc)
http://internet.bs/
@wcypierre
wcypierre / gist:6164444
Created August 6, 2013 13:33
Lumia unable to turn on screen discussion list
# reread before actually posting
http://discussions.nokia.com/t5/Nokia-Lumia/Lumia-920-Cannot-unlock-phone-black-start-screen/m-p/1634648/highlight/true#M28994
http://discussions.nokia.com/t5/Nokia-Lumia/Nokia-Lumia-920-freezing/m-p/1604040/highlight/true#M24005
http://discussions.nokia.com/t5/Nokia-Lumia/Lumia-920-Will-not-power-up/m-p/1607270/highlight/true#M24588
http://discussions.nokia.com/t5/Nokia-Lumia/Nokia-Lumia-920-freezing/td-p/1604040/highlight/true/page/25
@wcypierre
wcypierre / ssh
Created August 6, 2013 04:58
/etc/init.d/ssh
#!/bin/sh
### BEGIN INIT INFO
# Provides: sshd
# Required-Start: $remote_fs $syslog
# Required-Stop: $remote_fs $syslog
# Default-Start: 2 3 4 5
# Default-Stop:
# Short-Description: OpenBSD Secure Shell server
### END INIT INFO
@wcypierre
wcypierre / php.conf
Created August 6, 2013 04:18
Nginx - Ajaxplorer php.conf
location ~ \.php {
try_files $uri =404;
fastcgi_param QUERY_STRING $query_string;
fastcgi_param REQUEST_METHOD $request_method;
fastcgi_param CONTENT_TYPE $content_type;
fastcgi_param CONTENT_LENGTH $content_length;
fastcgi_param SCRIPT_NAME $fastcgi_script_name;
fastcgi_param SCRIPT_FILENAME $request_filename;
fastcgi_param REQUEST_URI $request_uri;
fastcgi_param DOCUMENT_URI $document_uri;
@wcypierre
wcypierre / drop.conf
Created August 6, 2013 04:18
Nginx - Ajaxplorer drop.conf
location = /conf/ { deny all; }
location = /data/ { deny all; }
location = /robots.txt { access_log off; log_not_found off; }
location = /favicon.ico { access_log off; log_not_found off; }
location ~ /\. { access_log off; log_not_found off; deny all; }
location ~ ~$ { access_log off; log_not_found off; deny all; }
@wcypierre
wcypierre / gist:6161067
Created August 6, 2013 00:51
Cheap VPS Plans[less than $15]
http://lowendstock.com/

Backup/Sync services

Requirements:

  • support Linux
  • client side encryption (open source client code)
  • deduplication
@wcypierre
wcypierre / vps_requirement.txt
Last active December 20, 2015 14:59
Personal VPS Requirement
>= 1gb of guaranteed RAM(with at least 512mb vSwap)
>= 30gb of storage
dd I/O test must be >= 150mb/s for HDD, 250mb/s for SSD cached and 700mb/s for pure SSD
Seattle or LA(or anywhere with ping <= 230ms)
>= 100mbps
Max budget: $60/year
OpenVZ
Reasonable cpu load(preferably won't suspend me if load is > 1.0 but <= 1.25)