export PS1='${debian_chroot:+(
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| TMP_PATH=echo $PATH | tr ':' '\n' |sort -u |tr '\n' ':' |
Yes, You can use gcc to compile your asm code. Use -c for compilation like this:
gcc -c file.s -o file.o
This will give object code file named file.o. To invoke linker perform following after above command:
gcc file.o -o file
Simply wrap this around your org-mode configurations:
(with-eval-after-load 'org
;;; someyoru configurations here:
)Why? Because:
lspci will show you most of your hardware in a nice quick way. It has varying levels of verbosity so you can get more information out of it with -v and -vv flags if you want it. The -k argument is a good way to find out which kernel driver a piece of hardware is using. -nn will let you simply know the hardware ID which is great for searching.
It doesn't show USB hardware other than the USB busses.
- lspci -nnk | grep VGA -A1