SnapOverflow

SnapOverflow Logo SnapOverflow Logo

SnapOverflow Navigation

  • Home
  • Server
  • Ubuntu

Mobile menu

Close
  • Home
  • System Administrators
    • Hot Questions
    • New Questions
    • Tags
  • Ubuntu
    • Hot Questions
    • New Questions
    • Tags
  • Help
Home

ubuntu

Martin Hope
user314763
Asked: 2014-08-12 18:35:47 +0800 CST

How to install Google Chrome

  • 583

How do you install Google Chrome on Ubuntu?

software-installation
  • 8 Answers
  • 3698035 Views
Martin Hope
led-Zepp
Asked: 2014-02-15 11:49:07 +0800 CST

How do I save terminal output to a file?

  • 1263

How do I save the output of a command to a file?

Is there a way without using any software? I would like to know how.

command-line
  • 10 Answers
  • 3254225 Views
Martin Hope
nux
Asked: 2014-01-25 11:20:51 +0800 CST

Is there a command to list all users? Also to add, delete, modify users, in the terminal?

  • 1029

I need a command to list all users as well as commands to add, delete and modify users from terminal - any commands that could help in administrating user accounts easily by terminal.

command-line
  • 9 Answers
  • 3471510 Views
Martin Hope
CodeGeeky
Asked: 2013-11-18 12:50:07 +0800 CST

"Unable to locate package" while trying to install packages with APT

  • 311

When I try to install any package through the command line, I get an error.

$ sudo apt-get install <package>
Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: Unable to locate package <package>

Can anyone help me on this?

apt
  • 7 Answers
  • 2504033 Views
Martin Hope
naveen
Asked: 2012-11-16 20:37:24 +0800 CST

How to delete a non-empty directory in Terminal?

  • 765

How do I delete the following directory?

I typed:

rmdir lampp

This error comes up:

