quarta-feira, setembro 15, 2021

DNS Online utils dns checker

dnschecker.org


More Tools

segunda-feira, junho 14, 2021

Complete Switch from BASH to ZSH

 https://christitus.com/zsh/

https://github.com/romkatv/powerlevel10k

In this article, I go over my implementation of ZSH, which is a better shell alternative to BASH.

Why ZSH?

ZSH is an amazing shell that just makes everything a bit easier from auto suggestions, completing tasks you do regularly considerably faster.

Before you Begin: Dependencies

I built a resource for those starting out with my Github @ https://github.com/ChrisTitusTech/zsh and will be using many files from the project.

Packages needed before you start:

  • zsh - ZSH Shell
  • zsh-syntax-highlighting - syntax highlighting for ZSH in standard repos
  • autojump - jump to directories with j or jc for child or jo to open in file manager
  • zsh-autosuggestions - Suggestions based on your history

Initial Setup of ZSH

1
2
3
4
touch "$HOME/.cache/zshhistory"
#-- Setup Alias in $HOME/zsh/aliasrc
git clone --depth=1 https://github.com/romkatv/powerlevel10k.git ~/powerlevel10k
echo 'source ~/powerlevel10k/powerlevel10k.zsh-theme' >> ~/.zshrc

Complete Switch from BASH to ZSH

1
chsh $USER

Then type /bin/zsh

OR Edit /etc/passwd and change /bin/bash to /bin/zsh

ZSH Switch


quarta-feira, março 31, 2021

Very cool wallpaper for KDE Plasma Plasma Wallpaper Plugins

 It changes pictures and captures photos from external urls

Vallpaper



https://store.kde.org/p/1197828



Some url's that can be used:

https://source.unsplash.com/random
https://source.unsplash.com/collection/190727
https://source.unsplash.com/random/?nature,water
http://thecatapi.com/api/images/get

quarta-feira, março 24, 2021

Official Evernote Application For Linux Available For Download (Beta)

 https://aur.archlinux.org/packages/evernote-beta-bin/


https://cdn1.evernote.com/boron/linux/builds/Evernote-10.7.6-linux-ddl-ga-2321.deb


terça-feira, janeiro 05, 2021

Android backup restore new app Migrate - custom ROM migration tool - backup - restore

https://forum.xda-developers.com/t/app-root-5-0-1st-nov-2020-migrate-custom-rom-migration-tool.3862763/ 

Jumping from one custom ROM to another can be a challenging task. So I decided to make an app to simplify the process.


Introducing
Migrate!

Migrate-GPE (v4.0) is on Google Play
It was temporarily suspended. Read more here: https://forum.xda-developers.com/showpost.php?p=82230451&postcount=1273

Download from Google Play Store
Download from AndroidFileHost
Download from XDA labs



With Migrate, you can back up:
  1. App apk
  2. App data
  3. App runtime permissions
  4. Contacts (as vcf file)
  5. SMS messages
  6. Call logs
  7. Current ROM screen DPI
  8. Current default keyboard option
  9. App installer (Migrate 3.0)
  10. Adb state (Migrate 3.0)
  11. Font scale (Migrate 3.0)

... everything in one app.

-------------------

Edit - another cool script / app
https://forum.xda-developers.com/t/tools-zips-scripts-android-backup-and-restore-tools-multiple-devices-platforms.4016617/