A small list of application and documentation about secure, private communications:
Author: Paolo Redaelli
50 Most Frequently Used UNIX / Linux Commands (With Examples)
Several pearl in 50 Most Frequently Used UNIX / Linux Commands (With Examples)
- Add line number for all non-empty-lines in a file
$ sed '/./=' thegeekstuff.txt | sed 'N; s/\n/ /'
- Remove duplicate lines using awk
$ awk '!($0 in array) { array[$0]; print }' temp
- Print all lines from /etc/passwd that has the same uid and gid
$awk -F ':' '$3==$4' passwd.txt
- Go to the 143rd line of file
$ vim +143 filename.txt
- Go to the first match of the specified
$ vim +/search-term filename.txt
TikZ Library for Structural Analysis
TikZ Library for Structural Analysis
Forum and resources for TeX, LaTeX, LyX and editors. Help for writing thesis, books, formatting text and fixing errors with support for TeX Live, MacTeX, MiKTeX.
I know it may exist. Now I’m an happy engineer…. 🙂
Lista GdR Gratuiti
Linux per tutti: Cambiare DNS su Linux e quali scegliere
Linux per tutti: Cambiare DNS su Linux e quali scegliere – TechnoBlitz.it
Google DNS
- 8.8.8.8
- 8.8.4.4
- 8.26.56.26
- 8.20.247.20
OpenDNS
- 208.67.222.222 (Resolver1.OpenDNS.com)
- 208.67.220.220 (Resolver2.OpenDNS.com)
- 208.67.222.220
- 208.67.220.222
Norton DNS
- 198.153.192.1
- 198.153.194.1
Human linked lists
I’m in queue by the English teacher.
We have implemented in real life a doubly linked list: each parent knows who comes before and who comes after
Delighted
I recently switched my Internet provider choosing Tim.it as I plan to switch to a Fiber To The Cabinet networking. I also moved my mobile subscription under the same bill with a comfy 500 minutes 2gb every 4 weeks. Then after a few days they billed me almost 20€ for a few megabytes of mobile data, less than 20,if I recall correctly.
I notified one of their “Twitter customer care” men and in less than 2 days they gave me back the undue credit, adding this sweet gift :
Gentile cliente, per scusarci ancora dell’errato addebito nei giorni scorsi, riceverai in regalo 3 GIGA di internet per 3 mesi. Nelle prossime ore un SMS ti confermerà l’attivazione. Info al 409161 o nella sezione MyTIM di TIM.it
Well done!
BackupWordPress
Cert for both www and plain domain
Just a note for myself: renew Let’s Encrypt certificate to make it valid for both www and plain domain
You should be able to do that using the command you originally used to obtain the certificate. Add
--force-renewal
to force the client to get a new certificate even if the current one isn’t close to expiring. Based on your earlier post, this would be something like:
./letsencrypt-auto --apache -d example.me -d www.example.me -d mysql.example.me --force-renewal
Revocation isn’t needed – that’s something you only need to bother with if your private key is compromised.
Unobtanium not needed?
Researchers at the University of Houston have reported a new method for inducing superconductivity in non-superconducting materials, demonstrating a concept proposed decades ago but never proven.
From Physicists induce superconductivity in non-superconducting materials
Maybe we won’t be so pressed to go digging for unobtanium on Pandora