rmdir: failed to remove `lampp': Directory not empty

Is there a command to delete all the files in the directory and delete the directory folder?

command-line
  • 4 Answers
  • 3974436 Views
Martin Hope
Marlin
Asked: 2012-10-06 05:44:26 +0800 CST

How to install updates via command line?

  • 848

When I log into my web server via SSH I see the information:

88 packages can be updated.
80 updates are security updates

I tried apt-get update then apt-get upgrade but each time I log in I still see the message about updates. How do I install them?

command-line
  • 9 Answers
  • 2557747 Views
Martin Hope
rɑːdʒɑ
Asked: 2012-09-13 10:09:55 +0800 CST

How do I shut down or reboot from a terminal?

  • 931

How can I shut down or reboot Ubuntu using terminal commands?

command-line
  • 5 Answers
  • 2623432 Views
Martin Hope
ubuntu-nerd
Asked: 2011-12-11 20:37:54 +0800 CST

How to unzip a zip file from the Terminal?

  • 1994

Just downloaded a .zip file from the internet. I want to use the terminal to unzip the file. What is the correct way to do this?

command-line
  • 9 Answers
  • 6402065 Views
Martin Hope
pandisvezia
Asked: 2011-12-11 17:19:37 +0800 CST

How can I copy the contents of a folder to another folder in a different directory using terminal?

  • 1194

I am trying to copy the contents of a folder to another folder in a different directory using terminal.

Would somebody be able to provide me an example of the command line syntax required to achieve this?

command-line
  • 8 Answers
  • 3472336 Views
Martin Hope
Scott Szretter
Asked: 2011-08-12 04:06:43 +0800 CST

Where is the cron / crontab log?

  • 1053

I want to verify that my cron job is executing and at what time. I believe there is a log for my sudo crontab -e jobs, but where?

I searched google and found recommendations to look in /var/log (in which I do not see anything with 'cron' in the name) and to edit the file /etc/syslog.conf which I also do not have.

cron
  • 15 Answers
  • 2532031 Views
Martin Hope
N.N.
Asked: 2011-08-09 08:58:41 +0800 CST

How do I rename a directory via the command line?

  • 743

I have got the directory /home/user/oldname and I want to rename it to /home/user/newname. How can I do this in a terminal?

command-line
  • 7 Answers
  • 2678764 Views
Martin Hope
TheXed
Asked: 2011-05-07 09:40:28 +0800 CST

How do I install a .deb file via the command line?

  • 1323

How do I install a .deb file via the command line?

command-line
  • 11 Answers
  • 3825240 Views
Martin Hope
Alex
Asked: 2011-05-01 18:39:09 +0800 CST

How do I run .sh scripts?

  • 465

Whenever I open a .sh file, it opens it in gedit instead of the terminal. I can't find any option similar to Right Click → Open With → Other Application... → Terminal.

How do I open this file in the terminal?

command-line
  • 16 Answers
  • 3794271 Views
Martin Hope
Silambarasan
Asked: 2011-02-13 05:01:39 +0800 CST

How do I install a .tar.gz (or .tar.bz2) file?

  • 637

I have downloaded tar.gz files. But I don't know how to install it. How do I install this kind of file?

software-installation
  • 14 Answers
  • 4832364 Views
Martin Hope
EmmyS
Asked: 2011-02-09 14:50:41 +0800 CST

What command do I need to unzip/extract a .tar.gz file?

  • 1048

I received a huge .tar.gz file from a client that contains about 800 mb of image files (when uncompressed.) Our hosting company's ftp is seriously slow, so extracting all the files locally and sending them up via ftp isn't practical. I was able to ftp the .tar.gz file to our hosting site, but when I ssh into my directory and try using unzip, it gives me this error:

[esthers@clients locations]$ unzip community_images.tar.gz
Archive:  community_images.tar.gz
  End-of-central-directory signature not found.  Either this file is not a zipfile, or it constitutes one disk of a multi-part archive.  In the latter case the central directory and zipfile comment will be found on the last disk(s) of this archive.
note:  community_images.tar.gz may be a plain executable, not an archive
unzip:  cannot find zipfile directory in one of community_images.tar.gz or community_images.tar.gz.zip, and cannot find community_images.tar.gz.ZIP, period.

What command do I need to use to extract all the files in a .tar.gz file?

tar
  • 8 Answers
  • 3216468 Views
Martin Hope
user9904
Asked: 2011-01-31 06:50:28 +0800 CST

How do I reset a lost administrative password?

  • 775

I'm working on a Ubuntu system, and my client has completely forgotten his administrative password. He doesn't even remember entering one; however it is there.

I've tried the suggestions on the website, and I have been unsuccessful in deleting the password so that I can download applets required for running some files. Is there a solution?

password-recovery
  • 16 Answers
  • 3002546 Views
Martin Hope
Ivan
Asked: 2010-12-17 18:08:49 +0800 CST

How to list all installed packages

  • 2463

I'd like to output a list of all installed packages into a text file so that I can review it and bulk-install on another system. How would I do this?

package-management apt
  • 24 Answers
  • 4679001 Views
Martin Hope
La Ode Adam Saputra
Asked: 2010-11-30 18:12:48 +0800 CST

Unable to lock the administration directory (/var/lib/dpkg/) is another process using it?

  • 1154

I get this error when trying to use apt-get:

E: Could not get lock /var/lib/dpkg/lock - open (11 Resource temporarily unavailable)
E: Unable to lock the administration directory (/var/lib/dpkg/) is another process using it?  

How can I fix this?

package-management dpkg apt
  • 25 Answers
  • 3554400 Views
Martin Hope
David B
Asked: 2010-10-16 04:02:45 +0800 CST

How can I add a user as a new sudoer using the command line?

  • 928

After I add a user using adduser, I can't see it via System > Administration > Users and Groups unless I log out and then log in again. Is that normal?

Also, can I set a newly added user as a sudoer or do I have to change that only after adding it? How can I do that via the shell?

Finally, can I delete the original user that was created upon initial installation of Ubuntu, or is this user somehow 'special'?

command-line sudo user-management
  • 7 Answers
  • 3089493 Views
Martin Hope
user2413
Asked: 2010-10-14 01:31:05 +0800 CST

Change folder permissions and ownership

  • 716

I would like the user to have full rights on this folder (as well as all sub-directories and files in it):

~/.blabla

currently owned by root.

I have found numerous posts (in this forum and elsewhere) on how to do this for files but I can't find a way to do it for whole folders.

command-line permissions folder
  • 9 Answers
  • 3369477 Views

Sidebar

Stats

  • Questions 681965
  • Answers 980273
  • Best Answers 280204
  • Users 287326
  • Popular
  • Answers
  • Marko Smith

    How to install Google Chrome

    • 8 Answers
  • Marko Smith

    Is there a command to list all users? Also to add, delete, modify users, in the terminal?

    • 9 Answers
  • Marko Smith

    How to delete a non-empty directory in Terminal?

    • 4 Answers
  • Marko Smith

    How to unzip a zip file from the Terminal?

    • 9 Answers
  • Marko Smith

    How can I copy the contents of a folder to another folder in a different directory using terminal?

    • 8 Answers
  • Marko Smith

    How do I install a .deb file via the command line?

    • 11 Answers
  • Marko Smith

    How do I run .sh scripts?

    • 16 Answers
  • Marko Smith

    How do I install a .tar.gz (or .tar.bz2) file?

    • 14 Answers
  • Marko Smith

    How to list all installed packages

    • 24 Answers
  • Marko Smith

    Unable to lock the administration directory (/var/lib/dpkg/) is another process using it?

    • 25 Answers
  • Martin Hope
    Flimm How can I use docker without sudo? 2014-06-07 00:17:43 +0800 CST
  • Martin Hope
    led-Zepp How do I save terminal output to a file? 2014-02-15 11:49:07 +0800 CST
  • Martin Hope
    ubuntu-nerd How to unzip a zip file from the Terminal? 2011-12-11 20:37:54 +0800 CST
  • Martin Hope
    pandisvezia How can I copy the contents of a folder to another folder in a different directory using terminal? 2011-12-11 17:19:37 +0800 CST
  • Martin Hope
    TheXed How do I install a .deb file via the command line? 2011-05-07 09:40:28 +0800 CST
  • Martin Hope
    Ivan How to list all installed packages 2010-12-17 18:08:49 +0800 CST
  • Martin Hope
    La Ode Adam Saputra Unable to lock the administration directory (/var/lib/dpkg/) is another process using it? 2010-11-30 18:12:48 +0800 CST
  • Martin Hope
    David Barry How do I determine the total size of a directory (folder) from the command line? 2010-08-06 10:20:23 +0800 CST
  • Martin Hope
    jfoucher "The following packages have been kept back:" Why and how do I solve it? 2010-08-01 13:59:22 +0800 CST
  • Martin Hope
    David Ashford How can PPAs be removed? 2010-07-30 01:09:42 +0800 CST

Related Questions

Trending Tags

10.10 10.04 gnome networking server command-line package-management software-recommendation sound xorg

Explore

  • Home
  • Questions
    • Hot Questions
    • New Questions
  • Tags
  • Help

Footer

SnapOverflow

About Us

  • About Us
  • Contact Us

Legal Stuff

  • Privacy Policy

Help

© 2022 SOF-TR. All Rights Reserve