Telegram Web Link
5 modern alternatives to essential Linux command-line tools
@uselinux
In our daily use of Linux/Unix systems, we use many command-line tools to complete our work and to understand and manage our systems—tools like du to monitor disk utilization and top to show system resources. Some of these tools have existed for a long time. For example, top was first released in 1984, while du's first release dates to 1971. Over the years, these tools have been modernized and ported to different systems, but, in general, they still follow their original idea, look, and feel.
@uselinux

source
Opensource.com; By Ricardo Geradi
(Posted by bob on Jun 26, 2020 5:30 PM EDT)

#auto_post
‘Woefully lax’ security led to WikiLeaks Vault 7 dump
@uselinux
Sen. Ron Wyden, D-Ore., pressed new Director of National Intelligence John Ratcliffe to detail security measures taken to safeguard sensitive intelligence after an internal CIA report said “woefully lax security” at the Center for Cyber Intelligence led to the “largest data loss in CIA history” – the leak of hacking tools to WikiLeaks. Wyden had…
@uselinux

source
June 17, 2020
#auto_post
700,000 WordPress Sites Affected By Zero-day Vulnerability in File Manager Plugin
@uselinux
Yesterday a zero-day vulnerability was discovered in a popular WordPress plugin, File Manager. The vulnerability allows arbitrary file upload and remote code execution.
@uselinux

source
LinuxAndUbuntu.com; By Mohd Sohail
(Posted by MohdSohail on Sep 2, 2020 11:08 PM EDT)

#auto_post
Malicious doc campaign unleashes Cobalt Strike on gov’t, military orgs in South Asia
@uselinux
A military-themed malware campaign targeting military and government organizations in South Asia unleashes “maldocs” that spread full remote-access trojan (RAT) capabilities. The multistage chain attack, which began in 2018, infects endpoints with customized beacons and a modular dropper that Talos calls IndigoDrop, which executes the final payloads, Cisco Talos reported in a blog post. “This…
@uselinux

source
June 24, 2020
#auto_post
Baidu joins Open Invention Network Linux patent protection group
@uselinux
Baidu, China's Google, and a leading artificial intelligence (AI) company are joining the open-source and Linux patent protection group, Open Invention Network.
@uselinux

source
ZDNet | open-source RSS; By Steven J. Vaughan-Nichols
(Posted by bob on Jul 3, 2020 2:18 PM EDT)

#auto_post
IBM Closes Red Hat Acquisition, Kaidan 0.4.0 Released, Android Apps Can Track You Even If You Deny Permission, Debian Edu 10 "Buster" Now Available and MIT Researchers Create New AI Programming Language
@uselinux
News briefs for July 9, 2019.
@uselinux

source
Jill Franklin
- July 9, 2019

#auto_post
Make Bash history more useful with these tips
@uselinux
A Linux terminal running Bash has a built-in history that you can use to track what you've been doing lately. To view a history of your Bash session, use the built-in command history.
@uselinux

source
Opensource.com; By Seth Kenlon
(Posted by bob on Jun 26, 2020 3:13 PM EDT)

#auto_post
Apache Hudi grows cloud data lake maturity
@uselinux
Apache Hudi (Hadoop Upserts Deletes and Incrementals) is a data lake project that enables stream data processing on top of Apache Hadoop-compatible cloud storage systems, including Amazon S3.
@uselinux

source
Tech Target; By Sean Michael Kerner
(Posted by red5 on Jun 17, 2020 5:42 AM EDT)

#auto_post
How to write a basic how-to instruction
@uselinux
Learn the basics of creating a simple how-to, and make all of your users' lives easier.
@uselinux

source
Enable SysAdmin; By Amy Marrich
(Posted by enable-sysadmin on Sep 3, 2020 5:19 AM EDT)

#auto_post
EFF Celebrating 29th Birthday with $20 Membership, Linode Launches New GPU-Optimized Cloud Computing Instances, Syncthing 1.2.0 Released, Kali Linux Now Available for RPi 4 and GNOME Devs to Disable Snap Plugin for GNOME Software
@uselinux
News briefs for July 11, 2019.


The Electronic
Frontier Foundation is celebrating its 29th birthday "by
building a future where tech respects and empowers users". From
now until July 24, 2019, the EFF is offering a $20 membership, which
includes a set of limited-edition enamel pins. (Note also that
the EFF is a US 501(c)(3) nonprofit, so contributions are tax-deductible as allowed by law.)

@uselinux

source
Jill Franklin
- July 11, 2019

