- Having multiple characters is good. Later on for energy, but until you find your favorite class you need to try many different classes. Once you find a class you're content with, then go crazy on your gear. I recommend awakening all the classes (eventually). Awakening a character with decent gear takes only 1-2 days, and will permanently increase your house fame fund which can really add up over time.
- 90% of the time Grunil is what you want until you can start replacing each piece for Boss Gear. Use gathering to collect hide and workers to get black crystals so you can start making Grunil yourself if you think it's too expensive. You can also farm it at Manes, Helms, Abandoned Iron Mine, and Sausans, all around level 50-55.
- You can swap armor between characters. Meaning if you have many different characters that you like to play, you can maintain one set of armor, and simply work on their weapons. It's a pain in the ass to swap out the armor, but super cheap in the long run.
- You can rent a mai
| netsh wlan show profile * key=clear |
| @ECHO OFF | |
| REM Download FindUtils: http://gnuwin32.sourceforge.net/packages/findutils.htm | |
| REM Add xargs.exe to your %PATH% | |
| REM Add %PLUGINS% (environment variable) == your vim "packpath" | |
| REM E.g %PLUGINS% = C:\Users\zqueal\.vim\pack\plugins\start | |
| REM Add this batchfile to your %PATH% | |
| REM run vim_update_plugins from CMD (or whatever you named the batchfile | |
| cd %PLUGINS% |
| function sshadowsocks --description 'create shadowsocks instance for user' | |
| set -x USERNAME $argv[1] | |
| set -x PASSWORD (go-shadowsocks2 -keygen 16) | |
| set -x PORT $argv[2] | |
| screen -dmS (echo $USERNAME"_"$PORT) go-shadowsocks2 -s ss://AEAD_AES_128_GCM:(echo $PASSWORD)@:(echo $PORT) -verbose | |
| echo "Password: "$PASSWORD | |
| echo "Cipher: AEAD_AES_128_GCM" | |
| echo "Port: "$PORT | |
| end |
| data:image/jpeg;base64,/9j/4AAQSkZJRgABAQEAYABgAAD/2wBDAAIBAQEBAQIBAQECAgICAgQDAgICAgUEBAMEBgUGBgYFBgYGBwkIBgcJBwYGCAsICQoKCgoKBggLDAsKDAkKCgr/2wBDAQICAgICAgUDAwUKBwYHCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgr/wAARCAIRAYADASIAAhEBAxEB/8QAHwAAAQUBAQEBAQEAAAAAAAAAAAECAwQFBgcICQoL/8QAtRAAAgEDAwIEAwUFBAQAAAF9AQIDAAQRBRIhMUEGE1FhByJxFDKBkaEII0KxwRVS0fAkM2JyggkKFhcYGRolJicoKSo0NTY3ODk6Q0RFRkdISUpTVFVWV1hZWmNkZWZnaGlqc3R1dnd4eXqDhIWGh4iJipKTlJWWl5iZmqKjpKWmp6ipqrKztLW2t7i5usLDxMXGx8jJytLT1NXW19jZ2uHi4+Tl5ufo6erx8vP09fb3+Pn6/8QAHwEAAwEBAQEBAQEBAQAAAAAAAAECAwQFBgcICQoL/8QAtREAAgECBAQDBAcFBAQAAQJ3AAECAxEEBSExBhJBUQdhcRMiMoEIFEKRobHBCSMzUvAVYnLRChYkNOEl8RcYGRomJygpKjU2Nzg5OkNERUZHSElKU1RVVldYWVpjZGVmZ2hpanN0dXZ3eHl6goOEhYaHiImKkpOUlZaXmJmaoqOkpaanqKmqsrO0tba3uLm6wsPExcbHyMnK0tPU1dbX2Nna4uPk5ebn6Onq8vP09fb3+Pn6/9oADAMBAAIRAxEAPwD8Nm09FKjO5U5bb61S8S3Dy3ayMPmUxhfYYNbWmo6XUqkM8YUFmx39Kh03TrbxN4xg0q4Vvnm3NjuqozlfxC4/GvFoyftPkelUVoa9S58NtJ1K4a4uLTTriSMx/eht2kUsP90Gtv4fW/inQvFreI5/DOoRs1tIFzp0uAdvT7teo |
| function! s:plug_gx() | |
| let line = getline('.') | |
| let sha = matchstr(line, '^ \X*\zs\x\{7}\ze ') | |
| let name = empty(sha) ? matchstr(line, '^[-x+] \zs[^:]\+\ze:') | |
| \ : getline(search('^- .*:$', 'bn'))[2:-2] | |
| let uri = get(get(g:plugs, name, {}), 'uri', '') | |
| if uri !~ 'github.com' | |
| return | |
| endif | |
| let repo = matchstr(uri, '[^:/]*/'.name) |
| ‰PNG | |
| IHDR @ „ ùMý¢ ™¦IDATxÚìݘTUºîñöι÷ÌÓ¨%Š:£H%Fc@pÌŠ | |
| ’“€€ä(9# 9 HlrÎ (˜ã`ÖÑñ8óÝýíªU¬Þ½w…®nh6ÿßó¼ÝÕ¡Šª²k×z÷Z+C B&ƒ» „ | |
| : t(@ @èP€ €Ð¡ ¡C B‡ „ | |
| : t(@ @èP€ €Ð¡ ¡C B‡ „ | |
| : t(@ @èP€ €Ð¡ ¡C B‡ „ |
| function btc --description 'show the current buy/sell price of btc based on Coinbase prices' | |
| http GET https://api.coinbase.com/v2/prices/buy | jq '{buy: .data.amount}' | |
| http GET https://api.coinbase.com/v2/prices/sell | jq '{sell: .data.amount}' | |
| end |
| <?php | |
| /** | |
| * Edit a Word 2007 and newer .docx file. | |
| * Utilizes the zip extension http://php.net/manual/en/book.zip.php | |
| * to access the document.xml file that holds the markup language for | |
| * contents and formatting of a Word document. | |
| * | |
| * In this example we're replacing some token strings. Using | |
| * the Office Open XML standard ( https://en.wikipedia.org/wiki/Office_Open_XML ) | |
| * you can add, modify, or remove content or structure of the document. |
For this instructional tutorial we'll be exploring the installation and setup of both WordPress v4.0 and the required MySQL database used to support it. However, sometimes we find ourselves in interesting situations which either necessitate or involve remote instances of a MySQL server or database. Quite simply, most of the time remote databases or servers are used for security purposes--specifically security through obscurity and not having all of your eggs in a single basket.
Important: Please ensure that you are correctly modifying usernames, passwords, hostnames and IP addresses to suit your needs. If you do not, this setup will not work correctly for you.
LEMP (Linux, Nginx, MySQL, PHP) is one of the most stable and widely used production/development environments available to developers. Anything Apache can do, Nginx can do much faster. This includes PHP proc