[Fixed] Apache mod_status: /server-status forbidden from 127.0.0.1

1
Comments

If you have mod_status enabled but still got this error (403) when trying to connect from localhost (127.0.0.1) you can should do following: First, go to /etc/apache2/mods-enabled/status.conf and check that you have all hosts that you want to connect from is added to Allow from, something like this:   <Location /server-status> SetHandler server-status Order deny,allow Deny from all Allow from 127.0.0.1 ::1 </Location> Second, create VirtualHost configuration for 127.0.0.1 with f...

Read further...

[Solution] Cacti + RRDTool. Graph not working problem fixed

3
Comments

If you have problems with graph in your Cacti first what you should do is enable debug mode in Cacti. To enable debug mode: Go to "Graph Management" Open any graph (Localhost - Load Average) Press "Turn On Graph Debug Mode." Now you should see something like this: RRDTool Command: /usr/bin/rrdtool graph - \ --imgformat=PNG \ --start=-86400 \ --end=-300 \ --title='Localhost - Load Average' \ --rigid \ --base=1000 \ --height=120 \ --width=500 \ --alt-autoscale-max \ --lower-limit=0 \ --u...

Read further...

[How-To] Horizontal Field Of View for Unity3d camera

0
Comments

In Unity3d you can change only vertical field of view for a camera by default. This means whenever you change height unity will automatically scale environment. But if you change width unity will just add some space (or decrease) to left and right side of the screen (no content resizing). If you want to have opposite behavior, so when you increase width all content will  be scaled and if you increase height only space added to the view, you need to modify camera fieldOfView field. Here is a simp...

Read further...

[How-To] Get free developer account in the Windows Store

5
Comments

Edit: This information is outdated! Recently, Microsoft have introduced new "Dev Center Benefits" program. If you're a serious app development expert, as past of this program you can create developer account in the Windows Store or the Windows Phone Store for free. But then you need to publish application in one of those stores. To get free account you need: Go to Dev Center Benefits Press "join" Sign in with your microsoft account (or create new one) Fill all necessary information. Create  Wind...

Read further...

[Review] New features of Windows 10 Technical Preview

0
Comments
[Review] New features of Windows 10 Technical Preview

As you can see in my previous post  I have successfully installed Windows 10 Technical Preview on Virtual Box. Now I want to show you new features which were added in Windows 10 Technical Preview. No window borders: Now: Before: New show\hide windows animations Now windows slide from top with fade in effect. New Start menu Taskbar in bottom position: Left: Top: Right: Virtual Desktops You can easily "jump" between virtual desktops by pressing Ctrl + Win + Left\Right arrows You can also run each...

Read further...

[How-To] Install Windows 10 Technical Preview

0
Comments
[How-To] Install Windows 10 Technical Preview

Hi everybody! Finally! Next version of windows is available for download. This is just Technical Preview, but it already contains a lot of cool features. First of all: Download Windows 10 Technical Preview Because this is technical preview it is not recommended to install this system to your main computer, so for this tutorial we will install windows 10 on virtual box. Install VirtualBox Create new "Windows 8.1 64-bit" VM Mount downloaded ISO as CD drive Start VM We will see almost the same inst...

Read further...

[Fixed] Unable to parse YAML file in Unity 3d project

1
Comments

Sometimes you may get following errors: Unable to parse YAML file: [mapping values are not allowed in this context] at line 1 or Unable to parse YAML file: [could not find expected ':'] at line 2 Both of those errors usually caused by version control system (eventually by user). In first case svn added <<<<<<< .mine in to .meta file after conflict. In second case it was git, added text to highlight conflict. To fix those errors you just need to go though all .meta files and...

Read further...

How-To root BlueStacks App Player

11
Comments

To root original BlueStacks vm you can use BlueStacks MultiTool. But I have more simpler solution. You can just download already rooted BlueStacks image. There are two version of rooted BlueStacks available for download: BlueStacks Rooted setup v0.8.12.3119 Mod - android 4.0.4 (recomended, more stable!!!) BlueStacks Rooted Superuser setup v0.9.3.4070 Mod - android 4.4.2 Remove your old BlueStacks and install rooted vm. Enjoy!

Read further...

[How-To] Bluestacks: change screen resolution

28
Comments

To change screen resolution in BlueStacks Android emulator you need to edit two registry items: 1. Run regedit.exe 2. Set new resolution (in decimal): HKEY_LOCAL_MACHINE\SOFTWARE\BlueStacks\Guests\Android\FrameBuffer\0\Height and HKEY_LOCAL_MACHINE\SOFTWARE\BlueStacks\Guests\Android\FrameBuffer\0\Width Kill all BlueStacks processes. Restart BlueStacks

Read further...

Games

0
Comments
Games

Bricks Avalanche Destroy as many bricks as possible!      

Read further...