Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

Questions about Firewalls and computer monitoring

New to Debian (Or Linux in general)? Ask your questions here!
Message
Author
Marie SWE
Posts: 241
Joined: 2021-04-06 22:14
Location: Sweden / Linköping
Has thanked: 7 times
Been thanked: 9 times

Re: Questions about Firewalls and computer monitoring

#21 Post by Marie SWE »

steve_v wrote:
Marie SWE wrote:I have 30years of wincrap experience
Windows power-users are the worst. So much to unlearn they have. :P
I forgot this hahaha :mrgreen: :lol: :lol: :lol:
Yep my first year with linux was the year from hell. I can sign on that one. :oops: :lol: :lol:
My window knowledge was in the way everywhere. and I mean everywhere.
It took me almost a year and a half to release it, and it's still in the way sometimes.
I know what I can do with windows systems.. and I know that it should be possible to do in linux also... it's just a matter of figuring out how to do it.

one of my motto in life is.... nothing is impossible... the impossible just takes a little longer time to solve. :)
So it must be possible gui style. :mrgreen: :mrgreen: :mrgreen: :mrgreen: :mrgreen: hahaha
Why make things complicated in life, if you can make it easier for yourself... Do it. ;o)
You only have one life, so make the most of it and enjoy it while you can.

steve_v
df -h | grep > 20TiB
df -h | grep > 20TiB
Posts: 1400
Joined: 2012-10-06 05:31
Location: /dev/chair
Has thanked: 79 times
Been thanked: 175 times

Re: Questions about Firewalls and computer monitoring

#22 Post by steve_v »

Marie SWE wrote:I don't want 4-5 terminal windows open in the background at all time doing one thing only. I want one window so I fast can alt+tab to switch to.
There are ways to put CLI information up on a GUI dashboard-style interface, some of which have been mentioned. There are also plenty of GUI system monitors - none of them have exactly the same functionality as their Windows counterparts, because GNU/Linux is not Windows... but the source for these is open, so feel free to add whatever you desire.
I like ksysguard myself, but that's a KDE application. IIRC you said something about XFCE, so you probably want something with a GTK UI.
Marie SWE wrote:as I am used to
Image
If you want a system that works just like you're used to, the answer is simple: Use the system you're used to.
Marie SWE wrote:Linux communitys was proud when it's reached 1% of the market and wants to be bigger and be a serious contender on the market.
Really? I've been using GNU/Linux exclusively since ~2000, and been active on several boards since the same. Perhaps I somehow slept through the "1%" celebration?
Oh, wait, don't tell me. It's the "year of the Linux desktop" again isn't it. :lol:

Also, "market"... What "market" is this you speak of? The one where people market software to paying customers (or mine their data as payment) perchance?
We don't compete in that market, never have, never will. If you're talking about the "respecting people's freedom, encouraging collaboration and giving everything away for free" "market", there's no need to compete because we've already won.
Somebody should really poll and plot "how much GNU/Linux needs to compete with Microsoft" against "how long has the responder been using GNU/Linux"... The result would be illuminating I'm sure.
steve_v wrote:I do have both Linux and windows machines in my network up to 2023 online and after 2023 they will be offline but still in my network, so SMBshares is necessary.
Alternatively, you could install NFS or SSHFS support on those Windows machines... Then come back and tell us how easy it was to do, without using the CLI or needing to pay for additional software :P
You're complaining that it's hard to do $windowsthings on GNU/Linux again. :roll:
Marie SWE wrote:how well does this work in terminal as it doesn't have spell checking.. apt instal libreofice...
Easy, bash-completion. apt in[TAB] libreo[TAB] :P
Hitting [TAB] twice in a row will even give you a list of possibilities, but surely if you've used the terminal enough to realise you really don't like it, you already knew that...
Marie SWE wrote:where did i write that someone's code sucks...
I never claimed you did, only that you shouldn't. You did claim that the terminal is ugly and compared GNU/Linux to Windows 3.11 though, and that's getting dangerously close to "GNU/Linux sucks" territory. People spent a bunch of time and effort coding those CLI apps you think are so '80s.
Marie SWE wrote:i just need to know where I can get/buy the tools to use to it, not how to build the tools from scratch my self
Well, if the thing you want doesn't exist yet, sometimes the tool required is called... GCC. It comes with many GNU/Linux distributions as standard equipment, and on Debian it's only an 'apt install gcc' away.
You'll note that the kit in the picture doesn't include a satnav, a fancy stereo system, central-locking, heated seats, nine cupholders, or self-driving ability. If you want those things you'll probably need to make them first.
Marie SWE wrote:the impossible just takes a little longer time to solve.
So it must be possible gui style.
Absolutely. Right after someone codes the GUI for it.
Last edited by steve_v on 2021-04-11 01:11, edited 1 time in total.
Once is happenstance. Twice is coincidence. Three times is enemy action. Four times is Official GNOME Policy.

CwF
Global Moderator
Global Moderator
Posts: 2638
Joined: 2018-06-20 15:16
Location: Colorado
Has thanked: 41 times
Been thanked: 192 times

Re: Questions about Firewalls and computer monitoring

#23 Post by CwF »

Marie SWE wrote:as I have a interest of modify, style and tune cars
Well then consider the best analogy I use, automatic or manual transmissions! The simplicity or complexity depends on your role. All kinds of pro/con. I worked on hydrostatics, so a little outside common usage, but even simpler to drive with a joytick.

Once upon a time I did CAD on the command line, more like within an edlin like cli. I walked to another building for plots. By the time I end I expect the cli to be very inconvenient compared to talking and pointing.

Linux can not follow the same path as windows. The user base is so different, the evolutions don't compare. With few, mostly expert users and many vertical scaled uses, linux's don't have the bulk in the middle windows had. That's how Linux is both vastly superior and a decade behind. It's excellent, or it doesn't do that...

A simpler glade or better zenity, along with fm based custom actions we can get off the command line for lots. But many things still need built, that's just where we are.

As far as the OP, we are working from potentially an audited system. We don't need it, yet.

steve_v
df -h | grep > 20TiB
df -h | grep > 20TiB
Posts: 1400
Joined: 2012-10-06 05:31
Location: /dev/chair
Has thanked: 79 times
Been thanked: 175 times

Re: Questions about Firewalls and computer monitoring

#24 Post by steve_v »

CwF wrote:better zenity
Oh, you must mean kdialog :P
Once is happenstance. Twice is coincidence. Three times is enemy action. Four times is Official GNOME Policy.

CwF
Global Moderator
Global Moderator
Posts: 2638
Joined: 2018-06-20 15:16
Location: Colorado
Has thanked: 41 times
Been thanked: 192 times

Re: Questions about Firewalls and computer monitoring

#25 Post by CwF »

steve_v wrote:you must mean kdialog
maybe so. but I heard KDE was good for windows users!
Maybe I should try it someday.

steve_v
df -h | grep > 20TiB
df -h | grep > 20TiB
Posts: 1400
Joined: 2012-10-06 05:31
Location: /dev/chair
Has thanked: 79 times
Been thanked: 175 times

