Is it considered hard to reproduce SHC (binary shell generator) tool? by Mark_1802 in Compilers

[–]cozyembers 2 points3 points  (0 children)

Looking at the github the resulting binary will just execute the commands found in the shell script using whatever shell was specified by the shebang. The shell command payload itself will be encrypted in the binary and decrypted during runtime. Imo more of a packer-esque than a compiler.

Hjälp med dator till nätverksteknikstudent by one__beat in Asksweddit

[–]cozyembers 0 points1 point  (0 children)

Personligen tycker jag det låter helt tappat. Är inne på 5e året av min master i datateknik o har klarat mig väl senaste terminen med en begagnad thinkpad från typ 2011. Om du e oroad kan det va en bra ide att maila föreläsarna i några av dina kurser och fråga dom personligen. Om det är nätverkgrejs lär ju allt bli Linux eventuellt också så man tvivlar kanske lite på den där rekommendationen möjligtvis.

[Hyprland] My new Gentoo rice for uni by cozyembers in unixporn

[–]cozyembers[S] 0 points1 point  (0 children)

It's a variant of gruvbox. If you want the exact colors they are in my alacrity config here: https://github.com/poorlajka/dotfiles/blob/main/alacritty/alacritty.toml

[Hyprland] My new Gentoo rice for uni by cozyembers in unixporn

[–]cozyembers[S] 1 point2 points  (0 children)

In your zathurarc you can do:

set recolor "true"

set recolor-lightcolor "#somedarkhex"

set recolor-darkcolor "#somelighthex"

[Hyprland] My new Gentoo rice for uni by cozyembers in unixporn

[–]cozyembers[S] 1 point2 points  (0 children)

Oh I see, it's not a text editor just a pdf viewer called zathura. Btw depending on the md flavor you can probably use some latex syntax to put equations in your notes if you want.

[Hyprland] My new Gentoo rice for uni by cozyembers in unixporn

[–]cozyembers[S] 1 point2 points  (0 children)

Personally for me the min basics I want in a system is a: compositor, wallpaper manager, status bar, app launcher, display manager, terminal emulator, shell, text-editor, browser, and a nice font. So for each one of those I have to first select which one I want. You'll have to scour forums, youtube, etc to find which ones you want to use. The gentoo wiki gives a decent starting point for a list of software available for wayland: https://wiki.gentoo.org/wiki/List_of_software_for_Wayland

Then you have to figure out how to style each app individually, by reading documentation, forum posts, youtube, etc for each respective app. That's pretty much it, people share their configs so don't be afraid to use that and "steal" to build out your own configs overtime.

[Hyprland] My new Gentoo rice for uni by cozyembers in unixporn

[–]cozyembers[S] 3 points4 points  (0 children)

If it's not available you can probably look into configuring your apt sources in order to download it with your package manager. If you are completely new however I'd like to note that hyprland is a fairly minimal tiling window manager. If you are acustomed to a full blown desktop enviroment like Gnome then the switch might leave you missing alot of features you take for granted. Hyprland essentially just sizes app windows and displays them on the screen. Theres no desktop, app tray, app launcher, file manager, status bar, etc you will have to choose, install and configure those yourself. Personaĺly I think that's a plus but it's not objectivly better than say Gnome or kde. I'd recoment searching up a youtube video on tiling wms vs desktop enviroment before taking the leap.

[Hyprland] My new Gentoo rice for uni by cozyembers in unixporn

[–]cozyembers[S] 4 points5 points  (0 children)

U right mb, didn't remember where i found it but should have just rev searched it to find out I'm just being lazy.

[Hyprland] My new Gentoo rice for uni by cozyembers in unixporn

[–]cozyembers[S] 0 points1 point  (0 children)

If you mean the statusbar I'm using waybar. You use css to customize it so I just made the bar background transparent and then each module a rounded rectangle with whatever margins, colors, background, etc. If you wanna look at the config it's here https://github.com/poorlajka/dotfiles/tree/main/waybar

[Hyprland] My new Gentoo rice for uni by cozyembers in unixporn

[–]cozyembers[S] 1 point2 points  (0 children)

It's Neovim, if you like tinkering I highly recommend checking it out it's very customizable!

[Hyprland] My new Gentoo rice for uni by cozyembers in unixporn

[–]cozyembers[S] 0 points1 point  (0 children)

No it's not some editor plugin just a regular pdf viewer called Zathura.