How can I get my Canon Pixma MX 310 Printer to work with Ubuntu?
skypemesm's questions
In gedit, printing a file gives an option of printing to file where the file can be saved as a pdf. How can I do the same thing from the command line?
I am using xtightvncviewer on a ubuntu machine to connect to the remote desktop of another Ubuntu machine. How can I configure this to share the clipboard, so that I can copy and paste from one another?
Thanks.
In GnuPlot, i am setting xtics to something like this:
set xtics
("AIM" 0.00000, "gtalk" 2.00000, "rtp-multicast-filetransfer" 4.00000, "sipc_music" 6.00000, "skype1" 8.00000, "skype2" 10.00000, "voip-extension" 12.00000, "voip-extension2downata" 14.00000, "ymessenger" 16.00000)
The problem is, that these labels overlap with each other in the plot, so how can i remove/overcome this overlapping?
Can I increase the length between xticks or write some kind of legend showing:
rmf : rtp-multicast-filetransfer
?
I am trying to redirect all incoming traffic on UDP port 5060 to port 56790, and all outgoing traffic from 5060 to the port 56789. I used these iptables rules:
iptables -t nat -I PREROUTING -p udp ! -s localhost --dport 5060 -j REDIRECT --to-port 56790
iptables -t nat -I OUTPUT -p udp ! -s localhost --sport 5060 -j REDIRECT --to-port 56789
I listen on both ports using RAW SOCKETS after setting the interface to PROMISCUOUS mode using ioctl.
I see packets ONLY on 56789 i.e.SENDING side, and I do not see any packets on 56790, while wireshark shows that many packets are delivered to port 5060.
Why would this happen? Any ideas? Do you think it's a problem with iptables rules or something to do with raw sockets?
[This is ubuntu 10.04 and iptables v1.4.4]
Possible Duplicate:
Is it possible to extend the disk space available to a wubi install?
I have ubuntu 10.04 installed inside Windows 7 through Wubi. I need to increase the size of /root or root.disk. How can I do this? wubi-add-virtual-disk does not work since root.disk is already present.