Linux - Reddit – Telegram
Linux - Reddit
770 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
Next power browser 1.3.0!

I'm happy to announce the release of Next 1.3.0, a Qt/GTK+ browser for GNU/Linux!

**About Next:**

Next is a keyboard-oriented, extensible web-browser designed for power users.

**New in this release:**

In this release we have made strides in turning Next into a daily driver! We have implemented ad-blocking, downloads, a Qt webengine port (blink renderer), text search, and more! To see the full list, please view the changelog here: [https://github.com/atlas-engineer/next/blob/master/documents/CHANGELOG.org](https://github.com/atlas-engineer/next/blob/master/documents/CHANGELOG.org)

**Stars on GitHub are appreciated!**

[https://github.com/atlas-engineer/next/](https://github.com/atlas-engineer/next/blob/master/documents/CHANGELOG.org)

**Download the Guix Pack Here:**

[**https://next.atlas.engineer/download**](https://next.atlas.engineer/download)

​

Thanks for your time!

https://redd.it/cnnr8i
@r_linux
I created a Wikipedia page for Sway. If anyone would like to help with improving it, I would be thankful.
https://en.wikipedia.org/wiki/Sway_(window_manager)

https://redd.it/cnoupq
@r_linux
This is a real article. The media is completely out of touch.
https://redd.it/cnqdzt
@r_linux
KDE Linux Desktop Vulnerability Opening Malicious .desktop or .directory Files
https://thehackernews.com/2019/08/kde-desktop-linux-vulnerability.html

https://redd.it/cnqnyz
@r_linux
Mounting SharePoint on Linux

I am a Linux noob,but recently I figured out a way to mount SharePoint online as a drive on Linux. I used Windows F12 tools to help, but hopefully this is good information for others out there who might be struggling with the same thing.

​

The First thing I did was open up a SharePoint online session on my windows machine with chrome and used the developer tools to log the network traffic while it was generating my session. Then I did a search for "rtFa=". This is your session cookie that allows you to authenticate with SharePoint through Linux. You will want to grab that value and the FedAuth= value and copy this out somewhere like NP++. You can remove everything from after the long encrypted strings, but keep the last ";" I.E. [domain=sharepoint.com](https://domain=sharepoint.com)' expires; Tue, etc. combine the strings so now it should look like "rtFa=erjek...;FedAuth=488uei...;" Keep this for later.

Second, you will need to sudo apt-get install davfs2. After doing this make the directory where your SharePoint location will be located (I did mkdir /mnt/sp). Now navigate to the /etc/davfs2/ and open up the davfs2.config file as a SU. Uncomment add\_header and create a line above that and add \[/mount/location\]. On the Add\_Header line add Cookie and paste in the rtFa=3434;FedAuth=3j3k values from before. The config should look something like

\[/mnt/sp\] add\_header Cookie rtFa=3ie93ike;FedAuth=efjijekl;

Save the config and now open up a terminal window and run the command

\> mount -t davfs "[https://your.sharepoint.com/sites/mysite](https://your.sharepoint.com/sites/mysite)" /mnt/sp

Now just enter your credentials and you should have a newly mounted SharePoint drive that you can do whatever you want with!

​

Note: if you want to make changes to files/folders you will have to go back into the config file and change use\_locks to 0.

Also the session cookie will expire, so if it does you will have to re-find and add that value. You could probably create a noscript that does this for you, so you don't have to do it manually each time.

​

I hope this helps someone out there!

https://redd.it/cnqe3f
@r_linux
fdisk interpretation

Hello,

I have an old email sent to a friend. That EFI system partition, is is on sdb or sda?

(The sdb failed)

​

root@server pet\]# fdisk -l
WARNING: fdisk GPT support is currently new, and therefore in an experimental phase. Use at your own discretion.


**Disk /dev/sdb: 4200.6 GB**, 4200649940992 bytes, 8204394416 sectors
Units = sectors of 1 \* 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 262144 bytes / 1835008 bytes
Disk label type: gpt
Disk identifier: 2A8A0C5B-7D43-47F0-A172-3B57EFDB6EA2


\#         Start          End    Size  Type            Name
 1         3584       412159  199.5M  EFI System      EFI System Partition
 2       412160      2512383      1G  Microsoft basic
 3      2512384 8204388863    3.8T  Linux LVM       


**Disk /dev/sda: 6601.0 GB**, 6601020760064 bytes, 12892618672 sectors
Units = sectors of 1 \* 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 262144 bytes / 2883584 bytes


Disk /dev/mapper/rhel-root: 53.7 GB, 53687091200 bytes, 104857600 sectors
Units = sectors of 1 \* 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 262144 bytes / 1835008 bytes


Disk /dev/mapper/rhel-swap: 4294 MB, 4294967296 bytes, 8388608 sectors
Units = sectors of 1 \* 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 262144 bytes / 1835008 bytes


Disk /dev/mapper/rhel-home: 4141.4 GB, 4141376077824 bytes, 8088625152 sectors
Units = sectors of 1 \* 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 262144 bytes / 1835008 bytes

https://redd.it/cntec4
@r_linux
I am working on a Nintendo Wii tribute website hosted on a real Wii modded to run Debian GNU/Linux!
https://redd.it/cnv64r
@r_linux
People who are primarily Linux users:

What do you see as a benefit of having windows?

I recently installed linux (Ubuntu) onto my PC and im liking it so far. I'm planning on getting a laptop and installing linux on it as ill be doing CS at university but id like to know what advantages Windows has since i'm not sure if I should partition my hard drive and dual boot or just use exclusively Ubuntu (Since my SSD will only be 512gb)

edit: im big dumb

https://redd.it/cno0au
@r_linux
Linux Newbie

Hi Everybody,

I just started working with Linux. I think Linux is a great OS to learn and you have many opportunities. I just started a new Job involving Linux (Redhat/centOS)

Now my question is, do you guys know anybooks or any (Free?) Training courses? I've been learning alot the past 2weeks but i can and want to do more. Any suggestions?

Thanks in advance!

https://redd.it/cnkpvq
@r_linux
Can anyone help me?

Ok so this is about a game that i used to played on ubuntu about 8 years ago. Then i moved to windows and now that i am in college, i am using ubuntu again for coding.

So my question is, Do anyone here played a 2-D game on ubuntu that has a small rocket which looked like "capital letter v" and you got about 3-4 maps just to wander here and there, and you can also play multiplayer(offline on the same device), there was no objective, no enemies.

Can anyone help me to find that game?

https://redd.it/cnyy7h
@r_linux
Removing Windows 10 for Linux

This is probably a really stupid question, but I have an old unused dell optlfiex running Windows 10 pro (which came pre installed). If I ditch this and install Linux instead (dual boot seems a bit much and it only has a 250gb HDD), would I be easily able to go back to Windows if needed by simply installing latest version on top and using the same product key?

I had a quick look and the current HDD partitions appear like a mess... i think 4 or even 5 small system partitions separate to C:, .. unsure if these were done by Dell or Windows... presumably I just clear completely and start over? .., but will this harm something , or remove some kind of valuable ‘restore ‘ option.

I don’t want to lose the Windows 10 option. The product key is on the machine itself,

I am considering elementary as my first distro. Install Ubuntu once and did not like the way it looked.

I’d like to do the Arch install from scratch but need to work toward that I think and lots more research needed....

Thanks in advance from a real newbie

https://redd.it/co01on
@r_linux
Linux and 4k monitors

What is the best desktop environment for running 4k monitors? Gnome, and Ubuntu 19.04 just don't handle it gracefully. I've followed guides to set 150% scaling but it doesn't come into effect. The default scale is far too small to read and 200% scaling is just way too big.

I've been a developer using a mac for some time so 4k has never been a problem. However, I've switched job and am a c# developer using Windows. I've been provided with a Windows laptop and I've returned my MacBook to my previous company. The problem I have is I just don't like using Windows, and prefer living in Linux space, so at home, any home projects I'm likely to do, will still be in Python/PHP/Javanoscript and maybe even DOTNET core.

​

Ideally, I'd like to get up and running with Ubuntu/Debian. I've used Manjaro/Arch/CentOS etc before but I want to spend a bit less time configuring my OS and actually using it.

​

Tools and apps I use daily are:
Docker

PHPStorm / Rider / PyCharm / Webstorm / VSCode

MySQL Workbench

Spotify

​

I prefer the command line to GUI's but happy to use either / both.

https://redd.it/co0ola
@r_linux