I want to be able to see the text messages that are sent to MY phone on my machine. (I have Ubuntu 10.04, and Window$), And be able to reply to them on my machine. Does anyone know of any software for this?I have found all kinds of software, or services online that allow you to send text messages to phones, and receive and reply, but never through my existing phone. Basically, I need a way to intercept texts from my phone.
It's installed as a mobile broadband connection. Only works if my phone is plugged in during boot, otherwise plugging in my phone does nothing. For example, I booted my netbook earlier today but my phone wasn't plugged in. Tethering did not work, it just acts as if it isn't present. I rebooted (with my phone still attached) and now tethering magically works.
I use a Compal KLH B0 laptop if I recall correctly. (It's rebranded but great!) It uses a completely standard keyboard where Fn+F7 and Fn+F8 are the volume buttons. This happens with all SDL games I have.
Now I have a problem with mencoder.When I tried to use mencoder to interpret a mp3 file (test.mp3) from 1:30 to the end like this :mencoder -o out.mp3 -oac mp3lame -lameopts cbr:br=128 -of rawaudio -ss 1:30 test.mp3I found it failed:ASF file format detected.asfheader]audio stream found, -aid 1Video stream is mandatory!Exiting.
I dont know if this is the right forum, But I try to find a solution, I want to intercept data from/to serial port without disrupting the software that manages the serial port, (I would like to save the data to a file or sent into a socket) I searched somes modules and programs (linspy, ttysniff, interceptty, maxty ...), A bit complicated (There are some diff. between kernel 2.4 and 2.6), So I'd like to change the serial port driver to intercept the "read" and "write " and do what I want with the data, I'd like to know what do you think about
I want to write a program that intercepts in real-time all network comms of whatever protocol that goes through eth0 (in and out) on my box. What do I need to take into account and where can I get necessary info? Pointers to samples & algorithms would be most welcome. There must be a standard way to access/use eth0, but I can't find.
I have a mobile phone (T68i) attached to my server and everything works fine. But sometimes the phone craches and needs to be rebooted wich is quite annoying.So I want to use a newer phone that is not 10+ years old :-)But when using a K610i or C702 the phone does not appear on /dev/ttyUSB0 as expected.When inserting the usb cable a dmesg gives this:
Code: [5924924.451033] usb 1-3: new high speed USB device using ehci_hcd and address 19 [5924924.576728] usb 1-3: New USB device found, idVendor=0fce, idProduct=d0d9
how to customize nautilus toolbar to show only icons and no text.
For example, currently my nautilus toolbar looks like the attached Screenshot.png I want to remove those "Back" and "Forward" text strings to make it look like the attached Screenshot2.png
can anyone recommend a software to check texts for plagiarism (by comparing it to resources available on the web i.e.)? So far, I only found software suitabe for windows.
I chose -Server-, if this is more appropriate in -Networking-, just let me know. Basically, I need to be able to merge responses stored in a zone file with responses from an "upstream" authoritative server. I'm in the sad position of needing to "intercept" requests to *part* of a domain (but not restricted to a sub-domain!) and return results for *some* hosts that use an internally routed address, and results for the rest using the public internet addresses. Unfortunately, it's not my domain, so I can't just use views (although I suspect they could end up having some part to play in this, at least potentially)... but instead I have to actually send requests recursing to the other site's external DNS for any hosts my server doesn't have records for in the zone file.
Some background on the situation: I work at a local government, which has a private link / VPN connection to a state government entity, and needs to use internal addresses for some of the state servers, which then get routed over an "internal" network link. But the state uses the same domain name internally and externally, just presenting views to internal clients vs. external clients. -- However, we are only being allowed access to certain of their servers through the internal link, which means that for any other servers that we don't have internal/private access for, we have to visit the public addresses just like anyone else on the internet... So, I can't just send all requests to their internal DNS and get responses, because we'd get IPs for some servers (e.g. their main web site) that we wouldn't then be able to reach using the internal network link.
For Example: Say I have a client machine, "client1", on my network ("my.net"), which uses "mydns1.my.net" for name resolution ... and which needs to access 2 servers on the state network, "private.st.us" and "public.st.us" -- so named based on how "my.net" needs to access them.
The external state DNS server/view ("ext-dns.st.us") responds to requests with something like: private.st.us -- 1.2.3.456 public.st.us -- 1.2.3.457 (Those are just crap addresses, obviously.
The internal state DNS server/view ("int-dns.st.us") responds to requests with something like: private.st.us -- 10.0.0.8 public.st.us -- 10.0.0.10 This works on their network because their own clients have access to all such IPs.
But for us, they only allow traffic flowing between "my.net" and their internal network to reach the 10.0.0.8 address, blocking all other address destinations. So, when "client1.my.net" asks "mydns1.my.net" for the address of "public.st.us", I need "mydns1" to recurse out to "ext-dns.st.us" to get an answer (1.2.3.457) and then return that IP to "client1" -- because "my.net" is blocked from accessing the server's 10.0.0.10 address. But, when client1 asks mydns1 for "private.st.us" I need to pull the IP (10.0.0.8) from a local zone file instead of asking either of the state DNS servers -- or optionally forward the request to "int-dns.st.us" I suppose -- because the state blocks access to certain services (which we need and are the whole cause of this problem!) via the public (1.2.3.456) address.
I need to add some text using sed before and after the matching pattern. Does any one have any clue?e.g.cat /my/file | sed -e "s/first pattern/New Pattern/g" . /my/file.bakNow I need a result like New Pattern
Have just installed ubuntu on virual disk. So now, as host machine I have - Windows, and as guest machine - Ubuntu. Such question, how to copy/paste texts between host and guest machines (into command-line, mc, etc.)? ps: I have tried ctrl+v and ctrl+shift+v (ctrl, shift - left buttons), no reaction at all.
I'm having some issues settings up a transparent proxy server, which should allow only regular web browsing (port 80), any other port (including HTTPS (443)) has to be blocked, as well as any other port. Right now, I'm using Debian 6 and Squid3. The server only has one NIC. The topology is like this: Clients <-> Proxy Server + DHCP Server <-> Internet
With this setup, the network does have internet access and the websites I whitelisted are the only ones accesible via browser, however port block is not working, every port is open, hence why trying to access blacklisted websites through HTTPS is possible. Seems to me Squid3 is doing it's job fine, however IPTABLES for some reason seems to be redirecting all the trafic to port 3128 (Squid3 port). I could be wrong, but I've been unable to do anything related to ports with squid3 (either whitelisting or blacklisting).
For Iptables I used: Code: iptables -A PREROUTING -t nat -i eth0 -p tcp -j REDIRECT --dport 80 --to-port 3128 iptables -A INPUT -i eth0 -m tcp -p tcp --dport 80 -j ACCEPT iptables -A INPUT -i eth0 -m tcp -p tcp --dport 22 -j ACCEPT iptables -A INPUT -i eth0 -m tcp -p tcp --dport 3128 -j ACCEPT iptables -A INPUT -i eth0 -m tcp -p tcp --dport 443 -j DROP
I am using a VRS for ftp operations. I have bought it with OpenSuSe 11.3 installed without any Control Panel installed. I have used NX and installed IceWM as windows manager. It works really great. Then system wanted me to upgrade. I did so. After upgrade to 11.4, my programs screwed up. They don't show any text at all but squares instead. I have tried everything i know to fix this but i could not manage to repair it.
My VRS has 512mb RAM , OpenSuse 11.4 (32-Bit) and has no control panel. I use yast through SSH Telnet client (Putty).
I have a dell precision m4300 laptop with a 360 wireless bluetooth dell adapter On my system there is a debian lenny with kde3 and backported enable(everythings is p to date except bluez-utils and bluetooth holded at version 3.36-3)
Nowadays bluetooth more less works fine, I can send and receive single file to/from my phone (nokia n70)
The hell begin when I try to browse my phone files from konqueror...with bluetooth:/ I can see the list of all the device near me with sdp://[address]/ i can see two icons (obex file transfer & obex object push) but I cant see or access to any file or folder into the phone.
I also try to update my bluez-utils to 4.60-1~bpo50+1 but in this case kbluetooth totally fail and a see the contextual menu of the system tray icon all disaled.
I have recently bought a new notebook, an ASUS K501UX, and I have encountered some problems installing Debian 8.3 on it.
In fact, already during the installation process it looks like there are some problems with the video card (NVIDIA GeForce GTX 950M), since the lower part of the screen is just black (even if it still "exists", that is the mouse can go "behind" it and click the "next" or "cancel" buttons which are "covered" by the black stripe): [URL] ....
This problem persists also after the installation. Furthermore, since the screen has a 4k resolution (3640x2160) all icons, windows and texts are painfully small: [URL] ....
As you can see, however, if I take a screenshot all the desktop is visualized. This is what the screen actually looks like in the lower part: [URL] ....
I tried changing the resolution from the Settings, but apart from 3640x2160 no other options are available. Furthermore, the display is labelled as "Unknown display": [URL] ....
I then tried to change it with xrandr, but the output of xrandr command is the following:
Code: Select allxrandr: Failed to get size of gamma for output default Screen 0: minimum 3840 x 2160, current 3840 x 2160, maximum 3840 x 2160 default connected primary 3840x2160+0+0 0mm x 0mm 3840x2160 0.00*
I then looked around the web, and found that this is a problem related to the video card driver. So, I followed the DebianWiki on the subject to install the driver, namely I installed the nvidia-driver package and then configured xorg with nvidia-xconfig. However, rebooting Debian, all I got is a blank screen with a flashing pointer, and xserver not working at all (if I press Alt+F3 and login and then try startx I get a long list of deadly-sounding errors like "screen not found").
What should I do? Should I try installing the drivers from the NVIDIA website? I've read (also in the DebianWiki) that this can cause problems to the system. Or is it really a driver problem? Why doesn't it detect the screen?
So I can send pictures from my phone to my PC, I've bought a Bluetooth USB adapter, just a cheap one.
System>Preferences>Bluetooth without the adapter says 'no adapters are plugged in'. With the adapter in I get a preferences screen to find new devices, so my PC is seeing the Bluetooth adapter. I've then got it to successfully find both my phone and my wife's and entered the provided pin into each phone. My desktop is duly listed as a device on each phone.
However, if I try and send a picture from either of the phones to the PC the phone says it can't see any devices and the sending fails.
Also, how do I send files the other way, from PC to phone? I installed Obex but it simply hung then closed itself.
I have installed 2 VoIP programs, skype and xten softphone (X-Lite), skype works well and no problem but on the xten softphone not so lucky, I get to hear the tone before dialing like any phone but can't receive calls and if I call, there's no sound, other side can hear me, but I can't hear a thing.
I need both, skype it's my personal account and xten softphone is for work.
i just tried using my Nokia 2700 classic's internet on my Lynx.it got connected to the network when i ticked the option access internet via the phone in bluetooth setup.But i am unable to surf the net...I am still connected to my college's wifi network which uses a http proxy.I tried using no proxy in mozilla when i was connected to both the networks;but then also nothhing was working;whereas my cell showed the sign of GPRS..
What do I need to tether my phone with Ubuntu? I've tried using Berry4All but there's no conf file for my carrier, and I don't know how to create one.I have my carrier's APN and the number to dial, other than that do I need any extra info? Is there another software that I can use to tether my BB?
Got a Sony Ericsson K800i which I tether by USB. I'm having trouble finding the port for the config file, I have used HWINFO and I can see my phone but on the 'Linux.sysfs_path' parameter it doesnt state which tty I am on.
Anybody have any suggestions as I would really like to be able to read my sms messages on my system while hooked up.
I know that using Gmail you can send txt messages, plus talk paying their cheap service but.... it is there a Ubuntu function/program/software where you can phone from ur pc a cellular?