12
Building a scalable architecture in virtual machines for educationview story

http://serverfault.com – I have build this web application that now requires major changes in the architecture. The traffic is increasing and I am the only one building / managing the whole project. I won't go in much dept about the project specific but here are some general statistics about the project itself: Doesn't do funky math calculations, it's a social network, but very simple, just like Twitter. (HowTos)

6
Nginx+apache2 ubuntu server crashed with several hundreds of visitorsview story

http://serverfault.com – I have Linode 768mb RAM server on Linode. And i have Wordpress blog. On my server installed ubuntu, nginx as frontend and apache2 as backend. And i have APC and memcache modules. Sometimes site is crashing. But CPU usage of server is less than the critical levels (only max 60-70). However, during site crashing i can see the critical levels of hard disk I/O usage. (HowTos)

12
Fonts - GTKview story

http://ubuntuforums.org – I had another thread open on this but closed it as I wasn't quite getting the information I needed. What I want to do: - using GTK 3 and C - give the user a different selection box for font, font size, font color and font attributes like bold and italics What I have tried: - gtk_font_button_new. (Hardware)

3
[ubuntu] gedit---when open a file, the file will close automaticallyview story

http://ubuntuforums.org – When I open a text file, it will close automatically and immediatly. I input "gedit" from terminal . (Hardware)

5
GTKWave is a wave viewer for Verilog simulation.view story

http://linuxlandit.blogspot.com – GTKWave is a fully featured GTK+ based waveform viewer which reads FST, LXT, LXT2, VZT, and GHW files as well as standard Verilog VCD/EVCD files and allows their viewing. GTKWave is developed for Linux, with ports for various other operating systems including Microsoft Windows (either natively as a Win32 application or via Cygwin), and Mac OS X targeting either X11 or Quartz. (HowTos)

5
Cinnamon 1.4 Releasedview story

http://www.linoob.com – Cinnamon 1.4 has been released and has received cool new features this time.’Expo’ & ‘Scale’ features add eyecandy to your desktop experience, and there are lot of other improvements in usability as well. Cinnamon 1.4 is already there in Mint 12 repositories. (General)

13
[ubuntu] Getting all the IDEs I need for Ubuntu and other questionsview story

http://ubuntuforums.org – Hello, my name's Justin; a soon-to-be Ubuntu user. Anyways, I have some questions about Ubuntu IDEs and how programs will run; err, I can't articulate well on this matter, maybe reading on will help =/ I will need IDEs for the following: Code: Mark up languages:     HTML (with CSS support)     XML Scripting languages:     PHP     Javascript   &nb (Hardware)

3
Linoob’s Guide to ‘apt’ – Advanced Packaging Toolview story

http://www.linoob.com – ‘apt‘ or the Advanced Packaging Tool is one of the most powerful system tool available in Ubuntu. If you are a GUI lover or a classic terminal junkie, you have to deal with it no matter what. Almost all Ubuntu users have used it knowingly or unknowingly. (General)

4
ProxyPassMatch not working in apache2 and ubuntuview story

http://serverfault.com – So i proxied a page (on server abc so that xyz would be the proxy): ProxyPass /activation http://xyz.com:88/activation ProxyPassReverse /activation http://xyz.com:88/activation So when you load xyz page on server abc, abc is displayed in address bar. Problem is all the css, javascript, and images need for page are not proxied, so browser shows this: GET http://abc.com/javascripts/jquery_ujs.j (HowTos)

6
How to log effective outgoing HTTP requests made by Squid, with headers after adaptation?view story

http://serverfault.com – I use Squid to modify some HTTP headers sent by clients. (HowTos)