fapg’s corner

Tips, and news from world

Archive for the 'linux' Category

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:

Click to continue reading “Rewrite to https”

Category: apache, linux, network | No Comments »

konsole (kde 4) fixed windows size

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 »

Extend vmware disk

October 14th, 2009 by fapg

To extend a disk in vmware, can be done with the following command:

Click to continue reading “Extend vmware disk”

Category: command line, linux, virtualization, windows | No Comments »

openssl utils commands

September 3rd, 2009 by fapg

This post describes the most used commands  from OpenSSL tool.

Click to continue reading “openssl utils commands”

Category: command line, linux | 4 Comments »

Convert nero images (nrg) to iso

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 »

Script to send sms via voipbuster

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 »

Open programs with kde file association

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 »

Convert a string to upper or lower case in bash

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 »

VMWare 6.5.2 in kernel 2.6.29

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):

Click to continue reading “VMWare 6.5.2 in kernel 2.6.29″

Category: linux, virtualization | 1 Comment »

Disable konqueror access keys

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 »