I've searched the net for such information and found different command lines, like these ones:
sudo apt-get remove application
sudo apt-get remove application*
sudo apt-get remove --purge application
sudo apt-get remove --purge application*
sudo apt-get purge application
sudo apt-get purge application*
So, what is the correct way?
I've already tried changing the hostname by editing both:
/etc/hostname
/etc/hosts
However when I try to use sudo it doesn't work. I have to restart the computer to make sudo work again.
I know this is my own fault. But what i did was this
first i wrote this command 'sudo apt-get remove pulseaudio' and then i wrote again 'sudo apt-get install pulseaudio' and now the sound doesn't work
I uploaded my application on Google Play Store. I could search for it and install on almost every device.
Java packages for Ubuntu 11.04 Natty has not yet available in the official repository.
I'm working on a virtual machine, i wrote this to block all ports except 555 and 443 : {{{{ $ sudo iptables -A INPUT -i eth0 -p tcp --dport 555 -j ACCEPT - $ sudo iptables -A INPUT -i eth0 -p tcp --dport 443 -j ACCEPT - $ sudo iptables-save }}}} then I went to /etc/network/interfaces and wrote this as comment: {{{ pre-up iptables-restore < /etc/iptables.rules }}} +++ right now i'm
When I first learnt OOP programming in C++, there was a simple .cpp file I had to create with a main function, and .h files which I needed to include if I had classes to use and that was it.
I am very confused about what each of these things I did actually did to my project.
When I wrote my first OpenGL project,
1.I downloaded a couple of packages using the terminal.
Hi all
I'm developing application which is similar to OmmWriter (Mac OS). I would like to have your opinion. Currently it's in early stage of development (this is first version) so probably you will find some bugs, or maybe slow performance, but I would like to have some feedback.
when I load the application, I get
Code:
/usr/lib/jvm/java-7-ibm/jre/bin/java/bin/java not found
????
How come it is not working?
I followed the instructions here
http://www.wikihow.com/Install-IBM-Java-on-Ubuntu-Linux
however I only loaded sdk since it has jre.