Re: Questions about Firewalls and computer monitoring

#26 Post by steve_v »

CwF wrote:maybe so. but I heard KDE was good for windows users!
If by "good for windows users" you mean "uses the traditional desktop paradigm rather than trying to force you to change your workflow", and "still supports all the usual customisation without 50 shell-extensions" then yeah, I guess it is. You can make it look and behave very much like Windows (or MacOS, or whatever really) if that's what floats your boat. Or not, it's configurable.

I'll use XFCE or LXDE if I need a DE for an underpowered machine, but the last time I didn't loathe using GNOME was before the great 2.0 feature-castration. I hear they're even discouraging user theming these days, of all things. :roll:
I just like a desktop with icons, a traditional menu, and window controls on my windows.
And as for CSD... Don't get me started on the CSD thing. Let's just say patching GTK is becoming a bit of a chore...
Once is happenstance. Twice is coincidence. Three times is enemy action. Four times is Official GNOME Policy.

User avatar
Hallvor
Global Moderator
Global Moderator
Posts: 2029
Joined: 2009-04-16 18:35
Location: Kristiansand, Norway
Has thanked: 139 times
Been thanked: 206 times

Re: Questions about Firewalls and computer monitoring

#27 Post by Hallvor »

My message was not directed to you but to the linux world.
It is probably not listening, but a few of us are here.
Even If I can remove GUI it in linux, I will never do a stupid thing like that.
Perhaps not, but people wanting to run Debian as a headless server might... And that’s not stupid. The point was to show how powerful and flexible the CLI is, but it seems you didn't get it.
I used Xfce because it is resource efficient and it runs much cooler on laptops and no flashy layout it's like win2000. and I switched to use whisker menu.
I have installed a lot of GUI programs from the other desktop environments to get the best out of them all. GUI program manager from gnome and the system monitor from gnome and some other Gui's
XFCE is not resource efficient any more of you install all sorts of stuff from other desktop environments. Secondly, you have chosen a desktop environment that is designed to be small, fast and to have few features. It is made for people who will want to use the CLI more than, say, KDE. And still you complain that you’ll have to use the CLI? This is like purchasing a tiny car for your family of five, and then complain to everyone that the car is too small. You chose it.

If you want to use the CLI as little as possible, KDE is by far the most feature rich. If that isn’t to your liking, there is always Windows or MacOS.
Sorry to rock the cradle, but Linux is not an immune system.
Who said that GNU/Linux was an immune system? I certainly didn’t. Of course a GNU/Linux system may get infected, but the number of viruses can be counted on fingers:

https://www.unixmen.com/meet-linux-viruses/

For Windows, there was about a million as early as 2008:

https://www.pcworld.com/article/144181/article.html

In an earlier post I referred to the differences like between a war zone and a quiet suburb, where Windows resides in a very hostile area, while GNU/Linux resides in a peaceful one with just a tiny fraction of the risk. Of course it is not an immune, just like any suburb isn't immune to homicides or stabbings, and of course you still need to use your brain. But all the worst malware threats are still for Windows. GNU/Linux distros still have software repositories with key signing, and Windows users will still (for the most part) download software from the Web.
But the bigger the linux world gets, the more malware will come to linux systems in the future as well.
Yes, and if I had four wheels, I’d be a car.

Seriously, though. GNU/Linux is already a major player. 100% of the world’s top supercomputers run Linux, 96,3% of the world’s top 1 million servers run Linux, 90% of all cloud infrastructure run Linux, and practically all the best cloud hosts use it.

https://hostingtribunal.com/blog/linux-statistics/
Why reboot windows every few days?
It slows down and frequently locks up, and stuff like printing and connecting wirelessly to a projector becomes unreliable.
And I can do it GUI style without filehacks or commandprompt commands.
Your Windows skills aren’t worth anything here. Suck it up and learn, or go elsewhere.
This is why I am spoiled and I want GUI's. easy, fast and you don't have to study codes, commands.. just have to focus on how the system works, not the code of how the system works... I'm not a programmer and I don't want to never-ever become a programmer.
I share your sentiments, for the most part. I have also little interest in coding or tinkering.. That is why I use Debian. It is conservative, has low risk of breaking, and with KDE, I can do most things in the GUI. It is the laziest and most hassle-free combo I know.
[HowTo] Install and configure Debian bookworm
Debian 12 | KDE Plasma | ThinkPad T440s | 4 × Intel® Core™ i7-4600U CPU @ 2.10GHz | 12 GiB RAM | Mesa Intel® HD Graphics 4400 | 1 TB SSD

steve_v
df -h | grep > 20TiB
df -h | grep > 20TiB
Posts: 1400
Joined: 2012-10-06 05:31
Location: /dev/chair
Has thanked: 79 times
Been thanked: 175 times

Re: Questions about Firewalls and computer monitoring

#28 Post by steve_v »

To return to the OP, sans ongoing and entirely predictable "Linux is not" responses to unrealistic expectations:
Marie SWE wrote:when a new program wants network access, the firewall should ask if the program should be denied or allowed.
There is this little experiment... It's very new and under active development (which is to say "not a chance it's in the Debian repos"), but it looks like it's heading towards the thing you're looking for. No support for inbound rules in the GUI yet, but it's a start.
If you're willing to experiment (and probably tolerate considerable borkage as well as conspiculously missing features), it might be worth a look. It's also written in python, which if you are actually interested in contributing (as in code, not yet-another-gui-guide-to-simple-things) is a pretty easy language to work with.

Note I said "experiment with", not "trust and use daily". If you insist on having everything served to you on a silver-platter with a slick GUI, you're still in the wrong place.

Also, +1 what Hallvor said. As usual :D
Once is happenstance. Twice is coincidence. Three times is enemy action. Four times is Official GNOME Policy.

Marie SWE
Posts: 241
Joined: 2021-04-06 22:14
Location: Sweden / Linköping
Has thanked: 7 times
Been thanked: 9 times

Re: Questions about Firewalls and computer monitoring

#29 Post by Marie SWE »

steve_v wrote:
Marie SWE wrote:I don't want 4-5 terminal windows open in the background at all time doing one thing only. I want one window so I fast can alt+tab to switch to.
There are ways to put CLI information up on a GUI dashboard-style interface, some of which have been mentioned. There are also plenty of GUI system monitors - none of them have exactly the same functionality as their Windows counterparts, because GNU/Linux is not Windows... but the source for these is open, so feel free to add whatever you desire.
I like ksysguard myself, but that's a KDE application. IIRC you said something about XFCE, so you probably want something with a GTK UI.
I have saved all your peoples tips in a text document, so I will look and test them all one by one. :mrgreen:
I tested Conky little fast, but I think something went wrong, I didn't get a window, just a desktop gadget and no possibility to open configuration settings, so I have to test again when I have a little more time than 15 minutes at the computer. :roll: I did rush that test a bit :oops:
ksysguard looks like gnome-system-monitor I use at the moment :D but when my hdd goes hyperactive in my laptops i miss the HDD activity part.. often it's swap activity but sometimes it isn't and i then wonder.... what a **** :shock:
Yes i have Xfce as base but i have kidnapped a lot of things from gnome, and kde to get GUI solutions i liked about the other. that is one thing i really, really like about linux.. it's possible to take things from different DE's/distros and make your own thing. but it is a loooong learning curve and time consuming.. The corona pandemic tragedy is to my advantage, as social life an many things is affected and I unfortunately get extra time at home. so I trying to take advantage of the evil corona thing to get something good out of it.. so I have manage to renovate my office here at home as I have avoided doing for the last 6 years :mrgreen: :mrgreen:

Marie SWE wrote:as I am used to
Image
If you want a system that works just like you're used to, the answer is simple: Use the system you're used to.
no no no... it's more to the left.. it is the support bearing for the drive shaft as is the problem. :lol: :lol: :lol: :lol:
But seriously, if not win10 had been a rolling release I had continued with wincrap.
I had just ripped out cortana, onedrive, all bloatware and telemetry crap as i have done on windowsOS since XP.. win8.1 was the last one it was possible to it to, but it has EOL2023..... I know the system's weaknesses, strengths and functions... and i have all software, paid and free i need... and I wouldn't need to learn new things to be able to continue working from home. So yes my life would be a little bit easier that way.
But now things are as they are, and I trying to make the best of it with the time I can squeeze in for learning.
Primary is to quickly get the system working and up and running, and then when everything works I can dig deeper into detail levels of things. :)
and my system do work.. just this two items i missing so to speak.
Marie SWE wrote:Linux communitys was proud when it's reached 1% of the market and wants to be bigger and be a serious contender on the market.
Really? I've been using GNU/Linux exclusively since ~2000, and been active on several boards since the same. Perhaps I somehow slept through the "1%" celebration?
Oh, wait, don't tell me. It's the "year of the Linux desktop" again isn't it. :lol:

Also, "market"... What "market" is this you speak of? The one where people market software to paying customers (or mine their data as payment) perchance?
We don't compete in that market, never have, never will. If you're talking about the "respecting people's freedom, encouraging collaboration and giving everything away for free" "market", there's no need to compete because we've already won.
Somebody should really poll and plot "how much GNU/Linux needs to compete with Microsoft" against "how long has the responder been using GNU/Linux"... The result would be illuminating I'm sure.
I spent most times on Swedish forums.. so i have only heard what they are discussing.
But microsoft needs a competitor so they have to stop doing their crazy, insane, things they are doing.. M$ have become totally crazy about the ultimate control over their customers and built in surveillance backdoors and they have access to all customers personal data that are on the HDD's.. and they justifies it by saying that "if we suspect crime", they can read content, activate the microphone and webcam
One can wonder when in hell did Microsoft became part of the police force :?
So I would like/wish that Linux became that competitor so the question about integrity and the right to my data is my data and I share it only when/if I want to share it.
That was one good thing in the beginning with win7 where you could check a box if you wanted to participate or not in the customer experience program. But a few years later, they started activating the crap with KB updates so the telemetry began flowed. so you needed to know what updates to stop
steve_v wrote: You're complaining that it's hard to do $windowsthings on GNU/Linux again. :roll:
How many years of experience do you have in modifying and tweaking Linux systems? :wink:
I have a total of 4-6 month experience 2month summer of 2018 then i first touched a linux machine (Mint18.3) then around 1month spring 2019 when i switched to LMDE3 and then sporadically combined 3month under 2020 researching swapdeath and testing some fixes... and now 2021 3weeks with Debian setting up network and tweak/customizing my install.
So of course it will take time before I achieve your folks knowledge with my inefficient time of tweaking in Linux... I will make big mistakes, I will swear, I will hate my computer's, I would probably sometimes wish I could make it all go away. and I will complaining about things..
But I will eventually learn it. :) But the road is long before it becomes a reality. :(
Marie SWE wrote:how well does this work in terminal as it doesn't have spell checking.. apt instal libreofice...
Easy, bash-completion. apt in[TAB] libreo[TAB] :P
Hitting [TAB] twice in a row will even give you a list of possibilities, but surely if you've used the terminal enough to realise you really don't like it, you already knew that...
No I didn't know that.. nobody has ever tip me about that. of what I learned about linux so far I have learned on my own. I have not had the help of anyone who knows Linux and the questions I asked on two forums(now three) have only been "thing specific" questions
Marie SWE wrote:where did i write that someone's code sucks...
I never claimed you did, only that you shouldn't. You did claim that the terminal is ugly and compared GNU/Linux to Windows 3.11 though, and that's getting dangerously close to "GNU/Linux sucks" territory. People spent a bunch of time and effort coding those CLI apps you think are so '80s.
Okay, it was the graphic i was talking about. I think the same about the command prompt and powershell in windows. it is only text/symbols no round rings, no soft design lines and that part so to speak. Not the code or programs itself that runs in Terminal.. graphics only.
it is easy to be misunderstood when I can't explain myself perfect from start.
Marie SWE wrote:i just need to know where I can get/buy the tools to use to it, not how to build the tools from scratch my self
Well, if the thing you want doesn't exist yet, sometimes the tool required is called... GCC. It comes with many GNU/Linux distributions as standard equipment, and on Debian it's only an 'apt install gcc' away.
If do not know about it, that's why I asking if things exists when i wonder and google don't give me the answers.
if I never ask, I will never know... I have learned that just because google doesn't give a hit, that doesn't means there isn't one.. it could be me who formulates the question/search wrong in google.

Marie SWE wrote:the impossible just takes a little longer time to solve.
So it must be possible gui style.
Absolutely. Right after someone codes the GUI for it.
So true, soooo true :mrgreen:
Last edited by Marie SWE on 2021-04-12 14:42, edited 1 time in total.
Why make things complicated in life, if you can make it easier for yourself... Do it. ;o)
You only have one life, so make the most of it and enjoy it while you can.

Marie SWE
Posts: 241
Joined: 2021-04-06 22:14
Location: Sweden / Linköping
Has thanked: 7 times
Been thanked: 9 times

Re: Questions about Firewalls and computer monitoring

#30 Post by Marie SWE »

CwF wrote:
Marie SWE wrote:as I have a interest of modify, style and tune cars
Well then consider the best analogy I use, automatic or manual transmissions! The simplicity or complexity depends on your role. All kinds of pro/con. I worked on hydrostatics, so a little outside common usage, but even simpler to drive with a joytick.

Once upon a time I did CAD on the command line, more like within an edlin like cli. I walked to another building for plots. By the time I end I expect the cli to be very inconvenient compared to talking and pointing.

Linux can not follow the same path as windows. The user base is so different, the evolutions don't compare. With few, mostly expert users and many vertical scaled uses, linux's don't have the bulk in the middle windows had. That's how Linux is both vastly superior and a decade behind. It's excellent, or it doesn't do that...

A simpler glade or better zenity, along with fm based custom actions we can get off the command line for lots. But many things still need built, that's just where we are.

