Rewrite to https
October 8th, 2010 by fapg
If you want to rewrite a URL to https in the same virtualhost that you run http, you can add the flag RewriteCond %{HTTPS} !=on, like this:
Category: apache, linux, network | No Comments »
October 8th, 2010 by fapg
If you want to rewrite a URL to https in the same virtualhost that you run http, you can add the flag RewriteCond %{HTTPS} !=on, like this:
Category: apache, linux, network | No Comments »
January 14th, 2010 by fapg
Para forçar o tamanho por omissão da konsole do kde4, faça o seguinte:
Click to continue reading “konsole (kde 4) fixed windows size”
Category: command line, desktop, linux | No Comments »
October 14th, 2009 by fapg
To extend a disk in vmware, can be done with the following command:
Category: command line, linux, virtualization, windows | No Comments »
September 3rd, 2009 by fapg
This post describes the most used commands from OpenSSL tool.
Category: command line, linux | 4 Comments »
August 6th, 2009 by fapg
To convert nero images (.nrg) to iso images, you can do this with the command nrg2iso.
Click to continue reading “Convert nero images (nrg) to iso”
Category: command line, linux | No Comments »
July 30th, 2009 by fapg
I made a script to send sms’s via voipbuster portal.
Click to continue reading “Script to send sms via voipbuster”
Category: command line, linux, scripts | 2 Comments »
July 29th, 2009 by fapg
If you want open programs in command line, using kde file association, do it with kde-open.
Category: command line, desktop, linux | No Comments »
July 6th, 2009 by fapg
If you want change a string to lower, do this:
Click to continue reading “Convert a string to upper or lower case in bash”
Category: command line, linux | No Comments »
June 19th, 2009 by fapg
To install vmware in kernel 2.6.29 it’s need install a patch in vmware (full thread can be found here):
Category: linux, virtualization | 1 Comment »
May 18th, 2009 by fapg
If you want disable the ctrl-activated rectangles (access keys) in konqueror you must run this command:
kwriteconfig –file khtmlrc –group “Access Keys” –key Enabled –type bool false
Category: desktop, linux | No Comments »