General :: Difference Between Bleed And Bounce Of An Instance?
Aug 16, 2010What is the difference between bleed and bounce of an instance
View 10 RepliesWhat is the difference between bleed and bounce of an instance
View 10 RepliesI have KDE 4.4 and Firefox 3.6. Whenever I click a link from a plasmoid widget, it tries to open Konqueror and another instance of Firefox. The page actually loads in the opened Firefox window, but the task bar shows an instance of Konqueror and another instance of Firefox, that keeps loading for a while then close. See image below:
I currently have setup the browser default application as "firefox". If I set this option to use the default application, it opens in Konqueror and I don't see additional windows in the task bar. If I change the option to "firefox %u", then it exhibit the same issue, but the process is much faster, so the loading windows don't stay for long in the task bar. Additionally, it opens the link on a new Firefox window and opens the page twice. Although Konqueror is not loaded, the bouncing icon next to the mouse pointer shows up and stay for a while.
Does anyone know what might be causing the following situation?
Crontab emails are bouncing with the message "Message rejected as spam by Content Filtering." (I've contacted the mail server admin about this.)
But emails sent with the command "mail user@example.com" etc. are "stat=Sent ... Queued mail for delivery" (according to the log), but never arrive and never bounce. I've tried sending as root and as other users.
there are any apps in Linux that allow messages to bounce back to the sender with a fake message saying the user does not exist or the email could not be delivered.
I have a stalker that keeps sending me disgusting emails on my primary gmail address, which I also use for work. He got my contact from a friend of mine (she was unaware he is mental i guess). Needless to say I replied a few times demanding he'd stop his cr@p, first in a polite way then even with insults and threatening to go to the police (but he is in another country so that's not a strategy I can use. Additionally in the country he lives - which is my native country - by law there is no restrain order unless there is first a personal attack and plus even in that case you have to get lawyers and pay lots of money for a court order).
Anyway, of course I already set up a filter in my gmail address that sends his cr@p right to the trash, and blocked him from any contact I have on the internet (Skype and Facebook). But I would like to pretend that my address does not exist any more or is not accepting emails any more by bouncing back a failure message so that this idi0t can stop once and for all. This disgusting email flood has been going on for almost a year.
I googled and found 3 windows apps that do that ( Bounce Email Spam Messages Back to Spammers with Non-Delivery Notifications | Raymond.CC Blog ) but I have not been able to find anything for Linux.
Does anyone know of any way to have a failure email bouncing back?
I might just be crazy or particularly dumb today but what I'm trying to do is have sed replace the first and second instance of a character on a line but not after that.
Basically it is a csv file with a date formatted as dd/mm/yyyy and I need to completely remove the slashes. No problem using:
Code:
sed 's////g' < file > outputfile
The only problem is that one of the columns after this may also contain these slashes and shouldn't be removed.
I must have read every single sed page on the net today to find a way to do it to no avail! Is it as simple as :
Code:
sed 's////1' < file > outputfile
And then run the same on the output file again? these two slashes will always be the first and second slashes in the file.
So i'm really loving the whole gnome-do/docky thing. My question is that on other docks, you can hold down a modifier key to launch a new instance rather then switching to an already opened instance of an app. So lets say I have chrome on the win7 dock
first click launches chrome
other clicks will focus the opened window
shift click will open a new instance of chrome
ctrl-shift-click will launch a new instance as admin
Is there anything similar in docky?
What is dumping an instance in linux?
View 1 Replies View Relatedhaving only one instance of my search results
View 5 Replies View RelatedPossible Duplicate: Can history files be unified in bash? I have bash running in an ssh session, call this session A. I leave the office, go home, ssh to the same box, call this session B. From session B, I'd like to be able to look at the history of session A.
View 1 Replies View RelatedThe performance of my suse install under Virtual Box is starting to affect my work, and I really need access to my real multi core CPUs - can I take my vm and stick it on a bootable SD or external HD?I've read the howto move existing linux installation to usb-flash and make it bootable? but it didn't work for me (I'm not convinced I copied correctly).
View 1 Replies View Relatede.g.: I don't want to use Firefox Add-ons, and I need to be logged in several places [via HTTPS in ff], but it requires several proxys (so I don't want to install e.g.: foxyproxy).How can I exactly start several Firefox instances, so that I could use several proxys?
View 2 Replies View RelatedI just finished setting up a default Linux EC2 instance and would like to install PHPMyAdmin. I already have Apache and MySQL installed but cannot seem to install PHPMyAdmin. I tried using
sudo apt-get phpmyadmin but the command apt-get is not recognized.
I also tried sudo yum install phpmyadmin but that I get the message No package phpmyadmin available.
I want to print, using locate, all the paths that contain the element /bin/ but only one instance of each one. If I issue 'locate /bin/' then I have many screens of text with, for example,
/usr/bin/foo1
/usr/bin/foo2
/home/me/bin/foo3
whereas I want to see only
/usr/bin/foo1
/home/bin/foo3
That is to say, if in two lines /bin/ appears with the same prefix (in the example above the prefixes would be /usr and /home/me) I only want to print the first line. Can I pipe locate to grep to do this? I've mentioned locate because it does not scan the whole disk.
I have a few different Linux servers with samba shares on each of them. Is it possible to administer each of the servers from one SWAT instance?
View 1 Replies View RelatedI just setup an EC2 instance running Linux. Is there a way to get the version/distribution of Linux that is running on the instance via the terminal?
View 3 Replies View RelatedI have s smtp configured server , the problem i am facing is that i am not able to sent emails to some domains for instance yahoo.com or ymail.com rest all domains the email goes through
[Code]...
I am setting up a laptop for an old person who has trouble locating the skype icon in the notification bar.
I want clicking on the skype desktop icon to open the window of already running instance instead of a new one (like it happens in Window$).I am using Lucid puppy 520.
I want the icon to link to script which checks if skype is already running, and if it is, it de-iconifies the skype window
If a file is opened from the common prompt with something like:
gedit somefile &
Is there a way to close somefile while leaving the instance of gedit still open? My idea is that sometimes I will have more than one file open in gedit. I run a script daily that updates to a log file. The log file is then opened and viewed with gedit.
I have a file "test.txt" with following data
#1
aaa
#2
bbb
#3
aaa
#4
ddd
I wanted it to be displayed as
#1
aaa
#2
bbb
#4
ddd
I used awk "'!x[$0]++' test.txt > file.new"
,but it deleted #1 also.I tried using uniq command but i didn't work.
Can anyone Please let me know is there any way to do this using shell script.
I'm using a program called easystroke to invoke commands from mouse gestures - typically to launch an application. 'gnome-terminal', for example. If I already have a gnome-terminal window open, and I invoke the gnome-terminal gesture, I'd like to be setting focus to the already running instance, rather than spawn a new instance, which is of course what happens now. (I am actually more interested in this for my gmail chrome app shortcut, and other larger apps.)
I'm very new to ubuntu and linux in general, but I was hoping there might be a nifty command I could wrap around my launch command that would produce this behavior. (I'm imagining some kind of singleton app list keeper program that consumes my command line, checks if it's already in the list, transfers focus to the running process if it is (and if that process is still running), or else spawns a new process and then adds it to its list using the the command line as a key.)
The only way I know is to use exit command to come out.
Is there some way to close the Xterm windows using the GUI (the mouse pointer)? Killing a lot of windows would be easier that way.
I am using Tiny Window Manager.
df -k
/dev/sda6 25396228 21249088 2836240 89% /export
21G used[code].....
The 3.4G is correct because we have removed all non essential file but free space reported by df is not consistent with the actual free space that should be there.
the difference between GLX and EGL?
View 1 Replies View Relatedwhat is the difference between C and gcc...
View 12 Replies View RelatedLast week in one of the Interview Dump Papers I read about NIS+. Anyone who can quick reference how the setting up NIS is different from NIS+.
View 1 Replies View Relatedwhat is the difference between a GUI and KDE..
View 5 Replies View RelatedI need to know the exact difference between SCP and SSH can somebody explain please as i am confused as both seem to do the same thing if so let me know what the difference is.
View 4 Replies View RelatedWhat is the difference between /dev/tty and /dev/pts ??
I google a lot but didn't understand......
Thanks in advance
What is the difference between |less and |more ?
View 7 Replies View RelatedI tried to download ISO file and saw ,Download ISO 1 and Download ISO 2 .What is the difference between two ISO's?
View 4 Replies View Related