me_irl
I have the worst luck. I’ve broken five computers and four laptops but I’ve finally learnt my lesson. After losing my work so many times, I have been great at rewriting because I’d never backed anything up. Take it from me:
Even if you backup your work in one external source from your computer, back it up online or in as many places as you can
Back up according to how much valuable work you have so if you save work/programs frequently, back up once every week
If you have a Windows computer, go onto Control Panel and search “back up”. Click on the first link and follow through from there
Do not wait until it’s too late
I may add more information on if I can think of any, but here are some useful links on some other ways to back up your computer: Windows help to backing up files How to Back Up a Computer (among other devices) How to Back up Data The absurdly simple guide to backing up your PC Three Best Ways to Back Up Your Files 6 cheap ways to back up your files 8 Ways to Back up Your Computer Files How to back up your data Done a Computer Backup Lately?
1401. A muggleborn with a passion for computers learns programming during summer and brings their computer science books to Hogwarts, until one year they manage to bring a laptop and make it work. They inmediately start working on setting up a wi-fi network. Their muggleborn friends are eager to bring movies and series on pendrives the next semester.
**NOT MINE**
Reposting in case the original source is lost someday. Check back on the original though; OP said he would keep it updated.
SOURCE
–
“
After seeing a list of pretty much only frameworks, with no actual learning resources I decided to throw together an actual list of resources. I will admit my personal focus has always been front & backend web, so this list may be a little biased. I’m sure I missed some and skipped some, sorry.
========== LEARNING ==========
Codecademy - https://www.codecademy.com //Multi Languages
SoloLearn - http://www.sololearn.com //Multi Languages
TutorialsPoint - http://www.tutorialspoint.com //Multi Languages
thenewboston - https://www.youtube.com/user/thenewboston //Multi Languages
Derek Banas - https://www.youtube.com/user/derekbanas //Multi Languages
Coursera - https://www.coursera.org //Multi Languages
TechRocket - https://www.techrocket.com //Multi Languages
FreeCodeCamp - http://www.freecodecamp.com //Web Languages
The Odin Project - http://www.theodinproject.com //Web Languages
DataCamp - https://www.datacamp.com //R
Learn-C - http://www.learn-c.org
Learn C++ - http://www.learncpp.com
Learn C# - http://www.learncs.org
Learn Python - http://www.learnpython.org
Think Python - http://greenteapress.com/wp/think-python
Learn Java - http://www.learnjavaonline.org
Learn JavaScript - http://www.learn-js.org
Learn PHP - http://www.learn-php.org
========== HOME PAGES ==========
PHP.net - http://php.net
ASP.net - http://www.asp.net
Ruby - https://www.ruby-lang.org/en
Ruby On Rails - http://rubyonrails.org
Python - https://www.python.org
Java - http://java.com/en/download/faq/develop.xml
MySQL - https://www.mysql.com
PostgreSQL - http://www.postgresql.org
sqLite - https://www.sqlite.org
Lua - http://www.lua.org
========== REFERENCES ==========
MDN - https://developer.mozilla.org/en-US //Web Documentation & Tools
Stackoverflow - http://stackoverflow.com //Large Question Forum
GitHub - https://github.com //Repository
W3School - http://www.w3schools.com //Web Documentation. Contains some outdated or wrong info, but not terrible for quick references
W3C - https://www.w3.org //Web Standards
========== PLAYGROUNDS ==========
JSFiddle - https://jsfiddle.net
CodePen - http://codepen.io
JS Bin - http://jsbin.com
CodePad - http://codepad.org
PHP Fiddle - http://phpfiddle.org
SQLFiddle - http://sqlfiddle.com
RegEx101 - https://regex101.com
txt2re - http://txt2re.com
CheckiO - http://www.checkio.org
========== Editors / Clients ==========
NotePad++ - https://notepad-plus-plus.org //windows
SublimeText - https://www.sublimetext.com //windows & OSX & Ubuntu
Atom - https://atom.io //Windows & OSX & Ubuntu & Linux
Coda - https://panic.com/coda //osx
TextWrangler - http://www.barebones.com/products/textwrangler //osx
Brackets - http://brackets.io
Cloud9 - https://c9.io //Dev in the Cloud
VIM - http://www.vim.org //Cross platform
Emacs - https://www.gnu.org/software/emacs //Cross platform
Putty - http://www.putty.org //windows
iTerm2 - https://www.iterm2.com //osx
phpMyAdmin - https://www.phpmyadmin.net //browser based
FileZilla - https://filezilla-project.org //windows
Cyberduck - https://cyberduck.io/?l=en //osx
Transmit - https://panic.com/transmit //osx
MATLab - http://www.mathworks.com/products/matlab
========== Frameworks / Helpers ==========
====== DO NOT JUST JUMP INTO THESE =======
============ LEARN FIRST =============
========= There are tons more ==========
— HTML & CSS —
Bootstrap - http://getbootstrap.com
HTML5 BoilerPlate - https://html5boilerplate.com
LESS - http://lessframework.com
SASS - http://sass-lang.com
— Javascript —
jQuery - http://jquery.com
Prototype - http://prototypejs.org
YUI - http://yuilibrary.com
React - https://facebook.github.io/react
Angular - https://angularjs.org
— PHP —
Zend - http://framework.zend.com
Cake - http://cakephp.org
Laravel - https://laravel.com
Symfony - http://symfony.com
yii - http://www.yiiframework.com/wiki/?tag=yii2
— Ruby —
Rails - http://rubyonrails.org
Sinatra - http://www.sinatrarb.com
Ramaze - http://ramaze.net
— Python —
Django - https://www.djangoproject.com
Gears - http://turbogears.org
Cherry - http://www.cherrypy.org
Flask - http://flask.pocoo.org
— Perl —
Catalyst - http://www.catalystframework.org
Mojolicious - http://mojolicio.us
— Java —
Spring - http://spring.io
Play - https://www.playframework.com
Dropwizard - http://www.dropwizard.io
Eclipse - https://eclipse.org/downloads
IntelliJ - https://www.jetbrains.com/idea
========== PERSONAL TIPS ==========
// Stay hydrated. I recommend Mt Dew, Monster, or Red Bull //The last line was sarcasm, these drinks do not hydrate you. Drink water for hydration. Green tea, coffee and dark chocolate can be good (moderation matters) sources for an extra energy boost. // Comment heavy, comment often. You may know what you’re doing at 4:30am, but when you revisit that code in 2 months you can quickly become your own wost enemy. // When switching languages, remember your syntax. + is not . // A semicolon can make or break you // KISS - Keep It Simple, Stupid. What seems to be the most complex problem is usually the easiest solution; e.g. after debugging for an hour, remember you changed a default in your table from 0 to NULL and that is why our code is breaking … not that I’ve ever done that; especially not last night.
“ Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live.” -Martin Golding
“ A good programmer is someone who always looks both ways before crossing a one-way street.” -Doug Linder
“Programming is like sex. One mistake and you have to support it for the rest of your life.” -Michael Sinz
“
SOURCE
Facebook has launched a tool that allows domain name owners to discover TLS/SSL certificates that were issued without their knowledge.
The tool uses data collected from the many Certificate Transparency logs that are publicly accessible. Certificate Transparency (CT) is a new open standard requiring certificate authorities to disclose the certificate that they issue.
Until a few years ago, there was no way of tracking the certificates issued by every certificate authority (CA). At best, researchers could scan the entire web and collect those certificates being used on public servers. This made it very hard to discover cases where CAs issued certificates for domain names without the approval of those domains’ owners.
To read this article in full or to leave a comment, please click here
via http://www.computerworld.com/article/3149741/security/facebook-helps-companies-detect-rogue-ssl-certificates-for-domains.html#tk.rss_news and www.computechtechnologyservices.com
Invest in yourself in 2016.
(via deeplifequotes)
me on the outside looking in at Louis and Harry, hand against the glass: you’re doing so good kids….
Shoutout to tumblr users without internet friends.
Shoutout to tumblr users who are still trying to figure out aspects of tumblr.
Shoutout to tumblr users who for whatever reason feel excluded from fandoms/other communities.
Shoutout to tumblr users who feel lonely.
Shoutout to tumblr users who feel like everyone else on tumblr is cooler or smarter or better than them.
I’m prayin for us to overcome self-consciousness, shyness, whatever is in our way. You’re not defined by your blog or your online presence. I love you and know you can do anything.
The world’s largest ocean, after being open for almost 750 million years, will end its run in July of 2018. Pacific Spokesman Roland Haphausenhauer cited over-fishing, pollution, and the bad global economy as the reasons for the closure.
“This is the end of quite an era,” said the spokesman, “We tried to keep the Pacific going as long as we could but the fact is, it’s just not profitable and it’s just no longer rewarding work for those responsible.” The Pacific has seen several hundred lay-offs in recent years, with the ocean becoming less popular with tourists and new businesses. Now over 30 billion USD in debt, the ocean will file for bankruptcy and close its shores forever.
The effects will be long lasting as ships fall to the dry ocean floor, weather and water concerns go haywire, and many countries bordering the ocean dry up and their people flee in search of water. Said Japanese oceanographer Noriyuki Honjo, “Japan as we know it is essentially over with this news. Much of our economy is based on fishing, most of our contact with other countries happens by sea. With no Pacific Ocean, our land is doomed.” Most other island nations have expressed similar fears.
This is the largest geographical closure since the breakup of Pangea, a supercontinent that comprised most of the world’s landmass well into the Mesozoic, when it was hit with an antitrust lawsuit and was forced to break into smaller continents.
Dbl Trouble: Fix Falls Short for Backdoor in China-Made Devices
A hidden, backdoor account affects a line of VoIP gateways made by DblTek, researchers from TrustWave found. (Image courtesy of DblTek.) In-brief: A hidden, backdoor account affects a line of VoIP gateways made by DblTek, researchers from TrustWave found. The manufacturers fix, however, may not solve the problem. (more…)
View On WordPress