As far as the OP, we are working from potentially an audited system. We don't need it, yet.
I believe it would be real difficult to drive a car with a joystick :D
But i get your point. :wink:

what do you mean by linux can not follow the same path as windows?
libre office instead of MSoffice, Gimp instead of adobe photoshop, caja, nemo, thunar instead of explorer
Why not a GUI firewall and a system monitor program? is that so different than the other programs..

Just wondering what you meant. :)
Why make things complicated in life, if you can make it easier for yourself... Do it. ;o)
You only have one life, so make the most of it and enjoy it while you can.

Marie SWE
Posts: 241
Joined: 2021-04-06 22:14
Location: Sweden / Linköping
Has thanked: 7 times
Been thanked: 9 times

Re: Questions about Firewalls and computer monitoring

#31 Post by Marie SWE »

Hallvor wrote:
Even If I can remove GUI it in linux, I will never do a stupid thing like that.
Perhaps not, but people wanting to run Debian as a headless server might... And that’s not stupid. The point was to show how powerful and flexible the CLI is, but it seems you didn't get it.
I run 2008R2 on my server with extended support, and I'm going to be forced to go Linux on that one as well.. but it will probably be redhat and payed support on that one, if I don't learn Linux so good as needed by 2023. :? :cry: :oops:

I used Xfce because it is resource efficient and it runs much cooler on laptops and no flashy layout it's like win2000. and I switched to use whisker menu.
I have installed a lot of GUI programs from the other desktop environments to get the best out of them all. GUI program manager from gnome and the system monitor from gnome and some other Gui's
XFCE is not resource efficient any more of you install all sorts of stuff from other desktop environments. Secondly, you have chosen a desktop environment that is designed to be small, fast and to have few features. It is made for people who will want to use the CLI more than, say, KDE. And still you complain that you’ll have to use the CLI? This is like purchasing a tiny car for your family of five, and then complain to everyone that the car is too small. You chose it.

If you want to use the CLI as little as possible, KDE is by far the most feature rich. If that isn’t to your liking, there is always Windows or MacOS
maybe not, but Xfce made 8-10 degrees celsius cooler difference on my three laptops.
So yes it did make a difference. and other on linuxmint.com tested it as well and saw the same difference i can link the tread if you want?

Okaj, i will test KDE and see if it has more gui tools than I manage to install on Xfce. :mrgreen: thanks for the tip :mrgreen:
Sorry to rock the cradle, but Linux is not an immune system.
Who said that GNU/Linux was an immune system? I certainly didn’t. Of course a GNU/Linux system may get infected, but the number of viruses can be counted on fingers:

https://www.unixmen.com/meet-linux-viruses/

For Windows, there was about a million as early as 2008:

https://www.pcworld.com/article/144181/article.html

In an earlier post I referred to the differences like between a war zone and a quiet suburb, where Windows resides in a very hostile area, while GNU/Linux resides in a peaceful one with just a tiny fraction of the risk. Of course it is not an immune, just like any suburb isn't immune to homicides or stabbings, and of course you still need to use your brain. But all the worst malware threats are still for Windows. GNU/Linux distros still have software repositories with key signing, and Windows users will still (for the most part) download software from the Web.
It makes no difference if there are 100 million viruses or three. if bad luck strikes, you get into trouble in any case.
It is when people are a beginner and inexperienced that thay make mistakes.
I didn't learn until I read about evilgnome not to use repos outside of reliable distros own repos. no one had mentioned that to me.
In windows you have antivirus, antimalwere anti it and anti that and some more.
So you can download programs thru torrents or websites and then scan them.. (however, hold on them for a while before using/scan them if they are zerodays and antivirus/malware programs have not been updated yet)

The danger I see is that I know that windows is an exposed and targeted system, so I have a high awareness that it can happen at any time.
But in linux if I think it can never happen, then you let go of the guard and the risk increases that you may never notice when/if you become infected. That's how I look at it.
I have read in many places when I googled for antivirus under2018 and was quite often I read. You do not need antivirus in linux because you can't get infected as in windows.

and to get hacked that is not a OS thing.
I had an intrusion attempt yesterday and my whole system locked down as protection. so it is a good thing to be prepared that bad things can happen when you least expect it. 8) So i called my ISP and now got a new IP. and I use vpn so that my public ip will not be visible on websites I visit.
crap happens some times. hahaha :lol: :lol: :lol:
But the bigger the linux world gets, the more malware will come to linux systems in the future as well.
Yes, and if I had four wheels, I’d be a car.

Seriously, though. GNU/Linux is already a major player. 100% of the world’s top supercomputers run Linux, 96,3% of the world’s top 1 million servers run Linux, 90% of all cloud infrastructure run Linux, and practically all the best cloud hosts use it.

https://hostingtribunal.com/blog/linux-statistics/
Yes and if my car had wings i would fly every day. :mrgreen: :mrgreen: :mrgreen:
Yes i know that linux server is dominating that market. 8) and i like it. :mrgreen: F*** you microsoft hahaha :lol: :lol: :lol:
But i hope linux becomes a contender to microsoft.. they have way to much power :( :x
Why reboot windows every few days?
It slows down and frequently locks up, and stuff like printing and connecting wirelessly to a projector becomes unreliable.
Okay, it's guaranteed to be some background activity via scheduler that mess it up. windows is completely manic about running crap in background that colides with devices and programs and if you run programs that Microsoft doesn't like, it's a bit like asking for problems.. and in win 10 you can not as easily disable scheduler via services for a few days test it. that service is grayed out in 10.
I have a win7pro computer connected to my TV to watch movies, series, play music (offline) occasionally it happens that I stream movies and series online. I have not restarted that one in six months.
It is noticeable that microsoft does not expect people to have them on for that long, because the uptime counter starts at zero again after 99 days 23hours 59minutes and 59seconds uptime :lol: :lol:
And I can do it GUI style without filehacks or commandprompt commands.
Your Windows skills aren’t worth anything here. Suck it up and learn, or go elsewhere.
what do you think I'm trying to? I don't think you learned Linux overnight either.
This is why I am spoiled and I want GUI's. easy, fast and you don't have to study codes, commands.. just have to focus on how the system works, not the code of how the system works... I'm not a programmer and I don't want to never-ever become a programmer.
I share your sentiments, for the most part. I have also little interest in coding or tinkering.. That is why I use Debian. It is conservative, has low risk of breaking, and with KDE, I can do most things in the GUI. It is the laziest and most hassle-free combo I know.
that is the thing i am trying to figure out and learn. Mint was easy.. LMDE3 was little more hand on fixing. and now debian and i hope i can use it for ever. i just have to learn what is possimple and was is't
Why make things complicated in life, if you can make it easier for yourself... Do it. ;o)
You only have one life, so make the most of it and enjoy it while you can.

Marie SWE
Posts: 241
Joined: 2021-04-06 22:14
Location: Sweden / Linköping
Has thanked: 7 times
Been thanked: 9 times

Re: Questions about Firewalls and computer monitoring

#32 Post by Marie SWE »

steve_v wrote:To return to the OP, sans ongoing and entirely predictable "Linux is not" responses to unrealistic expectations:
Marie SWE wrote:when a new program wants network access, the firewall should ask if the program should be denied or allowed.
There is this little experiment... It's very new and under active development (which is to say "not a chance it's in the Debian repos"), but it looks like it's heading towards the thing you're looking for. No support for inbound rules in the GUI yet, but it's a start.
If you're willing to experiment (and probably tolerate considerable borkage as well as conspiculously missing features), it might be worth a look. It's also written in python, which if you are actually interested in contributing (as in code, not yet-another-gui-guide-to-simple-things) is a pretty easy language to work with.

Note I said "experiment with", not "trust and use daily". If you insist on having everything served to you on a silver-platter with a slick GUI, you're still in the wrong place.

Also, +1 what Hallvor said. As usual :D
Thanks i will take a look at that this weekend. :D I have way too many things this week to try new things, that needs a little peace and quiet for to get it right.
I have one computer just for experimenting with debian, before installing anything on my work computers. its to prevent downtime. I still run LMDE3 on three of my Linux based computers and debian on one desktop so I can fail without getting in trouble... and i have already failed two times so i had to reinstalled it. :lol:
I just wish i could spend a couple of hours everyday with this to learn faster.
Why make things complicated in life, if you can make it easier for yourself... Do it. ;o)
You only have one life, so make the most of it and enjoy it while you can.

steve_v
df -h | grep > 20TiB
df -h | grep > 20TiB
Posts: 1400
Joined: 2012-10-06 05:31
Location: /dev/chair
Has thanked: 79 times
Been thanked: 175 times

Re: Questions about Firewalls and computer monitoring

#33 Post by steve_v »

Marie SWE wrote:I tested Conky little fast, but I think something went wrong, I didn't get a window, just a desktop gadget and no possibility to open configuration settings, so I have to test again when I have a little more time than 15 minutes at the computer.
That's how conky works. There's no configuration GUI as such, you describe what you want in the monitor gadget and how it looks by editing the configuration file.
That's how many things work on GNU/Linux in general, you'd do well to get used to it.
Marie SWE wrote:ksysguard looks like gnome-system-monitor I use at the moment :D but when my hdd goes hyperactive in my laptops i miss the HDD activity part.
The "process table" page can display "disk read" and "disk write" columns, right-click the column titles to enable them. You can also create your own monitor pages (or get them from the notoriously flaky and outdated "KDE store"). You can even connect to and monitor a remote machine over SSH. :D
Marie SWE wrote: But seriously, if not win10 had been a rolling release I had continued with wincrap...

Primary is to quickly get the system working and up and running, and then when everything works I can dig deeper into detail levels of things.
But seriously, that's not a very productive approach. Trying to replicate your windows environment, find direct equivalents to all your windows applications, and apply your windows knowledge will only lead to frustration. Doubly so if you're trying to do it quickly.
If you want an easy install up and running quickly, you need to accept that some things you are used to are not going to be there. You can have most of what you're used to, in some shape or form (*cough* CLI), but some of those are advanced topics that will take time and effort to set up. Unfortunately advanced firewalls are for the most part in the latter category.
GNU/Linux being GNU/Linux, there generally aren't any "paid app" shortcuts for this either.

I suggest you keep Windows around for when you need your familiar things to just work. Play around with your GNU/Linux install, learn how it works and how things are done. Break it, repeatedly, ask questions, learn how to fix it. Discover the power of an operating system you can modify in any way you want and share with anyone you please, without being in a rush.

Then, when your attitude has morphed from "I need to ditch windows spyware" to "I don't need Windows, GNU/Linux is better because it's free (or because it's *nix)", that's the time to move permanently.
Marie SWE wrote:But microsoft needs a competitor so they have to stop doing their crazy, insane, things they are doing.. M$ have become totally crazy about the ultimate control over their customers and built in surveillance backdoors and they have access to all customers personal data that are on the HDD's.. and they justifies it by saying that "if we suspect crime", they can read content, activate the microphone and webcam
One can wonder when in hell did Microsoft became part of the police force :?
So I would like/wish that Linux became that competitor so the question about integrity and the right to my data is my data and I share it only when/if I want to share it.
While GNU/Linux is indeed a good choice if you want to escape corporate surveillance, that's a very shallow view of free-software. Visit gnu.org if you want to see what the GNU in GNU/Linux is actually about.

GNU/Linux is an alternative to proprietary operating systems, not a competitor. It will never really be a competitor to Microsoft, because it doesn't play in the same ballpark.
The GNU/Linux community celebrates when another mind joins the club, and when it frees people from the tyranny of proprietary software, not because it's somehow beating Microsoft into submission or winning market share... Unless you're a gamer of course, gamers do care about market share, because they want more proprietary games. :P

