Several pearl in 50 Most Frequently Used UNIX / Linux Commands (With Examples) Add line number for all non-empty-lines in a file $ sed ‘/./=’ thegeekstuff.txt | sed ‘N; s/\n/ /’ Remove duplicate lines using awk $ awk ‘!($0 in array) { array[$0]; print }’ temp Print all lines from /etc/passwd that has the…
Category: GNU/Linux
Aside
Windows Subsystem for Linux
Windows Subsystem for Linux (WSL) is a compatibility layer for running Linuxbinary executables (in ELF format) natively on Windows 10. Microsoft and Canonical partnered together to enable a genuine UbuntuTrusty Tahr image to be downloaded and extracted to the user’s local machine, and for the tools and utilities contained within that image to run natively on top of the WSL.
Some people may say that we’re at step four:
- First they ignore you,
- Then they laugh at you,
- Then they fight you,
- Then you win.
I’m not that sure. The once-dark-knight doesn’t look that dangerous these days. The evil overlord is now another.
Link
Fedora - RedHat, GNU/Linux, Mood
Weirdness
One feels smart, he has written a nice DVD of CentOS 7 to be installed on his shiny new box. Have you noticed something strange and silly in the above photo?
Android, GNU/Linux
ARChon: Android apps on other OSes
To “natively” run Android applications elsewhere – beside Shashlik – there is also ARChon Runtime for Chrome that takes a different approach: become an extension of Chrome (and possibly Chromium).
GNU/Linux, Liberty Eiffel, Software Libero
Moments
There are moments that shall be recorded. This is one of them for me: Student Petru Gurita Project nameLiberty Eiffel meets Windows OrganizationGNU Project Mentors Paolo Redaelli Liberty Eiffel language available on windows environment. Sorgente: Organizations | Google Summer of Code
Desktop, Gnome, GNU/Linux
TopIcons Plus – GNOME Shell Extensions
TopIcons Plus the “modern” way to have tray icons on your Gnome3 desktop. So you will get something like this:
Android, GNU/Linux
Shashlik
 Shashlik runs Android applications on a standard Linux desktop as easily and simply as possible. At last I would say!
GNU/Linux, Senza categoria, Software
Cryptography, Linux, and me: GRUB2 – A Rundown
Useful stuffs to manage GRUB:Â Cryptography, Linux, and me: GRUB2 – A Rundown
GNU/Linux
Main Linux problems on the desktop, 2016 edition
http://linuxfonts.narod.ru/why.linux.is.not.ready.for.the.desktop.current.html Interesting, long read. Mostly agreeable, a wise source of food for the mind
Windows Subsystem for Linux