System & Network Admin

System & Network Admin

2075 bookmarks
Custom sorting
Remove a file on Linux using the inode number
Remove a file on Linux using the inode number
If you create a file on UNIX/Linux with special characters, such as touch \"la*, you can't remove it with rm "la*. You have to use the inode number (you can if you add the \ before the name, I know...
find . -maxdepth 1 -type f -inum 7404301 -delete
·superuser.com·
Remove a file on Linux using the inode number
I Installed Gentoo So You Don’t Havtoo
I Installed Gentoo So You Don’t Havtoo
A popular expression in the Linux forums nowadays is noting that someone “uses Arch btw”, signifying that they have the technical chops to install and use Arch Linux, a distribution des…
·hackaday.com·
I Installed Gentoo So You Don’t Havtoo
How to increase the size of a loop virtual disk?
How to increase the size of a loop virtual disk?
I have generated an image file with dd. The image contains two partitions. I created a loop virtual disk: losetup -P /dev/loop0 $image_file. I mounted the two loop created partitions (loop0p1, loop...
·unix.stackexchange.com·
How to increase the size of a loop virtual disk?
Why does make think the target is up to date?
Why does make think the target is up to date?
This is my Makefile: REBAR=./rebar REBAR_COMPILE=$(REBAR) get-deps compile all: compile compile: $(REBAR_COMPILE) test: $(REBAR_COMPILE) skip_deps=true eunit clean: -rm -rf deps ebi...
·stackoverflow.com·
Why does make think the target is up to date?
Cython
Cython
The Cython compiler for writing C extensions in the Python language.
·pypi.org·
Cython
lupa
lupa
Python wrapper around Lua and LuaJIT
·pypi.org·
lupa
How to Insert a Line at the Beginning of a File on Linux
How to Insert a Line at the Beginning of a File on Linux
In Linux, modifying files from the command line is a common task. Whether you need to prepend configuration parameters, add headers to text files, or make bulk edits, knowing how to insert a line at…
·linuxconfig.org·
How to Insert a Line at the Beginning of a File on Linux
How do I write the 'cd' command in a makefile?
How do I write the 'cd' command in a makefile?
For example, I have something like this in my makefile: all: cd some_directory But when I typed make I saw only 'cd some_directory', like in the echo command.
·stackoverflow.com·
How do I write the 'cd' command in a makefile?
Kosmik 3
Kosmik 3
Meet Kosmik 3. Browse, think, create, and more. Sign up for the waitlist.
·kosmik.app·
Kosmik 3
Darling |
Darling |
Darling — macOS translation layer for Linux
·darlinghq.org·
Darling |