8
Running DWSIM failedview story

http://askubuntu.com – I am using Ubuntu 12.10 with mono-complete installed. Being a chemical engineer I required some 'Process Simulation' application & I found it in DWSIM. (HowTos)

8
'file --mime-type' and 'mimetype' Commands Returning Different Resultsview story

http://askubuntu.com – Hi I am trying to work out why PHP is returning an 'msword' file type when it should be 'excel' so have tested on my Ubuntu box using both the 'file' and 'mimetype' commands. As you can see from the results below they return different results. (HowTos)

8
PaaS on top of Cloudview story

http://serverfault.com – This question may sound stupid and if it does I appologise. Is it possible to build a service like PagodaBox (PHP PaaS) on top of a virtualised enviroment such as Rackspace Cloud or AWS EC2 etc? Or would you need to have a dedicated server environment? Thanks in advance. (HowTos)

8
rewrite rule for nginxview story

http://serverfault.com – I'm trying to change my nginx rewrite rule to a try_files but I'm not having any luck. My current config is: if (!-d $request_filename){ set $rule_0 1$rule_0; } if (!-f $request_filename){ set $rule_0 2$rule_0; } if ($rule_0 = "21"){ rewrite ^/(.*)$ /index.php?var=$1 last; } I had tried using try_files $uri $uri/ /index.php?var=$uri; in its place but I always recieve an internal se (HowTos)

8
WinS 2012 Service lifetimeview story

http://serverfault.com – I have configured a windows 2012 server for http. Everything works. I have used nssm.exe to install mysql, php, and nginx services at startup all run in session 0 and restart when process killed. The biggest problem is that at some point these services stop working. When loading the web site I get the server not responding error. The moment I log into the server with RDT the page loads. (HowTos)

8
UEFI entry disappearedview story

https://bbs.archlinux.org – You can probably get your regular boot manager back from Windows with its bcdedit command (typed in an Administrator command prompt window), as in:bcdedit /set {bootmgr} path \EFI\refind\refind_x64.efiThat example sets rEFInd, in its default location, to be the default boot program. You'd need to adjust it for whatever you're using, of course. (HowTos)

8
installing qt 5view story

https://bbs.archlinux.org – hello i have installed archlinux today and i installed qt from pacmanbut when i compile my project qtcreator doesnt find <QtWidgets> , <QJsonDocument> , qt5 headers etci  have installed qt5-base from pacman.i have previously used ubuntu and installed qt5 from ppa  and my project compiled fine in ubuntuso please how i can i fix this issue?source code https://github.com/sharan0 (HowTos)

8
LibreOffice plays an annoying blindfold game with meview story

https://bbs.archlinux.org – You are probably missing some required true type font. Check all the hints in our wiki and pacman post.install msg! AndyRTR https://bbs.archlinux.org/profile.php?id=4519 2013-04-10T14:51:08Z (HowTos)

8
cinnamon menu etc excruciatingly slowview story

https://bbs.archlinux.org – Good evening,I just finished installing arch for the first time and have hit upon couple of hurdles.Most annoying of them is that everytime i click on cinnamon "menu" it takes ages to appear and whole system kinda freezes. same thing happens whenever i click anything on cinnamon "taskbar". though as long as i avoid touching the task bar everything is smooth. (HowTos)

8
Sendmail+Dovecot: not able to download Email msg over 50MBview story

https://www.centos.org – hi,i have a backup php script which sends the db attachment to my email.The mailbox user receives only up to 50MB.Other that is over 50MB doesn't appear in the email user lis... [by dongio] (HowTos)