-
Kizdar net |
Kizdar net |
Кыздар Нет
Ask Ubuntu
Q&A for Ubuntu users and developers. Stack Exchange Network. Stack Exchange network consists of 183 Q&A communities including Stack Overflow, the largest, most trusted online …
Ubuntu does not use full disk space - how to extend?
Jul 9, 2022 · Logical volume ubuntu-vg/ubuntu-lv successfully resized. The -l +100%FREE option tells lvextend to add all of the free space of the containing volume group to the logical volume. …
How to delete a non-empty directory in Terminal? - Ask Ubuntu
Nov 16, 2012 · Ubuntu 16.04 correct way to specify a directory / folder using terminal chown to recursively change ownership / permissions 0 Why does rsync say "cannot delete non-empty …
How do I change the hostname without a restart? - Ask Ubuntu
Dec 14, 2011 · Ubuntu 13.04 onwards. The hostnamectl command is part of the default installation on both Desktop and Server editions. It combines setting the hostname via the hostname …
Sharing Connection to other PCs (Via Wired Ethernet) - Ask Ubuntu
In most cases, you will not need to setup the client, just connect to the network and done. Ubuntu will take care of everything. I just added the Client part for specific cases where problems …
How to display network traffic in the terminal? - Ask Ubuntu
Feb 17, 2013 · Here are some nice tools in the Ubuntu repositories for command line network traffic monitoring: bmon. Shows multiple interfaces at once. slurm. Has nice colored graphs. …
How do I properly update Python? - Ask Ubuntu
Jan 19, 2025 · If you're sure you want to do this, use Ubuntu's alternatives system. This lets you set priorities for different versions of a program. To add python3.13 as the default alternative, …
bash - How do I add environment variables? - Ask Ubuntu
Aug 27, 2011 · To permanently add a new environment variable in Ubuntu (tested only in 14.04), use the following steps: Open a terminal (by pressing CtrlAltT) sudo -H gedit /etc/environment; …
How to add a directory to the PATH? - Ask Ubuntu
Jul 22, 2009 · Both will work if your shell is a login shell. But I just tried the .bash_profile approach on one of my Ubuntu machines and even after restarting my gnome session it didn't source my …
How to remove directory with all of its contents? - Ask Ubuntu
Jul 26, 2016 · To use trash-put you will need to install the trash-cli package available on the Ubuntu Universe repository. Once installed to remove a file or a directory type on the terminal: …