Friday, December 30, 2011
Thursday, December 22, 2011
Wednesday, October 19, 2011
Sunday, October 09, 2011
Saturday, August 20, 2011
Tuesday, July 26, 2011
Sunday, July 10, 2011
Thursday, July 07, 2011
How to Remove File Association
How to Remove File Association
Windows operating system associates files having a certain extension with a particular program. For example, files with the extension .doc are associated with Microsoft Word. Double-click on a file having the association leads to opening this file with the specified program application. Methods of removing file associations are different in Windows XP and Vista.
- Difficulty:
- Moderately Easy
Instructions
In Windows XP
- 1Click the "Start" button in the lower left corner of the screen.
- 2Click "My Computer" to open Windows Explorer.
- 3Click the menu "Tools > Folder Options" and select the "File Types" tab.
- 4Scroll down the file type list and find the desired file extension. Click on it to select.
- 5Click the "Delete" button, then "Yes" to confirm.
In Windows Vista
- 1Click the "Start" button in the lower-left corner of the screen.
- 2Type "cmd" and press "Enter" to open the command prompt window.
- 3Type "assoc .ext= " and press "Enter." Note, "ext" stands for the file extension you wish to remove from the association list.
- 1
Monday, May 30, 2011
Sunday, May 01, 2011
How to show your fps in game (Heroes of Newerth)
Heres a cool trick to get your fps to show up in HoN.
First bring up the console using ctrl+f8, then type in host_drawfps 1.
This will show your current frames per second in the top right of your screen.
If you want it to show your Ping type host_drawfps 2.
To cancel these simply type host_drawfps 0.
Enjoy.
First bring up the console using ctrl+f8, then type in host_drawfps 1.
This will show your current frames per second in the top right of your screen.
If you want it to show your Ping type host_drawfps 2.
To cancel these simply type host_drawfps 0.
Enjoy.
Saturday, April 30, 2011
pear
if you have the following error:
PHP Fatal error: Call to undefined method PEAR::raiseErro() in /usr/share/php/PEAR/REST.php on line 165
try this:
mkdir -p /tmp/pear/cache
Friday, April 29, 2011
Wednesday, April 20, 2011
Git from a SVN
git svn clone -rN --username username svn://some/repo localreponameCrie seu branch e mude pra ele:
git checkout -b branchnameNão altere o master branch diretamente, ele deve representar a repositório svn, sempre trabalhe nos branches. Você manda seu trabalho pro master apenas na hora de subir as alterações pro svn.
Com as alterações feitas e commitadas no seu branch, volte para o master e faça o merge:
git checkout master git merge --squash minhas_paradasFaça o commit pro git:
git commit -a -m "Funcionalidade tal implementada."E agora pro svn:
git svn dcommitE é isso. Pra manter o seu master branch atualizado em relação ao repositório svn use o rebase do git-svn:
git checkout master git svn rebaseupdate from a svn
git svn fetch
Saturday, March 05, 2011
Monday, February 21, 2011
Tuesday, January 25, 2011
Comando para resolver permissoes da pasta de web (DEV ONLY)
sudo chown -R www-data:www-data /var/www/;
sudo chmod -R 777 /var/www/;
sudo chmod -R 777 /var/www/;
Subscribe to:
Posts (Atom)
Git get all remote branches
git branch -r \ | grep -v '\->' \ | sed "s,\x1B\[[0-9;]*[a-zA-Z],,g" \ | while read remote; do \ git branc...
-
sh -c 'xfce4-screenshooter --fullscreen --save "$HOME/Pictures/Screenshots/Screenshot_$(date +%Y-%m-%d_%H:%M:%S).png"' s...
-
Known Issues Firefox 3.5 will only support color profiles as specified by ICC v2, later versions will add su...