Ultra fast public IP address lookup using Cloudflare's 1.1.1.1 Using awk
https://www.commandlinefu.com/commands/view/24675/ultra-fast-public-ip-address-lookup-using-cloudflares-1.1.1.1
https://redd.it/d5ho9u
@r_linux
https://www.commandlinefu.com/commands/view/24675/ultra-fast-public-ip-address-lookup-using-cloudflares-1.1.1.1
https://redd.it/d5ho9u
@r_linux
Commandlinefu
Ultra fast public IP address lookup using Cloudflare's 1.1.1.1 Using awk
curl -fSs https://1.1.1.1/cdn-cgi/trace | awk -F= '/ip/ { print $2 }' - (Ultra fast public IP address lookup using Cloudflare's 1.1.1.1 ). The best command line collection on the internet, submit yours and save your favorites.
Bad news for Microsoft as Huawei starts shipping Matebooks with Linux
https://mspoweruser.com/bad-news-for-microsoft-as-huawei-starts-shipping-matebooks-with-linux/
https://redd.it/d5iguk
@r_linux
https://mspoweruser.com/bad-news-for-microsoft-as-huawei-starts-shipping-matebooks-with-linux/
https://redd.it/d5iguk
@r_linux
MSPoweruser
Bad news for Microsoft as Huawei starts shipping Matebooks with Linux
Huawei’s struggles with the US government is still far from over, with the company currently only 30 days into a 90-day reprieve from the US Commerce Department’s ban which prevents US companies from trading with the Chinese giant. While there is a possibility…
Ubuntu Touch: Be Part of the Revolution
https://www.youtube.com/watch?v=1sPtRdZlEu4
https://redd.it/d5i20z
@r_linux
https://www.youtube.com/watch?v=1sPtRdZlEu4
https://redd.it/d5i20z
@r_linux
YouTube
Ubuntu Touch: Be Part of the Revolution
You can join the revolution with any supported device: https://devices.ubuntu-touch.io
Facebook: https://www.facebook.com/ubports/
Twitter: https://twitter.com/ubports
Pixelfed: https://pixelfed.social/ubports
Mastodon: https://framapiaf.org/@ubports
Linkedin:…
Facebook: https://www.facebook.com/ubports/
Twitter: https://twitter.com/ubports
Pixelfed: https://pixelfed.social/ubports
Mastodon: https://framapiaf.org/@ubports
Linkedin:…
Linux kernel 0.01 was released today! 27 years back!
In 1991 September 17, Linus Torvalds released the initial release of Linux Kernal 0.01. On 25 August 1991, Torvalds posted the following to comp.os.minix, a newsgroup on Usenet:
I'm doing a (free) operating system (just a hobby, won't be big and professional like gnu) for 386(486) AT clones. This has been brewing since April, and is starting to get ready. I'd like any feedback on things people like/dislike in minix, as my OS resembles it somewhat (same physical layout of the file-system (due to practical reasons) among other things).
I've currently ported bash(1.08) and gcc(1.40), and things seem to work. This implies that I'll get something practical within a few months [...] Yes - it's free of any minix code, and it has a multi-threaded fs. It is NOT portable (uses 386 task switching etc), and it probably never will support anything other than AT-harddisks, as that's all I have :-(.
[...] It's mostly in C, but most people wouldn't call what I write C. It uses every conceivable feature of the 386 I could find, as it was also a project to teach me about the 386. As already mentioned, it uses a MMU, for both paging (not to disk yet) and segmentation. It's the segmentation that makes it REALLY 386 dependent (every task has a 64Mb segment for code & data - max 64 tasks in 4Gb. Anybody who needs more than 64Mb/task - tough cookies). [...] Some of my "C"-files (specifically mm.c) are almost as much assembler as C. [...] Unlike minix, I also happen to LIKE interrupts, so interrupts are handled without trying to hide the reason behind them.
https://redd.it/d5jduy
@r_linux
In 1991 September 17, Linus Torvalds released the initial release of Linux Kernal 0.01. On 25 August 1991, Torvalds posted the following to comp.os.minix, a newsgroup on Usenet:
I'm doing a (free) operating system (just a hobby, won't be big and professional like gnu) for 386(486) AT clones. This has been brewing since April, and is starting to get ready. I'd like any feedback on things people like/dislike in minix, as my OS resembles it somewhat (same physical layout of the file-system (due to practical reasons) among other things).
I've currently ported bash(1.08) and gcc(1.40), and things seem to work. This implies that I'll get something practical within a few months [...] Yes - it's free of any minix code, and it has a multi-threaded fs. It is NOT portable (uses 386 task switching etc), and it probably never will support anything other than AT-harddisks, as that's all I have :-(.
[...] It's mostly in C, but most people wouldn't call what I write C. It uses every conceivable feature of the 386 I could find, as it was also a project to teach me about the 386. As already mentioned, it uses a MMU, for both paging (not to disk yet) and segmentation. It's the segmentation that makes it REALLY 386 dependent (every task has a 64Mb segment for code & data - max 64 tasks in 4Gb. Anybody who needs more than 64Mb/task - tough cookies). [...] Some of my "C"-files (specifically mm.c) are almost as much assembler as C. [...] Unlike minix, I also happen to LIKE interrupts, so interrupts are handled without trying to hide the reason behind them.
https://redd.it/d5jduy
@r_linux
reddit
Linux kernel 0.01 was released today! 27 years back!
In 1991 September 17, Linus Torvalds released the initial release of Linux Kernal 0.01. On 25 August 1991, Torvalds posted the following to...
CentOS 7.7 has been released. Announcement & release notes attached
Official announcement: [https://lists.centos.org/pipermail/centos-announce/2019-September/023405.html](https://lists.centos.org/pipermail/centos-announce/2019-September/023405.html)
CentOS Release notes: [https://wiki.centos.org/Manuals/ReleaseNotes/CentOS7.1908?action=show](https://wiki.centos.org/Manuals/ReleaseNotes/CentOS7.1908?action=show)
RHEL 7.7 Release notes: [https://access.redhat.com/documentation/en-us/red\_hat\_enterprise\_linux/7/html/7.7\_release\_notes/index](https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/7/html/7.7_release_notes/index)
https://redd.it/d5kokm
@r_linux
Official announcement: [https://lists.centos.org/pipermail/centos-announce/2019-September/023405.html](https://lists.centos.org/pipermail/centos-announce/2019-September/023405.html)
CentOS Release notes: [https://wiki.centos.org/Manuals/ReleaseNotes/CentOS7.1908?action=show](https://wiki.centos.org/Manuals/ReleaseNotes/CentOS7.1908?action=show)
RHEL 7.7 Release notes: [https://access.redhat.com/documentation/en-us/red\_hat\_enterprise\_linux/7/html/7.7\_release\_notes/index](https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/7/html/7.7_release_notes/index)
https://redd.it/d5kokm
@r_linux
4 Reputable Linux Hardware Makers for Open-Source Enthusiasts
https://www.makeuseof.com/tag/linux-hardware-makers-open-source/
https://redd.it/d5l35u
@r_linux
https://www.makeuseof.com/tag/linux-hardware-makers-open-source/
https://redd.it/d5l35u
@r_linux
MUO
4 Reputable Linux Hardware Makers for Open-Source Enthusiasts
Looking for Linux hardware? These Linux device manufacturers are making waves in the open-source hardware arena.
CentOS 7.7 released
https://twitter.com/CentOSProject/status/1173969612809150465
https://redd.it/d5i0tw
@r_linux
https://twitter.com/CentOSProject/status/1173969612809150465
https://redd.it/d5i0tw
@r_linux
Twitter
CentOS Project
We are pleased to announce the general availability of CentOS Linux 7 (1908) for the x86_64 architecture. This is the current release for CentOS Linux 7 and is tagged as 1908, derived from Red Hat Enterprise Linux 7.7 Source Code. https://t.co/rQicgRf4nv
0.0.4 ha_cluster_exporter released! A prometheus exporter for ha clusters linux pacemaker
Hi ,
I have released a 0.0.4 version for Prometheus exporter for Linux HA Cluster pacemakers. ([https://www.clusterlabs.org/](https://www.clusterlabs.org/))
​
You can see and use the release here:
[https://github.com/MalloZup/ha\_cluster\_exporter/releases/tag/0.0.4](https://github.com/MalloZup/ha_cluster_exporter/releases/tag/0.0.4)
​
Enjoy!
https://redd.it/d5jjsx
@r_linux
Hi ,
I have released a 0.0.4 version for Prometheus exporter for Linux HA Cluster pacemakers. ([https://www.clusterlabs.org/](https://www.clusterlabs.org/))
​
You can see and use the release here:
[https://github.com/MalloZup/ha\_cluster\_exporter/releases/tag/0.0.4](https://github.com/MalloZup/ha_cluster_exporter/releases/tag/0.0.4)
​
Enjoy!
https://redd.it/d5jjsx
@r_linux
Get more into linux
I installed Debian about an year ago and I'm in love with it, the problem is that in the non ordinary tasks I feel so lost, I want to go deeper in the understanding of the penguin.
How did u learn you Linux skill?
What do you recommend?
https://redd.it/d5oa2k
@r_linux
I installed Debian about an year ago and I'm in love with it, the problem is that in the non ordinary tasks I feel so lost, I want to go deeper in the understanding of the penguin.
How did u learn you Linux skill?
What do you recommend?
https://redd.it/d5oa2k
@r_linux
reddit
Get more into linux
I installed Debian about an year ago and I'm in love with it, the problem is that in the non ordinary tasks I feel so lost, I want to go deeper in...
Ubuntu 19.10 update: kernel 5.3.0, GNOME 3.34, new wallpapers, new Yaru light theme
https://www.youtube.com/watch?v=FcsX_dlx4DU
https://redd.it/d5jlnk
@r_linux
https://www.youtube.com/watch?v=FcsX_dlx4DU
https://redd.it/d5jlnk
@r_linux
YouTube
Ubuntu 19.10 Update
Ubuntu 19.10 with GNOME 3.34 what's new: kernel 5.3.0, GNOME 3.34, new wallpapers, new Yaru light theme, updated apps etc
WinScp permission denied error 3
so I'm new to all of this, and im trying to set up a game server with ubuntu server, everything is going great and it was all working until I just tried to copy over some mod folders to the mod folders on my server using WinSCP, I keep getting the error code 3 saying that permission is denied, I have been trying to fix this for two hours now and can't figure it out.
please help me im getting really frustrated with this and can't figure it out, all I want to do is transfer some mod files from my windows pc to /opt/factorio/mods that is but I can't do it because I apparently don't have permission.
thanks! if you need any more info just ask, I'm not sure what you need to be able to help me.
https://redd.it/d5pr3z
@r_linux
so I'm new to all of this, and im trying to set up a game server with ubuntu server, everything is going great and it was all working until I just tried to copy over some mod folders to the mod folders on my server using WinSCP, I keep getting the error code 3 saying that permission is denied, I have been trying to fix this for two hours now and can't figure it out.
please help me im getting really frustrated with this and can't figure it out, all I want to do is transfer some mod files from my windows pc to /opt/factorio/mods that is but I can't do it because I apparently don't have permission.
thanks! if you need any more info just ask, I'm not sure what you need to be able to help me.
https://redd.it/d5pr3z
@r_linux
reddit
WinScp permission denied error 3
so I'm new to all of this, and im trying to set up a game server with ubuntu server, everything is going great and it was all working until I just...
Stallman's final interview as FSF president: Last week we quizzed him over Microsoft visit. Now he quits top roles amid rape remarks outcry
https://www.theregister.co.uk/2019/09/17/richard_stallman_final_interview/
https://redd.it/d5q2fe
@r_linux
https://www.theregister.co.uk/2019/09/17/richard_stallman_final_interview/
https://redd.it/d5q2fe
@r_linux
www.theregister.co.uk
Stallman's final interview as FSF president: Last week we quizzed him over Microsoft visit. Now he quits top roles amid rape remarks…
GNU man resigns after Minsky email defense 'the final straw' for dev world
Some thoughts.
What a year. First the add-ons outage, now this.
I was going to be disgusted. After reading some more, I don't know what to think.
Free Software now encompasses the whole political spectrum, and the FSF is inherently a political organization, FSF advocating governments use free software, him advocating Wikipedia use the GFDL, using his rhetoric like 'Tivoization'. Frankly, the line between the FSF and Stallman is blurry. Ripping him out may have made things worse.
And its unfortunate, because I care about the FSF's (consumer?) advocacy. Let's call it 'right to install.' Right to install allows me to install any free OS on my PC. The custom ROM and router community would cease to exist without advocacy from both. And now, with this association, companies might be more reluctant to open up.
Other unintended consequences of a messy exit would be condemning him to Xenophobes and confirming their beliefs. (Let's hope I'm wrong.)
I think the takeaway is that the FSF should set clearer boundaries next time. I also agree that new president be found, seeing as he will eventually be really gone, and we might as well get it done.
As for Stallman himself, he must put out a statement detailing everything he knows, removing any doubt whatsoever. Do more research if necessary. Acknowledge that some may not want to read it, and update everyone on the progress of it. Publish it everywhere. This must be cleared up before anyone can feel safe advocating for free software again.
(I can't believe we've had to deal with [this](https://en.wikipedia.org/wiki/Wikipedia:Community_response_to_the_Wikimedia_Foundation's_ban_of_Fram) again... IN LESS THAN A YEAR.)
https://redd.it/d5powm
@r_linux
What a year. First the add-ons outage, now this.
I was going to be disgusted. After reading some more, I don't know what to think.
Free Software now encompasses the whole political spectrum, and the FSF is inherently a political organization, FSF advocating governments use free software, him advocating Wikipedia use the GFDL, using his rhetoric like 'Tivoization'. Frankly, the line between the FSF and Stallman is blurry. Ripping him out may have made things worse.
And its unfortunate, because I care about the FSF's (consumer?) advocacy. Let's call it 'right to install.' Right to install allows me to install any free OS on my PC. The custom ROM and router community would cease to exist without advocacy from both. And now, with this association, companies might be more reluctant to open up.
Other unintended consequences of a messy exit would be condemning him to Xenophobes and confirming their beliefs. (Let's hope I'm wrong.)
I think the takeaway is that the FSF should set clearer boundaries next time. I also agree that new president be found, seeing as he will eventually be really gone, and we might as well get it done.
As for Stallman himself, he must put out a statement detailing everything he knows, removing any doubt whatsoever. Do more research if necessary. Acknowledge that some may not want to read it, and update everyone on the progress of it. Publish it everywhere. This must be cleared up before anyone can feel safe advocating for free software again.
(I can't believe we've had to deal with [this](https://en.wikipedia.org/wiki/Wikipedia:Community_response_to_the_Wikimedia_Foundation's_ban_of_Fram) again... IN LESS THAN A YEAR.)
https://redd.it/d5powm
@r_linux
Wikipedia
Wikipedia:Community response to the Wikimedia Foundation's ban of Fram
(edit conflict)
Dear members of the English Wikipedia community,
Dear members of the English Wikipedia community,
Are you afraid of the Cloud, Automation, Iac as a System Admin ?
**1)** Are you afraid of the Cloud, Automation, Iac as a System Admin ?
**2)** Some industry research have shown that most company have a hard time doing/implementing Iac the right way and it's better to go Cloud native... Do you agree with this ?
**3)** Sometimes do you feel like going back to programming full time ?
https://redd.it/d5ruzf
@r_linux
**1)** Are you afraid of the Cloud, Automation, Iac as a System Admin ?
**2)** Some industry research have shown that most company have a hard time doing/implementing Iac the right way and it's better to go Cloud native... Do you agree with this ?
**3)** Sometimes do you feel like going back to programming full time ?
https://redd.it/d5ruzf
@r_linux
reddit
Are you afraid of the Cloud, Automation, Iac as a System Admin ?
**1)** Are you afraid of the Cloud, Automation, Iac as a System Admin ? **2)** Some industry research have shown that most company have a hard...
Weekly Questions and Hardware Thread - September 18, 2019
Welcome to r/linux! If you're new to Linux or trying to get started this thread is for you. Get help here or as always, check out r/linuxquestions or r/linux4noobs
This megathread is for all your question needs. As we don't allow questions on r/linux outside of this megathread, please consider using r/linuxquestions or r/linux4noobs for the best solution to your problem.
Ask your hardware requests here too or try r/linuxhardware!
https://redd.it/d5semq
@r_linux
Welcome to r/linux! If you're new to Linux or trying to get started this thread is for you. Get help here or as always, check out r/linuxquestions or r/linux4noobs
This megathread is for all your question needs. As we don't allow questions on r/linux outside of this megathread, please consider using r/linuxquestions or r/linux4noobs for the best solution to your problem.
Ask your hardware requests here too or try r/linuxhardware!
https://redd.it/d5semq
@r_linux
reddit
Weekly Questions and Hardware Thread - September 18, 2019
Welcome to r/linux! If you're new to Linux or trying to get started this thread is for you. Get help here or as always, check out r/linuxquestions...
Chown easter egg
Yesterday I came across a chown command that uses a period to separate the user and group field is.
chown user.group {file|dir}
Interestingly OSX mention period syntax in the compatibility section of the manpage. The manpage mentions previos versions "of this system" did support ownership of symbolic links. RHEL8 manpage does not mention it but the functionality does work.
Anyway. I thought that was a neat bit of functionality that may proceed most of our careers
https://redd.it/d5igdy
@r_linux
Yesterday I came across a chown command that uses a period to separate the user and group field is.
chown user.group {file|dir}
Interestingly OSX mention period syntax in the compatibility section of the manpage. The manpage mentions previos versions "of this system" did support ownership of symbolic links. RHEL8 manpage does not mention it but the functionality does work.
Anyway. I thought that was a neat bit of functionality that may proceed most of our careers
https://redd.it/d5igdy
@r_linux
reddit
Chown easter egg
Yesterday I came across a chown command that uses a period to separate the user and group field is. chown user.group {file|dir} Interestingly...
Linux 5.3, GNOME 3.34, Manjaro, Destination Linux Network, Mumble, Telegram | This Week in Linux 81
https://tuxdigital.com/2019/09/episode-81-this-week-in-linux/
https://redd.it/d5u7vf
@r_linux
https://tuxdigital.com/2019/09/episode-81-this-week-in-linux/
https://redd.it/d5u7vf
@r_linux
TuxDigital
Episode 81 | This Week in Linux
On this episode of This Week in Linux, we got the 5.3 release of the Linux Kernel. GNOME recently released their latest version of the GNOME Shell with GNOME 3.34. Manjaro is leveling up by creating a new business around their distro. Speaking of new businesses…
Announcing the release of Fedora 31 Beta - Fedora Magazine
https://fedoramagazine.org/announcing-the-release-of-fedora-31-beta/
https://redd.it/d5v0f4
@r_linux
https://fedoramagazine.org/announcing-the-release-of-fedora-31-beta/
https://redd.it/d5v0f4
@r_linux
Fedora Magazine
Announcing the release of Fedora 31 Beta - Fedora Magazine
The Fedora Project is pleased to announce the immediate availability of Fedora 31 Beta, the next step towards our planned Fedora 31 release at the end of October. Download the prerelease from our Get Fedora site: Get Fedora 31 Beta Workstation Get Fedora…
How to customize the Linux top command
https://www.redhat.com/sysadmin/customize-top-command
https://redd.it/d5ww96
@r_linux
https://www.redhat.com/sysadmin/customize-top-command
https://redd.it/d5ww96
@r_linux
Enable Sysadmin
How to customize the Linux top command
The top command offers many customization options. Here's one way to take advantage of them in order to check out memory use.