To remove a folder and inside files (recursivelly), use:
rm -r <name of directory>
Monday, September 30, 2013
Sunday, September 29, 2013
Handle Tips About Ubuntu
Where to find the list of default applications per file type:
~/.local/share/applications/mimeapps.list
Where to find the executables of all the programs:
/usr/bin
Where to find the .desktops of all the programs:
/usr/share/applications
~/.local/share/applications/mimeapps.list
Where to find the executables of all the programs:
/usr/bin
Where to find the .desktops of all the programs:
/usr/share/applications
Saturday, September 28, 2013
Tips to configure the wireless router
On the wireless router,
Look for MTU. Using Velox (Oi), the PPPoE default value is 1492, and PPPoA is 1500.
Then, look for Beacon Interval, and set it to the minium value. Repeat it for DTIM.
Ok, it's this! :)
Look for MTU. Using Velox (Oi), the PPPoE default value is 1492, and PPPoA is 1500.
Then, look for Beacon Interval, and set it to the minium value. Repeat it for DTIM.
Ok, it's this! :)
Thursday, September 26, 2013
Using g++
To compile (and link) a .cpp file:
g++ -o <executable file name> <.cpp file name>
To run the binary file, enter:
./<executable file name>
g++ -o <executable file name> <.cpp file name>
To run the binary file, enter:
./<executable file name>
Saturday, September 14, 2013
Como melhorar sua conexao wireless no Ubuntu?
Olá, esta é uma dica para quem está com problemas de lentidão, desconexão frequente e afins no Ubuntu lts 12.04.
Basicamente esta dica se refere ao Network-Manager, o gerenciador de rede padrão do ubuntu. Na sua versão atual (hoje é 14/09/2014, infelizmente não encontrei o código da versão no repositório apt-get), disponível, foram encontrados bugs que resultam no seu péssimo desempenho.
Basicamente esta dica se refere ao Network-Manager, o gerenciador de rede padrão do ubuntu. Na sua versão atual (hoje é 14/09/2014, infelizmente não encontrei o código da versão no repositório apt-get), disponível, foram encontrados bugs que resultam no seu péssimo desempenho.
Subscribe to:
Posts (Atom)