Fedora :: Create Remote Popup And Sound

Mar 24, 2009

I'd like to create by remote acces a popup on a desktop (my brother) to remind him for some things, even when I am far away and he's offline but I know his PC is running. I have ssh access to his PC anytime. So I just need to figure out how I can manage to get zenity to catch the ocrrect display or a usefull leightweight alternative which doesn't require any bigdeal setup.

View 2 Replies


ADVERTISEMENT

Ubuntu :: Create Script To Render A Message Box Popup Notification?

Jul 1, 2010

Transmission offers to run a script when a download is complete.

I'd like that script to create a popup message saying "Download Complete" (including the name of what was completed if possible otherwise just generic "DL complete")

I tried 'man notify-osd' and 'notify-osd --help' but it is not found.

Yet it is installed by default.

The message must stay up until clicked on so that if something finishes overnight, the msg is still there in the morning.

View 4 Replies View Related

Fedora Servers :: Create A Backup To A Remote File System?

Jun 26, 2010

Attempting to create a backup script to copy files from one file system to a remote file system.

When I try this I get:

Quote:

# tar -cf - /mnt/raid_md1 | gzip -c | ssh -i ~/.ssh/key -l user@192.168.1.1 "cat > /mnt/backup/fileserver.md1.tar.gz"
tar: Removing leading `/' from member names
Pseudo-terminal will not be allocated because stdin is not a terminal.
ssh: Could not resolve hostname cat > /mnt/backup/fileserver.md1.tar.gz: Name or service not known

[Code].....

I know that the remote file system dir is RW and the access is working fine. I am stumped...

View 3 Replies View Related

Fedora :: Create Custom Sound Themes?

Dec 15, 2010

I have some sounds I'll like to use for events. Fedora comes with built-in sound themes. Can one create his? How?

View 1 Replies View Related

Fedora :: Create Slide Show Movie With Sound?

Oct 7, 2010

actual GUI program, which allows to create slide show movie with sound?

View 14 Replies View Related

Fedora :: How To Run Sound Recorder To Create Small Audio File

Dec 21, 2010

I want to run SoundRecorder (or audacity). I just want to create a small audio file. I can't seem to get the mike to record. I start the record function and expect to see changes in the "Level" indicator that correspond to sounds that I utter.
-Search of google shows lots on solutions for non fedora 14
-FAQ - no hits
-Musicians Guide is 248 pages long and I did not see a solution for this simple case.
I have installed jack-audio, audacity and dependencies.

View 3 Replies View Related

Fedora :: Flash Popup Goes Blank?

Mar 19, 2011

Could someone try [URL]and then take vid and open that in whole screen. Since is it this machine why I got blank if I am try to expand it to fill screen.

View 5 Replies View Related

Fedora :: Turn Off Popup Of Printer Report Of Job?

Jan 29, 2011

I don't need to be advised if a printer job failed on my screen. I am sitting beside the printer. I know someone needs that feature but how do I turn it off.What software is responsible for putting a printer icon up and then giving me this output? And will that software accept a request to change the default behavior?

View 3 Replies View Related

Fedora :: How To Stop 'Enter Your Location' Popup

Apr 17, 2011

I select my location and 'Save' it, this damn thing continues to pop-up, either on the same Search, or when a new search is made.I hoped Adblock Plus would stop it but it doesn't detect it automatically and trying to do it manually doesn't work either.I was sure that there would be a plugin for this but there seems to be no mention of the problem in eBay-related plugins.Opera used to do this occasionally as well, so it's not confined to Firefox.

View 6 Replies View Related

Fedora Networking :: Password Screen Popup Hit OK And It Reconnects

Jun 15, 2009

I have a strange issue w/ F11 and atheros 5212 wifi card using the standard ath5k driver. Every now and then (usually upon bootup but it will kick in every now and then, no rhyme or reason) I will get a kernel panic whereupon my wifi disconnects and I have to manually reconnect. The password screen will popup and I just hit OK and it reconnects. there also appears to be a dmesg line 'disassociated by local choice (reason=3)' in addition to the kernel panic. I've tried using ath9k instead (rmmod ath5k, modprobe ath9k) but that doesn't work at all, no wifi shows up in networkmanager. I also tried to find madwifi and kmod-madwifi via yum but those packages do not appear to be there for F11.

View 2 Replies View Related

Fedora Networking :: Disable Networkmanager Notification Popup Balloons?

Jun 11, 2009

does anyone know a way to disable those annoying NM 0.7.1 popup balloons in F11 (KDE)? The ones that say that it is now connected to the wired eth0 network for example? I would really like to get rid of those ugly GTK notifications in KDE, but the NM GUI doesn't seem to have an option for this?!

View 2 Replies View Related

Fedora :: Flash Popup Goes Blank When Try To Expand It To Fill Screen

Feb 9, 2010

[URL] and then take vid and open that in whole screen. Since is it this machine why I got blank if I am try to expand it to fill screen.

View 2 Replies View Related

OpenSUSE Network :: Create A Remote (ONLY) User?

Jun 27, 2011

I want to create a user on my opensuse 11.4 computer, for the sole purpuse of using it to access network shared data (eg samba, nfs, etc). This user must be in the "Users" group, but it must NOT be able to login directly on the computer, i dont want him to show up on the GDM users list at logon, he must not be able to login to a terminal, etc.

How can i add a user like that? must he belong to a specific group?

View 4 Replies View Related

Security :: Create A Remote .ssh Directory In An Alternate Location?

Feb 21, 2011

I've set up ssh passwordless logins using keygen etc.before so I know the routine.

The problem I'm currently having is setting passwordless logins when I don't have write permission to my "root" of the remote machine. More specifically the slice provided by a commercial web hosting provider. I can ssh and sftp just fine keying in the password manually but since I'm unable to create a .ssh directory in my "root" I'm unsuccessful in scripting logins. What I'm wondering is if the .ssh directory and associated security files can be placed in an alternate location such as the httpdocs directory and pass that location to ssh in a command line parameter.

View 8 Replies View Related

Server :: Ubuntu 9.10 - How To Create Accounts For Remote Login

Jan 19, 2011

I am kind of new to servers and need to set up a server in the lab (for 4-5 clients). I heard ubuntu has a different server edition. But I already have ubuntu desktop edition so I was wondering if I really have to install a server edition for my limited functionality. If it is not required to install a full blown server and I can do with the one I have, how do I go about creating accounts for remote login?

View 2 Replies View Related

Programming :: Create A Remote Login Script With Options

Aug 11, 2010

All day I have to connect to various unix servers via ssh or ovpn. These servers report the current ip hourly to our dns server. I am trying to minimize the few hundred times a day i type ssh myUN@xy1234.mydns etc to connect. 1234 being a store number.

I would like to create a login script that has 2 options. -o = ovpn and -s= ssh. Is this possible.

ssh muUN@xy____.mydns is always used for ssh.
openvpn --remote xy_____.mydns --config client.ovpn is always used for ovpn.

I would like to be able to type something like,

[jim@localhost tools]$ ./login -? 1234

again 1234 being the store number I need to connect to.

View 1 Replies View Related

Applications :: Create Local Mirror Of Remote Server Without Altering It?

Jul 29, 2009

I'm new here and hope to profit from your immense linux knowledge and of course to share my own experience where I can.

I'm in a student organization and we use a file server that runs linux. I can log in through ssh and copy using scp using login and password (no rsa/dsa keys because most users are windows users using winSCP and they're lacking in computer knowledge so we don't require them to mess around with keys)

However, I don't have network access everywhere, so I'd like to make a copy on my laptop harddisk of some of the folders I use most frequently. Note that I don't need it to copy files from my pc back to the remote server so I don't need two-way sync. Deleting the local copy every time and downloading a new full copy is not an option as we are talking about several gigabytes and the download speed is limited. Normally I would use Unison, however, this requires unison to be installed on both pc's and I can't install any software on the file server so this is not an option.

Any ideas on how to achieve this? I'm reasonable knowledgable about linux so I don't mind tinkering with some config files and using command line applications.

View 1 Replies View Related

Red Hat / Fedora :: Log Remote Or External Ip Address Of Remote Clients?

Sep 15, 2010

We're using both SuSe and RHEL servers. Our servers are running behind firewall device and remote root login is disabled in SSH.

We're using NAT.

Remote client connections including failed logins are logged into the /var/log/messages but what is logged are gateway ip of our LAN - the LAN IP of Firewall device.

How can I logged the external or public IP of the remote client?

View 4 Replies View Related

Ubuntu Servers :: Remote GUI Server/Client With Sound

Sep 28, 2010

I am looking for a client/server application that can allow me to have remote GUI access (eg: VNC) but with the ability to use sound.

I see that TeamViewer has a linux application out now but for my company, it would compromise security protocol because it reaches out to the TeamViewer servers to do any work.

Basically, we have applications that require a GUI and we need to hear sounds from them if they throw an alert (the app is a monitoring tool).

We are running a VNC server on it currently and when our monitoring machine was on Windows, TightVNC was able to get the sound...that is not the case with any Linux client so I am wondering if there is actually one that exists.

View 3 Replies View Related

Fedora :: How To Install Software - Install Popup Didn't Come Up ?

Jan 10, 2011

I now have Fedora 14 64bit up and running.

I need a bit of clarification. I've been using Debian based OSes. I just want to make sure that I understand how to install software using Fedora.

While I had the Live DVD desktop running I downloaded the Google Chrome .rpm pack to the download file, right clicked on the .rpm and opened with the archive manager. The archive manager came up and showed me a file folder, the a popup came up on it's own and ask if I wanted to install, clicked yes and every thing from there worked, Chrome was installed and worked. When I tryied to download the plugin for Google and do the same as before, the install popup didn't come up. This is the part where I made a mistake, I went to the download folder and double clicked on the .rpm and the install popup came up, and I installed. This some how messed up the Live desktop to the point that I had to reboot, shut down didn't even work right.

I should have opened the folder the archive manager placed the .rpm and then double clicked on the .rpm to install instead of within the dowload folder.

I aslo read up on how to use rpm -i filename From the terminal can I Or does the .rpm package have to be in the correct folder before installing?

Also from the live dvd I tried using sudo rpm -i , but got a warning and said I would be reported.

View 14 Replies View Related

Ubuntu Multimedia :: When Sound At Remote Sink Flash Doesn't Work

Jan 23, 2010

i just reported a bug to launchpad (#511562. i'm not sure if this bug is in flashplugin-installer or pulseaudio.when i use firefox or chrome for watching a flash video from videos for example, all works good. i then transfer the sound to a remote sink using sound preferences > output > internal audio analog stereo on myuser@otherhost. after this is done, the flash video halts. this is also true if i restart firefox and start a new video, already having transferred the sound. sometimes you can see the video taking huge skips forward. for example, on a 3 minute music video, i see 3-4 different frames from different places in the video. the sound is ok though! 100% reproducible and if i transfer the sound back to local speakers the video resumes and plays perfectly.

View 1 Replies View Related

Ubuntu :: Create A Hi-Q Sound Recording Effcet From Computer?

Aug 17, 2010

How to create a Hi-Q sound recording effcet from my computer.

View 2 Replies View Related

Ubuntu :: Keep Getting A Weird Popup / Fix It?

Jun 16, 2010

I think this happened after I upgraded to 10.04. Any ideas?

View 9 Replies View Related

OpenSUSE :: Popup Windows Become Black In KDE

Aug 20, 2011

I quite haven't figured out exactly when this happens, but it seems it happens after I connect an external monitor after logging, instead of logging in with the monitor plugged in. What happens is that every new window including popups become black. It seems if I turn off the desktop effects it goes away. I'm using T500 with intel graphics, and tumbleweed with KDE 4.7

View 6 Replies View Related

Ubuntu :: Popup / Notification After Updates

Mar 18, 2010

I am having some major problems with some popups and all of my notifications:

Ubuntu Karmic 9.10
Video Card: ATI Raedon Mobility 7500 (open source drivers)
Running GNOME up to date version for 9.10, no compiz for now (on laptop)

The main problem is that, after updates, I have been getting popups and notifications that look like the attached... Which is problematic if you want to use popup/notifications such as those popped up.... These include Pidgin notifications, Sound Notifications, and whenever I attempt to open System Monitor, as can be seen from the snapshots.

View 4 Replies View Related

Ubuntu :: Travelocity Popup Using Firefox?

Apr 3, 2010

Not sure if this is where to put this but I have tried googling to find a fix but couldn't find anything.

When I go to Travelocity to search for airfares a popup comes up. It is a small window and often it is for Netflix.

I can't figure out how to not have this popup show up. I have checked the Preferences/Content. I have block pop-up windows checked. I also looked to make sure travelocity is not listed, it isn't.

how to make this pop-up go away?

View 3 Replies View Related

Programming :: Do A Popup Window On A Webpage?

Mar 2, 2010

I want to do a "gallery" on a webpage, ie. a series of thumbnails, whhich when clicked, will popup a new window of a bigger image of that same things (with more details about it, etc.). How do I do that? (I think it's soemthing to with "window.popup" in Javascript, but how do I use that? Can I do it with <a href="something" target=new>?)

View 12 Replies View Related

OpenSUSE :: Why Getting This Popup - Repository Signature Required

Feb 17, 2010

Why am I getting this popup? Is this safe? What's the "dummy" part? This came up right when I started my computer up.
kde_popup on Flickr - Photo Sharing!

View 6 Replies View Related

OpenSUSE :: KDE Desktop - No Right Click Popup Menu

Jul 27, 2010

Not sure if this is a bug or not, but the popup menu is now gone. using KDE 4.4.4 opensuse 11.3. Anyone with an idea of what go hosed, or needs to be unset? where in the .kde directory is the file that needs to be changed?

View 2 Replies View Related

OpenSUSE :: Remove Duplicate Notification Popup?

Dec 19, 2010

there is this unknown notification popup appear on top left of the screen other than the one on the panel. Anyone have experience on remove the top notification popup? this is my root account that i mainly use everyday, but if i created new account the top navigation not exist.

View 2 Replies View Related







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