Ubuntu :: Using Automatic Proxy Scripts With Gnome-terminal
Jul 29, 2010
My laptop is behind a proxy and I use a proxy url like [URL] in firefox for connecting to the internet.
Using the same in terminal like below,
export http_proxy=http://proxyconf/proxy.pac
I am not able to download stuff with say wget. Example terminal output below.
wget -c http://fi.archive.ubuntu.com/ubuntu/...0.15-3_all.deb
--2010-07-29 12:31:16-- http://fi.archive.ubuntu.com/ubuntu/...0.15-3_all.deb
Resolving proxyconf... 147.243.4.73
Connecting to proxyconf|147.243.4.73|:80... connected.
Proxy request sent, awaiting response... 404 Not Found
2010-07-29 12:31:16 ERROR 404: Not Found.
How I make the terminal to use the proxy.pac script rather than just proxyconf?
View 1 Replies
ADVERTISEMENT
Mar 12, 2010
I am unable to download packages from synaptic. I am at a school that uses an automatic configuration url with a proxy.pac file. How can I get synaptic to work with this proxy?
View 5 Replies
View Related
Jan 25, 2010
How can I edit the system proxy setting using the terminal? Which file contains this settings? I want to edit this automatically using cronjobs, cause from 8-5 I need to use a proxy, but at home I don't need the proxy. How do I fix this?
View 3 Replies
View Related
Dec 23, 2010
Automatic Proxy Configuration via DHCP | AGIX Linux Tutorials & HowTo's | Ubuntu Focuson openSUSE not work, Why? # These 2 following lines are the key to your pac success:option local-pac-server code 252 = text;option local-pac-server "http://192.168.1.254/wpad.pac";
View 2 Replies
View Related
May 26, 2010
How can I make terminal applications immune to terminal emulator close, but still able to use all virtual terminal features?
egin{UPDATE}I want my terminal application remain alive and accessible if I accidentally close terminal emulator. This functionality is provided by screen and tmux, but they have issues with colors and they flush screen.Yes,I can run the shell inside screen, but I do not want the shell remain alive unless there is some other program running.
end{UPDATE}I see this must be something like screen, but without VT100 terminal emulation, something which will just apply whatever application does with "terminal proxy"'s terminal (like outputting something to stdout/stderr or using stty to set terminal options) to the terminal this proxy runs in.
// I know about screen and altscreen on, but it makes either this (screen with TERM=screen):
or this (screen with TERM=rxvt-unicode):
while I want this (rxvt-unicode without screen):
I have figured out that everything looks fine if I compile rxvt-unicode with USE=-xterm-color (in fact vim looks like on the second picture even without screen if I add this USE flag) and set TERM=screen-256color, but I do not like this workaround because it actually changes colors and I can't be sure that it will always change them only this way:
View 4 Replies
View Related
Dec 10, 2010
Linux-goers. I did some research on this, but I am still fairly new to Linux. In Ubuntu 10.10 (Maverick), I accidentally overwrote my "/bin/bash" file. Dude, using "sudo" with a small typo can work disasters. Bash is now broken in the Terminal (gnome-terminal). Terminal itself still works fine, technically, but bash is still hosed/broken. Here is what I did to try to fix it: Booted from Ubuntu 10.10 live CD. Mounted my Ubuntu partition and manually copied the good/fresh "bash" file onto my hard drive. Verified copy was successful. Didn't help, as you see. Reinstalled "gnome-terminal" using synaptic package manager. Tried to reinstall bash via synaptic, it failed with error, "E: /var/cache/apt/archives/bash_4.1-2ubuntu4_i386.deb: subprocess new pre-removal script returned error exit status 2"
In Terminal, all basic commands work as far as I can tell. ("ls", "pwd", navigation, etc.) Here are some problems:My "username@computername" does not display in the prompt; only the $ sign. Bash keyboard shortcuts such as uparrow and tab do not work. Instead, each inserts a key code. I can't even move the cursor left/right. Aliases (a function of bash and .bashrc) are broken, of course. My sanity level decreases when I use Terminal now. For what it's worth, even with "sudo" I get a "permission denied" error when trying to run Google Chrome! I read something about a ".bashrc" file being a possible problem, but I don't know how to make it work, or the file's proper locations in Ubuntu 10.10. Is there something I can do with a "make" or "apt-get install" command or something?? Could this simply be a permissions problem? Is the link to "/bin/bash", "/bin/sh", or a ".bashrc" file broken? Guide me, oh Linux gurus.
P.S. I always wondered what exactly bash was and how it was different from the basic terminal. LoL, this is an excellent way to demonstrate the difference, and I WANT IT BACK!
View 9 Replies
View Related
Nov 6, 2010
I'm using 10.04, and gnome-terminal GNOME Terminal 2.30.2 . I have irssi running on screen session on remote host. And I've been struggling for quite many days to configure it to produce either visual feedback or ring terminal's bell when I receive a private message or one of those that are highlighted.
My compiz settings window in General tab has 'Audible bell' checked.
My GNOME terminal has 'Terminal bell' checked.
I also added 'set bell-style audible' to my ~/.inputrc
And I also tried to manually load pcspkr module into my kernel.
No of the above helped or at least I haven't been able to notice any difference.
I also used some commands for irssi to produce bell sign.
View 2 Replies
View Related
Sep 24, 2010
I did an automatic update and rebooted this morning and I now have a bit of a nightmare situation where I can't open the majority of applications, including the terminal. When I rebooted, my desktop loaded as normal, but then when I try to open the terminal (from Applications -> Accessories or from my quick launch panel), nothing happens other than the quick launch panel disappears for a second then reappears. This is the case for most other apps, but not for Chrome (obviously).
Used Alt+F2 to open the terminal, ran safe upgrade and then rebooted, but still having the same issue. As Ubuntu was booting, there was a "Broken pipe" message, which didn't stop the boot process but is still a bit worrying. I've run a file system check but this hasn't resolved the problem either.
View 1 Replies
View Related
Jan 24, 2011
gnome-terminal from the Debian squeeze does not use the 'default_size_columns' and 'default_size_rows' from the /apps/gnome-terminal/profiles/Default/ folder of gconf.
View 6 Replies
View Related
Jun 21, 2011
We use an authenticated proxy in my university.I am not able to add repos by sudo apt-get-add-repository.I get the following error(for firefox for example) Error reading https://launchpad.net/api/1.0/~mozil.../firefox-next: <urlopen error [Errno 111] Connection refused>
I have tried ti change the port by this method[URL].. But it didn't work out.apt-get update and upgrade work fine.Adding repos worked fine at home. Kinda new to Ubuntu(really loving it by the way),so please give a bit elaborate explanations
View 5 Replies
View Related
May 4, 2010
I would like to know how to add proxy ip addrees through terminal.. I have tried adding it through System->prefrences->network proxy.. After adding through GUI a file apt.conf gets generated under /etc/apt/...
But on that file only the proxy configuration settings are shown..but the entries what i entered in th eignore list is not showing in that file...so i woul like to know how to enter the ignore host entries through terminal.....
View 1 Replies
View Related
Mar 5, 2011
Is there a terminal emulator which works well in an Ubuntu desktop and provides the following features which Mac OS X's Terminal application has? Re-wrapping text when the window is resized.A Clear command which clears scrollback (as the shell clear does not) and does not clear the cursor's line (typically containing a prompt).
View 2 Replies
View Related
Nov 7, 2010
I have tried editing
Code:
/etc/gdm/custom.conf
by adding
[code]...
View 14 Replies
View Related
Oct 8, 2010
i am using ubuntu 10.04 i want to know how to authenticate the proxy settings for the terminal to install and d download package.
View 1 Replies
View Related
Jul 21, 2010
Are x-terminal-emulator and gnome-terminal different in any way? I noticed when I when I put those commands in my terminal they both opened the gnome-terminal.
View 4 Replies
View Related
Apr 29, 2010
In KDE's Konsole, I can do the following from the terminal:
dcop kwin KWinInterface currentDesktop
And it will tell me which desktop my terminal is connected to ( per [URL])
How can I determine what desktop number the current gnome terminal in a gnome session is connected to?
View 1 Replies
View Related
Aug 26, 2011
I find xcompmgr more than adequate for making a desktop look pretty modern, and I don't like the more extravagentCompiz gimmicks - but there is one thing that irritates when using xcompmgr which someone here might have worked round.
Rounded window borders don't draw and redraw properly when using the Terminal (gnome-terminal and the LXDE and Xfce ones) or system monitor and moving them from their default place. You get this little white botch at the corners. I'm not massively technical and I'm ambivalent about how much more I want to learn as I have plenty of creative outlets already, but I would like to solve this. Somehow xcompmgr is treating these programs as a different class? It's capable of drawing the window borders properly as it is just these two programs that get botched. Possibly this doesn't get noticed as maybe people usually use xcompmgr with openbox and LXDE and their square window borders. I did do a search but there was nothing matching what I saw.
View 3 Replies
View Related
May 30, 2010
I'm running CentOS 5.4 on i386 machine with 2.6.18-194.3.1.el5Whenever I login into Gnome, a gnome-termial window comes up. Instantly title says root@localhost before settling with user@localhost with current directory as ~/Downloads. Only happens with my particular user account (normal user), not with root as I tried. I also have KDE, Xfce, Fluxbox as other option at login, but terminal only shows up when I log into Gnome (not kde, xfce or fluxbox)I've done and
1. cronetab -e
Nothing there.
2. Don't have ~/.xinitrc ~/.session
3. Nothing in ~/.bashrc or ~/.bash_profile
4. Nothing in /etc/rc.local
View 4 Replies
View Related
Apr 30, 2011
I just can't set any proxy settings in Gnome 3 Network settings. Is it a bug or...?
I installed Ubuntu 11.04 and then used a PPA to install Gnome 3. Some other "problem" is I can't set single click opening of folders...
View 2 Replies
View Related
Jul 7, 2011
Ever since I upgraded to Natty / 11.04, the quality of my desktop experience has dropped sharply.
One thing that effect me greatly is that I can no longer conveniently switch my network proxy on or off system-wide with single click.
Back in Maverick / 10.10, I could launch gnome-network-properties and switch it back and forth depends rather I am at work or at home.
I have found a similar application, "gnome-control-center network," on the surface of it, it seems to replace "gnome-network-properties" in Maverick. Except that this application doesn't seems do ANYTHING.
As result, I am having the hardest time switching my proxy settings, as I have to do so per application basis (gpodder, pidgin, aptitude, thunderbird / firefox, etc).
ps. I am using Gnome "classic" but Gnome 3 suffers the same issue
View 3 Replies
View Related
Aug 31, 2011
My work uses a proxy server to mediate connections to the internet. However, changing the proxy settings in NetworkManager seems to have no effect. When I change the proxy settings in firefox from "use system proxy" to the actual proxy settings then it connects fine - but I would much rather be able to change the system proxy so that it works with all applications.
This is not confined to firefox - I have the same problem trying to use wget in gnome shell. However ftp works fine. I have just looked at the environment variables and it appears that NetworkManager is not setting the http_proxy variable (it is however setting ftp_proxy and https_proxy).
View 2 Replies
View Related
Jun 21, 2010
how can I login into terminal istead of gnome? will I be then able to log into terminal by typing startx?
View 6 Replies
View Related
Sep 13, 2010
I would like to change the color scheme used in gnome terminal based on what host I'm connected to via ssh. Is this possible? If not, can you suggest any other terminal that has this functionality?
View 1 Replies
View Related
Feb 22, 2010
I just installed 9.10 and this is my first time using Ubuntu. I was using Kubuntu before and used KPPP with my Verizon USB720 wireless card. It's the type that gets internet access through the cell towers.I installed KPPP but when I try to start it I get this error:
Quote:
Could not launch KPPP
Failed to execute child process (permission denied)
I tried Gnome PPP and it would open but not connect. This is what is in my log files"
Quote:
--> WvDial: Internet dialer version 1.60
--> Cannot get information for serial port.
--> Initializing modem.
[code]....
After doing much searching and reading I figured out to open Gnome PPP from the terminal with sudo. When I do that it works fine. Also KPPP opens that way although I haven't tried it to see if it connects. Although this works it's not a very convenient way to connect. How can I get it to work without doing this?
View 2 Replies
View Related
Mar 8, 2010
how do I ensure a gnome-terminal is kept in focus?
View 3 Replies
View Related
Mar 20, 2010
Is there a way to completely replace my gnome terminal with the lxde terminal (lxterminal)? I use the nautilus open terminal extension quite a bit, and I'd like to set this to use the lxterminal, but I'm not sure how. Is this possible?
View 3 Replies
View Related
Apr 27, 2010
I just installed ubuntu 10.04 on our laptop. for convenience I also installed the dutch (gnome) translation and selected Dutch as the default language so all menu's and localisation is suitable for the Netherlands and the misses understands stuff. However I noticed that the gnome terminal is also translated so all output from bash is now in Dutch too. This is really inconvenient since I have been using bash in english on fedora and ubuntu for 10 years now. So is there a way to reconfigure gnome term (bash) to default back to english and leave the GUI in Dutch?
View 2 Replies
View Related
May 4, 2010
I'd like to make a launcher that starts irssi in gnome-terminal with just one click.
I guess something like:
gnome-terminal -execute "irssi"
but without it closing down as soon as irssi is run
View 4 Replies
View Related
May 12, 2010
Editing the profile in gnome-terminal has absolutely no effect on the appearance. I can change background color, transparency, image, etc. in the profile edit window, save changes,and the _actual_ terminal appearance does not change at all. I did make sure to switch to the edited profile after editing -- to no avail.The default navy-on-light-blue isn't bad, but the light-green default for executables is effectively completely invisible on the light blue background.Is this a bug? Or does someone have a workaround?FWIW, gnome-terminal in 9.10 was completely customizable
View 3 Replies
View Related
May 17, 2010
For some reason whenever I load gnome-terminal using 9.10 I get this message:
To run a command as administrator (user "root"), use "sudo <command>".
See "man sudo_root" for details.
View 4 Replies
View Related