Login
Discover
Waves
Decks
Plus
Login
Signup
Rasa Govinda das
@tomas-petrauskas
50
(Tomas Petrauskas)
Followers
10
Following
4
Resource Credits
Available
Used
Location
Lithuania
Created
February 14, 2020
RSS Feed
Subscribe
Blog
Blog
Posts
Comments
Communities
Wallet
tomas-petrauskas
ram
2020-12-19 08:19
Developers: how much memory do you need?
I've been experimenting with various amounts of memory from 8 to 128 GB with both Windows and MacOS. While 8 GB of RAM is only enough for light tasks in the browser - 16 GB is pretty much the minimum for
$ 1.280
12
1
tomas-petrauskas
macos
2020-11-12 18:28
Big Sur is out!!! First Impressions?
Pro Tip Leave to download over night, speed is very low since everyone is Downloading.
$ 1.431
13
3
tomas-petrauskas
hackindosh
2020-11-12 09:32
Nuckindosh
Test Build Success! Everything works great including Sleep. Of course my NUC has i3 and I use it mainly as Linux Server. Recommended build For Desktop NUC8i5BEH2 now has good price/performance (since it's
$ 0.268
10
3
tomas-petrauskas
ssh
2020-03-07 09:37
SSH/SFTP Authentication with SSH Private Key
Create SSH Key Pair Using Password to Login to SSH Server is a lot less secure and it also allows others to brute force it. This is why it's recommended to use Private/Public Key Authentication method
$ 0.207
9
tomas-petrauskas
docker
2020-02-28 06:59
How to Dockerize Sample .NET Core API/Web Application
I always use docker to run or publish my applications. It makes life so easy to build, publish and update applications on servers. Example files I uploaded all example files in to my GitHub Repository.
$ 2.103
12
1
tomas-petrauskas
gitversion
2020-02-21 13:00
How to Install GitVersion on Mac OS X
GitVersion is a tool to help you achieve Semantic Versioning on your project and works well with GitFlow Branching Workflow model. Download Download the latest GitVersion Release. Install Extract and Copy
$ 0.118
9
2
tomas-petrauskas
git
2020-02-21 05:59
How to Install Git Flow on Mac OS X
Our team started using Gitflow Workflow few months back and we are so much happy to finally have an awesome branching model for project releases. Another reason to use Gitflow Workflow is that GitVersion
$ 2.388
28
4
tomas-petrauskas
certificate
2020-02-20 15:25
Export non-exportable Certificate in Microsoft Windows
Did you forgot to mark this CheckBox during Certificate Import? Luckily iSECPartners has created a Jailbreak software for this task. Software: ...\jailbreak-master\binaries>jbstore64.bat -s
$ 0.149
12
1
tomas-petrauskas
clock
2020-02-20 06:46
GPS Clock v0.1 - Simple Prototype
I was always searching for a Clock which could automatically synchronize it self, both time and daylight savings. Also it should have bigger numbers and be aesthetically pleasing. First version of this
$ 0.150
8
1
tomas-petrauskas
viber
2020-02-18 06:01
Disable Viber Ads for Mac OS X / Linux
... and Without Ads :) Execute this in Terminal: echo " # Disable Viber Ads 0.0.0.0 ads.viber.com 0.0.0.0 ads.aws.viber.com 0.0.0.0 ads-d.viber.com 0.0.0.0 s-bid.rmp.rakuten.com 0.0.0.0
$ 0.116
11
2
tomas-petrauskas
git
2020-02-17 09:18
Undo Git Commit and Commit again
If you accidentally commit locally, for example: git commit -m "Fix AppSettings" You could always go back by moving head. This command will undo commit and unstage all files. git reset --soft
$ 0.160
16
1