NeoLAB
34 subscribers
150 photos
29 videos
94 files
335 links
Lab of @neo_is_kal

🐧 | @ArchLinuxIndia
🐚 | @PrivacyToolsIOChat
🍬 | @FossMemes

This is a Journal + Shrine of links
Website: https://neovoid.is-cool.dev
Download Telegram
Still struggling with "trying to mount cdrom" after replugging it.
An Alias for showing installed pacman package size!
pz="pacman -Qi | awk '/^Name/{name=$3} /^Installed Size/{print $4$5, name}' | sort -h"
#Notes
aomei.rar
23.5 MB
Not Exactly linux tool but used on windows to convert mbr into gpt partition table. #Apps
Recharge for this month ended.
Gonna spend this month mostly offline and reading (got some linux and haskell books) preparing for exam.
Dangerous News — Exams announced at early - tommorrow.
😳
- Exams Over.
- My wireless keyboard got cranky for a short time
- reason unknown or might be friends corrupted USB drive
- Problem started from the time when i attached usb
- after reinstalling ram and cmos problem looks like to be in control right now but who knows
- My logo design work for friend come to an end
- working on lxqt and rofi customizations to create mouse driven workflow
- cuz i am afraid if i switched to dwm again it will not be usable if keyboard got cranky again.
Niagara Launcher Android Setup

Apps as on Now:
Launcher: Niagara
Email: Tutanota
Ebook Reader: eReader Prestigio
IMs: Discord, Telegram, Element, WhatsApp
Apps Store: F-Droid
RSS: Feeder
Utilities: Equilizer Fx, Notebloc, Canva, Droid Cam, Mighty Networks, Geecom India, Mega, Survival Manual.
Internet: Via, Mega
Games: Minecraft, Deathpipe
Wallpaper credit: Void Linux Community
How to Install Grub themes (Artix/Arch)
#Notes

1. First Install GRUB
- pacman -S grub os-prober efibootmgr (later packages for efi systems and ability to dual boot)
- grub-install --target=i386-pc /dev/sda for legacy bios
- grub-install --target=x86_64-efi --efi-directory=/boot --bootloader-id=GRUB for UEFI Systems

2. Make config
grub-mkconfig -o /boot/grub/grub.cfg

3. Install theme
pacman -S artix-grub-theme

4. Select theme
add this line GRUB_THEME="/usr/share/grub/themes/artix/theme.txt in /etc/default/grub

5. Then update grub with step 2. again.
How to Use Mouse with Keyboard

To add mouse functionality to numpad keys
add this line to ~/.xprofile or remaps script from ~/.local/bin/
setxkbmap -option keypad:pointerkeys &

and

this line to /etc/X11/xorg.conf.d/00-keyboard.conf
add Option "XkbOptions" "keypad:pointerkeys"

and

press Ctrl+Shift+Numlock to activate it.
#Notes
Ohh Rainmeter my lost and forgotten love.
Reminder
Had a fight with mpd+ncmpcpp switched to moc today.

Music on console
How to replace sudo with doas?

# xbps-install opendoas
# touch /etc/doas.conf
# echo "permit :wheel" > /etc/doas.conf
# echo "ignorepkg=sudo" > /etc/xbps.d/10-ignore.conf
# xbps-remove sudo


#notes
# i386 vs i686

i386 and i686 are both part of the x86 family of processors. They just refer to the specific age of the processor platform. i386 is an older platform (early 90s?) used back when 386 processors were used in machines. Then this was upgraded to 486 processors, which was the same basic instruction set as 386 just faster and newer. 586 was another upgraded and was when the term Pentium started floating around. Eventually all of these got encapsulated into the x86 architecture name. i686 just refers to the 6th generation of x86 architecture.

For all intents and purposes i386 and i686 are the same thing, just that i686 is a lot newer. They will have some additional instruction sets, but will be backwards compatible with i386. I would venture a guess that all of the processes you find today that use x86 would be classified as i686 processors.

x86 refers to a processor family. x86_64 is different than x86 (it is the 64 bit brother of x86). There are also Alpha processors, Sparc, ARM, PPC. These all refer to different processor families.

If you are installing an OS and a CPU is from the x86_64 processor family, then you cannot install an ARM based OS on that hardware.

Intel released the following processors on the dates shown

June 8, 1978 - 8086
February 1982 - 80286
October 17, 1985 - Intel386 DX Processor <- this was the first i386
June 16, 1988 - Intel386 SX Processor
April 10, 1989 - Intel486 DX Processor
March 22, 1993 - Intel® Pentium® Processor <- sometimes referred to as i586
November 1, 1995 - Intel® Pentium® Pro Processor
May 7, 1997 - Intel® Pentium® II Processor <- I think this was the first of the i686
February 26, 1999 - Intel® Pentium® III Processor

see http://www.intel.com/pressroom/kits/quickrefyr.htm 156 for a complete list of all the Intel processors
November 20, 2000 - Intel® Pentium® 4 Processor

#notes
How to Check if your email address is in a data breach ?

You can check if your data has been leaked and put on the dark web from one of the data breaches happened before.

Just type your email to check if its information been leaked.

1. https://cybernews.com/personal-data-leak-check/

2. https://monitor.firefox.com/

3. https://haveibeenpwned.com/

If you found that your emails has been pawned or leaked then do this.

- 1. Immediately change password of your mail account
- 2. Add 2fa layer to protect password
- 3. Use one of the best password manager and save your passwords locally encrypted. eg. KeepassXc.

#notes
To find which pkg contains a pkg you needed.
[tux@tg:$~/] pacman -Qo ftp
[tux@tg:$~/] /usr/bin/ftp ist in inetutils 1.9.4-8 enthalten


#notes
A lightweight approach to removing Google web service dependency
pacman -Qs ^ungoo
local/ungoogled-chromium 88.0.4324.150-2