Accéder au contenu principal

Thinking outside the Byte-Box !

This is a different week in Tunisia. For the first time, ever, the current generation is preparing to ask for freedom, and what freedom ?! the freedom of using the Internet, the delocalized network that changed the human citizen irreversibly.

But what about Internet ? you can type here, in Tunisia, the URL of your favourite search engine, and you will get his front page. No, this is not Internet. Internet is more wide than a search engine (at least for now) and we can state that services such as Streaming, media sharing, Blogging or Social Networking are the feodal castles of the computers network.

Behind Internet, as a simple set of technologies defined by IETF, IEEE and co, there is a philosophy concluding that "the main need of a conscious human individual is to share information in both directions (send and receive)". This is why I write this article : what's hidden in Internet today, is information. I am not a computing communist, but I think that Internet delivers the truth about us, and when we plan to evolve, it is important and crucial to be conscious of the naked truth of "us".

It is really true and objective to say that "The clash of ideas is the sound of freedom." This is how humans evolve. I am not for the opening of some ways to extremists to start their propaganda in my beloved country, but I think that there is more important things in the universal network than what can be contaminated but few sites. No body could pollute the ocean, in fact, they can pollute a small portion of it. But I think that those who are subject to be influenced by such an extremist propaganda, are looking for this very materials, they are already ready to be exposed. Internet is not the root of the problem, the real root of it is education. And when I say "Education", I mean the moral and ethical education that people are practicing in their homes, beside the academical education, and the media-oriented education.

What do you have as alibi ? Pornography ? pornography cannot be accessed by mistake on Internet, and you can try for yourself. Regardless, psychologic studies demonstrated that the sexual repression is, beside child abuse, the root of delinquency, women-hatred, sexual crimes, racism and delusions of all sorts !! [James W. Prescott, cf. Carl Sagan : Cosmos, Ch.13 : Who speaks for earth]

We should be focused on exposing the truth and lies to be compared, not to hide both. Noam Chomsky told it before : "It is the responsibility of intellectuals to speak the truth and to expose lies" [New York Review of Books, Feb. 23, 1967] and this is the only conceivable way to make the truth, even ugly and unpleasant, triumph !!

The problem is not the Byte-Box itself, because, unlike TV, the computer user is the only controller of the content he is exposed to. I think TV, newspapers, and all our media-related industry, are the real subjects of the questioning, not Internet.

After all, there is no law that permits this electronic censorship in Tunisia. In fact, it is unconstitutional !! what else do we need to convince you, dear fellows ??

Mr Ammar, you gotta find another job, believe me. We are able to choose and to distinguish between Good and Evil. We are more than a bunch of brainwashed dudes and chicks, and our keyboards and mice are not guided by someone else. Knowing is not crime. A crime is, by definition, harmful. Knowledge has never been harmful.

Mr Ammar, leave your old Peugeot 404, get two wings, and fly !!

Commentaires

Posts les plus consultés de ce blog

GNS3 on Manjaro/Arch Linux: How to create virbr0 for NAT to work

Problem: You can't add a NAT connection to your GNS3 simulation, and you get the error : "ERROR template_manager:226 Error while creating node from template: NAT interface virbr0 is missing, please install libvirt" Steps to resolve: 1- Create a file named /tmp/default.xml 2- Paste this content and save: <network>   <name>default</name>   <bridge name="virbr0"/>   <forward mode="nat"/>   <ip address="192.168.123.1" netmask="255.255.255.0">     <dhcp>       <range start="192.168.123.2" end="192.168.123.254"/>     </dhcp>   </ip> </network> 3- Execute the following commands in your shell : virsh net-define /tmp/default.xml sudo virsh net-start default sudo virsh net-autostart default  

GNS3: Simulating a 100% opensource site2site VPN using Wireguard, VyOS and OpenVSwitch

 This is something I had in mind but didn't find the time to accomplish before. It just took a very cold day to convince me that I have to play with Wireguard on VyOS. I used GNS3 of course, on my personal Linux laptop to create this setup. Of course the performance was not that great since it is just a simulation.  In real life, I am using Wireguard on a 10 years old Raspberry Pi Model B and amazingly with just a 700MHz single core ARM CPU and less than 512 MB of RAM I had a decent and stable permanent Wireguard tunnel. (My bandwidth would reach 24 Mbps without issue) Back to my simulation, this is what it looks like : Quick explanation: the VYOS routers labeled IPERF1 and IPERF2 are only used for an iperf3 test, which was able to reach about 50 to 60 Mbps each time. It ain't much but it was honest (and free) secure bandwidth! I won't get into the details of this setup but I will just post the two most important configurations : R-East and R-West : #### VYOS WireGuard Site

Old school tool for news (RSS): NewsFlash

 Being an old school user who was very dependant on RSS feeds to keep me updated on my favourite subjects, I spent a lot of time looking for something that could do this in 2024. Surprisingly, I found a tool called "NewsFlash" which looks like it was tailored exactly for people like me, people who can't live without Slashdot , TheHackerNews and TechCrunch ! I am currently daily-driving Linux Manjaro for more than two years on my personal laptop (while unfortunately I have to work on a Win11 system for my regular job) and, being based on Arch Linux, the cutting edge community-driven Linux distribution, Manjaro is able to provide the latest and greatest opensource (and sometimes proprietary) software via its default repositories. You don't even have to do anything "geeky" to install NewsFlash (or any other package in the repositories) since the Pamac Software Manager is really becoming easy and powerful at the same time! This is NewsFlash, very simple and eas