|
- Ask Ubuntu
Q A for Ubuntu users and developers
- How to delete a non-empty directory in Terminal? - Ask Ubuntu
Use the below command : rm -rf lampp It deletes all files and folders contained in the lampp directory In case user doesn't have the permission to delete the folder: Add sudo at the beginning of the command : sudo rm -rf folderName Otherwise, without sudo you will be returned permission denied And it's a good practice to try not to use -f while deleting a directory: sudo rm -r folderName
- Download Linux | Linux. org
Links to popular distribution download pages24 Popular Linux Distributions Explore different Linux distributions and find the one that fits your needs Try distrowatch com for more options
- software installation - How to install libtinfo5 on . . . - Ask Ubuntu
You'll need to complete a few actions and gain 15 reputation points before being able to upvote Upvoting indicates when questions and answers are useful What's reputation and how do I get it? Instead, you can save this post to reference later
- How do I search for available packages from the command-line?
I have successfully installed some packages using the command: sudo apt-get install packagename when I have known in advance that those packages are available But how can I search for or get a l
- process - How do I kill processes in Ubuntu? - Ask Ubuntu
How do I kill all processes running by my own non-root account? I have some spinning smbd processes that I caused from my windows machine and so I telnetted into the linux server and I want to kill
- 18. 04 - apt-get update failed because certificate . . . - Ask Ubuntu
Running sudo apt-get update on my AWS EC2 Ubuntu 18 04 01 LTS instance fails: Certificate verification failed: The certificate is NOT trusted The certificate issuer is unknown when trying to acce
- How to solve Connection refused errors in SSH connection?
Exactly the same problem here, also getting a mix of successful connects (which then work for hours), 'connection refused' and 'software caused connection abort' after the login or password entry To provide some additional details: in my case it's a 64-bit virtual machine (running Ubuntu Server 10 10) on a Microsoft Hyper-V host, using the "old network card" emulation
|
|
|