LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking
User Name
Password
Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.

Notices


Reply
  Search this Thread
Old 05-28-2017, 08:40 PM   #1
hd_scania
Member
 
Registered: Apr 2017
Location: Nowhere
Distribution: Plenties found in my signatures :)
Posts: 268
Blog Entries: 6

Rep: Reputation: Disabled
Asking for connectivity savers for Terminals


Here, my Chromium browser is moderately accelerated under the few ad-blockers, cache and history blockers, the data saver by Google itself etc ... however where are the ‘‘connectivity savers’’ (like ones for Chromium) optimized for Terminals? I have researched PLENTY related (REGARDLESS slightly or tightly) keywords but been given ALMOST NOTHING.
 
Old 05-28-2017, 09:20 PM   #2
jamison20000e
Senior Member
 
Registered: Nov 2005
Location: ...uncanny valley... infinity\1975; (randomly born:) Milwaukee, WI, US( + travel,) Earth&Mars (I wish,) END BORDER$!◣◢┌∩┐ Fe26-E,e...
Distribution: any GPL that work on freest-HW; has been KDE, CLI, Novena-SBC but open.. http://goo.gl/NqgqJx &c ;-)
Posts: 4,888
Blog Entries: 2

Rep: Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567
Hi.
Quote:
Originally Posted by hd_scania View Post
Here, my Chromium browser is moderately accelerated under the few ad-blockers, cache and history blockers, the data saver by Google itself etc ... however where are the ‘‘connectivity savers’’ (like ones for Chromium) optimized for Terminals? I have researched PLENTY related (REGARDLESS slightly or tightly) keywords but been given ALMOST NOTHING.
I'd say for one (carefully and after data backups of course) have a look at
Code:
cat /etc/sysctl.conf
if we knew what operating system( ie distro )...

assuming you mean net connectivity in a terminal, otherwise they have tweaks of their own?

Have fun!

Last edited by jamison20000e; 05-28-2017 at 09:25 PM. Reason: added caution
 
Old 05-28-2017, 10:27 PM   #3
hd_scania
Member
 
Registered: Apr 2017
Location: Nowhere
Distribution: Plenties found in my signatures :)
Posts: 268

Original Poster
Blog Entries: 6

Rep: Reputation: Disabled
Quote:
Originally Posted by jamison20000e View Post
Hi.I'd say for one (carefully and after data backups of course) have a look at
Code:
# cat /etc/sysctl.conf
if we knew what operating system( ie distro )...
assuming you mean net connectivity in a terminal, otherwise they have tweaks of their own?
Have fun!
Yes network connectivity done under a terminal session, and the distro are F26 and LMDE thanks? Here, how to start tweaking thanks?
Code:
[hdscania@dnf ~]$ sudo cat /etc/sysctl.conf
# sysctl settings are defined through files in
# /usr/lib/sysctl.d/, /run/sysctl.d/, and /etc/sysctl.d/.
#
# Vendors settings live in /usr/lib/sysctl.d/.
# To override a whole file, create a new file with the same in
# /etc/sysctl.d/ and put new settings there. To override
# only specific settings, add a file with a lexically later
# name in /etc/sysctl.d/ and put new settings there.
#
# For more information, see sysctl.conf(5) and sysctl.d(5).
[hdscania@dnf ~]$ cd /usr/lib/sysctl.d
[hdscania@dnf sysctl.d]$ ls -la
total 24
drwxr-xr-x.  2 root root 4096 May 21 12:54 .
dr-xr-xr-x. 55 root root 4096 May 21 13:56 ..
-rw-r--r--.  1 root root  293 Feb 28 17:22 00-system.conf
-rw-r--r--.  1 root root 1810 May  5 18:17 10-default-yama-scope.conf
-rw-r--r--.  1 root root  521 Mar 16 17:20 50-coredump.conf
-rw-r--r--.  1 root root 1318 Mar 16 17:20 50-default.conf
[hdscania@dnf sysctl.d]$
 
Old 05-28-2017, 11:21 PM   #4
jamison20000e
Senior Member
 
Registered: Nov 2005
Location: ...uncanny valley... infinity\1975; (randomly born:) Milwaukee, WI, US( + travel,) Earth&Mars (I wish,) END BORDER$!◣◢┌∩┐ Fe26-E,e...
Distribution: any GPL that work on freest-HW; has been KDE, CLI, Novena-SBC but open.. http://goo.gl/NqgqJx &c ;-)
Posts: 4,888
Blog Entries: 2

Rep: Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567
Here is mine:
Code:
XXXX@XXXXX:~$ cat /etc/sysctl.conf 
#
# /etc/sysctl.conf - Configuration file for setting system variables
# See /etc/sysctl.d/ for additional system variables.
# See sysctl.conf (5) for information.
#

#kernel.domainname = example.com

