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 Archives: linux
konsole (kde 4) fixed windows size
Para forçar o tamanho por omissão da konsole do kde4, faça o seguinte:
Extend vmware disk
To extend a disk in vmware, can be done with the following command:
openssl utils commands
This post describes the most used commands from OpenSSL tool.
Continue reading openssl utils commands
Convert nero images (nrg) to iso
To convert nero images (.nrg) to iso images, you can do this with the command nrg2iso.
Script to send sms via voipbuster
I made a script to send sms’s via voipbuster portal.
Continue reading Script to send sms via voipbuster
Open programs with kde file association
If you want open programs in command line, using kde file association, do it with kde-open.
Convert a string to upper or lower case in bash
If you want change a string to lower, do this:
Continue reading Convert a string to upper or lower case in bash
VMWare 6.5.2 in kernel 2.6.29
To install vmware in kernel 2.6.29 it’s need install a patch in vmware (full thread can be found here):
Continue reading VMWare 6.5.2 in kernel 2.6.29
Disable konqueror access keys
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