Ubuntu :: Navigating A Windows Box From Command Line?

Oct 9, 2010

I'm in Ubuntu and want to navigate the directories of a Windows box upstairs. I can see it and navigate around the shared folders using the file browser (the address bar shows smb://computername/shared-directory/) but how do I navigate around using the command line? The IP addy of the upstairs computer is 192.168.0.199.FYI: If this is posted somewhere else I couldn't find it

View 4 Replies


ADVERTISEMENT

General :: Two Navigating Windows At The Same Time?

Sep 24, 2010

i have a problem when opening a session because it pops up in two window pane..!!! i had this problem when i modified the panels and add applets or item on the panel which is the "window list" ,,now i want to restore the default panels ,, by downloading the panelrestore.sh but it wont allow me to extract the .tar.gz file see the message below..tar: This does not look like a tar archivetar: Skipping to next headertar: Exiting with failure status due to previous errors

View 3 Replies View Related

General :: Navigating To Windows Partition In Terminal?

Mar 14, 2011

I'm still somewhat of a n00b to ubuntu, so please excuse the probable fail of this post.So a while back i dual booted Ubuntu along with my Windows 7 operating system.I'm trying to navigate to the directories in my Windows partiion, which includes a C (0S) partion and D (Data parttion).

df yields
david@david-laptop:~$ df
Filesystem 1K-blocks Used Available Use% Mounted on

[code]....

View 1 Replies View Related

Ubuntu :: Boots To Command Line After Windows Checkdisk?

Mar 7, 2011

I successfully installed 10.10 dual booting with Win 7.Today I booted into Win7 and Windows insisted on running checkdisk. After about 10 minutes Windows booted. I then rebooted into Ubuntu. Unfortunately Ubuntu only boots into the command line now. Being very new to Linux I don't have any idea how to fix this.

View 2 Replies View Related

Fedora :: Run Python3 Scripts From Command Line And Call Up Python 2.6.2 Idle With The Command Idle From Command Line?

May 29, 2010

i've gotten my fedora 12 to the point where i can run python3 scripts from command line and can call up python 2.6.2 idle with the command 'idle' from command line. what command will call up python3 (3.1.2 to be exact) idle?

View 5 Replies View Related

Fedora :: Killing Desktop Windows From The Command Line?

May 22, 2011

What's the best procedure to kill a desktop window from the command line? I'm having the problem on a FC 12-64 machine that using the File Browser window locks up most of the desktop. This might be software problem or it could be due to a defective mouse. I haven't had time to see if other windows cause the same problem. To do that, I'd like to kill the File Browser window.

The only windows that work are terminal windows. So I tried using the command line from a terminal to kill the file browser. When I do a kill -9 on the process involving nautilus, the process dies, the File browser window flickers off and back on, and then a new process involving nautilus appears in the list displayed by ps -ef. Is there a way to kill the File Browser window and make it stay dead?

View 4 Replies View Related

Ubuntu Networking :: Some Command Line Way / Where Can Invoke Nautilus To Mount Windows Share

Oct 9, 2010

My computer is connected to the college lan where almost all machines are some variant of Windows OS. If i use Places > Network, while windows network is displayed, mostly it returns unable to mount shares, my workaround for this problem is I use some tool like nbtscan to see which hosts are up and then use network > Connect to Server > windows share and type in the ip address, this mounts the windows share even though Places> network doesn't display such hosts. My question is there some command line way where I can invoke nautilus to mount the windows share, ie the same job connect to server > windows share does? And is there some application like say lan surfer for windows which lists all the folders shared by a windows client.

View 3 Replies View Related

Software :: Searching In Command Line Like In Windows Search Or MacOS Finder?

Jan 25, 2011

I am very familiar with "find" and "locate" and many of the options they provide. Does anyone know a tool in order to search inside of documents and files like you would do it with the finder on Mac or with Windows search?I guess these tools use an indexer which is always running and indexing the content of every file so you can search and find a file based on what is in it, rather than by name only like locate would do.

View 1 Replies View Related

Software :: Use Command Line To Split A Single-lined XML Into A Multi-line XML?

Dec 9, 2010

I have a many text files that have XML tags all shoved into 1 line. I want to create a new file that splits each XML tag onto a new line. code...

View 3 Replies View Related

General :: Command Line Way To View A Line Of A File With Context?

Feb 24, 2011

I'd like show a certain line or lines of a file with context, kind of like a unified diff, on the command line in Linux:

$ (something) -l 154 stuff.py
150: def foo(bar):
151: """

[code]....

View 5 Replies View Related

General :: Printing Command Line History Without Line Numbers?

Aug 22, 2011

How can I print Linux command line history without including the line numbers? I want to send it all to a text file like this:history >> history.txt

View 1 Replies View Related

General :: Ubuntu 10.10 And Command Line Scripts - Error - Android: Command Not Found

Mar 26, 2011

I know my way around MS Windows much better, but I just don't feel right trying to program something for Android on a Microsoft operating system. I am interested in Android programming so I followed the instructions on [URL] to install the environment on my computer...

I just installed the JDK, SDK, Eclipse successfully (or I assume):

* When I get to Step 4 where I'm supposed to run 'android' it will not run. I get the error message "android: command not found" (I am definitely in the right directory).

** When I double-click it in nautilus, it opens up in gedit. I can set the permissions in nautilus (through the properties - Allow executing file as a program) and get it to work,

My system:

Intel i7
Ubuntu 10.10 Maverick Meerkat
android-sdk-linux-x86
eclipse 3.6.2

View 5 Replies View Related

Ubuntu :: Is Command Line Invocation Of Gnome-terminal To Run More Than One Command

Feb 17, 2010

how to pass something more than a one-command startup for gnome-terminal. I will give an example of what I'm trying to do here:

Code:

#! /bin/bash
#
#TODO write this for gnome and xterm

[code]....

This same error occurs if the gnome-terminal line is changed to

Code:

gnome-terminal -e mcTerm

Is there any way to pass more than one command on to gnome-terminal? I have tried various single and double quoting senarios and in a final attempt, I abstracted to an exported function all to no avail. Perhaps even though gnome-term is better at many things than xterm, xterm trumps it in this instance.

View 1 Replies View Related

Programming :: Effect Of Using Eval To Execute A Command As Opposed To Writing It On The Command-line?

Jun 18, 2010

Code: cmd='date | wc'

$cmd If this script is executed, an error is generated. The reason written was that "The execution fails because the pipe is not expanded and is passed to date as an argument".What is meant by expansion of pipe. When we execute date | wc on the command line, it goes fine.then | is not treated as an argument. Why?

View 4 Replies View Related

General :: Access The Dbxml From The Command Line And It Returns Command Not Found?

Apr 30, 2011

I installed the Berkeley DB on the Ubuntu server and tried to access the dbxml from the command line and it returns command not found

path/to/dir/dbxml-2.5.16/install/bin$dbxml
-bash" dbxml: command not found

Can someone point me in the right direction

View 1 Replies View Related

Software :: Command Line: Chown Command Recursively On Invisible Directories?

Oct 25, 2010

I tried

Code:

chown -R owner:group *

which does not work on the invisible directories (why?). When I used ".*" as wildcard it changed all (visible) files including the parent directory (the one I was currently working in which is the "dot") . I can change the invisible directories owner and group using dophin but how is it done from the command line?

View 9 Replies View Related

Programming :: Command Line Invocation Of Gnome-terminal To Run More Than One Command?

Feb 16, 2010

I am trying to learn how to pass more than a one-command startup for gnome-terminal.

I will give an example of what I'm trying to do here:

Code:
#! /bin/bash
#
#TODO write this for gnome and xterm
USAGE="
${0##*/} [-x] [-g]
code....

However, running with the -g option to invoke gnome-terminal, I get a "There was an error creating the child process for this terminal" error.

This same error occurs if the gnome-terminal line is changed to

Code:
gnome-terminal -e mcTerm

Is there any way to pass more than one command on to gnome-terminal? I have tried various single and double quoting senarios and in a final attempt, I abstracted to an exported function all to no avail. Perhaps even though gnome-term is better at many things than xterm, xterm trumps it in this instance.

View 4 Replies View Related

Programming :: Convert This Awk Command From Command Line Into An Awk Script ?

Oct 15, 2010

I'm trying to convert this awk command from command line into an awk script, but just cannot get it to work:

This is what i have after my BEGIN

Am i missing something here? this just prints out the count for everyline, not counting lines on 5th field that match 'A'

View 1 Replies View Related

Ubuntu :: Navigating Folders In Unity Dash

May 2, 2011

I upgraded to 11.04 with pretty much no issues. But, I do have one: When I opened "Files and Folders" in Dash and clicked on a .jpg image, a GNOME-looking dialogue popped up asking me which program I wanted to use to displayed the image. So, I went to make sure that opening an image on my desktop had the correct results. It did, and opens in Eye of Gnome. I messed up and made a typo, and now when I try to click on ANY folder or file in Dash, it says that it can't find the program "E" (which was my mistake/typo/whatever/I didn't finish typing and had a twitch or something xD). I cannot figure out how to set Dash to open [x file] with [x program].

View 9 Replies View Related

Ubuntu :: Crash When Navigating To /usr/bin/ - Broken Links?

May 29, 2011

Apparently I have some broken links in /usr/bin/hich causes nautilus to crash and restart. If I navigate to /usr/bin/ using gnome-commander I can see the files, as well as using terminal

View 3 Replies View Related

Ubuntu :: Firefox - Getting Another Page While Navigating Certain Site

Sep 1, 2011

I have installed a CLI ubuntu system and then installed gnome-session and all the applications I needed. Yesterday I have installed Firefox 6. Addons added are :flashblock, adblock + and noscript addons. Now the weird thing is that today while navigating on this site: [URL]. I get Godaddy Page.

View 8 Replies View Related

General :: Write <Esc> In The Vim Command Line (:vim Command)?

Jun 24, 2011

how do you write the ASCII character #27 in the vim command line?

View 6 Replies View Related

Software :: Command Line Cd Command Not Working Right

May 4, 2010

Using netbook asus 1005ha with lucid beta 1 with most of updates on learning to use the CLI and headaches cd command does not seem to reconise directories here is a sample

Code:

yeh i know read the f#####g manual i am but any help would be greatly accepted tried sudo with same commands same problem did have a problem on my debian system that was to do with paths this is not the same on a different footnote anyone thinking of upgrading to lucid sit tight on 9.10 there are still to many issues that need ironing out for a system that is your main system.

View 6 Replies View Related

Ubuntu :: Navigating Folders With Unreadable Characters In Terminal?

Nov 12, 2010

I'm trying to get more acquainted with the terminal but have run into a problem. I have a flash drive that originally had a name that consisted of numbers and letters. After using the flash drive on Windows recently, I saw that its name had changed and now contains special characters (the name is now �NPM=:�N). It poses no problem when navigating through folders graphically, but because I usually have multiple external drives and the first character of the flash drive name is a special character, I have no idea how to 'cd' to the flash drive from the terminal. So the only solution I see is to either type these special characters in the terminal or somehow cycle through all the folders in /media with the keyboard.

View 2 Replies View Related

General :: Navigating In Gnome-terminal

Mar 1, 2010

I am using ubuntu 8.04 with GNOME. gnome-terminal version is 2.22.1

(1)Is it possible to use mouse to move cursor to desired position? For instance , I am at end of line & with mouse I can select a portion of line to copy but cannot move the cursor to middle of line without pressing left arrow key for looong time.

(2)I have noticed that if I boot with my USB in non-persistent mode.In the beginning I can use ctrl+arrow to move to previous or next word. After sometime ctrl+right arrow append ;5C and ctrl+left arrow appends ;5D

View 5 Replies View Related

Ubuntu :: System Crashing On Navigating Into Folder With Video Files?

Apr 2, 2011

Whenever I navigate into a folder containing video files, my entire system freezes/crashes. The keyboard, video, and the entire system become entirely unresponsive.

I can recreate the problem every single time by simply opening a nautilus window, then going into a directory containing 1 or more video files (avi, mkv, mp4, etc.). It doesn't seem to matter whether I stay in the folder, or quickly navigate away either. Seconds later, the system freezes entirely, to the point where my capslock key does not even toggle the capslock indicator.

I first noticed the problem when I installed 10.10 months ago on my Acer AspireOne D250. I had recently upgraded to ubuntu natty beta hoping the problem might have been fixed.

View 1 Replies View Related

Ubuntu Installation :: Navigating Applications Using Navigation Keys In Unity?

Apr 29, 2011

Loading up gedit (as an example) I am unable to navigate reliably using keyboard navigation controls with the new Unity interface. There are times when left/right will work within a document but up/down will not. After a reboot left/top/right will work but down will not unless you physically click on the position you would like the cursor. I'm guessing unity unity is stealing these keys but not releasing them back to the applications?

View 2 Replies View Related

General :: Navigating To Folders Within The Terminal Program?

Jan 31, 2010

I'm trying to install Flash Player 10 (to access Hulu) with no success. Here are the instructions Adobe gave me:

1. Click the download link to begin installation. A dialog box will appear asking you where to save the file.

2. Save the .tar.gz file to your desktop and wait for the file to download completely.

3. Unpackage the file. A directory called install_flash_player_10_linux will be created.

4. In terminal, navigate to this directory and type ./flashplayer-installer to run the installer. Click Enter. The installer will instruct you to shut down your browser(s).

5. Once the installation is complete, the plug-in will be installed in your Mozilla browser. To verify, launch Mozilla and choose Help > About Plug-ins from the browser menu.

When I'm in the terminal program, I type this in but don't get a response. I'm not sure how to navigate to directories...

View 2 Replies View Related

Slackware :: Xpdf Is Slow To Render PDFs And Navigating Through A Document Is Ponderous

May 10, 2011

I'm the only person seeing this: xpdf is slow to render PDFs and navigating through a document is ponderous. The problem is there on my laptop ( Core i3 ) and my desktop ( Core i7 ). I played with the ./configure options in the Slackbuild and deleting the -mtune=i686 option made it much more responsive. It's so bad I've got Debian on a separate partition and I boot into that if I need to look at PDFs.

View 14 Replies View Related

Ubuntu :: How To Do Everything From Command Line

May 8, 2010

How can we do everything, or as much as we can do, from the command line? In particular, I am trying to get rid of the top panel in Ubuntu. Because,

1) It takes unnecessary valuable space.
2) Even if I use a huge monitor, it introduces distraction to me while working.

I created a shortcut so that with a single keyboard key I can open a terminal. For example, if I want to restart the computer, I use: "sudo shutdown -r now". Or I can even create a shorter alias. So I do not need the logout menu. But my problem is, some programs put an icon on the top panel when they are working. So, what is the best way of using command line, and getting rid of the top menu.

View 5 Replies View Related







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