Comment by Daniele Santi on Where are addresses from the network 0.0.0.0/8...
@rz00 that's the way I understand it.
View ArticleComment by Daniele Santi on Sending email using Telnet
@HamedKamrava rset simply resets the session so you can start another (i.e. to send another mail). Authentication via telnet can be a bit tricky, as it seems yahoo doesn't support plain authentication....
View ArticleComment by Daniele Santi on How to use password from environment variable in...
@user61766 true, but sudo can be configured not to require a password for certain commands for certain users. You can configure on the remote server(s) a dedicated user for these automation tasks with...
View ArticleComment by Daniele Santi on Is it necessary to configure a managed switch?
Hello and welcome to Super User! Managed switches, in their default configuration, should work out of the box. Configuration is usually done for more advanced needs, like different VLANs, QoS, etc. Can...
View ArticleComment by Daniele Santi on Large .xsession-errors file, PulseAudio
Hello and welcome to Super User! While this may fix the .xsession-errors file growing out of control, I think the real problem the OP is asking about is the continuous output of PulseAudio errors.
View ArticleComment by Daniele Santi on iptables rule for incoming from certain ip and port
@MajAfy I've update my answer with full ruleset.
View ArticleComment by Daniele Santi on nmap + how to detected all machines IP's with...
Is 10.64.*.* a connected network (i.e. the machine from which you're executing nmap has an IP in the same network)? Is the network subnetmask 255.255.0.0 (/16)?
View ArticleComment by Daniele Santi on Run command after opening terminal window from...
Possible duplicate of Opening a new terminal from the command line and running a command on Mac OS X?
View ArticleComment by Daniele Santi on How to move system to a new, smaller drive?
@George yes, sorry, I missed the lvm part. It should be actually doable via cli. I'll update my answer.
View ArticleComment by Daniele Santi on Chrome keeps opening new tabs as new windows
I think is a different kind of Sticky Keys...
View ArticleComment by Daniele Santi on First Time VBA Delete Rows Based on multiple...
Hello and welcome to Super User! Sharing your research helps everyone. [Edit] your question and tell us what you've tried and why it didn’t meet your needs. This demonstrates that you’ve taken the time...
View ArticleComment by Daniele Santi on FileZilla suddenly throws an error: “Response:...
Hello and welcome to Super User! While providing links is useful, it would be more helpful to the asker if you posted a summary of the steps involved on the link you posted as external links can go...
View ArticleComment by Daniele Santi on Socket creation error in SpagoBI 5.2
There isn't enough detail in this question for it to be answerable. I'd recommend that you [edit] it to include the exact steps required to reproduce the problem. Your question will be better received...
View ArticleComment by Daniele Santi on Testlink new installation "DB Access Error -...
Welcome to Super User! There isn't enough detail in this question for it to be answerable. I'd recommend that you [edit] it to include the exact steps required to reproduce the problem. Your question...
View ArticleComment by Daniele Santi on How to undo automatic character replacement in...
Hello and welcome to SuperUser! Can you try changing the terminal font to a default one? Looks like you installed a font wit ligatures, like Fira Code.
View ArticleAnswer by Daniele Santi for Replacing compiz/metacity with openbox reduces...
Well, you can try configuring as you like it to work and then saving the session as it's suggested here.
View ArticleAnswer by Daniele Santi for Use a media player in Linux just to play files...
With Rhythmbox, while you can also manage your ipod, you can simply browse it and play from it.
View ArticleAnswer by Daniele Santi for Formatting gets changed when trying to copy text...
Take a look here. Basically it's the pastetoggle option.
View ArticleAnswer by Daniele Santi for Blocking ports with iptables
First of all, default policy for OUTPUT Chain is ACCEPT, so the last line:ACCEPT all -- 0.0.0.0/0 0.0.0.0/0 state RELATED,ESTABLISHEDisn't necessary.Then the first line:ACCEPT all -- 0.0.0.0/0...
View ArticleAnswer by Daniele Santi for Squid or Kernel buffer overflow
A fast search on google for: ping no buffer space available returns various forum thread which seems to agree on this point:The two NICs share the same IRQ or maybe one of them shares it with another...
View Article