# Uncomment the following to stop low-level messages on console
#kernel.printk = 3 4 1 3

##############################################################3
# Functions previously found in netbase
#

# Uncomment the next two lines to enable Spoof protection (reverse-path filter)
# Turn on Source Address Verification in all interfaces to
# prevent some spoofing attacks
#net.ipv4.conf.default.rp_filter=1
#net.ipv4.conf.all.rp_filter=1

# Uncomment the next line to enable TCP/IP SYN cookies
# See http://lwn.net/Articles/277146/
# Note: This may impact IPv6 TCP sessions too
#net.ipv4.tcp_syncookies=1

# Uncomment the next line to enable packet forwarding for IPv4                                                                                                                                 
#net.ipv4.ip_forward=1                                                                                                                                                                         
                                                                                                                                                                                               
# Uncomment the next line to enable packet forwarding for IPv6                                                                                                                                 
#  Enabling this option disables Stateless Address Autoconfiguration                                                                                                                           
#  based on Router Advertisements for this host                                                                                                                                                
#net.ipv6.conf.all.forwarding=1                                                                                                                                                                
                                                                                                                                                                                               
                                                                                                                                                                                               
###################################################################                                                                                                                            
# Additional settings - these settings can improve the network                                                                                                                                 
# security of the host and prevent against some network attacks                                                                                                                                
# including spoofing attacks and man in the middle attacks through
# redirection. Some network environments, however, require that these
# settings are disabled so review and enable them as needed.
#
# Do not accept ICMP redirects (prevent MITM attacks)
#net.ipv4.conf.all.accept_redirects = 0
#net.ipv6.conf.all.accept_redirects = 0
# _or_
# Accept ICMP redirects only for gateways listed in our default
# gateway list (enabled by default)
# net.ipv4.conf.all.secure_redirects = 1
#
# Do not send ICMP redirects (we are not a router)
#net.ipv4.conf.all.send_redirects = 0
#
# Do not accept IP source route packets (we are not a router)
#net.ipv4.conf.all.accept_source_route = 0
#net.ipv6.conf.all.accept_source_route = 0
#
# Log Martian Packets
#net.ipv4.conf.all.log_martians = 1
#

###################################################################
# Magic system request Key
# 0=disable, 1=enable all
# Debian kernels have this set to 0 (disable the key)
# See https://www.kernel.org/doc/Documentation/sysrq.txt
# for what other values do
#kernel.sysrq=1

###################################################################
# Protected links
#
# Protects against creating or following links under certain conditions
# Debian kernels have both set to 1 (restricted) 
# See https://www.kernel.org/doc/Documentation/sysctl/fs.txt
#fs.protected_hardlinks=0
#fs.protected_symlinks=0
#
vm.swappiness = 11
(/https://cdimage.debian.org/cdimage/u...y-live-builds/), may offer more to search on:

with my signature like:
Code:
man sysctl.conf
for eg &c... just a start tho.

Last edited by jamison20000e; 05-28-2017 at 11:51 PM. Reason: added
 
Old 05-28-2017, 11:33 PM   #5
jamison20000e
Senior Member
 
Registered: Nov 2005
Location: ...uncanny valley... infinity\1975; (randomly born:) Milwaukee, WI, US( + travel,) Earth&Mars (I wish,) END BORDER$!◣◢┌∩┐ Fe26-E,e...
Distribution: any GPL that work on freest-HW; has been KDE, CLI, Novena-SBC but open.. http://goo.gl/NqgqJx &c ;-)
Posts: 4,888
Blog Entries: 2

Rep: Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567
Lightbulb

Another more (like we) s—friendly suggestion: speeding up net connection in linux

seems the command line (CLI) is our whole system...

Last edited by jamison20000e; 05-28-2017 at 11:53 PM.
 
Old 05-31-2017, 10:38 PM   #6
hd_scania
Member
 
Registered: Apr 2017
Location: Nowhere
Distribution: Plenties found in my signatures :)
Posts: 268

Original Poster
Blog Entries: 6

Rep: Reputation: Disabled
Here, I must NOT be a , and I have confirmed which Chromium has been ‘‘biting’’ my data too much, so I have now tried few lightweight browsers,
Code:
# dnf install -y tor midori qupzilla --nogpgcheck
But under Tor I have been experiencing a froze,
Code:
bash-4.4$ sudo dnf reinstall -y --nogpgcheck tor && tor
Last metadata expiration check: 0:04:10 ago on Thu Jun 01 08:49:13 2017 CST.
Dependencies resolved.
===============================================================================================================================================================
 Package                          Arch                                Version                                        Repository                           Size
===============================================================================================================================================================
Reinstalling:
 tor                              x86_64                              0.2.9.10-1.fc26                                fedora                              2.4 M

