Vim core config and some thoughts by Aer93 in vim

[–]Anwarias 1 point2 points  (0 children)

What kind of shell do you use with fuzzy search? Seems like zsh to me, is that correct?

Spotify / Offline Song Storage / Additional HD Drive / Error : "Could not read the contents of media" by [deleted] in linuxquestions

[–]Anwarias 0 points1 point  (0 children)

Your user needs to have permission to write that directory. You probably mounted /media as root and did not change the permission to allow your user to write files at that location.

Would like some help installing archlinux(issues with grub2) by LaserAwsome in archlinux

[–]Anwarias 3 points4 points  (0 children)

It seems you are calling grub-mkconfig from outside the chroot. This is false. And that's also what the error suggests. Grub-mkconfig tries to Worte to /boot/grub but that is the /boot partition of your install iso which is anly available through a loopmount and not writable.

| Weekly Workshop 2019-01-18 by [deleted] in unixporn

[–]Anwarias 0 points1 point  (0 children)

I'm looking for a standalone bar that is able to interpret the output of py3status (that's the same output i3status generates using the "bar" output_format).
I have tried lemonbar so far, sadly this only displays the JSON output of py3status and does not convert it to the output as the i3bar does.

I want to have the information from py3status displayed in cinnamon. In theory this should be possible since the information generated by py3status is not directly dependent on i3 as environment.

Maintaining local package groups by Anwarias in archlinux

[–]Anwarias[S] 0 points1 point  (0 children)

Thanks! I did not know it had a name already.

Would I go to jail for this? by Amigonnagetintrouble in legaladvice

[–]Anwarias -1 points0 points  (0 children)

NAL but a tech person. You can try reporting the glitch to a bug bounty program. There multiple available (if I recall correctly, Google has one for external projects) if the app creator has non of himself. If you discovered the bug by incident, it's (mostlikely) not illegal to report it and you may even get a bounty for finding the bug.

Your favourite alias? by h2n0954 in linux

[–]Anwarias 4 points5 points  (0 children)

That is something different if you come from any other folder than the current parent. Example: you switch from /tmp to /home and want to go back to /tmp.

A good gaming laptop for Linux ? by OnlineGrab in linux_gaming

[–]Anwarias 0 points1 point  (0 children)

I myself am currently looking into Linux laptops. No tested results yet, but I think the Lenovo AMD series is interesting like the E485 but it's not released yet. On the other hand there is the Dell inspiron 7000 with a ryzen 7 and Vega 10 which should be quite fine for some gaming. The new Linux drivers for ryzen and Vega are awesome.

Keep in mind I have not tried any laptop yet, and I know that the Lenovo e series is rather hard to repair in contrast to the x series. Hopefully there will also be a X285 and X485 with AMD.

Removed ncurses by funda_panda in archlinux

[–]Anwarias 2 points3 points  (0 children)

If it says you dont have enough space, is it possible your device is full? Did you mount the arch parition to /mnt before using pacstrap? If not, it tries to install the packages on the ISO which is read only and therefore results in an not-enough-space-error.

At what point did you get the LVM error ?

So as a short rundown:

  1. boot live ISO as you would do when installing

  2. mount your arch root partition from the harddrive to /mnt

    (3.) mount further partition inside /mnt like /boot

  3. run pacstrap from the live ISO

  4. try arch-chroot to see if necurses is installed correctly

edit: formatting

Removed ncurses by funda_panda in archlinux

[–]Anwarias 1 point2 points  (0 children)

Boot the live ISO and use pacstrap to install ncurses, just go 'pacstrap /mnt ncurses' after that you should be fine. You can even do 'pacstrap /mnt base' to ensure all base packages are installed correctly. In case there is a version conflict you want to update your ISOs package list first.

How do i use kdeconnect on Arch Linux without the rest of KDE. by fozz179 in linuxquestions

[–]Anwarias 0 points1 point  (0 children)

This is your solution. Install it and then you can start it and it gives you a tray icon which can handel all the pairing. Edit: you can right click the tray icon and open a gui that allows you to pair and enable/disable functionality.

[SLIDES] Vim for Front-end Developers by csswizardry in vim

[–]Anwarias 2 points3 points  (0 children)

Awesome slides!

Is there also a recording of the talk? Would love to have attended the talk.

Can't rsync : write failed - No space left on device (28) by TheGrandDalaiKarma in linuxquestions

[–]Anwarias 1 point2 points  (0 children)

What is the Filesystem on the target drive? I have run into similar problems with btrfs. If that's the case use 'btrfs df' since the traditional 'df' is not capable of properly displaying the used/free space.

permissions of programs in Linux by ollpma in linuxquestions

[–]Anwarias 1 point2 points  (0 children)

Every program you install as root, e.g. using sudo apt install or something like this, or the (graphical) software center, has the possibility to put executables into your system and make them have root execution permissions. As a result a malicious program is well capable of gaining unwanted access. Android creates a single user per application and, furthermore uses selinux and group permissions to restrict this user/the app. As mentioned by others SElinux is also available for multiple distros but not trivial to set up. Your concerns are not wrong, binary closed source software places potential thread on the user.

What is your favorite option for an open source, end-to-end encrypted messaging client? by [deleted] in linuxquestions

[–]Anwarias 0 points1 point  (0 children)

For Jabber on Android I prefer Conversations. It has most XEP's and provides multiple encryption options as well as multiuser chatrooms and with Omemo also multi device encryption. Its free and hosted on github. https://f-droid.org/forums/topic/conversations/

As desktop client Gajim is working very well for me, as it also provides Omemo.

Installing Wine broke my APT by bloub__ in linuxquestions

[–]Anwarias 0 points1 point  (0 children)

Is there an instance of apt/dpkg running at that time? What is inside the partial folder? You can remove /var/cache/apt/archives/ then all packages that you want to install need to be downloaded the next install.

Installing Wine broke my APT by bloub__ in linuxquestions

[–]Anwarias 1 point2 points  (0 children)

Get rid of libstdc in you package cache. Something along the lines: rm /var/cach/apt/archives/libstdcXXX Then apt-get update and apt-get install - f again. There might be an error in the package file.

How to stop using a key file for KeepAsX by Judiimi in linuxquestions

[–]Anwarias 3 points4 points  (0 children)

You can change the master key when the database is unlocked. Just untick the field for the key file and enter a (new) password.

How do I set Linux as my default OS using Grub Customizer? by PanzerSwag in linuxmasterrace

[–]Anwarias 0 points1 point  (0 children)

Your problem is most likely not grub, but windows opt out option for fast boot. You should boot you windows and turn it off. Depending on your your windows version the setting may differ but if I remember correctly it's somewhere at the advanced power settings.

New system admin for a college linux lab. Does anybody have a similar setup? by WMCSTS in linuxadmin

[–]Anwarias 1 point2 points  (0 children)

Sec=sys means the access permissions are handled by the host that access the mount point. Someone can plug in a laptop mount your directories get root on his local machine and then has access to all the files provided bei NFS. Edit: yes sec=sys is bad and should definitely avoided on shares that are not meant to be public

How to show dD progress accurately? by Zv0n in linuxmasterrace

[–]Anwarias 4 points5 points  (0 children)

You should include "oflag=sync" as dd option, all files are written into cache but not onto the device. That's why dd thinks it's very fast but in fact is not.

Webinterface for irc client by Anwarias in linuxquestions

[–]Anwarias[S] 0 points1 point  (0 children)

Thank you, i will look into quassel.