| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 2 years, 5 months |
| seen | Apr 29 at 9:43 | |
| stats | profile views | 101 |
Hello.
|
Apr 23 |
awarded | Popular Question |
|
Mar 30 |
awarded | Notable Question |
|
Feb 6 |
awarded | Self-Learner |
|
Dec 10 |
awarded | Yearling |
|
Oct 8 |
comment |
/usr/bin/which returns cryptic error “which: no ls in ((null))” It sounds like a $PATH problem. |
|
Oct 3 |
comment |
Can I change the font of terminal? Sure: wiki.archlinux.org/index.php/Fonts#Console_fonts |
|
Sep 25 |
comment |
The most universal scripting language for Linux is? I'd guess sh. |
|
Aug 10 |
comment |
Is here an editor for linux terminal like there is for MS-DOS? Mint is based on Ubuntu, which ships with nano by default, so I think it's already installed. |
|
Jul 2 |
revised |
Locking the screen via CLI? added 125 characters in body |
|
Jul 2 |
awarded | Popular Question |
|
May 4 |
awarded | Nice Question |
|
Mar 23 |
awarded | Popular Question |
|
Feb 18 |
comment |
Replace yum with apt Wait, what? Do you understand the difference between the two? Why is one "better" than the other? You can't replace package managers (sanely) and expect to have a working system. Besides, Ubuntu and Fedora's package structures differ. |
|
Dec 23 |
comment |
Strange directory name, shown with a backslashmv "/development " "/development". Or you can add %20 to your URL: foo.com/development%20 |
|
Dec 23 |
answered | Strange directory name, shown with a backslash |
|
Dec 10 |
awarded | Yearling |
|
Nov 19 |
comment |
Create alias to change directory and list contents Or just re-open your Terminal emulator ;) |
|
Nov 19 |
comment |
Create alias to change directory and list contents Override it. See my comment. |
|
Nov 18 |
comment |
Create alias to change directory and list contents You aren't overriding it. You are telling bash to run cd ... && ls when you type in cd into your prompt. |
|
Nov 18 |
answered | Create alias to change directory and list contents |