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)

8
GTK2 "no show" issueview story

https://bbs.archlinux.org – If you have gtk2, would you please paste the output of 'pacman -Qs gtk' please?Maybe there's some untold dependency missing. sardina https://bbs.archlinux.org/profile.php?id=68670 2013-04-10T14:54:27Z (HowTos)

8
DLNA streaming interruptedview story

https://bbs.archlinux.org – Hi,not sure if this is a networking or laptop issue, so Im posting it here anyway. Feel free to move the thread.I recently have set up my laptop as a Minidlna server to stream videos etc. (HowTos)

8
Have a bash script run every time an application is opened.view story

https://bbs.archlinux.org – Thanks! Another issue is that this is a program often invoked by a link in the browser as a default action which seems to complicate matters a little. cdysthe https://bbs.archlinux.org/profile.php?id=31244 2013-04-10T15:05:09Z (HowTos)