Tumgik
nerd7473-blog · 5 years
Link
submitted by /u/Travelling_Salesman_ [link] [comments] via Linux, GNU/Linux, free software…
3 notes · View notes
nerd7473-blog · 5 years
Link
via
2 notes · View notes
nerd7473-blog · 5 years
Photo
Tumblr media Tumblr media
The wizard is here to fix your computer.
13 notes · View notes
nerd7473-blog · 5 years
Photo
Tumblr media
Replacing Docker With Podman ☞ http://on.edupioneer.net/3cd0d182a2
#Docker #Podman #Codequs #Morioh
5 notes · View notes
nerd7473-blog · 5 years
Link
Many Source mods (Half-Life 2, Portal ½, Left 4 Dead ½) can run natively via gameinfo.txt edit and/or other tweaks as it is shown in following URL:
https://steamcommunity.com/app/221410/discussions/0/828938532638150996/
However, if Steam Play is enabled for every game, there’s Steam Pay disclaimer next to Play button. So, it is suggested to disable Steam Play for the particular Source mod to play it natively.
submitted by /u/rea987 [link] [comments] via GNU/Linux Gaming on Reddit
2 notes · View notes
nerd7473-blog · 5 years
Photo
Tumblr media Tumblr media Tumblr media
Taste the Noise is a surreal little game where you eat lumps of white noise meat and watch as it infects your world.
Read More & Play The Full Game, Free (Windows & Mac)
128 notes · View notes
nerd7473-blog · 5 years
Video
0 notes
nerd7473-blog · 5 years
Photo
Tumblr media
Studying #Linux #LPIC #CompTIA #GNU #GNUPlusLinux https://www.instagram.com/nerd7473/p/Bw8R0c_FAtm/?utm_source=ig_tumblr_share&igshid=f4uy3h3ow8nc
0 notes
nerd7473-blog · 5 years
Photo
Tumblr media
#Facebook runs on #UbuntuTouch #UBports @ubports @ubuntu_os https://www.instagram.com/nerd7473/p/BwfSieNlUZt/?utm_source=ig_tumblr_share&igshid=7010wen2j28i
0 notes
nerd7473-blog · 5 years
Photo
Tumblr media Tumblr media Tumblr media Tumblr media
Purism Librem 5 Crowdfunding Ends With Over $2 million Raised.
10 notes · View notes
nerd7473-blog · 5 years
Photo
Tumblr media
106 notes · View notes
nerd7473-blog · 5 years
Text
Easy Dumb Code to Check if You Are Alive Inside
#include <iostream>
#include <string>
using namespace std;
bool is_alive(string); //function to check if user is alive or not
string life_status(); //function to ask user if s/he is alive or not
int main(int argc,char* argv[])
{
   string life_stat;
   life_stat = life_status(); //assign life stat string                                  //returned from                                            //life_status();
   if(is_alive(life_stat)) //if user is alive, display                                 //message in body
   {
      cout << “You are living. Hello World. Le Virtual”               << “ World.” << endl;
   } 
   else //else, rip in peace
   {
      cout << “RIP.” << endl;
   }
   return 0;
}
//*******************END**OF**MAIN***********************//
string life_status()
{
   string life_status;
   cout << “Are you dead? (YES/NO)” << endl;
   cin >> life_status;
   return life_status;
}
bool is_alive(string life_stat)
{
   if(life_stat = “YES”)  
   {
      return true;
   }
   else if(life_stat = “NO”)
   {
      return false;
   }
   else
   {
      while(life_stat != “YES” || life_stat != “NO”) //if user does not type correct                                                                               //input, bring them back to menu
      {
         life_status();
      }
   }
}
13 notes · View notes
nerd7473-blog · 5 years
Photo
Tumblr media
79 notes · View notes
nerd7473-blog · 5 years
Photo
Tumblr media
0 notes
nerd7473-blog · 5 years
Photo
Tumblr media
#Wine #WineHQ #WineProject #Linux #CrossOverLinux #CrossOverMac #CodeWeavers #Proton #ProtonDB #SteamPlay #GNU #GNUPlusLinux #GNULinux #FOSS #FreeSoftware #FreeSoftwareFoundation #Unix #BSD #LinuxFoundation #ILoveLinux #OpenSource https://www.instagram.com/nerd7473/p/BwdjO_flzAo/?utm_source=ig_tumblr_share&igshid=rfab2rwbu8od
1 note · View note
nerd7473-blog · 5 years
Photo
Good
Tumblr media
CoinHive—cyber criminals’ favorite in-browser #cryptocurrency mining service—is shutting down on March 8, 2019
https://t.co/7OMMsXoJHc
—by @security_wang https://t.co/7KGcVIto2L (via Twitter http://twitter.com/TheHackersNews/status/1101076635212750848)
5 notes · View notes
nerd7473-blog · 5 years
Photo
Tumblr media
221 notes · View notes