FOSS (സ്വതന്ത്ര സോഫ്റ്റ്വെയർ)
- A hackable air quality sensor sensor from IKEAwww.ikea.com VINDRIKTNING Air quality sensor - IKEA
VINDRIKTNING Air quality sensor Do you want to know more about the air you breath in your home? Check the air quality based on particles (PM2.5) with this stylish and easy-to-use sensor – perfect to combine with FÖRNUFTIG air purifier.
Supports ESP32 and Home-assistant
- Shops for repairing rpi
I have a rasberry pi 4. Recently the sd card slot's clip came off and now I'm unable to put sd cards in. Do you know any places in Kerala where I can fix this. I don't want to try soldering myself so as to not mess anything else :D
- beginner friendly linxu distro?
I want to move away from windows because they are literally pushing ads into a paid operating system lol. So can yall recommend a beginner friendly distro?
By beginner friendly I just mean stable and less likely to break from me messing with the terminal.
- an adfree youtube-music front-endgithub.com GitHub - vfsfitvnm/ViMusic: An Android application for streaming music from YouTube Music.
An Android application for streaming music from YouTube Music. - GitHub - vfsfitvnm/ViMusic: An Android application for streaming music from YouTube Music.
https://github.com/vfsfitvnm/ViMusic
- Which browser are you using?github.com GitHub - Divested-Mobile/Mull-Fenix: Build scripts for a web browser built upon Mozilla technology
Build scripts for a web browser built upon Mozilla technology - GitHub - Divested-Mobile/Mull-Fenix: Build scripts for a web browser built upon Mozilla technology
- I made a simple ansible playbook to install mastodon using docker
To use it, follow the readme to set up ansible and an ssh connection to your server. Edit the varibales in var/main.yml and run the playbook with
ansible-playbook roles_playbook.yml -K
.Also check out the lemmy and pixelfed docker installation playbooks.
- Why use BTRFS over ext4 | BTRFS for dummies
BTRFS is a copy on write filesystem (COW)
Unlike journaling file systems like ext4, BTRFS does not overwrite the data when it is modified, instead it writes the data to a new block and changes metadata to point to the latest version of the file. This provides better protection against power failures.
Snapshots
BTRFS offers fast incremental snapshot creation and tools to backup and restore.
Creating the file system and btrfs partition
shell parted /dev/nvmexxx Welcome to GNU Parted! Type 'help' to view a list of commands. (parted) mklabel gpt (parted) mkpart primary btrfs 4MiB 100% (parted) print (parted) quit
after the partition is created, create the btrfs file system on it by running
shell sudo mkfs.btrfs /dev/sdxy
Mounting the partition
Temporary mount with
shell sudo mount /dev/sdxy /mountpoint
Show info about the btrfs
To see the UUID, size, usage of all btrfs disks.
shell sudo btrfs filesystem show
See detailed disk usage
shell sudo btrfs filesystem usage /Subvol
Creating the subvolumes
To create a subvolume called data
shell sudo btrfs subvolume create /mountpoint/data
List all the subvolumes
To create a subvolume called data
shell sudo btrfs subvolume list /mountpoint/data
Mounting the subvolumes
to make the mount permanent, edit the '/etc/fstab' file
ini UUID=DISKUUUD /MOUNTPOINT btrfs defaults,noatime,commit=120,compress=zstd:1 0 0
{: .nolineno file="/etc/fstab" } These are mount options for the root subvol- noatime : Do not modify metadata on file read. Reduces disk writes.
- commit=120: Time interval for writing changes to disk. Default is 30. Reduces disk writes.
- compress=zstd:1 : Filesystem level compression. Reduces disk writes.
Create a readonly snapshot of a subvolume
shell sudo btrfs subvolume snapshot -r /data /data/.snapshots/name
Copying snapshots to other drives using send, receive
Send and receive is faster than rsync. The destination must be also btrfs.
shell sudo btrfs send /data/.snapshots/name | sudo btrfs receive /mnt/backupDISK/backup
Restoring from a snapshot and make the snapshot writable
Copy the snapshot to the target folder.
shell sudo btrfs property set -tsf /data/snapshot ro false
Creating backups of your snapshot on a remote machine
shell btrfs send -p /data/ /data/.snapshots/new_snaphot | ssh root@ip "btrfs receive /mnt/backups"
- A search-focused, free and open source launcher for Android Kvaesitsowww.f-droid.org Kvaesitso | F-Droid - Free and Open Source Android App Repository
A search-focused, free and open source launcher for Android
- Easy-to-use, flexible and open-source podcast manager and playerwww.f-droid.org AntennaPod | F-Droid - Free and Open Source Android App Repository
Easy-to-use, flexible and open-source podcast manager and player
- Geometric Weather | F-Droid - Free and Open Source Android App Repositoryf-droid.org Geometric Weather | F-Droid - Free and Open Source Android App Repository
A lightweight, powerful, open-source Material Design weather app.
Another hidden gem in fdroid
Updated fork https://apt.izzysoft.de/fdroid/index/apk/org.breezyweather
- Free software song by RMSfstube.net Free software song by Richard stallman
Free software song sung by Richard stallman The lyrics of the Free Software Song are sung to the melody of the Bulgarian folk song Sadi moma bela loza Lyrics: Join us now and share the software; You'll be free, hackers, you'll be free. Join us now and share the software; You'll be free, hackers, you...
The lyrics of the Free Software Song are sung to the melody of the Bulgarian folk song Sadi moma bela loza
Join us now and share the software; You'll be free, hackers, you'll be free. Join us now and share the software; You'll be free, hackers, you'll be free.
Hoarders can get piles of money, That is true, hackers, that is true. But they cannot help their neighbors; That's not good, hackers, that's not good.
When we have enough free software At our call, hackers, at our call, We'll kick out those dirty licenses Ever more, hackers, ever more.
Join us now and share the software; You'll be free, hackers, you'll be free. Join us now and share the software; You'll be free, hackers, you'll be free
- funkwhale - yet another fediverse app for audio sharing
Funkwhale is a community-driven project that lets you listen and share music within a decentralized, open network. Funkwhale is not only an audio server and player, it was designed to be a place for socializing around music and discovering new content. https://funkwhale.audio/ My acc: https://audio.liberta.vip/@covert_czar
- spotify client that doesnt require premiumf-droid.org Spotube | F-Droid - Free and Open Source Android App Repository
Lightweight & resource friendly spotify client without requiring Spotify Premium
An open source, cross-platform Spotify client that doesn't require Premium nor uses Electron! That uses Spotify's data/discovery API and YouTube (or Piped.video) as audio source
- linux explainedvideos.fsci.in What is Linux explained in Malayalam - എന്താണ് ലിനക്സ്
ലിനക്സിനെക്കുറിച്ച് അറിഞ്ഞിരിക്കേണ്ടത്.
In malayalam
- free software explainedvideos.fsci.in What is Freesoftware Explained in Malayalam - ഫ്രീസോഫ്റ്റ്വെയര് എന്നാലെന്ത് ?
സ്വതന്ത്ര സോഫ്റ്റ്വെയറുകളെക്കുറിച്ച് വിശദമായി. GnuLinux Lovers Telegram Group - https://t.me/gnulinuxlovers
In malayalam
- if you ask me why i use fossfstube.net if you ask me why i use foss
chris never use modern tech bcz government watches all of them
I knew that
- happy! happy! happy!
Crossposted from https://pxscdn.com/public/m/_v2/581885757177635031/bf0f52ff2-92677b/CsMjk1bF0nsS/TY40bl6CG4gq4GnU1x1aGqvzZFkzIbz9KBoNLJ3e.png
- Anyone tried NixOS already ?
YouTube Video
Click to view this content.
I am interested in the declarative specification aspect of it. Basically your whole Operating system in a config file.
- yet another fediverse universetube.tchncs.de What is PeerTube? (english subtitles)
Take back the control of your videos! #JoinPeertube Let's fund PeerTube v1 together!. Help us acheive a decentralized video hosting network, based on free/libre software! Animation Produced by: LILA - ZeMarmot Team Directed by Aryeom Assistant Jehan Licence: CC-By-SA 4.0 Sponsored by Framasoft Music...
- FOSS thread
Which operating system are you using ?
Any FOSS software you really like ?
I am not using ARCH BTW 😋