Sorgy, I disappeared >.<
I got too silly and started tweaking my configs


#dc comics#dc#batman#batfam#dc fanart#dick grayson#batfamily#bruce wayne#tim drake



seen from Australia

seen from United Kingdom
seen from United States

seen from United States

seen from Türkiye
seen from Germany
seen from Germany

seen from Malaysia

seen from Malaysia
seen from Russia
seen from United States

seen from Malaysia
seen from United States
seen from Estonia

seen from Vietnam
seen from China

seen from India

seen from Japan
seen from United States
seen from United States
Sorgy, I disappeared >.<
I got too silly and started tweaking my configs
Wen I get down to some #configs wit' a blend of real #dancehall leaves me...😘😚😎#princethings. https://www.instagram.com/p/BqCuGtZFs7D/?utm_source=ig_tumblr_share&igshid=14rye018vznyo
Ghost Recon Wildlands dévoile ses configurations PC
Ghost Recon Wildlands dévoile ses configurations PC
La série Ghost Recon est bien connue depuis son lancement en 2001, depuis, la licence a un peu évolué et cette fois Ubisoft compte bien nous proposer un jeu nettement plus ouvert avec Ghost Recon Wildlands. Évidemment qui dit jeu ouvert, dit aussi grosses ressources demandées et le petit dernier de l’éditeur semble bien correspondre à ce schéma comme le prouvent les configurations du jeu sur PC.…
View On WordPress
Final adjustements
If you want a background image, select it on the option BackgroundImage. Remember to avoid elements that harm the reading. A ligh color goes a long way sometimes.
Check the item ScreenOrientation. If your app works correctly only on the vertical position, choose Portrait. This avoids problems when using the phone Then, check the option Scrollable
GTA V : Rockstar fait le point sur les braquages, les versions 360 et PS3...
GTA V : Rockstar fait le point sur les braquages, les versions 360 et PS3…
Rockstar Games a décidé de répondre à quelques questions des fans sur son site, et délivre quelques infos assez intéressantes sur GTA V et GTA Online.
- La vue à la première personne ne sera pas disponible sur Xbox 360 et PS3, car c’est techniquement impossible
- Les futurs jeux de Rockstar Games ne seront pas des FPS, même si les développeurs ont intégrés le mode sur GTA V et que celui-ci est…
View On WordPress
Simple .htaccess settings for production
Sometimes, we use shared hosting to host our sites or we use only Apache server. How to do the best optimization of server work and site load time? This article describes how to do it in easy way.
1. Encoding
It is always necessary to determine encoding. Better to use utf-8 by default.
AddDefaultCharset UTF-8
2. Use redirect to one domain
It is desirable For SEO that site will be accessible only from one domain name. If you have several aliases of sites, it is need to set up redirects to main domain. I recommend start this domain with www. Let us make it using 301 code. See 301(wiki).
Options +Followsymlinks RewriteEngine On RewriteCond %{HTTP_HOST} ^example\.com [OR] RewriteCond %{HTTP_HOST} ^example2\.com [OR] RewriteCond %{HTTP_HOST} ^www\.example2\.com RewriteRule ^(.*)$ http://www.example.com/$1 [R=301,L]
3. Cache of static resources
A lot of page load time takes loading of static resources (css, js, images). Most of them are never changed. But browser checks server about changes during each request. In response browser gets code 304 - Not Modified, and takes these resources from local cache. So, even browser has some resource in cache, it makes request to server. In general it cause additional server load and slowdown of parsing page. How to escape this? Lets set up time of expire for resources for a some years forward and disable checking for ETag. What is Etag? See ETag(wiki)
<FilesMatch "\.(ico|pdf|flv|jpg|jpeg|png|gif|js|css|swf)$"> Header set Cache-Control "public" Header set Expires "Fri, 21 Dec 2112 20:00:00 GMT" #Until the end of the world FileETag None
4. Compressing of text files
Text files like css, js files we can send to server in compressed state. Set up needed directives for this:
AddOutputFilterByType DEFLATE text/plain AddOutputFilterByType DEFLATE text/html AddOutputFilterByType DEFLATE text/xml AddOutputFilterByType DEFLATE text/css AddOutputFilterByType DEFLATE application/xml AddOutputFilterByType DEFLATE application/xhtml+xml AddOutputFilterByType DEFLATE application/rss+xml AddOutputFilterByType DEFLATE application/javascript AddOutputFilterByType DEFLATE application/x-javascript
Conclusions
These settings go very well for most of sites, which is working under Apache web server, help to optimize server work and speed up page load time.
Configs
I added some of my configuration files here. You can take a look at them in the configs page accessible through the menu.
RRR5 plr_ configs and rules updated.
"PLR - Payload Race Maps
Use the server config “ugc_HL_dom.cfg"
Scoring: The winning team is the team with the most points at the end of TWO full rounds of PLR. Since most PLR maps are three-stage, this will be after both teams have played a full turn as RED and BLU. If, after playing these two rounds, the score is 3-3, a SINGLE tie-breaker round must be played, at the HOME team’s discretion."