Login
Discover
Waves
Communities
Login
Signup
sylviabrowyn
@sylviabrowyn
26
Followers
246
Following
47
Follow
Resource Credits
Available
Used
Created
2018-01-03 04:29
RSS Feed
Subscribe
Posts
Blog
Posts
Comments
Communities
Wallet
sylviabrowyn
badblock
2018-01-27 11:27
How check bad block in hard disk drive via Linux Mint or Ubuntu
1.Identify the partition via Disks or similar program. (my target partition is /dev/sdc6 which indicates the 6th partition in my third external hard drive) 2.Unmount the partition 3.Open terminal &
$ 0.042
2
sylviabrowyn
profile-picture
2018-01-25 08:19
!
New account with an unverified outbound link, Reveal content
How upload picture for Steemit's profile picture
Go to Upload your image. Copy the direct link (ending with .jpg) Open your Steemit's setting page, paste the link into profile picture url or cover image url. Press the update button down below. Wait for
$ 0.000
1
sylviabrowyn
gpg
2018-01-25 01:02
Tutorial How to verify downloaded file using gpg on Linux
1.Get the public signing key of the provider of your downloaded file from trusted sources (eg: official website,multiple forums, keyservers, etc) 2.Download your file (filename.iso,zip,etc) & its
sylviabrowyn
linux
2018-01-23 06:29
Tutorial how to set grub remember last choice of accessed operating system (OS)
1.Open your terminal 2.Access your grub file in root mode: sudo vim /etc/default/grub 3.Change GRUB_DEFAULT=0 (which means the grub will always boot the first option in the menu by default) GRUB_DEFAULT=saved
sylviabrowyn
linux
2018-01-19 05:47
!
New account with an unverified outbound link, Reveal content
How to view any blocked website via Google cache version
(Tested in Chromium on Linux XFCE) Did you want to access a website that is blocked by your ISP or network provider? Then this guide may help you to access it in Google cache version. However please be
sylviabrowyn
ledgernanos
2018-01-19 05:24
!
New account with an unverified outbound link, Reveal content
How detect Ledger Nano S on Linux
(Tested with chromium browser 63.0.3239.84 on Linux XFCE ) Open terminal & type the following command: wget -q -O - | sudo bash Enter your system password. Try to connect your Ledger Nano S to your
sylviabrowyn
cardano
2018-01-16 02:29
!
New account with an unverified outbound link, Reveal content
The future of Cardano
Cardano (The blockchain powered by the ADA token) is the 3rd generation cryptocurrency with peer review paper, different from its predessesor of Bitcoin & Ethereum created by charles Hoskinson. Just
sylviabrowyn
pdf
2018-01-15 07:48
!
New account with an unverified outbound link, Reveal content
(Tutorial) how to bulk remove password from pdf file
Install qpdf from software center or Open terminal in the folder where all your pdf files are located, type: mkdir -p temp && for f in *.pdf ; do qpdf --password=REPLACE-YOUR-PASSWORD --decrypt
sylviabrowyn
backup
2018-01-15 03:57
Which system directories to backup in Linux?
You might consider the following directories when doing your system backup: /root • main directory for the root user. /home • contains the user’s data files and user-specific configuration files. Each
sylviabrowyn
f3
2018-01-13 04:18
How test the external hard disk drive on Linux Mint / Ubuntu
Tested on external hard drive Transcend 35T3 (3 TB capacity) OS: Linux Mint XFCE Steps: Install F3 (Test real flash memory capacity) Open terminal & follow the instruction: To list all block devices,
sylviabrowyn
ubuntu
2018-01-07 07:17
How to make all window open in maximized mode on Linux
Tested on Linux Mint XFCE on 2018-01-07 Install maximus from Software Center & launch it. That's it.
sylviabrowyn
chrome-extension
2018-01-06 06:42
!
New account with an unverified outbound link, Reveal content
How scan for malicious url on Chrome browser
Tested on 2018-01-06 You can scan by using context menu on VirusTotal before visiting the url. if you guys know any other alternative, kindly comment below & I'll update here. Cheers bitcoin:
sylviabrowyn
t819y
2018-01-06 00:32
(Creating...) Tutorial root & xposed Samsung Galaxy Tab S2 T819Y
Device model tested: Samsung Galaxy Tab S2 SM-T819Y with firmware as shown: Expected result: Rooted TWRP recovery Xposed framework with xprivacy Files required: Steps:
sylviabrowyn
linux
2018-01-04 06:29
(Tutorial) How to disable unnecessary wake up from usb devices on Linux Ubuntu
Need: text editor (eg: nano on Linux Mint xfce, or gedit on other platform) from Software manager To check what usb devices are enabled to wake up your linux, use the following command in your terminal:
← Latest