Ubuntu Servers :: Cannot Find The List Of CLI / Console Commands For Deluge
Jun 27, 2011
I for the life of me can not find the list of CLI/console commands for Deluge. I'm trying to at least find the command to change global download speed.
View 3 Replies
ADVERTISEMENT
Jan 24, 2010
Were can I find a complete list of commands for the terminal in ubuntu linux 9.10
View 9 Replies
View Related
Sep 14, 2015
Usually I start my remote deluge seedbox as a normal user
Code: Select alldeluged
deluge-console &
What is the best way to monitor those processes and bring that up when it crashed?
View 1 Replies
View Related
Jul 4, 2010
I was seeding a folder with deluge and when I removed the file from deluge I chose remove data by mistake, so can I recover my folder?
View 4 Replies
View Related
Nov 25, 2010
I'm trying to blind deluge torrent to port 80 but as I'm running already a server on this port, I've decided to use the ProxyPass option in a vhost. As I prefer running through HTTPS, I've used my vhost 443 that I already use for bind AjaxTerm (SSH with a web interface)
But whereas AjaxTerm works, Deluge doesn't...I only get a black page but the tab name is correct (ie, Deluge: Web UI 1.3.1)
Here is my vhost
Code:
<VirtualHost *:443>
SSLEngine On
SSLCertificateFile /etc/ssl/private/localhost.pem
ProxyRequests Off
[Code].....
View 1 Replies
View Related
Jun 22, 2010
I'm trying to set up the following "server" system. (I say "server" because I'm really running ubuntu-desktop 10.04 LTS):
I have set up Samba and allowed guest access to my /media/Share/data using Windows 7. Everything works great, I can create folders, add files, etc. However I noticed that when I add files or folders via my mapped drive in Windows 7, it defaults to permissions that do not allow Deluge to access them. I realized that if I go back to the server and give it
Code:
sudo chmod 0777 /media/Share/data/(folder or file)
Deluge can now access the files. I don't want to have to modify permissions every time I add a new torrent to Deluge's watch folder which is /media/Share/data/Torrents.
How do I configure Samba (or linux, or windows) to give rwx permissions when I add a file or torrent via windows? And vice versa, if deluge downloads a file and moves it to completed downloads (which I haven't been able to get this far yet) will I be able to access it via Windows 7?
View 3 Replies
View Related
Jan 27, 2011
I want to resize my harddisk partition to make it bigger is there a console commands to do this ? I have some free harddisk that I want to ubuntu to use, I have hear that one can use Gpart, but is it also possible achieve the same by using some commands ?
View 4 Replies
View Related
Feb 23, 2009
You can find a list of all the booleans for SELinux (Fedora 10) using getsebool -a My question is, is there a reference online that describes each one. Most of obvious but it's one of those "I have to know because it's there situation).
View 5 Replies
View Related
Jul 1, 2011
I downloaded rhel 5.5 CD 1 iso to my PC, and used it as a virtual CD-ROM to kickstart HP DL380 G4.Here is my questions:
1. how can I cut and paste boot commands (very long strings) from my PC to iLO remote console?
2. is there anyway I can get "boot prompt" by ssh to iLo's IP?
3. after kickstart, I want to eject the virtual CD-ROM / media, I have tried the following method in the kickstart profile, but all failed, after reboot, it still boot from the virtual CD-ROM. So how can I reject the virtual CD-ROM for rhel 5.5 kickstart?
View 1 Replies
View Related
Nov 9, 2010
From where can i get a list of basic commands that can be run from the terminal from ubuntu ?for example:nautilusmounttopapt-get
View 9 Replies
View Related
Dec 24, 2010
I want to see the users list and the permissions of the users when i logged in a root and how to change the permissions of the users. 2.How to change the permissions for the commands. example:when i logged with my other user account(not with root user) i dont have a permission to use the move(mv) command. #mv filename /backup my error : Permission denied. I need to know how we can set the permissions for the commands even.
View 1 Replies
View Related
Dec 11, 2010
i have a java program and to run it, i have to go into terminal and typecd <where the file is>java -jar <filename>.jarthis works fine, but is there a way to make a shortcut/small program to do this for me when i double click?
View 3 Replies
View Related
Jun 12, 2010
I would like to find documentation on all the available terminal commands and syntax for CentOS 5.
I have googled and looked through the wiki and found nothing about the terminal to my ability.
As for what I am referencing by commands:
sudo: I get the su means super user
cd: change directory
rm: remove, I don't know how to remove folders.
General navigation and using the terminal to create files/directories/open file editor/etc..
View 3 Replies
View Related
Dec 22, 2010
For example, when I want to have an identical line to the above line, I must press "yy" and then P (or p). Could somebody give me the list of such commands.
View 6 Replies
View Related
Jan 21, 2010
I've been using opensuse 11.2 and windows xp at parallel. After I decide to reinstall windows, I got the error saying "invalid partition table" after the first restart of windows xp installation.
I tried to use windows system recovery console and committing fixmbr and fixboot commands, but didn't work.
After all, i boot with opensuse livecd to run the grub and got my opensuse back.
How can I installed windows on a opensuse installed system? My plan was first to install windows xp, then opensuse again.
View 1 Replies
View Related
Sep 14, 2011
Is there any way to list just the folders in a directory using bash commands? ( as the ls command lists all the files and folders )
View 3 Replies
View Related
Jan 30, 2010
if I open a terminal and hit [TAB] [TAB] it will display "Display all 2583 possibilities? (y or n) ". If I press y is there a way to capture the output and write it to a file? Not like it is a command so I can't just use a redirect to a file? If not I guess I could just do an ls on all locations of $PATH and capture that to a file.
View 7 Replies
View Related
Jul 20, 2011
List of 77 lines with the names of movies. For ease, let's say it's in a text file. What I want is a command line argument I can pass that'll read each line and pick one of those 77 lines at random, except I can't figure out how to do this. Is there a program I can just pipe the output of 'cat listofmovies.txt' to?
View 13 Replies
View Related
Apr 1, 2010
I've just started experimenting with SSH tunnels. I wanted a way to connect to MySQL on our website VPS but wanted the connection encrypted rather than just using PHP's mysql_connect() function and connecting to the remote IP. This seems to be working great. I'm also looking into autossh to make sure that the tunnel gets reconnected when it drops.is there a command/utility that can list the currently active SSH tunnels? Be great if there was a way of terminating an active tunnel through a command as well. Or is it a case of manually digging through the process list and killing the specific PID like I have been?
View 1 Replies
View Related
Feb 2, 2011
i am working on some kind of PBX and i have list of telephone numbers inside a file, i have to insert these numbers into the correct command and then telnet to a remote server and execute these commands. i can read the telephone numbers and insert them into the command with no problem, but when i try to insert these commands into the send i face problem. here is the basic code
#!/bin/bash
read msisdn < input
string="ZZZZ:MSISDN=$msisdn;"
[code]....
i can make external loop inside the Bash which read the input file and issue the command and then telnet and execute, but this will make the script connects and disconnects again for each line which cause high load on that server and hardwar problem. i am wondering if there is an option inside the expect interperter which makes the send read directly from a file... somthing like this:
expect "<"
send "input-filename
"
expect "<"
expect eof
View 1 Replies
View Related
Jun 18, 2011
I have just got my lovely new installation of ubuntu up and running. First cab off the rank I updated before anything else. This is really embarrassing, but I cant find a console to make a few adjustments.
View 7 Replies
View Related
Sep 25, 2010
I can't find, though, how to change that. In DOSBox, ctrl+alt+f5 starts and stops video capture, but Ubuntu's command took precedence when I did that. I had to hard shut down before doing some searching and finding out ctrl+alt+f7 gets me out of there...that doesn't help me with the problem of taking video on DOSBox though. I went to ystem>Preferences>Keyboard Shortcuts to see if I could change the command or disable it, but it wasn't listed...so I'm stuck. I don't want ctrl+alt+f5 to bring me to a console, so how do I make it not do that?
View 3 Replies
View Related
Apr 2, 2010
There is something I dont understand, When I put a DVD in de the DVD drive it says its connected and it appears in sysinfo:but when I try to reach the DVD thru the console I cant find itnormally I can acces cd's with cd ///mediaand then ls commandWhat could be the reason I cant find the DVD in console? And how can I fix the problem?
View 6 Replies
View Related
Dec 27, 2009
Code:
find . -name *.txt
Code:
find . -name *.txt
View 10 Replies
View Related
Feb 21, 2011
We recovered a large number of files from a HD I messed up. I am attempting to move large numbers of files of a type e.g. .txt .jpg , into a folder by type to more easily sort through them.
Here are the commands I have mainly been trying with various edits:
Code:
Code:
So far the most common complaint I have gotten "missing arguments to execdir".
This is on Ubuntu 10.04
View 6 Replies
View Related
Jan 22, 2011
I'm trying to run multiple commands on things I have found, how can I achieve this? find . -exec cmd1; cmd2 does not seem to work; it instead runs cmd2 after cmd1 has been executed on every file.
View 2 Replies
View Related
Aug 7, 2011
I'm having an issue with Ubuntu 10.04 server, where it is not bringing up a console on the local machine.
The only display on the local screen (and in /var/log/boot.log) is:
Code:
fsck from util-linux-ng 2.17.2
/dev/sda1: clean, 100725/2342912 files, 781590/9357824 blocks
init: ureadahead-other main process (595) terminated with status 4
Hitting <alt>-<f[anything]> just brings up a blank screen with a single flashing cursor, and no login prompt.
The ureadahead message sounds like the classic Windows error: "The operation could not be completed because of the following error: The operation completed successfully." So ureadahead isn't the problem.
Also... ssh works, but other services (apache, mysql, smbd, nfs-kernel-server, etc) need to be started manually.
View 2 Replies
View Related
Aug 3, 2010
I have a server running. I administer this server via ssh and sftp. Commands that are executed on the ssh prompt are killed when I close the ssh connection. Is it not?If I put a '&' or '&&' after it, will this process keep running when I close the ssh connection?In what other way could I start 'applications'/processes in the background? like rtorrent for example.
View 5 Replies
View Related
Nov 2, 2010
I'm trying to run ssh commands though PHP on my website. I found this tutorial for it: [URL] I've got a few problems here, when I do "apt-get install openssl-dev" I get this output:
Code:
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Couldn't find package openssl-dev
[Code].....
View 7 Replies
View Related
Mar 2, 2010
Not long ago I lost all sound, but I got it back eventually-the system wasnt snesing my usb speakers.
Now its stopped recognising them again and I cant remember how I got it back before.
How do I find a list of USB devices?
View 7 Replies
View Related