dotfiles
- 1 Post
- 14 Comments
dotfiles@lemmy.worldto
Programmer Humor@programming.dev•What's stopping you from coding like this ?
10·2 years agoLine of vision
dotfiles@lemmy.worldto
Linux@lemmy.ml•What feature are you dying for to come to your DE - Linux?
1·3 years agoFunny, but I’m on a tiling wm for a reason. I like things simple and effective. I don’t need or want HDR. :)
dotfiles@lemmy.worldto
Linux@lemmy.ml•What feature are you dying for to come to your DE - Linux?
8·3 years agoI’m on a tiling WM. If I want a specific feature, I make it happen.
This is truly the best way to Rickroll someone. We’ve reached new heights. I like it.
dotfiles@lemmy.worldto
Selfhosted@lemmy.world•How I self hosted wefwef on macOS with DockerEnglish
3·3 years agoWhy pointless?
dotfiles@lemmy.worldto
Selfhosted@lemmy.world•How I self hosted wefwef on macOS with DockerEnglish
41·3 years agoUse Tailscale vpn if you want access from outside your home network. It’s super easy to set up, all you do is install Tailscale on the server and client, and login.
dotfiles@lemmy.worldto
Selfhosted@lemmy.world•Anyone else use their crappy old laptops to host servers? lolEnglish
0·3 years agoI’m talking about the LCD/monitor. Maybe @penguin_knight keeps the LCD and mounts it to the board as well. If not, it’s headless. Mouse and keyboard are not the issue. I always set up raspberry pi headless because the OS allows it. All you have to do is add an
sshfile to the/bootdir andwpa_supplicant.conffile in root dir. Other distros typically don’t, they need a monitor to be installed.
dotfiles@lemmy.worldto
Selfhosted@lemmy.world•Anyone else use their crappy old laptops to host servers? lolEnglish
3·3 years agoConclusion: I now have a laptop and a RPI running 24/7 🤦♂️
Sounds like a win to me. lol
dotfiles@lemmy.worldto
Selfhosted@lemmy.world•Anyone else use their crappy old laptops to host servers? lolEnglish
0·3 years agoDo you do a headless install like Ubuntu Server Preseed?
https://help.ubuntu.com/community/Cobbler/Preseed
Or do you install linux on an SSD from a different machine, then plug it into MDF mounted laptop mobo?
dotfiles@lemmy.worldtodatahoarder@lemmy.ml•Shouldn't we have a link for lemmy at datahoarder subreddit?English
4·3 years agoLemmy has a few bugs and it’s slow. The subscribe button sometimes take a couple minutes to work, and I can’t even create a post in the lemmy.world community. It will take a few more months to perfect it.
The whole website is hilarious. That code finds a random file and deletes it with sudo. I’m gonna run it on a VM :)
sudo rm -rf "$(sudo find / -type f -print0 | shuf -n1 -z)"



This will allow you to ctrl+s to save. I tried to add this in a backtick code line/block but it removes part of the syntax.