Coder Social home page Coder Social logo

parthsl / tools Goto Github PK

View Code? Open in Web Editor NEW
3.0 2.0 9.0 35.16 MB

Various important tools and scripts

C 63.29% Makefile 9.37% Shell 4.72% Ruby 2.71% M4 0.23% Python 4.77% Dockerfile 0.11% C++ 14.75% Limbo 0.06%
kernel-module kernel eas pandaboard hacktoberfest hacktoberfest2021

tools's People

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

tools's Issues

Read C file in a linux kernel after pre-processing

I have edited a file in linux kernel kernel/sched/fair.c and want to see the pre-processed output to see the expanded macros.

Adding CFLAGS_fair.o := -Wa,-adhlns="fair.lst" in kernel/sched/Makefile doesn't work out.

Compiling the kernel for specific file only using below command:

make -j8 kernel/sched/fair.o

Adding -E to the CFLAGS_fair.o gives warning: objtool: gelf_getehdr: invalid Elf' handle` for that file.

Unable to decrypt openssl aes-256-cbc file

When trying to decrypt encrypted file with aes-256-cbc, it says the bad magic number.
The encrypted file is in base64 encoding.
So run below command to decrypt with base64 deconding first:

cat encrypted_file | base64 --decode | openssl aes-256-cbc -d 

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.