Search for: emacs

22 May 2017

cool apt-get install fortune cowsay; # will have to be installed first then you can let your dinosaur speak 😀  /usr/games/cowsay -f stegosaurus “Hello World”  _____________ < Hello World >  ————- \                             .       .  \                           / `.   .’ ”   […]

apt search rss – what’s in the repo?
17 May 2022

what’s in the (Debian apt) repo concerning RSS (News) Feeds? apt search rss … then manually filtered. akregator/stable 4:20.08.3-1 amd64 RSS/Atom feed aggregator cairo-dock-rssreader-plug-in/stable 3.4.1+git20201022.a0d3415c-1 amd64 RSS Reader plug-in for Cairo-dock chromium-tt-rss-notifier/stable 0.5.2-2.1 all Chromium extension providing toolbar button for […]

RUST – most loved programming language ever – C++ with safety – new programming language from Mozilla for Mozilla and Safety – now also with step debugging
17 Aug 2019

is Rust safer than C/C++? “show me the src” https://github.com/rust-lang https://github.com/rust-lang/rust/tree/master/src DebConf 2019: Why would a python programmer learn rust when there are no jobs in it https://ytpak.net/watch?v=IYLf8lUqR40 “This means no matter what language you use, the only safe way […]

OpenBios CoreBoot a BIOS and EFI replacement
21 May 2018

…and it is even FAST! hardware support: 250 mainboards supported in 2012! Chromebook (IvyBridge / Thinkpad X60 / Thinkpad T 60 It comes with OpenBoot = also good and a direct rival to Intel’s EFI adoption. (checkout: https://www.coreboot.org/, coreboot interview: […]

09 Jun 2017

in general programs = processes = tasks = job less is more (security) run as little software as you absolutely need – uninstall/disable all services you don’t need. less software = less lines of mistaken code = less security flaws. […]

19 May 2017

these commands are equally valid, both commands add “content” to the end of file – if file does not exists it will be created. ls -l . /ect > listing.txt #send the output from ls -l to a file called […]

19 May 2017

rpm is a powerful Package Manager for Red Hat, Suse and Fedora Linux. It can be used to build, install, query, verify, update, and remove/erase individual software packages. A Package consists of an archive of files, and package information, including […]

23 Sep 2016

https://dwaves.de/2014/11/24/how-nsa-surveillance-free-is-mozilla-firefox-and-thunderbird-landuke-says-they-are-fucking-capitalists/ Checkout: IceCat Ok, let’s put this straigt. Mozilla HAD (!!!) a contract with Google from 2012 – 2014 that showered them with money – which they probably got a lot of shitstorms, and online-bashing. But even worse: Google stole […]

Linux: Alternative Browsers – last update: 2019-07
16 Feb 2016

update: 2018.04 PaleMoon archive Server HACKED! “A malicious party gained access to the at the time Windows-based archive server” (src) oh gosh! ? GO USE CENTOS DEBIAN AND LATEST KERNEL NOW! “malware dropper tracked by ESET as Win32/ClipBanker.DY” (steals bitcoins) […]

GNU Linux -> Vim Search & Replace
27 Aug 2015

vim is one of the greatest terminal based editors that is out there (though Stallman & Linus prefer Emacs) it is capable of editing pretty large files, that would make other gui based editors crash # Find each occurrence of […]

02 Jun 2015

tested on: Linux DebianGiada 3.16.0-4-amd64 #1 SMP Debian 3.16.7-ckt7-1 (2015-03-01) x86_64 GNU/Linux BE VERY CAREFUL WHEN REMOVING PACKAGES! YOUR SYSTEM COULD BREAK! # purge = remove config files # remove = keep config files # this is pretty save apt-get […]