Friday, February 28, 2020

chrome restart - without losing tabs




Chrome has a feature which allows you to restart Chrome without losing any open tabs.


Type  chrome://restart in the Address bar, you will notice the browser shut down and restart.

All previously opened tabs - and any other windows with Chrome open - will now be restored.

#tech_stuff 

Thursday, February 27, 2020

Local network in a (mobile) signal less area - unsolved problem?



Say you are a group of 50 people going for trekking. 


Now, you are in a mountain/ forest area where there is no signal. 

Will you be able to communicate with each other using some sort of local network ?
..maybe wireless / bluetooth / radio frequency?
Given that mobile phones have too many parts(wireless component, bluetooth component, radio component??(not sure about this) will you be able to communicate only with each other (using local network) ? 

There may be already some ideas based on this.. posting it here for the world to think about.
BTW world includes me ;-)

--

Note, it should not be just 1:1 communication by bluetooth/ it should be like everyone should be able to communicate with everyone else..(ok.. think there is some cap like 20 almost..but people should be able to join/leave the network)

--


Are you looking for remote jobs



Are you looking for remote jobs ?

Follow below link for resources:
https://mailchi.mp/balsamiq/remote-job-search-resources-from-your-friends-at-balsamiq


Tuesday, February 25, 2020

air gapped installation




An “airgapped” environment is a network that has no path to inbound or outbound internet traffic at all. Some enterprise customers require that you deliver a package they can install in their airgapped environment.
#techstuff

Monday, February 24, 2020

epub file in fedora



You can install FBreader to open epub files in fedora. 

yum search fbreader

While opening the program open it is "FBreader".

#tech_stuff

Tuesday, February 11, 2020

flake8 - static analysis tool for python



flake8 is a linting (static analysis of source code) tool.

You can run flake8 against a  python file / entire project itself.


More details here:
http://flake8.pycqa.org/en/latest/index.html

#tech_stuff