Transaction Summary
===============================================================================================================================================================

Total download size: 2.4 M
Downloading Packages:
[MIRROR] tor-0.2.9.10-1.fc26.x86_64.rpm: Status code: 503 for http://mirrors.ustc.edu.cn/fedora/development/26/Everything/x86_64/os/Packages/t/tor-0.2.9.10-1.fc26.x86_64.rpm
tor-0.2.9.10-1.fc26.x86_64.rpm                                                                                                 1.7 MB/s | 2.4 MB     00:01    
---------------------------------------------------------------------------------------------------------------------------------------------------------------
Total                                                                                                                          1.0 MB/s | 2.4 MB     00:02     
Running transaction check
Transaction check succeeded.
Running transaction test
Transaction test succeeded.
Running transaction
  Running scriptlet: None                                                                                                                                  1/1 
  Preparing        :                                                                                                                                       1/1 
  Running scriptlet: tor-0.2.9.10-1.fc26.x86_64                                                                                                            1/2 
  Reinstalling     : tor-0.2.9.10-1.fc26.x86_64                                                                                                            1/2 
  Running scriptlet: tor-0.2.9.10-1.fc26.x86_64                                                                                                            1/2 
  Running scriptlet: tor-0.2.9.10-1.fc26.x86_64                                                                                                            2/2 
  Erasing          : tor-0.2.9.10-1.fc26.x86_64                                                                                                            2/2 
  Running scriptlet: tor-0.2.9.10-1.fc26.x86_64                                                                                                            2/2 
  Verifying        : tor-0.2.9.10-1.fc26.x86_64                                                                                                            1/2 
  Verifying        : tor-0.2.9.10-1.fc26.x86_64                                                                                                            2/2 

Reinstalled:
  tor.x86_64 0.2.9.10-1.fc26                                                                                                                                   

Complete!
Jun 01 08:53:42.539 [notice] Tor 0.2.9.10 (git-1f6c8eda0073f464) running on Linux with Libevent 2.0.22-stable, OpenSSL 1.1.0e-fips and Zlib 1.2.11.
Jun 01 08:53:42.539 [notice] Tor can't help you if you use it wrong! Learn how to be safe at https://www.torproject.org/download/download#warning
Jun 01 08:53:42.539 [notice] Read configuration file "/etc/tor/torrc".
Jun 01 08:53:42.542 [notice] Opening Socks listener on 127.0.0.1:9050
Jun 01 08:53:42.000 [notice] Parsing GEOIP IPv4 file /usr/share/tor/geoip.
Jun 01 08:53:42.000 [notice] Parsing GEOIP IPv6 file /usr/share/tor/geoip6.
Jun 01 08:53:42.000 [notice] Bootstrapped 0%: Starting
Jun 01 08:53:43.000 [notice] Bootstrapped 5%: Connecting to directory server
Jun 01 08:53:43.000 [notice] Bootstrapped 10%: Finishing handshake with directory server
Jun 01 08:53:45.000 [notice] Bootstrapped 15%: Establishing an encrypted directory connection
Jun 01 08:53:46.000 [notice] Bootstrapped 20%: Asking for networkstatus consensus
Jun 01 08:53:46.000 [notice] Bootstrapped 25%: Loading networkstatus consensus
Jun 01 08:53:57.000 [notice] I learned some more directory information, but not enough to build a circuit: We have no usable consensus.
Jun 01 08:53:57.000 [notice] Bootstrapped 40%: Loading authority key certs
Jun 01 08:53:58.000 [notice] Bootstrapped 45%: Asking for relay descriptors
Jun 01 08:53:58.000 [notice] I learned some more directory information, but not enough to build a circuit: We need more microdescriptors: we have 0/7059, and can only build 0% of likely paths. (We have 0% of guards bw, 0% of midpoint bw, and 0% of exit bw = 0% of path bw.)
Jun 01 08:53:59.000 [notice] Bootstrapped 50%: Loading relay descriptors
Jun 01 08:54:02.000 [notice] Bootstrapped 57%: Loading relay descriptors
Jun 01 08:54:04.000 [notice] Bootstrapped 63%: Loading relay descriptors
Jun 01 08:54:04.000 [notice] Bootstrapped 68%: Loading relay descriptors
Jun 01 08:54:59.000 [notice] No circuits are opened. Relaxed timeout for circuit 5 (a General-purpose client 1-hop circuit in state doing handshakes with channel state open) to 60000ms. However, it appears the circuit has timed out anyway. 3 guards are live.
Jun 01 08:55:06.000 [notice] Bootstrapped 75%: Loading relay descriptors
Jun 01 08:55:08.000 [notice] Bootstrapped 80%: Connecting to the Tor network
Jun 01 08:55:08.000 [notice] Bootstrapped 90%: Establishing a Tor circuit
Jun 01 08:55:12.000 [notice] Tor has successfully opened a circuit. Looks like client functionality is working.
Jun 01 08:55:12.000 [notice] Bootstrapped 100%: Done
Finally, I have been researching for few Google related extensions for Midori and Qupzilla.
 