#auto_post
India bans 59 apps it says have privacy, national security problems. In a massive coincidence, they're all Chinese
@uselinux
They may have a point with some of them, though. India has banned the use of 59 smartphone apps it says violate its citizens’ privacy and threaten national security. In a massive coincidence they come from China, and just weeks after border skirmishes between the two nations.…
@uselinux

source
The Register; By Simon Sharwood
(Posted by bob on Jul 2, 2020 12:40 AM EDT)

#auto_post
Tips and tricks for curl and wget
@uselinux
The *nix commands curl and wget are useful for accessing URLs without resorting to a browser. Both commands allow you to transfer data from a network server, with curl being the more robust of the two. You could use either of them to automate downloads from various servers.
@uselinux

source
Enable SysAdmin; By Amy Marrich
(Posted by enable-sysadmin on Jul 2, 2020 6:51 AM EDT)

#auto_post
Raspberry Pi 4 based gateway with RS-232/485 and RTC sells for $90 plus the Pi
@uselinux
Advantech has launched a compact, IP40-protected “Uno-220” IoT gateway enclosure and HAT designed for a BYO Raspberry Pi 4. The HAT provides a RS-232/485 port, an RTC with battery, and 4x additional GPIOs. Advantech has launched what appears to be its first Raspberry Pi based embedded system. The $90, 100 x 70 x 33mm Uno-220 […]
@uselinux

source
LinuxGizmos.com
(Posted by bob on Jul 2, 2020 8:16 PM EDT)
#auto_post
Launch Web Browsers In Kiosk Mode (Full Screen) From CLI
@uselinux
Some times you might want to run an application (especially a web application) 24/7 in full-screen mode. In this guide, we will see how to launch web browsers in kiosk mode (full screen) from command line in Linux.
@uselinux

source
ostechnix.com; By Senthil Kumar
(Posted by ostechnix on Sep 3, 2020 11:54 PM EDT)

#auto_post
Take control of your data with associative arrays in Bash
@uselinux
If you've ever written code, whether it's a shell script, a Python script, C++, or even Scratch, then you know that variables are vital. Computers and coders use variables as waystations, where they surreptitiously pass information back and forth. For instance, if you need to process a user's name in a shell script, you might set up a variable, put the username into the variable, and then instruct the computer to do something to the variable (check it against a list of authorized users, for example).

read more

@uselinux

source
Opensource.com
(Posted by bob on Jun 23, 2020 12:46 PM EDT)
#auto_post
How To List The Contents Of A Package In Linux
@uselinux
This brief guide explains how to list the contents of a package in Linux.
@uselinux

source
ostechnix.com; By Senthil Kumar
(Posted by ostechnix on Jun 17, 2020 10:49 AM EDT)

#auto_post
KDE Releases September 2020 Apps Update with New Color Contrast Checker Tool
@uselinux
The KDE Project announced today KDE Applications 20.08.1, which is dubbed as the September 2020 Apps Update for the Plasma desktop environment.
@uselinux

source
9to5Linux; By Marius Nestor
(Posted by hanuca on Sep 4, 2020 8:35 AM EDT)

#auto_post
Destination Linux 179: Ask Us Anything + Why Linux Gaming Should Matter to Everyone
@uselinux
On DL179, we talk about why Linux Gaming should matter to everyone & why Red Hat should give more attention to the Linux Desktop. We also answer questions from an Ask Us Anything from the DLN Forum.
@uselinux

source
destinationlinux.org; By Destination Linux Network
(Posted by MichaelTunnell on Jun 28, 2020 12:36 PM EDT)

#auto_post
Compact embedded system showcases 5-core HiSilicon HI3559A
@uselinux
Aaeon’s compact “Boxer-8410AI” embedded AI edge system runs Linux on a penta-core, Cortex-A73 and -A53 based HiSilicon HI3559A with an AI-enabled VPU. Aaeon has posted a product page for its first Boxer computer to support the 5-core, Arm-based HiSilicon HI3559A SoC. Although the HI3559A was announced back in 2017 as a camera SoC that supports […]
@uselinux

source
LinuxGizmos.com; By Eric Brown
(Posted by bob on Jun 30, 2020 6:37 PM EDT)

#auto_post
‘Linusgate’ Leaked: Over 250 Messages About Code of Conduct Complaints Against Linus Torvalds
@uselinux
Debian ‘canceling’ the founder of Linux is no “small potatoes”; and considering the reason (or what this is done for; an expression of an opinion) we probably should be alarmed about ramifications for free speech
@uselinux

source
Techrights; By Roy Schestowitz
(Posted by schestowitz on Sep 3, 2020 2:00 PM EDT)

#auto_post
2025/07/03 08:50:35
Back to Top
HTML Embed Code: