Tagged Questions
-1
votes
2answers
13 views
Mac OS X terminal grab ubuntu ssh output to clipboard [closed]
I wonder is there a way to grab the contents of an SSH Ubuntu session to Mac OS X clipboard?
0
votes
2answers
27 views
Executing a command after the first command executed
I just recently installed beep on Ubuntu and finally managed to get it to work.
So I was able to hear the beeping sound after executing:
beep
Everything worked well, however, I was just wondering ...
0
votes
0answers
7 views
How do I remove part of path from the terminal [migrated]
I give some command on terminal and then type <Ctrl>+w to delete the last word.
vim apps/up_multiplier/views/create_ads_views.py
If I do <Ctrl>+w, the path is removed and only vim ...
0
votes
1answer
22 views
How do I set default terminal to terminator?
Using Xubuntu.
I'd like to have terminator replace the default terminal. For instance, when right-clicking inside a folder then selecting open terminal, I'd like Terminator to open instead of the ...
-2
votes
2answers
41 views
how to write a script to automaically create a folder in /tmp in Ubuntu at startup
I am currently having a problem in creating a folder at startup inside /tmp directory and executing a command for a server restart. What file do I have to modify in order to do this? I have heard ...
2
votes
0answers
53 views
cant import beautiful soup 4 in virtual env
I have been trying to install use beautiful soup in a virtual environment. I have successfully installed the module using both pip and easy_install but I cannot seem to import it into the ...
0
votes
3answers
55 views
undoing changes to bashrc from terminal
Unfortunately I just overwrote my .bashrc with
echo "command" > ~/.bashrc
as opposed to appending via
echo "command" >> ~/.bashrc.
Not a huge throwback as I am newer to ...
0
votes
0answers
43 views
java encoding issue (Ubuntu terminal)
I'm university student majoring computer engineering.
I have been tried to rewrite the framework of some tools.
But I can't read '*.java' source.
that like..
0000 1020 3040 2343 2034
3521 3425 4324 ...
0
votes
1answer
56 views
ubuntu linux, new terminal window does not recognize installed gems
I am running ubuntu 13.04, I have installed ruby 2.0.0, rvm 1.20.10, rails 3.2.12, as well as many other gems. I am trying to run a spork server for my rspec testing with guard. I opened a new ...
0
votes
0answers
29 views
How do I execute Eclipse from a terminal in Ubuntu Linux 12.04? [closed]
I can't start eclipse in Ubuntu 12.04.
I downloaded Eclipse (eclipse-SDK-4.2.2-linux-gtk-x86_64.tar.gz)
I untarred it, got the directory "eclipse", and moved it to "usr/local".
From a terminal, ...
0
votes
2answers
46 views
Ubuntu: How to I add string to terminal window title from command line?
I am working on a Ubuntu VM where i have multiple terminal windows open at the same time. I switch between them many times and it's hard to keep track of which window has which purpose. So what I want ...
0
votes
2answers
46 views
Git - how to push on every repository inside folder
On my local computer I have every project inside my workspace folder, there I have some git repositories which are cloned from repositories of github, bitbucket, etc.
So for example I have something ...
0
votes
0answers
32 views
Launching Qt Designer application on terminal (bash) [closed]
I installed Qt Designer thanks to the software center on ubuntu.
However, when I try to run it via my terminal, I receive the following error:
designer
designer: could not exec ...
0
votes
2answers
27 views
On linux, how to wrap text around the output of a command and save it to a file?
browserify my_file.js returns a stream with the result of the conversion of my_file to browser. Is there a way to wrap "" readers around that output? For example: echo "<html>" > browserify ...
0
votes
0answers
11 views
Copy a certain file from a CPIO file to a different directory
I am trying to copy a single file from a .cpio file, to a different directory rather than the tree inside it. I am trully sure it is possible, my teacher did it.
I have tried this:
# cpio -i -F ...
1
vote
1answer
70 views
unable to use arrow keys for previous command in interative commandline app
I have developed an application which has an interactive terminal to accept commands from user. But when i press arrow key in Linux, it fails to show previous command on interactive terminal of my ...
0
votes
1answer
82 views
Run Multiple Shell Scripts From One Shell Script
Heres what I'm trying to do. I have 4 shell scripts. Script 1 needs to be run first, then 2, then 3, then 4, and they must be run in that order. Script 1 needs to be running (and waiting in the ...
1
vote
1answer
22 views
Ubuntu Server in VMWare terminal stops updating
I'm running an Ubuntu Server 12.10 in VMWare Fusion 5, no Xwin/GUI, just the bare terminal. I run top in that so I can keep an eye on what's loading the server, and after about 10-15 minutes, the ...
0
votes
1answer
56 views
Tracking progress on terminal 1 and showing it in terminal 2
I'm running ubuntu and i'd like to find a way to track echos from one terminal, and display them in a second terminal. Here is the structure I'm looking to code. The reason for this is I do not want ...
1
vote
1answer
254 views
Github error: src refspec BRANCHNAME does not match any
I forked a repo on GitHub. Created a new branch from website (named "anythingslider").
Then:
cd /home/multiformeingegno
git clone git@github.com:multiformeingegno/cdnjs.git
Enter passphrase for key ...
1
vote
0answers
203 views
Read data from USB serial device
I am trying to read data from a USB serial RFID device in Ubuntu.
The device is: https://www.sparkfun.com/products/8852
The device is recognised under Ubuntu as:
/dev/ttyUSB0
If I use programs ...
1
vote
3answers
79 views
Bash script - find directory, and do something in it. Or find a file, and do something with it
This is what I have so far:
for f in 'svn ls repository_dir';
do
svn checkout repository_dir/$f/trunk/dir1/dir2/dir3/dir4/needed_dir
done
This works great for the projects (100's of them) that ...
-2
votes
2answers
134 views
How to add multiple files in git
I have 4 files in a folder. I have modified 3 of them. How do I add and push only the modified files all at once. Will "git add ." work here.
-2
votes
1answer
77 views
Can't seem to get Nodejs to work at all on Ubuntu [closed]
I've installed and uninstalled nodejs this morning countless times, trying to approach different methods each time. The problem is,, nodejs simply does not work. If I write "node" on terminal it won't ...
-2
votes
1answer
176 views
Can not change the user in linux (ubuntu 12.04) terminal [closed]
I changed the ownership of /usr/bin folder to another user (not root) and its mod to 777. I recognized my mistake and i tried to change the owner again to root and the mod to 4755. I can access all ...
1
vote
0answers
183 views
Using wget in an Ubuntu terminal to download all “useful” files of a directory
I am trying to download all useful files of a directory in an website (https://cgran.org/browser/projects/ucsb_jello). By 'useful file', I mean the files that I can see when I go to the directory (the ...
-1
votes
1answer
71 views
getting error when starting xampp with error missing job name
I installed xampp in ubuntu 12.04 and everything is ok but when i am trying start it from terminal i get this error:
start: missing job name
try 'start --help' for more information.
JOB is the name ...
0
votes
3answers
733 views
trouble getting sublime to execute with linux terminal
I know a few similar questions have been asked, but none seemed to help me so here it goes. I am trying to get sublime to run when I use 'subl' in the Linux terminal but I just cannot get it to work. ...
0
votes
0answers
65 views
Makefile to play with terminals
I have to make a makefile to do following work
It will open N gnome terminals
It will type K# different command line arguments on T#.
here N ,K# and T# are fixed numbers .
for example:
It will ...
2
votes
1answer
96 views
Can't get Socket.IO to install on Ubuntu VPS server?
I am having trouble to get socket.io installed in the correct directory I guess for it to work with my website. I had it working at one point, however I had to install socketIO in the directory with ...
-2
votes
1answer
50 views
Drag Terminal window ubuntu VM [closed]
Does anyone know how to drag the terminal window in an ubuntu vm? I open the terminal and I have no way to drag it around or resize because the window only shows the typing area...
My screen looks ...
0
votes
2answers
164 views
difficulty in installing ruby-bundler and update headers in ubuntu
I'm learning ruby on rails and therefore require installation of some gems for app.
I'm trying to install ruby-bundler but getting errors.
need some help..
i'll paste the commands i tried in my ...
1
vote
1answer
510 views
can't connect to remote mysql database via navicat
I have a mysql database on an unmanaged rackspace cloud server. I can connect to phpmyadmin with no issues. I checked if port 3306 is listening and it is. /etc/mysql/my.conf shows bind-address = ...
0
votes
1answer
337 views
gearman issues & php cli
I'm having some gearman issues when trying to run commands in terminal using php cli. For example I run this command:
gearmand --log-file=/var/log/gearman-job-server/gearman.log
and get:
gearmand: ...
1
vote
3answers
254 views
copy iptables rules from one server to another
I have a server with iptables rules setup. I want to use the same rules on a new server. Can I somehow copy/paste them or download/re-upload them using terminal? I'm on Ubuntu.
1
vote
2answers
211 views
Run java app created in eclipse package structure in ubuntu terminal
I am sure this is a very newbie question, but writing Java app after years. I have written a simple java code to print "HelloWorld"
public static void main(String[] args) {
// TODO Auto-generated ...
0
votes
3answers
178 views
Why do I have to install Rails every time I open a new terminal?
I am having a problem with Ruby On Rails. Every time I open a new terminal and type a Rails command I get this error:
rails --version
Sorry, command-not-found has crashed! Please file a bug report ...
0
votes
0answers
168 views
Change my terminal's character set in Ubuntu [closed]
I would like to process with perl some files in Greek in which the character encoding is Greek (ISO-8859-7) but my terminal doesn't support such an encoding. Can I add it somehow?
0
votes
1answer
110 views
Turn off Guvcview filename incrementation
The guvcview command is automatically incrementing the output filename.
Here is the command I am using:
guvcview -d /dev/video1 --no_display -r 1 -f yuyv -s 2592x1944 -i capture.jpeg -c 2 ...
-1
votes
1answer
114 views
Linux: Have terminal run on startup [closed]
I would like to have the terminal window open when I start my computer.
I think the above is simple, but then I would like it to either load full screen on my second monitor, or I would like it to ...
0
votes
0answers
96 views
How to restart all screenlets from the terminal/a script?
I am writing a dash script which modifies the Screenlets[1] configuration files and to apply these changes I must manually restart Screenlets by clicking on the Screenlets Daemon applet and selecting ...
1
vote
1answer
190 views
Rails console does not start on ubuntu 12.04
i am using rails server without any problem ubuntu 12.04. But I wanna try some methods at console on terminal and i use
rails console
command. but it does not work. The output is here:
...
1
vote
1answer
135 views
Changing ubuntu terminal's up-down arrow
How can I make up/down arrow in ubuntu's terminal scroll up and down only commands that begin with what I've already typed?
for example, if I entered these commands:
% bla
% do this
% do that
and ...
1
vote
2answers
450 views
How to automatically run “/bin/bash --login” automatically in the embeded terminal of gedit on ubuntu 10.04?
Background: I updated RVM to latest version and .rvmrc so that I can direct rVM to use the project specific gemset. But it now requires that the bash shell be a login shell. So I did that via the ...
0
votes
0answers
75 views
I can't see what I'm typing to answer a raw_input line in my terminal
I'm writing a little game in python, using a console readLine method that looks like this:
class Console(object):
def clear(self):
#Method to clear the screen
os.system("clear")
...
0
votes
1answer
463 views
How concatenate a array of videos using avconv
I want to concatenate a array of videos my array is
$interFIFO // array(
0=>test1.mpg,
1=>test2.mpg,
2=>test3.mpg,
...
-2
votes
1answer
165 views
Ubuntu terminal hangs after opening files [closed]
Sublime Text 2 always hangs the terminal if I open a file like so:
#sublime index.php
any thoughts?
1
vote
2answers
127 views
Run CLI commands using PHP script
I want to convert a flv file to mpg using avconv it is run successively using terminal. My problem is run command using php script. I write a code but i did not got result. My code as follows
...
-2
votes
1answer
166 views
How to clear the Laravel Application Key via Terminal
I'm creating a application. I want to clear the Laravel Application key via terminal. Not manually.
Is there any way to clear via artisan. I can only generate via following command
php artisan ...
0
votes
1answer
235 views
Having Trouble Creating a Makefile in C
Here is the error I receive when creating a makefile from the Terminal in Ubuntu:
~/Desktop/a4 $ make
cc Makefile.c -o Makefile
Makefile.c:1:5: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ...