As others have already said, we've pretty much won any "competition for market share" anyway, at least for the markets where we care. Without a single shot fired.
The biggest target audience has historically been (and likely always will be) the sysadmins, the hackers, and the specialised system developers. In those markets GNU/Linux is overwhelmingly the OS of choice. The middle, the average home users, simply haven't been a priority.
Since the average home user is pretty clueless anyway (no offence intended, you're clearly not that), IMO we really don't need them. They're not going to pitch in and make the OS better, they're just going to surf facebook and complain when stuff breaks.
If we were to make GNU/Linux as "average user" friendly as Windows, we'd just be making another Windows. That would be horrible.
Marie SWE wrote:How many years of experience do you have in modifying and tweaking Linux systems?
20, give or take a few. I started with the most arcane distribution possible (Slackware), on horribly obsolete hardware, back when getting a GUI of any kind to work at all was many hours of mucking with configuration files... You did ask. :P
Marie SWE wrote:of course it will take time before I achieve your folks knowledge with my inefficient time of tweaking in Linux... I will make big mistakes, I will swear, I will hate my computer's, I would probably sometimes wish I could make it all go away. and I will complaining about things..
But I will eventually learn it. :) But the road is long before it becomes a reality. :(
Of course, that's how it always works. Props to you for sticking with it, and for the the positive attitude. The vast majority of people give up the moment they have to learn anything new.
Marie SWE wrote:No I didn't know that.. nobody has ever tip me about that. of what I learned about linux so far I have learned on my own. I have not had the help of anyone who knows Linux and the questions I asked on two forums(now three) have only been "thing specific" questions
Well... I only recently learned to use bash's totally awesome keybinds properly. :oops: All those years of wasted keystrokes...
There's always new stuff to learn, that's part of the appeal. :D
IIRC the moment my attitude flipped from "this is DOS, I hate DOS" to "the CLI on GNU/Linux is freaking awesome" was around about when I discovered tab-completion...


I too learned what I know by figuring it out myself, and it shows in just how much I don't know. In hindsight I probably should have read a book or something. There are many such documents out there, but I don't have any specific recommendation, someone else here might.


On why GNU/Linux doesn't have a clicky helper tool for everything (full of emoticons and no more than 3 syllable words), and expects that you will actually want to use the CLI, you might try this little snippet on the Linux philosophy. :)
This operating system is at heart a reimplementation of old-school UNIX, created by a bunch of nonconformist hackers and computer nerds, for nonconformist hackers and computer nerds. Quite often it shows, and quite often it shows in that the user interface is arcane and/or incomplete, and the user is expected to be at least halfway competent.
It's a UNIX thing really, elegance (in the sense of the code) over elegance (in the sense of the UI). Power over pretty, function over form, fishing lessons over free fish.

TBH on the rare occasion when I have to use Windows, it's not the spyware that annoys me most... It's the pervasive attitude that all computer users were repeatedly dropped on their heads as children, and what's actually going on needs to be hidden behind a meaningless animation lest it scare people away. Witness the witless baby-speak in the Windows 10 installer...
Once is happenstance. Twice is coincidence. Three times is enemy action. Four times is Official GNOME Policy.

Marie SWE
Posts: 241
Joined: 2021-04-06 22:14
Location: Sweden / Linköping
Has thanked: 7 times
Been thanked: 9 times

Re: Questions about Firewalls and computer monitoring

#34 Post by Marie SWE »

steve_v wrote:
Marie SWE wrote:I tested Conky little fast, but I think something went wrong, I didn't get a window, just a desktop gadget and no possibility to open configuration settings, so I have to test again when I have a little more time than 15 minutes at the computer.
That's how conky works. There's no configuration GUI as such, you describe what you want in the monitor gadget and how it looks by editing the configuration file.
That's how many things work on GNU/Linux in general, you'd do well to get used to it.
Marie SWE wrote:ksysguard looks like gnome-system-monitor I use at the moment :D but when my hdd goes hyperactive in my laptops i miss the HDD activity part.
The "process table" page can display "disk read" and "disk write" columns, right-click the column titles to enable them. You can also create your own monitor pages (or get them from the notoriously flaky and outdated "KDE store"). You can even connect to and monitor a remote machine over SSH. :D
I tested to install ksysguard on my LMDE laptop, and it's better than gnomemonitor as you saying. :) Do you know if it is possible to get it to list what file who gets read/written to?
And this conkey is it only a gadget or is it possible to run it in a separate windows like ksysguard?
Marie SWE wrote: But seriously, if not win10 had been a rolling release I had continued with wincrap...
Primary is to quickly get the system working and up and running, and then when everything works I can dig deeper into detail levels of things.
But seriously, that's not a very productive approach. Trying to replicate your windows environment, find direct equivalents to all your windows applications, and apply your windows knowledge will only lead to frustration. Doubly so if you're trying to do it quickly.
If you want an easy install up and running quickly, you need to accept that some things you are used to are not going to be there. You can have most of what you're used to, in some shape or form (*cough* CLI), but some of those are advanced topics that will take time and effort to set up. Unfortunately advanced firewalls are for the most part in the latter category.
GNU/Linux being GNU/Linux, there generally aren't any "paid app" shortcuts for this either.

I suggest you keep Windows around for when you need your familiar things to just work. Play around with your GNU/Linux install, learn how it works and how things are done. Break it, repeatedly, ask questions, learn how to fix it. Discover the power of an operating system you can modify in any way you want and share with anyone you please, without being in a rush.

Then, when your attitude has morphed from "I need to ditch windows spyware" to "I don't need Windows, GNU/Linux is better because it's free (or because it's *nix)", that's the time to move permanently.
:oops: yes I know :oops: I didn't switch to Linux for the right reason, but I have to, just for microsoft forcing my hand and to choose between a rock and a hard place.. apple is 2degrees better than microsoft but apple/mac solutions is way too expensive as it requires me to replace ALL hardware. That would be a lot of spent $ that I can use for better things in life with my income, So Linux is the absolute best thing of them all , even if that is hard work and some pain.... and if present time had been 20+ years ago it would have been a little bit easier as I had a computer interest at that time. :mrgreen:
My big advantage is that I'm not tied up to specific microsoft programs or is a gamer. 8)
I do use dualboot on almost all computers as backup in case I need windows or if one OS crashes, I just boot into the other and I can solve the problem when I get the time for it. I use windows ones or twice a month in average. But now LMDE3 is EOL so i need to replace it.. and install LMDE4 is not the best option.. short lifetime and its "almost" as much work to install that one as Debian... and with Debian I get a longer lifetime before EOL, so it's feels like the right step to do.... even if i going to make me swear a hundred times over. :lol: :lol: :lol:
My server and my computer I have to my TV is not dualboot and will never become dualboot systems. :)

I have accepted the fact that i have to use cli and hack/modifying files when I install and set up my system the first time.. it's when that process is over and everyday life starts to spin on and I just use my computers I want to avoid cli.
A bit like my engine in my summer car, I modified it to get more power and I painted it in purple, gold and with black details.. and when all was done it just is there now and I don't fix with it or notes it more than I do a service once a year. like an operating system/engine.. you install you tweak it and then when all is done, you forget about it.. just service it with security updates add a program or add a firewall rule when something is changed. (like engine service) It's here it really shows that i lost my computer interest.
:oops: :oops: :oops: and I'm almost ashamed of myself for being in here, considering I'm among you all who do have a burning interest left. :oops: :oops: :oops: and at the same time a little jealous that I don't have it left anymore like you all in here. :(
Now it now it became a bit depressing atmosphere, best to talk about other things. Hahaha :lol: :lol: :lol:

Thanks I will take a look at all your links after i have sent this post :D
Marie SWE wrote:But microsoft needs a competitor so they have to stop doing their crazy, insane, things they are doing.. M$ have become totally crazy about the ultimate control over their customers and built in surveillance backdoors and they have access to all customers personal data that are on the HDD's.. and they justifies it by saying that "if we suspect crime", they can read content, activate the microphone and webcam
One can wonder when in hell did Microsoft became part of the police force :?
So I would like/wish that Linux became that competitor so the question about integrity and the right to my data is my data and I share it only when/if I want to share it.
While GNU/Linux is indeed a good choice if you want to escape corporate surveillance, that's a very shallow view of free-software. Visit gnu.org if you want to see what the GNU in GNU/Linux is actually about.