Old 06-01-2017, 02:11 AM   #7
jamison20000e
Senior Member
 
Registered: Nov 2005
Location: ...uncanny valley... infinity\1975; (randomly born:) Milwaukee, WI, US( + travel,) Earth&Mars (I wish,) END BORDER$!◣◢┌∩┐ Fe26-E,e...
Distribution: any GPL that work on freest-HW; has been KDE, CLI, Novena-SBC but open.. http://goo.gl/NqgqJx &c ;-)
Posts: 4,888
Blog Entries: 2

Rep: Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567
Tor will slow things down due to encryption. Do you need a GUI? Links2 is cool or other CLI ones...
 
1 members found this post helpful.
Old 06-01-2017, 02:49 AM   #8
hd_scania
Member
 
Registered: Apr 2017
Location: Nowhere
Distribution: Plenties found in my signatures :)
Posts: 268

Original Poster
Blog Entries: 6

Rep: Reputation: Disabled
It seems ... NO extensions could be plugged in under ‘‘Links’’, and I have a concern if there are extensions of the Google and Firefox services and the mail clients available for Midori and Qupzilla, or any similar LIGHTWEIGHT browsers.
However, why a high-degree encryption of web browsers is slowing your connectivity down?
 
Old 06-01-2017, 08:05 AM   #9
jamison20000e
Senior Member
 
Registered: Nov 2005
Location: ...uncanny valley... infinity\1975; (randomly born:) Milwaukee, WI, US( + travel,) Earth&Mars (I wish,) END BORDER$!◣◢┌∩┐ Fe26-E,e...
Distribution: any GPL that work on freest-HW; has been KDE, CLI, Novena-SBC but open.. http://goo.gl/NqgqJx &c ;-)
Posts: 4,888
Blog Entries: 2

Rep: Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567
Tor Browser is slower for me and 8Gb Ram on an i5, even with Debian\Sid... it wraps data in math (kinda ) adding more steps tho some newer cryptography methods are faster than old ones like PCs.

Here's a "lightweight" list: https://en.wikipedia.org/wiki/Compar...t_web_browsers
 
1 members found this post helpful.
Old 06-05-2017, 02:40 AM   #10
hd_scania
Member
 
Registered: Apr 2017
Location: Nowhere
Distribution: Plenties found in my signatures :)
Posts: 268

Original Poster
Blog Entries: 6

Rep: Reputation: Disabled
My hardware system is worse than you by i3-2367 of x64 processor and 3.72GiB RAMs, but is Tor (if just working) to be much more slowing down than your hardware system?
 
Old 06-05-2017, 05:24 AM   #11
jamison20000e
Senior Member
 
Registered: Nov 2005
Location: ...uncanny valley... infinity\1975; (randomly born:) Milwaukee, WI, US( + travel,) Earth&Mars (I wish,) END BORDER$!◣◢┌∩┐ Fe26-E,e...
Distribution: any GPL that work on freest-HW; has been KDE, CLI, Novena-SBC but open.. http://goo.gl/NqgqJx &c ;-)
Posts: 4,888
Blog Entries: 2

Rep: Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567
I don't use it much and it's not too bad just slower than my other browsers.

I like ad and script blocking, that may speed things up.

Edit\add tho I use blocking more for security.

Last edited by jamison20000e; 06-05-2017 at 05:40 AM.
 
1 members found this post helpful.
Old 06-24-2017, 04:44 AM   #12
hd_scania
Member
 
Registered: Apr 2017
Location: Nowhere
Distribution: Plenties found in my signatures :)
Posts: 268

Original Poster
Blog Entries: 6

Rep: Reputation: Disabled
Smile

Finally I have found Eiphany (GNOME) which is best to and for me, hence as my CURRENT DEFAULT browser and thanks guys.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] Kali 3.12 no iNET connectivity >> boot 3.7 >> connectivity = fine bostonsean Linux - Networking 6 04-19-2014 05:41 PM
[SOLVED] all terminals (and only terminals) in xorg loading SLOWLY after upgrade (wheezy) pepperdreamteam Debian 2 02-03-2013 01:30 PM
USB problem on linux terminals vie NComputing X300 terminals Aleks` Linux - General 1 12-04-2008 05:39 PM
Outgoing Connectivity problems. Incoming connectivity fine Fionnbharr Linux - Newbie 1 10-02-2008 12:51 PM
Terminals - spying on local terminals with ssh BeatRyder Linux - Software 5 10-21-2004 01:47 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking

All times are GMT -5. The time now is 03:04 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration