Linux - Reddit – Telegram
Linux - Reddit
774 subscribers
4.19K photos
207 videos
39.9K links
Stay up-to-date with everything Linux!
Content directly fetched from the subreddit just for you.

Powered by : @r_channels
Download Telegram
Any decent online ALSA information ?

I'm trying to get whole ALSA concept to tzhe poihnt I would be comfortable configuring it and working with it, but www.alsa-project.org , at least from the documentation part, looks insane to me.

​

So many haphazardly tossed bits of old, inconsistent, plainly wrong ( outdated?) examples mixed with non-working and/or empty links makes my head hurt.

​

I can't even use given example for speaker-test useage verbatim, even though I have the PCM device with the same name as given in example etc.

​

This is not some obscure, peripheral project. ALSA is central to the linux sound system. There is no good way around it. It should be documented accordingly.

​

Is there any decent, and current (non-stale) online resource on ALSA?

https://redd.it/bz2s0f
@r_linux
How to install Japanese Input in Linux (tutorial)

**Introduction:**
Hello, my name is Eitan. I am new to linux but i am learning rapidly.
I want to contribute to the community by writing a tutorials for things that might sound easy and unnecessary but for some it might help a lot. if you see that i wrote something wrong please be sure that your write in the comments so i will fix myself.

​

(This tutorial was tested on debian based oses)

​

**Step 1: Installing Japanese language** (Kubuntu users can skip step 1)
Go to system settings and than go to Region & Language.
Click on manage languages and than click on install/remove language and add Japanese and click apply to install.

​

**Step 2: Installing Fcitx Mozc**

There are 2 ways to install Fcitx mozc.

I recommend through terminal just by writing.

sudo apt-get install fcitx fcitx-mozc kde-config-fcitx

Kubuntu users need to write only:

sudo apt-get install fcitx-mozc

​

The second way is by going and installing Fcitx through the store

and than installing fcitx mozc through this [website](https://pkgs.org/download/fcitx-mozc) (choose for your os)

​

**Step 3: Making fcitx your input method**

through terminal you just type

im-config -n fcitx

through GUI: go to system settings-> Region & language -> manage languages -> keboard method input system -> change to fcitx.

​

**Step 4: Relogin**

you can relogin or restart your pc whatever you decide.

​

**Step 5: Adding japanese to fcitx**

you will see and keyboard like icon on the panel (depending on what distro do you use)

right click on it and than configure.

click on the "**+"** sign and uncheck "Only show current language"

than search for mozc and add it.

​

**Step 6: Enjoy + tips**

now you can enjoy using japanese by holding CTRL + SPACE.

If it doesn't work make sure you are on English input and than CTRL + SPACE.

If you want to change the shortcut for Japanese input just go to configuration in the keyboard icon and than go to Global Config and change "Trigger Input Method" to what ever you like.

If you want to add another language i suggest to you to add it through system settings and not from fcitx.

https://redd.it/byugan
@r_linux
Please stop labeling posts as "Fluff." It's insulting and it's not fluff if people find it interesting and it's linux related. It's judgemental, discouraging, and is itself fluff.



https://redd.it/bz0i6z
@r_linux
Tmux is Awesome!

I used to zypper dup my Tumbleweed Desktop Upstairs at night before going to bed and from the comfort of my bedroom downstairs (by ssh in Termux on my android Mobile), i check if zypper is still running via ps -al , once dup is complete i will update Nvidia Drivers (The Hard Way) and shutdown the system. Due to to bad Internet connection zypper some times stucks at retries.

Though I have heard about tmux for long time i thought it is for tiling the terminal, only Today I learnt that Tmux allows session to be detached and allows to be re-attached from any client and that is awesome.

Now i can see the progress of zypper form my mobile, even if its started from Desktop, Wow!

https://redd.it/bzfagx
@r_linux
What is Paint.net alternative in Linux for a non-designer?

One software that I really miss from Windows world is [Paint.net](https://www.getpaint.net/index.html). I am not sure if its a vector or raster editor (that is the only two terms I am aware of). I have edited, cropped and even made a logo which I used in the demo app and later a designer made a pro version of that in the correct resolution & pixel.

I was suggested [Sketch](https://www.sketch.com/), but I need something that will run in all 3 OS & open source. I need something offline.

In the Linux world I am aware of couple of softwares but not sure which is right:

* [Krita](https://krita.org/en/)
* [Gimp](https://www.gimp.org/)
* [Pinta](https://pinta-project.com/pintaproject/pinta/) (is it [discontinued](https://alternativeto.net/software/pinta/about/) as the last update was in [2015](https://pinta-project.com/pintaproject/pinta/releases/1-6)?)
* [Inkscape](https://inkscape.org/)
* [Fontforge](https://fontforge.github.io/en-US/)

I want to learn the basics of graphic design that will be applicable to me as a developer.

https://redd.it/bzg9ei
@r_linux