GNU/Linux is an alternative to proprietary operating systems, not a competitor. It will never really be a competitor to Microsoft, because it doesn't play in the same ballpark.
The GNU/Linux community celebrates when another mind joins the club, and when it frees people from the tyranny of proprietary software, not because it's somehow beating Microsoft into submission or winning market share... Unless you're a gamer of course, gamers do care about market share, because they want more proprietary games. :P
Yes i do know :oops: But I can wish for it, can't I? :wink: use the whip on M$ :twisted: :lol: :lol: :lol:
One of the big questions i do burn for and spend free time on, is the right to integrity and to have the choice yourself, that my data is my data and the right to have the choice to choose whether I want or not want to share it and what i share
I have participated in the customer experience program on a win7 machine. Likewise with Firefox ticked in to share. But I have never done it on a work computer. The developers they do need feedback to make a good product and I am willing to help sometimes when I get the choice to choose for myself and what computer to activate it on. 8)
As others have already said, we've pretty much won any "competition for market share" anyway, at least for the markets where we care. Without a single shot fired.
The biggest target audience has historically been (and likely always will be) the sysadmins, the hackers, and the specialised system developers. In those markets GNU/Linux is overwhelmingly the OS of choice. The middle, the average home users, simply haven't been a priority.
Since the average home user is pretty clueless anyway (no offence intended, you're clearly not that), IMO we really don't need them. They're not going to pitch in and make the OS better, they're just going to surf facebook and complain when stuff breaks.
If we were to make GNU/Linux as "average user" friendly as Windows, we'd just be making another Windows. That would be horrible.
no offence taken :wink: :mrgreen:
I maybe not dropped on my head or clueless, but I ain't a sysadmin, and not a hacker and no developer or burning for the cause. I do am the stupid user in one way, so to speak. :lol: :lol: :lol: :lol: now I have said it, so no one else needs to say it. :wink: Hahaha :lol: :lol: :lol: :lol:

But do I like to share my experiences to make it easier for new linux users, I do think linux is the future in one way... that's why I have written some Swedish how to guides, and if I see a question that I feel, yes this one I can the answer to, or I know so much that I dare to answer it, Then I do it. :)
I actually have two small projects in progress. :oops:
My first.... Is it as difficult/easy to learn how to use a linux computer VS a windows computer for a person who has never even touched a computer in his/her entire life.
I think it's just as easy/difficult, because a person who has never sat at a computer does not know what windows is more than that they maybe have heard the name. With absolutely zero knowledge, they can't install or tweak in windows either, they need some one to build and install the computer first.
My second one is, write an absolute beginner's guide in Swedish for dummies aimed at those who more or less have it's thumb in the middle of their hand, How they can install Mint20.x dualboot or on an old discarded computer and there first steps into the linux world, step by step and with printscreen pictures.
The first thing I will mention in it, is that linux is not for everyone. for one example, the one who is 99% dependent on windows programs or who only has the computer to play games on. Of course you can run some windows programs in wine and make games (win-based) games work in linux. But it is not uncomplicated and not for the absolute beginner with the thumb in the wrong place. And if they like linux then they maybe have the start to evolve and become the next generation of linux users.. super advanced or not .. depending on how much time they spend and how curious they becomes of linux. :)

Marie SWE wrote:How many years of experience do you have in modifying and tweaking Linux systems?
20, give or take a few. I started with the most arcane distribution possible (Slackware), on horribly obsolete hardware, back when getting a GUI of any kind to work at all was many hours of mucking with configuration files... You did ask. :P
:wink: :wink: :wink: I rest my case,.. that's why you beat my ass fifty times over in linux knowledge... 20year VS 4-6 active month :mrgreen: :lol:
I can almost imagine that linux 20years ago, the most user-friendly part was when you put the CD in the cd-rom drive and closed the lid. :D
I have notice just only since 2018 some things actually has become easier. so on 20years.. probably extremely easier. :)
Marie SWE wrote:of course it will take time before I achieve your folks knowledge with my inefficient time of tweaking in Linux... I will make big mistakes, I will swear, I will hate my computer's, I would probably sometimes wish I could make it all go away. and I will complaining about things..
But I will eventually learn it. :) But the road is long before it becomes a reality. :(
Of course, that's how it always works. Props to you for sticking with it, and for the the positive attitude. The vast majority of people give up the moment they have to learn anything new.
:oops: Thanks. :mrgreen:
But I was almost about to throw the computer out the window, with it closed during my first year of hell (well my first 6-8 months to be completely honest was my year of hell)
I was seriously about to give up a couple of times during 2018 about my goal to not be dependent on windows when win7 reached EOL2020. But my hate of what microsoft is doing was and is my driving force that kept/keep me going even when it's tough.
Hate is some time a good motivation in life.. and for the star wars fans. no it doesn't always lead to the dark side. Hahaha :lol: :lol:
Marie SWE wrote:No I didn't know that.. nobody has ever tip me about that. of what I learned about linux so far I have learned on my own. I have not had the help of anyone who knows Linux and the questions I asked on two forums(now three) have only been "thing specific" questions
Well... I only recently learned to use bash's totally awesome keybinds properly. :oops: All those years of wasted keystrokes...
There's always new stuff to learn, that's part of the appeal. :D
IIRC the moment my attitude flipped from "this is DOS, I hate DOS" to "the CLI on GNU/Linux is freaking awesome" was around about when I discovered tab-completion...


I too learned what I know by figuring it out myself, and it shows in just how much I don't know. In hindsight I probably should have read a book or something. There are many such documents out there, but I don't have any specific recommendation, someone else here might.


On why GNU/Linux doesn't have a clicky helper tool for everything (full of emoticons and no more than 3 syllable words), and expects that you will actually want to use the CLI, you might try this little snippet on the Linux philosophy. :)
This operating system is at heart a reimplementation of old-school UNIX, created by a bunch of nonconformist hackers and computer nerds, for nonconformist hackers and computer nerds. Quite often it shows, and quite often it shows in that the user interface is arcane and/or incomplete, and the user is expected to be at least halfway competent.
It's a UNIX thing really, elegance (in the sense of the code) over elegance (in the sense of the UI). Power over pretty, function over form, fishing lessons over free fish.

TBH on the rare occasion when I have to use Windows, it's not the spyware that annoys me most... It's the pervasive attitude that all computer users were repeatedly dropped on their heads as children, and what's actually going on needs to be hidden behind a meaningless animation lest it scare people away. Witness the witless baby-speak in the Windows 10 installer...
my experience was more, okay this is DOS and i must have it what is the programs i can use on this... I loved when 3.11 came and to have real graphic 2 or 4bit i think it was EGA.. but still DOS needed.. and when win98SE came and win2000.. my feeling was YES windows made DOS go away and then16Bit SVGA.. wow i will never ever go back to "square graphic 2-4Bit" again was my feeling. :lol:
so yes we had a slightly different start in computer life :mrgreen:

:mrgreen: That is the most beauty and basic thing in life.. we all learn new things until the day we die. :D nobody will ever be completely learned in something.. because everything evolves over time.. we all can just trying to keep up. 8)

I thank you for your thought and consideration :mrgreen: :mrgreen: :mrgreen: but I avoid reading massive texts about things, as my dyslexia irritates me when I read for a little longer time. the text almost flows together after a while so I have to take a break.
The absolutely fastest ways I learn is by looking at how things are done and then practicing what I have seen with someone beside me who can make sure I do the right way.. then I learn things almost overnight. But unfortunately it doesn't apply to code as it is text to read even if i stand beside someone. :roll:
I have seen ChrisTitus live streaming on twitch a few times, he is pretty good on explain things, and that has given some insight and knowledge about Linux :)

Okay I only need to use windows or MSoffice when some one sends some excel document that libre/open/free office can't read correctly. so i am pretty free from microsofts claws. 8)
Why make things complicated in life, if you can make it easier for yourself... Do it. ;o)
You only have one life, so make the most of it and enjoy it while you can.

