Install SF-Mono-Powerline on LMDE 6 for zsh in linux terminal
I am trying to install SF-Mono-Powerline to change fonts for my terminal for the use of zsh. But however the installation of the fonts is succesful (checked it), but I am not able to choose the fonts...
View Articlels -ltr on the terminal lists the files but says "No such file or directory"...
I am new to Bash and am practicing some shell scripts. I wanted to write a script to list all the folders and their file count, if a root path is passed as a parameter value from the terminal. The...
View ArticleVim + iTerm2 color issues
I have trouble with the right Vim configuration. I'm using the latest version of Vim as well as the latest version of iTerm2.I try to get the solarized colorscheme working, but without luck so far.Here...
View ArticleHow do delete highlighted text in a command line
So I was trying to delete a portion of a command line command, but when I type backspace(delete option), it merely deselect the portion rather than delete the selected text as I expected. Is there a...
View Article$PATH is filled with duplicates
I recently started configuring a OSX 10.7 environment for development. I've installed HomeBrew, and added the following to my .bash_profile:export...
View Articlehow to save and restore settings for RealTerm, on Windows 7
Can I save and re-load settings like serial rate, etc.? Can't find this in help or by Google.
View ArticleMy git history all of my commits have no message
this happened today last few hours, have not updated git, but all of my git commits have no message I do a commitgit commit -m "fixed the headline level"and when I do git log I see feat(custom):very...
View ArticleHow can I open a URL in Google Chrome from the terminal in OS X?
How can I open a URL in Google Chrome from the terminal in OS X?This is what I'm trying:/usr/bin/open -a "/Applications/Google Chrome.app" --args 'http://google.com/'It focuses Chrome but does not open...
View ArticleRemove all key bindings in Windows Terminal
I'm running WSL2 in the Windows Terminal (v. 1.19, Windows 11). I don't need any of the key bindings (I want to reserve them for tmux, vim etc).I can remove a single key binding by writing in the json...
View ArticleColor handling and "dim" on ConEmu with git-for-windows bash
Under git-for-windows "Git bash" (so, MinTTY), standard unix color codes are handled and I may use the "dim" option, soecho -e "\033[1mHello\033[0mHello\033[2mHello\033[0m"will output three "Hello"s,...
View ArticleHow to switch git user at terminal?
I am trying to push a project to a remote repository from the command line.From inside my local directory, I hit:$ git pushand obtain the following error:remote: Permission to username1/repo.git denied...
View ArticleConnect to wifi via bash script in Debian
This command seems to be kinda outdated because it only supports wep:iwconfig wlan0 essid WIFI_NETWORK key s:WIFI_PASSWORD dhclient wlan0I found an alternative way that supports wpa2, but it involved...
View ArticleWhy I can't the prompt in VSCode's terminal?
I am trying to change the prompt in my VSCode's terminal.My OS is MacOS Monterey 12.6.I use the zsh and I change the PS1 in .zprofile,such like this.Then I use echo to test.The others can work except...
View ArticlePaste in Nano is not working
I used Ctrl+Shift+6 to select a block of text in Nano, then cut it with Ctrl+K. This successfully removed the text from my buffer.But when I do Ctrl+U to paste what I had cut, nothing is pasted.Where...
View ArticleTerminal returning error "bash: /usr/bin/(command) /bin/bash: bad...
When I look up this particular error on the web, every single one of them are in regards to shell scripts. I keep getting this error in the terminal itself and my home server is completely unusable...
View ArticleWhy I can't change the prompt in VSCode's terminal?
I am trying to change the prompt in my VSCode's terminal.My OS is MacOS Monterey 12.6.I use the zsh and I change the PS1 in .zprofile,such like this.Then I use echo to test.The others can work except...
View ArticleWhat Changed in CMD in Windows 11 22H2 [closed]
So with the move to Windows 11 22H2 and the change to Terminal as the default, there has been some additional changes to CMD. I would like to know what has changed to cause the different behavior in...
View ArticleFairly new computer, windows 10 pro, not able to open cmd in a specific path...
I used to be able to do this on my laptop. But now I have a desktop and when I try this, it just shows C:\>instead of being in the path I want it to be in. I have no idea how to fix this or where to...
View ArticleHow do I copy the "tree" command output from Linux Terminal without losing...
When copying the output of the "tree" command from the Terminal, the colours that were shown in the terminal get lost, whether I put it here or in a Google Drive Doc.Example:tree /var/log/apt -La...
View ArticleLibcurl not usable on mac os x
I'm running the configure command to install a particular software package, but it fails when it reaches it's libcurl requirement. This is the output it gives: checking for the version of libcurl......
View Article