Keyword: linux
-
Learn a few techniques for avoiding the pipe and making your command-line commands more efficient. Anyone who uses the command line would acknowledge how powerful the pipe is. Because of the pipe, you can take the output from one command and feed it to another command as input. What's more, you can chain one command after another until you have exactly the output you want. Pipes are powerful, but people also tend to overuse them. Although it's not necessarily wrong to do so, and it may not even be less efficient, it does make your commands more complicated. More important...
-
The linux terminal is not always dull and boring. There are commands to make it do some funny acts to entertain the user. Here is a small collection of such commands.1. Cowsay Install cowsay with apt.$ sudo apt-get install cowsayCowsay is a talking cow that will speak out anything you want it to.$ cowsay "Hi, How are you" _________________ < Hi, How are you > ----------------- \ ^__^ \ (oo)\_______ (__)\ )\/\ ||----w | || ||Don't like cows ? No problem there are other animals in the cow zoo. To find out how many, use the l option to get...
-
Mirror, mirror, on the wall, which is the best desktop environment of all? While diversity is one of the best features of the Linux community, as users can try various options and find out which one suits the best for them, sometimes it can also create confusions. Especially if you’re new to Linux community, you can easily be overwhelmed by the number of choices you have. When it comes to Desktop Environments, there’s no exception. But trying out each and every desktop environments is a very time-consuming and tiring task.Here, we’ve created a list of the best desktop environments available for Linux distros...
-
Many of you are Windows 7 users. I get it. Windows 7 just works. But the clock is ticking for Windows 7. In less than a year, Windows 7's free support ends. Come that day, you'll have a choice: You can either run it without being certain you'll get vital security patches (that would be really stupid), or you can pay for Windows 7 Extended Security Updates (ESUs) on a per-device basis, with the price increasing each year. We don't know how much that will be, but I think we can safely assume it won't be cheap. Or, you can...
-
A simple description of the UNIX system, also applicable to Linux, is this:"On a UNIX system, everything is a file; if something is not a file, it is a process."This statement is true because there are special files that are more than just files (named pipes and sockets, for instance), but to keep things simple, saying that everything is a file is an acceptable generalization. A Linux system, just like UNIX, makes no difference between a file and a directory, since a directory is just a file containing names of other files. Programs, services, texts, images, and so forth, are...
-
During me being at my parents over the holidays (Christmas 2017) I had the usual IT-support stuff to do, that always happens to tech savvy kids when they are back at home. As I am a happy Linux user for over a decade now, I asked myself if it would be a good idea to switch my parents away from Win 10 to a GNU/Linux (I will call it only Linux during the rest of the post. Sorry Richard ;) ) based system. I did that and now 2 years later I still think it was a good idea: I...
-
!= If you've been pointed at this page, then the chances are you're a relatively new Linux user who's having some problems making the switch from Windows to Linux. This causes many problems for many people, hence this article was written. Many individual issues arise from this single problem, so the page is broken down into multiple problem areas.Problem #1: Linux isn't exactly the same as Windows. You'd be amazed how many people make this complaint. They come to Linux, expecting to find essentially a free, open-source version of Windows. Quite often, this is what they've been told to...
-
Myth 1: Linux is too difficult for ordinary people to use because it uses only text and requires programming. The truth: Although Linux was originally designed for those with computer expertise, the situation has changed dramatically in the past several years. Today it has a highly intuitive GUI (graphical user interface) similar to those on the Macintosh and Microsoft Windows and it is as easy to use as those operating systems. No knowledge of programming is required. This ease of use is evidenced by the fact that more and more people, including elementary school students and others with...
-
There are 4 ways of "installing" Linux: "no-install": a "Run-from-CD" LiveCD distribution. Everything runs from the CD and RAM, leaving the hard drive untouched -- completely avoiding the trickiest part of setting up Linux, "hard drive partitioning". After you take out the CD and reboot, everything is restored to the way it was before. (Many of these work just as well with USB flash drive as with CD)Linux on top of Windows: it's possible to keep windows applications running, and run Linux like any other application side-by-side with the Windows applications (this is an advantage compared to dual-booting, which shows...
-
Weird Linux Display issue Some time back I retired my old Pine64 Media Center. I replaced it with an Intel NUC cube which I'd loaded up with 16GB of RAM and a 1TB hard disk. Soeed isn't really an issue with this system, so I went with spinnign platters rather than an SSD. I installed Linux Mint XFCE4 on it along with all of my music (90GB) and vids of various movies and cartoons I've ripped over the years. Everything is working great, and in fact, today I finally made it all the way through my first complete pass through...
-
Introduction Welcome to Linux! GNU/Linux is descended from the UNIX operating system, but is open source software, which means that you can view its source code and change it to suit your needs. Of course since this book is geared to those new to Linux, we stay away from very technical issues that are more suited to Linux veterans. This book is going to try to be geared toward the person who has heard about Linux and might be considering trying it out or perhaps the person who has already "taken the plunge" and is looking for more information or...
-
Some systems may get version 1809 automatically Forced Windows 10 updates aren’t entirely a new concept, and most users found out this is really a thing back in the days when this operating system was available as a free upgrade for Windows 7 and 8.1 devices.But while Microsoft promised never to embrace forced updates again in the future, a recent company release makes some believe there’s a chance it could happen one more time with Windows 10 version 1809, also known as the October 2018 Update.Microsoft rolled out a silent update to KB4023814 on December 24, and by the looks...
-
Back in 2016, I took down the shingle for my technology coaching business. Permanently. Or so I thought. Over the last 10 months, a handful of friends and acquaintances have pulled me back into that realm. How? With their desire to dump That Other Operating System™ and move to Linux. This has been an interesting experience, in no small part because most of the people aren't at all technical. They know how to use a computer to do what they need to do. Beyond that, they're not interested in delving deeper. That said, they were (and are) attracted to Linux...
-
7.4.1 The text of the GPLv2 The GPLv2 have several provisions that, when taken together, can be construed as an irrevocable license from each contributor. First, the GPLv2 says “by modifying or distributing the Program (or any work based on the Program), you indicate your acceptance of this License to do so, and all its terms and conditions for copying, distributing or modifying the Program or works based on it” (GPLv2§5, emphasis added). A contributor by definition is modifying the code and therefore has agreed to all the terms in the GPLv2, which includes the web of mechanisms in the...
-
Stop me if you’ve heard this one before: <yyyy> will be the year of the Linux desktop. Even in Linux circles this is greeted with eye-rolling. Here’s the funny thing, though: Linux long ago won the hearts and minds of end users, even while the Linux desktop continues to spin its wheels.How can that be?The paradox is easily explained. But as for Linux’s failure to capture desktop hearts and minds, that’s a complicated story. I’ll lay it out for you.First, the paradox: According to the latest Annenberg Surveying the Digital Future report, the average American now spends 24 hours a...
-
The semi-annual Top500 list of the world's most powerful supercomputers was released on Nov. 12, with the U.S holding down the top two spots overall.The IBM POWER9 based Summit system has retained its crown that it first achieved in the June 2018 ranking. Summit is installed at the U.S. Department of Energy's Oak Ridge National Laboratory and now has performance of 143.5 petaflops per second, up from the 122.3 petaflops the system had when it first came online.The IBM POWER9 Sierra system also improved over the last six months and is now the second most powerful system on the plant...
-
Computers made in America are virtually non-existent, but a little company in Denver had a dream to do just that. System76 has long been looking to make a Linux-powered computer in the USA using open source ideology. A lofty goal, which many folks didn't think would ever be achieved. Well, against all odds, today, System76 proves the haters wrong as it finally unveils its much-anticipated Thelio desktop computer. And boy, oh boy, it is beautiful.
-
More than a week after Linux creator Linus Torvalds said he would be taking a break from leading kernel development, it is still unclear as to what actually led to his decision. But one thing is crystal clear: the social justice warriors, who played a role in what happened, are now targeting another kernel developer, Ted Ts'o, who works for Google.Was it the article in The New Yorker, as its author claimed, that led to Torvalds stepping down? Or was it pressure from kernel maintainers who were annoyed that Torvalds had bungled his schedules and planned a family vacation at...
-
Most of the internet could be affected as some Linux devs threaten to rescind code in response to CoC controversy.
-
The Widow's mite a PENCE to you The widows mite a Pence to you, But soon shall rise from where now it is viewed, Humility about to rise, Where wisdom lives and no demise, So watch My choice begin to show, When "others" preach a Trump to grow, Truly this Pence shall be my choice , A man of God that speaks only My voice, Luke 21:1-4Tree of Life Version Teaching in the Temple 21 Then Yeshua looked up and saw the rich dropping their gifts into the treasury box. 2 He also saw a poor widow dropping in two...
|
|
|