User avatar
dilberts_left_nut
Administrator
Administrator
Posts: 5346
Joined: 2009-10-05 07:54
Location: enzed
Has thanked: 12 times
Been thanked: 66 times

Re: Questions about Firewalls and computer monitoring

#35 Post by dilberts_left_nut »

Marie SWE wrote:And this conkey is it only a gadget or is it possible to run it in a separate windows like ksysguard?
Yes.
See 'man conky' or look in /usr/share/doc/conky
AdrianTM wrote:There's no hacker in my grandma...

Marie SWE
Posts: 241
Joined: 2021-04-06 22:14
Location: Sweden / Linköping
Has thanked: 7 times
Been thanked: 9 times

Re: Questions about Firewalls and computer monitoring

#36 Post by Marie SWE »

dilberts_left_nut wrote:
Marie SWE wrote:And this conkey is it only a gadget or is it possible to run it in a separate windows like ksysguard?
Yes.
See 'man conky' or look in /usr/share/doc/conky
Thanks for the tip :D
I can not find any document under/usr/share/doc/conky and "man conky" was to massive reading for me, but now I know I can try googling create conky in own window :D
Why make things complicated in life, if you can make it easier for yourself... Do it. ;o)
You only have one life, so make the most of it and enjoy it while you can.

CwF
Global Moderator
Global Moderator
Posts: 2638
Joined: 2018-06-20 15:16
Location: Colorado
Has thanked: 41 times
Been thanked: 192 times

Re: Questions about Firewalls and computer monitoring

#37 Post by CwF »

Marie SWE wrote:win7 reached EOL2020.
You could learn how to virtualize a copy. Post Apocalyptic Freshness Guarantied! along with the Twinkies.

steve_v
df -h | grep > 20TiB
df -h | grep > 20TiB
Posts: 1400
Joined: 2012-10-06 05:31
Location: /dev/chair
Has thanked: 79 times
Been thanked: 175 times

Re: Questions about Firewalls and computer monitoring

#38 Post by steve_v »

Marie SWE wrote:apple is 2degrees better than microsoft
I disagree, IMO Apple are a bunch of assholes, and every bit as bad as Microsoft. They go out of their way to make their hardware unrepairable and independent repair businesses unsustainable, they lock their users into incompatible walled-gardens, and they screw independent developers with insane app-store fees. Once, they were a company I could respect as a true alternative to the IBM-compatible PC. Not any more.
Frankly I'm not at all convinced the "Apple cares about your privacy" rhetoric is anything but marketing bluster either.
Marie SWE wrote:I have notice just only since 2018 some things actually has become easier. so on 20years.. probably extremely easier.
In many ways, absolutely. In others... suffice to say with easy GUIs comes more complicated plumbing behind the scenes. Getting your head around how the OS really works is harder than it used to be, and like a modern car with the engine buried under a bunch of pretty bits of plastic, I find the shiny facade often gets in the way. I'll stick with my '72 Landy any day, it might be a bucket o' bolts, but I know exactly how everything works.
Marie SWE wrote:Okay I only need to use windows or MSoffice when some one sends some excel document that libre/open/free office can't read correctly. so i am pretty free from microsofts claws.
Virtualbox is free, easy, and very functional.

Whenever somebody sends me something in an MS-only format, I will gleefully return it in a Linux-only one. :mrgreen:
Once is happenstance. Twice is coincidence. Three times is enemy action. Four times is Official GNOME Policy.

User avatar
sunrat
Administrator
Administrator
Posts: 6412
Joined: 2006-08-29 09:12
Location: Melbourne, Australia
Has thanked: 116 times
Been thanked: 462 times

Re: Questions about Firewalls and computer monitoring

#39 Post by sunrat »

steve_v wrote:Virtualbox is free, easy, and very functional.
And very much from a company in the same league as MS and Apple. KVM/QEMU is open source and better. It can be used with Virt-manager which is a decent GUI frontend.
“ computer users can be divided into 2 categories:
Those who have lost data
...and those who have not lost data YET ”
Remember to BACKUP!

User avatar
Hallvor
Global Moderator
Global Moderator
Posts: 2029
Joined: 2009-04-16 18:35
Location: Kristiansand, Norway
Has thanked: 139 times
Been thanked: 206 times

Re: Questions about Firewalls and computer monitoring

#40 Post by Hallvor »

maybe not, but Xfce made 8-10 degrees celsius cooler difference on my three laptops.
So yes it did make a difference. and other on linuxmint.com tested it as well and saw the same difference i can link the tread if you want?
I tested the temperature of the CPUs of my T440s in my signature, and they are only 40 degrees C at idle in a room of 21 degrees. I sincerely doubt that my temperature would drop another ten degrees. For a fair comparison, you might want to run KDE without compositing.

I use TLP on my computers for powersaving, and they run quite cool.
Okaj, i will test KDE and see if it has more gui tools than I manage to install on Xfce. thanks for the tip
It has tons of GUI-tools. Some may find them overwhelming, but I like them.
It makes no difference if there are 100 million viruses or three.
You can’t be serious.
I didn't learn until I read about evilgnome not to use repos outside of reliable distros own repos.
We learn something new every day.
In windows you have antivirus, antimalwere anti it and anti that and some more.
These are all reactive, so new malware may still sneak through. My antivirus didn’t warn me about Sasser many years ago.
So you can download programs thru torrents or websites and then scan them..
Torrented applications, and especially the pirated ones, are a huge attack vector, and probably the main reason of infected Windows computers.
But in linux if I think it can never happen, then you let go of the guard and the risk increases that you may never notice when/if you become infected.
Yes, but no one here is saying that you can never be hacked/get a rootkit, or whatever. And anyone behaving that way, are looking for trouble (and may even find it).
and to get hacked that is not a OS thing.
How the OS is designed is absolutely a thing, but you'll get hacked anywhere with listening services having non-secure settings.
Okay, it's guaranteed to be some background activity via scheduler that mess it up.
That makes sense. I got the laptop from work. It is brand new, fast and well built, but I still dislike it.
what do you think I'm trying to? I don't think you learned Linux overnight either.
I got the impression you were looking for a free version of Windows that does everything the way Windows does it, and that you were talking trash about the developers’ work. I might be wrong, but that was my first impression.

You are into cars, if I am correct. If someone were to show up at a Hot rod club and tell them that their cars were ugly and seriously behind in technology, and that their cars should be built more like a Honda Civic, I guess that wouldn’t be popular, either.

As for being new and learning, I don’t mind that at all. I even wrote a small guide on how (first and foremost) new users could set up Debian Buster, so I am certainly no elitist.

http://forums.debian.net/viewtopic.php?f=16&t=145500
and now debian and i hope i can use it for ever. i just have to learn what is possimple and was is't
That’s the spirit. Yes, I hope you’ll stick around.
[HowTo] Install and configure Debian bookworm
Debian 12 | KDE Plasma | ThinkPad T440s | 4 × Intel® Core™ i7-4600U CPU @ 2.10GHz | 12 GiB RAM | Mesa Intel® HD Graphics 4400 | 1 TB SSD

Post Reply