-
admin posted an update 8 years, 6 months ago
The Four Vs in BIG DATA
-
admin posted an update 8 years, 6 months ago
dangers of copyright and megacorporations haunting children cartoonish
-
admin posted an update 8 years, 6 months ago
How to fix SSH error: diffie-hellman-group1-sha1
ssh root@IP -p 22 -vUnable to negotiate with IP port 22: no matching key exchange method found. Their offer: diffie-hellman-group1-sha1
ssh -oKexAlgorithms=+diffie-hellman-group1-sha1 root@IP -p 22 -v
Now you will have SSH properly connected, Enjoy!
-
admin posted an update 8 years, 6 months ago
Linux Containers (LXC) provide a Free Software virtualization system for computers running GNU/Linux. This is accomplished through kernel level isolation using CGroups and namespaces. It allows one to run multiple virtual units simultaneously. Those units, similar to chroots, are isolated and utilize available resources efficiently, as they run on…[Read more]
-
admin posted an update 8 years, 6 months ago
Big Brother 1984 (Nineteen Eighty-Four) a must watch sci-fi futuristic dictatorship movie every IT geek and computer professional should watch
Big Brother is a fictional character and symbol in George Orwell’s novel Nineteen Eighty-Four. He is ostensibly the leader (most likely a symbolic figurehead) of Oceania, a totalitarian state wherein the…[Read more] -
admin posted an update 8 years, 6 months ago
Большое Американское Шоу или Кто Управляет Миром
-
admin posted an update 8 years, 6 months ago
9 Types of Innovation Infogram
-
admin posted an update 8 years, 6 months ago
The Internet of Ransomware things or what to expect in the short future once everything is connected to the internet – The internet of things
-
admin posted an update 8 years, 6 months ago
social-media-who-is-your-customer-what-differentiates-you-what-are-your-goals-how-you-will-execute infogram
-
admin posted an update 8 years, 6 months ago
American Capitalism has turned into Plutocracy – Richard Stallman
-
admin posted an update 8 years, 6 months ago
Richard Stallman on good things and bad things about Bitcoin
Richard Stallman on good things and bad things about Bitcoin – YouTubeRT spoke to Dr Richard Stallman, President of the Free Software Foundation about the currency. One advantage, he says, is freedom to spend… -
admin posted an update 8 years, 6 months ago
The Clarey Test
Permit me a bit of bravado, but hear me out at the same time as I think this will have some practical use in the political world.It is now practically a daily event we are confronted with some elitist dumbass that thinks they’re smarter than everybody else and is therefore entitled to be a tyrant telling us what or do. It…[Read more]
-
admin posted an update 8 years, 6 months ago
-
admin posted an update 8 years, 6 months ago
How colors do influence people
-
admin posted an update 8 years, 6 months ago
ultimate-cheetsheet-for-critical-thinking-who-what-where-when-why-how
-
admin posted an update 8 years, 6 months ago
Fixing Utf8 table with cp1251 content.
cat 1.sql | iconv -f utf-8 -t latin1//TRANSLIT > 2.sql
cat 2.sql | iconv -f cp1251 -t utf-8 > final.sql;
-
admin posted an update 8 years, 6 months ago
How to restart multiple init scripts with a similar name
Lets say you want to quickly restart all /etc/init.d/*courier* scripts, how to do that?
# find /etc/init.d/ | grep courier | while read line; do $line restart; done-
Stopping Courier POP3-SSL server: pop3d-ssl.
Starting Courier POP3-SSL server: pop3d-ssl.
Stopping Courier POP3 server: pop3d.
Starting Courier POP3 server: pop3d.
Stopping Courier authentication services: authdaemond.
Starting Courier authentication services: authdaemond.
Stopping Courier IMAP-SSL server: imapd-ssl.
Starting Courier IMAP-SSL…[Read more]
-
-
admin posted an update 8 years, 6 months ago
What command to use whether certain website has redirect? – curl -s -o /dev/null -I -w \”HTTP_CODE:
%{http_code}\\nREDIRECT_URL: %{redirect_url}\\n\” http://website-url.com -
admin posted an update 8 years, 6 months ago
How to force logrotate to rerotate its logs?
logrotate -vf /etc/logrotate.conf
-
admin posted an update 8 years, 6 months ago
make-kpkg missing in Debian / Ubuntu Linux how to fix
debian:/usr/src/linux# make-kpkg clean
bash: make-kpkg: command not foundYou\’ll have to install the kernel-package, it\’s a set of tools to create debian style kernels:
apt-get install kernel-package
Good luck.
- Load More
