So I’ve been configuring my AwesomeWM theme on Linux and I came across this issue. Now I’m not an expert programmer of course so I thought I’d come here to ask for help. I’ve been trying to check if the day of the month is a number from 1 to 9, which will then change the padding of the focused
Tag: archlinux
Failed to commit transaction (conflicting files) when updating packages on Manjaro [closed]
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers. This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question
Renaming Sequentially Named Files with Date Embedded
The Situation: I have hundreds of zip files with an arbitrary date/time mixed into its name (4-6-2021 12-34-09 AM.zip). I need to get all of these files in order such that (0.zip, 1.zip 2.zip etc) with in a Linux cli system. What I’ve tried: I’ve tried ls -tr | while read i; do n=$((n+1)); mv — “$i” “$(printf ‘%03d’ “$n”).zip”;
GCC not added to system path on pacman install
Issue When installing mingw on a fresh MSYS2 instance I run into the issue of gcc not found: Setup Fresh MSYS2 install on relatively clean windows 10 install: Diagnostics It appears that GCC is successfully installed into the directory /mingw64/bin Yet my path consists of As such gcc is not found. I have tried adding /mingw64/bin to the $PATH however
Stop some software from updating in Manjaro
I have a lot of software in Manjaro 20.0 that I don’t use in my day to day use such as GIMP and Thunderbird (and maybe more) but don’t really want to uninstall. Is there some way to temporarily freeze them by excluding them from updates as a lot of them can get really heavy. I’m looking at saving 200-300mb
Can I run a program with input from the buffer?
I am looking to run a program on a target that is in memory. For example I would like to call LaTeX on a set of characters in the memory instead of in file. I realise I can set a file pointer in C to target memory and read/write to and from memory. However I don’t know if there is
How to make an alias for localhost that has a tld?
I was wondering how I would make an alias for localhost that has a tld. For example, foo.test wold connect to 127.0.0.1. I tried just adding a second line to /etc/hosts that also pointed to 127.0.0.1, but that didn’t seem to work. Although, I didn’t reboot, so that might be why. The end goal is to have it so that
exists in filesystem (owned by filesystem) in PKGBUILD for arch linux
I am trying to build my own mariaDB arch linux package with PKGBUILD i have binries which are teady to be installed . I has bash script (arch linux PKGBUILD) which runs fime and creaes the pkg.tar file . When I try to install it with pacman I get this :- here is my PKGBUILD file :- what should I
How to add android studio into rofi menu in i3wm? [closed]
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers. We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations. Closed 5 years ago. Improve this question I have searched everywhere, from the documentation of the rofi to
First time using MySQLdb in Arch Linux (Manjaro) show error
it’s first time i using MySQLdb on python and i using Manjaro, when i tried to run my program. The error always show like : Many people suggest me to add file mysqld.sock ang yes i did it, but still error with the same error. And i get suggest to install mysql-client, python-mysql-connector, mysql-python, But still error. Answer According to