OpenSUSE :: Terminal View After Pressing TAB Gives Full Path?
Mar 4, 2011
Usually when i did, for example:
:~/> vi documents/<tab><tab>
i would get list of files in 'documents' dir on my konsole.
:~/> vi documents/
doc1 doc2 doc3
Bu now in 11.4 when i do that i get whole path, like this for example:
:~/> vi documents/<tab><tab>
:~/> vi documents/
documents/doc1 documents/doc2 documents/doc3
how to make it look "old" style?
View 6 Replies
ADVERTISEMENT
Feb 5, 2010
Is there a way to NOT display the current full directory path in the terminal? I'd like to set the default to be just the current directory instead of everything back to ~.
View 2 Replies
View Related
Jul 3, 2011
Can't get into terminal mode by pressing any hotkey CRTL+ALT+F1 .... F6.Displays seems to freeze, a blank screen is shown whit some bright spread pixels at the top. Although I can return to graphical mode by pressing CTRL+ALT+F7 without problems.
View 4 Replies
View Related
Feb 7, 2010
I bought an imac G3 yesterday and it has xubuntu 6.06 Dapper Drake installed on it. When i turn it on, after it POSTs, a little xubuntu logo appears it it begins to load 'essential drivers' and mount the file system, etc. After it is done doing that, it simply prompts me into a CLI that on the top says "Ubuntu 6.06.1 LTS ubuntu tty1". It asks for my username and password, and then it just keeps me in this tty1 terminal. I did some research online and supposedly by pressing alt+F7 you can exit the tty terminals and go back into GUI mode. Well pressing alt+F7 does nothing, and pressing alt+F1 through 6 just sends me into the different tty terminals.
I am very new to Linux so if someone could give me an idiot proof explanation on either how to fix it or whether im screwed and just need to reinstall xubuntu on here.
View 9 Replies
View Related
Nov 11, 2010
I want a simple list of files in a directory that is not my current directory. I run ls /other/directory/*.txt and get:
/other/directory/file1.txt
/other/directory/file2.txt
I want:
file1.txt
file2.txt
How can I get the second list?
View 4 Replies
View Related
Dec 15, 2010
What is a full path name?
View 6 Replies
View Related
Jul 5, 2010
For gcc, it seems that there are multiple include paths like /usr/include and /usr/src/linux/include. How do I check the current include path for gcc via command line? How do I edit it?
What about for cc?
View 9 Replies
View Related
Jun 10, 2011
I have the following files:
~/Dir1/file1.txt
~/Dir2/file2.txt
Then I use the following command:
cd ~ zip out.zip /Dir1/file1.txt /Dir2/file2.txt
In the out.zip i can see two directories (dir1 and dir2) but want only these two files (file1.txt and file2.txt) were in the root of out.zip! I thought the "-D" option is what I need, but it doesn't work
View 1 Replies
View Related
Oct 28, 2010
Is there a way to get the full path of a file in C? I have a method that accepts a file name as an argument and is supposed to read the content of the file. The file name might include "../" so this might lead to accessing files outside of the current directory. I tried to use fstat but I could not figure out how to get the full path.
[code]...
View 3 Replies
View Related
Dec 26, 2010
How can I get the full path to display in Nautilus so I can copy it to the clipboard and/or type a path manually?
View 7 Replies
View Related
Mar 22, 2010
Recently I came across a video I wanted to see from Veoh and you only get 5 minutes preview unless you install the veoh web player.. and guess what.. its for windows only! I heard its working under wine.
Anyway, after some looking around and trying different scripts and programs, the only thing that worked for me was a firefox extension (which unfortunately requires registration - which fortunately takes really 5 seconds. No e-mail confirmations etc. - and unfortunately has a website FULL of ads and pop ups! I hope they dont start asking for money soon). So, the extension is [URL] I dont know if you can install it from addons.mozilla.org . I logged in yet found no install button.. had to go to developers website.
View 3 Replies
View Related
Aug 10, 2011
No matter what app I use, if I view a window at full screen, the contents of the window are white instead of displaying the content. I have to re-size the window smaller in order to see the contents of a window. What can be causing this and how do I fix it?
I am using a HP laptop running 11.04 in Classic mode.
View 6 Replies
View Related
Aug 1, 2011
Is there a way to display and edit the full path of the current directory in nautilus? I am using Ubuntu 10.10 and I think it was possible with an older version.
View 3 Replies
View Related
Jan 21, 2010
- When using SU - , I need the option to show the full user path (root user, home dir, etc..), not just root@name. Is there one?
-If not in sudoers file, how can a user get in to edit a file for example. Is that possible?
-Does service ssh restart disconnect users?
View 6 Replies
View Related
Jun 7, 2011
I am having a small issue with how Ubuntu displays my files. In Windows 7, I typically view my files in the "list format." In Windows 7, when in that format, it displays the entire file name of my files. In Ubuntu, "compact view" is the same format as "list" from Windows 7. The only difference is, it does not show the entire filename. Kansas - Carry on my Wayward son.mp3 for example, is viewed as Kansas - Carry on m... This is really not a big deal. And I get it, compact means compact. I can just use Ubuntu's "List View" to see the entire file names of files. But that's not my preferred way of viewing files. I was wondering if there was a way to make "compact view" show the entire file of my files.
View 4 Replies
View Related
Jul 26, 2013
How do you set up a command just to copy a file's full path name (%F) onto the clipboard?(I can't seem to get this without copying the contents of the file.)
View 2 Replies
View Related
Nov 16, 2010
Checking the process table for the running sendmail, I would like to know the full path to the sendmail binary a la the ps -ef on a Sun or other servers. How do I get ps to give me the actual path, or should I use a different tool on my Linux servers?
View 2 Replies
View Related
Jan 6, 2010
I have this problem that is every time I'm watching something in Full screen and try to lower or raise the volume using the volume scroll on the laptop (Toshiba Satellite if it matters) it minimizes the view. I'm using Fedora 12
View 1 Replies
View Related
Jul 28, 2009
What I'm trying to do is wget images, however, I'm not sure how to do it 100% right. What I've got is a index.html page that has images (thumbs) that link to the full size images. How do I grab the full size images?
Example of links on the page:
<a href="images/*random numbers*.jpg" target="_blank"><img border=0 width=112 height=150 src="images/tn_*random numbers*.jpg" style="position:relative;left:3px;top:3px" /></a>
I tried:
wget -A.jpg -r -l1 -np URLHERE
but only got the thumbs.
View 1 Replies
View Related
Jul 17, 2010
Is there a command to know " From where a specific RPM package was downloaded & installed ( The full HTTP/FTP path ) " ? For example, if I had previously installed Firefox from here [URL] is there a specific rpm query, or any other place, from where I can get the full ftp path back.
View 1 Replies
View Related
Feb 6, 2010
What I mean is I'd like to watch stuff in its original size but with the rest of the screen black, the way it is in full screen view (but I don't want it zoomed). RealPlayer calls this option "theatre view". Is there a line I can put into terminal? I tried
Code:
sudo gedit /etc/mplayer/mplayer.conf
and changing commenting in zoom=yes and changing it to zoom=no. Made no difference.
View 2 Replies
View Related
Jun 28, 2011
Open a new terminal either in tab or new windows,The default work directory is $HOMEDoes anyone know how to change it to `pwd`, so every time a new terminal starts form the same path as the mother terminal (the terminal user calls new from).
View 9 Replies
View Related
Feb 21, 2011
I have connected remote linux server through tight vnc. But i am not able to see how to open new terminal and view the terminal.I have minimize the terminal in linux window and after that i am not seeing any command line and not even seeing desktop
View 2 Replies
View Related
Sep 29, 2010
KDE tends to freeze momentarily after performing some tasks, like closing a window, pressing a button that should result in an option pane being popped, or simply trying to drag a window around the desktop. It doesn't happen every single time, but it's very persistently. I first noticed that the mouse would freeze sometimes when I do something like close a window and it takes 3~4 seconds for me to get control back, and for the task that I requested (close a window for instance) to be carried out.
During this time, I notice that all of KDE freezes up because my binary clock widget freezes as well. Is this a known problem with KDE? Can somebody give me some advice as to what might be causing this behaviour? I recall having similar problems back when I first tried 11.0, but back then it was so bad that I ended up going with Gnome. Now KDE has me hooked again, except for this one niggling issue. If I can get this resolved, then I think I will finally have an absolutely stable linux desktop.
[Code]....
View 9 Replies
View Related
Apr 7, 2011
Just like the title says, it always asks me to go to the direct path.
ie:
iwconfig doesn't work. I have to type /usr/sbin/iwconfig
View 2 Replies
View Related
Mar 16, 2010
I want to add a path (/usr/sys) to the global $PATH. I will use this to test commands and scripts, which I don't want to be mixed up with regular commands. I've added the path to /etc/environment. When I start a terminal session under my user account, the path is included in the $PATH variable. However, when I start a root terminal, it is not. Is there a way to to change $PATH on one place where it will also affect the root terminal, or do I have to change it on 2 locations?
View 4 Replies
View Related
Mar 5, 2011
Usually in Gnome, under Ubuntu, the terminal command I use is:
Code:
gnome-open (path)
In most cases, I won't know the path and I'd rather not search for it with:
Code:
locate (file name)
View 1 Replies
View Related
Jun 11, 2009
Here is my problem, which I think also posted here already but cant find enough solution. I successfully access the web server to its localhost using its IP address (Sample: http://192.168.1.100/index.php), but when I try to access it on other terminal which are also connected to the same network, I cant view it. But it seems that they can both communicate to each other when I ping it respectively both sides.
how can i set something to view the page outside the local server.
View 3 Replies
View Related
Nov 10, 2010
I often use the terminal to shut down my system whilst watching TV in bed, I use SUDO AT TIME and HALT.This works a treat most of the time, but a couple of time this week I have woken in the night and the PC/TV is still running? Maybe I mis typed somthing? Is there any way I can view previous terminal sessions to check ???
View 4 Replies
View Related
May 3, 2011
After the update to 11.04 I don't see the non-graphical terminal view any more. I run a fully encrypted system that requires password entry after the grub boot option selection. I can blindly type in my password and the system boots fine into the KDE logon screen. However, I can't see any terminal output when I use ALT-F1 to go to the non-graphical shell. It is there though, because I can blindly type in my login info and run commands from this "hidden" shell.
how I can get back my non-graphical display?
When I boot the old kernel, everything works as expected. No strange black screen but the usual text console.
View 1 Replies
View Related