Ubuntu :: Way To Intercept Texts From Phone

Aug 25, 2010

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.

View 9 Replies


ADVERTISEMENT

Ubuntu :: Get Texts And Image Of Texts On Ubuntu Terminal Like Mint?

Jun 1, 2010

In linux mint every time a new text appears with new terminal tab or new terminalwindow.How to do this on ubuntu terminal?

View 1 Replies View Related

Ubuntu Networking :: USB Tethering To Phone Doesn't Work Unless Phone Is Plugged In During Boot?

Jan 14, 2011

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.

View 5 Replies View Related

Ubuntu :: SDL Applications Intercept Volume Buttons

Jun 1, 2010

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.

View 2 Replies View Related

Ubuntu Multimedia :: How To Intercept Audio From A Mp3 File

Jan 25, 2011

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.

View 6 Replies View Related

Programming :: Intercept Data On Serial Port?

Dec 21, 2010

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

View 3 Replies View Related

General :: How To Monitor / Intercept All Network Comms On PC

Dec 6, 2010

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.

View 6 Replies View Related

Programming :: Intercept The Mouse And Keyboard Events?

Nov 13, 2010

how to intercept the mouse and keyboard events in Linux,like hooking technique in Window ?

View 1 Replies View Related

OpenSUSE Hardware :: USB Connection To Phone \ Sometimes The Phone Craches And Needs To Be Rebooted?

May 16, 2010

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

[code]....

View 8 Replies View Related

Ubuntu :: Customize Nautilus Bar To Show Only Icons And No Texts?

Dec 16, 2010

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

View 2 Replies View Related

Ubuntu :: Recommend Software To Check Texts For Plagiarism

Mar 20, 2011

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.

View 3 Replies View Related

Server :: DNS Merge / Intercept Queries From Zone File

Jun 4, 2010

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.

View 1 Replies View Related

Programming :: Add Texts Using Sed In Matching Pattern?

Feb 3, 2011

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

View 7 Replies View Related

Ubuntu :: Copy/paste Texts Between Host And Guest Machines?

May 9, 2010

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.

View 5 Replies View Related

Networking :: SQUID Intercept IPtables - Whitelisting Ports And Sites

Jul 6, 2011

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

Squid3 config:
Code:
acl manager proto cache_object
acl localhost src 127.0.0.1/32 ::1
acl to_localhost dst 127.0.0.0/8 0.0.0.0/32 ::1
acl Safe_ports port 80 # http
acl whitelist dstdomain "/etc/squid3/whitelist"
acl CONNECT method CONNECT
http_access allow manager localhost
http_access deny manager
http_access deny !Safe_ports
http_access deny !whitelist
http_access allow localhost
http_access allow all
http_port 3128 intercept
hierarchy_stoplist cgi-bin

View 2 Replies View Related

Applications :: Application For Reading Texts Or Words?

Jan 3, 2011

To find an application reads texts or at least pronounces words. It have to work offline.

View 5 Replies View Related

General :: Insert Texts In A File By Using Shell?

Jan 26, 2011

I'm using fedora 14...i would like to insert few texts to a file in shell prompt(may be useful in scripting for in the future)...for eg,

[root@ruby ~]# cat > hello
1
2
2

[code]....

so in the above file i need to add the line "new line added" near the number 4 in the above file ....how can be this done ...?

View 8 Replies View Related

OpenSUSE :: Weird Characters And Missing Texts - Don't Show Any Text At All But Squares Instead

May 22, 2011

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).

View 9 Replies View Related

Debian Multimedia :: Bluetooth Phone File Browser / Cant See Or Access To Any File Or Folder Into The Phone?

Mar 1, 2010

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.

View 1 Replies View Related

Debian Hardware :: NVIDIA GeForce GTX 950M And 4k Display - Small Icons / Windows And Texts

Mar 5, 2016

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?

View 14 Replies View Related

Ubuntu :: Receiving Files From A Phone?

Jan 11, 2010

In Preferences > Bluetooth, I can pair to a phone but when they try to send me files it says, "send failed".

View 4 Replies View Related

Ubuntu :: Bluetooth Between PC And Mobile Phone?

Feb 27, 2010

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.

View 5 Replies View Related

Ubuntu :: Send Files From My PC To Phone?

Apr 18, 2010

whenever i try so send files from my PC to phone, it never works in first attempt, just hangs. In the subsequent attempts it works fine.

View 1 Replies View Related

Ubuntu :: No Audio On VoIP Phone?

Apr 24, 2010

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.

View 5 Replies View Related

Ubuntu :: Accessing Net Through Cell Phone?

May 11, 2010

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..

View 3 Replies View Related

Ubuntu Networking :: What Do I Need To Tether Phone?

Oct 14, 2010

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?

View 5 Replies View Related

Ubuntu :: Cell Phone Notification App?

Nov 12, 2010

im looking for an app that basically can notify me by popup message when i get a call while my phone is connected via usb cable.

i have a normal Motorolla flip phone with ATT service.

i see alot of apps listed but none of the descriptions for them seem to offer what i want.

im using Ubuntu 10.4

View 2 Replies View Related

Ubuntu Multimedia :: Not Finding USB Phone / Where To Get That?

Dec 3, 2010

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.

View 1 Replies View Related

Ubuntu :: Connected Phone To Lap-top Via A USB Can Use The Internet?

May 15, 2011

If I connected phone to my Lap-top via a USB can I use the internet on my phone from my lap-tops internet?

View 1 Replies View Related

Ubuntu :: Telephone From Pc To A Phone Cellular?

Jul 5, 2011

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?

in the Ubuntu Software center?

View 1 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved