I have tried all the tutorials to install uTorrent, but I still can't get any of them to work.
They are all identical.
I tried to install utorrent by following the instructions available at http://www.liberiangeek.net/2012/01/install-utorrent-in-ubuntu-11-10-one... but when I got to the step of typing:
utserver -settingspath /opt/utorrent-server-v3_0/
into terminal I received the output:
server started - using locale en_AU.UTF-8
Using locale en_AU.UTF-8
File not found during integrity check: /opt/utor
Hi,
Initially hibernate/resume was working fine. But now system hibernate but doesn't resume, instead it boot-up normally.
i want to ask why i got this error on my terminal when i'm install utorrent?? i've followed the tutorial from this
ubuntu tutorial
and i stucked on this command : sudo ln -s /opt/utorrent-server-v3_0/utserver /usr/sbin/utserver
i'm noob on linux and ubuntu, so please gimme some suggestion or advice to solve this problem, thank you so much
Hi,
Im brand new to linux. So my apoligies on my technical ability within this system. lol
I've just installed Fedora on my PC and would like some help with installing programs.
Can someone take me through a "beginners guide" to installing applications - Mainly Utorrent.
Hi,
Im looking to write a script to check if a file exists and if it doesnt then send an email out, Ive found the below code but I don't understand the ! in the if statement can anyone explain?
Any help will be much appreciated
Code:
#!/bin/bash
if [ !
rubenvb wrote:I know that adding a > resume /dev/disk/by-uuid/somecrazyuuidto the boot line of the grub/menu.lst, but GRUB2 doesn't have this and relies on fancy scripts and a "/etc/default/grub" file for easy option editing (which is better IMHO).How should I do this for GRUB2?By adding that "resume=/dev/disk..." to GRUB_CMDLINE_LINUX_DEFAULT in /etc/default/gruband do
I am having two issues with suspend and resume.
I am trying to work on a script that will first check to see if a backup of a file exists, and if it does it will prompt the user to ask if he/she wants it replace. Of course, if the user says no then the file should be skipped.
Here is the code I have written. Does it look as if it is working correctly?
Code:
#!