mirror of
https://github.com/andatoshiki/toshiki-home-nuxt3.git
synced 2026-06-05 22:46:32 +00:00
chore(lint): lint and formatted file structure and code styles with custom config via prettier
This commit is contained in:
parent
a1a1d73e0e
commit
aea7109d06
@ -73,7 +73,8 @@ export default Vue.extend({
|
||||
<h1 class="font-semibold text-2xl text-black/90 dark:text-white/90">Oops! The post could not be found!</h1>
|
||||
|
||||
<p class="text-black/50 dark:text-white/30">
|
||||
Make sure that the post you are looking for is on my blog and there is no mistake in the address. You can search for the post using the search feature or return to the homepage to access other posts.
|
||||
Make sure that the post you are looking for is on my blog and there is no mistake in the address. You can
|
||||
search for the post using the search feature or return to the homepage to access other posts.
|
||||
</p>
|
||||
|
||||
<Button icon="IconBack" @click.native="$router.back()">Return home</Button>
|
||||
|
||||
@ -3,10 +3,10 @@ title: Proxies Configuration for Shells & Terminal
|
||||
description: This article discusses the configuration of proxies for shells and terminals. It explains the advantages of using proxy servers to bypass network restrictions and surveillance.
|
||||
header: https://r2.toshiki.dev/image/toshiki-home-nuxt/403caa171829f3ad60815775d7b1d303.png
|
||||
tags:
|
||||
- proxy
|
||||
- shell
|
||||
- bash
|
||||
- terminal
|
||||
- proxy
|
||||
- shell
|
||||
- bash
|
||||
- terminal
|
||||
createdAt: 01/11/2023
|
||||
---
|
||||
|
||||
@ -22,7 +22,7 @@ Proxies or namely proxy servers are by far one of the most affordable or cost-ef
|
||||
<smart-image src="https://r2.toshiki.dev/image/toshiki-home-nuxt/eeabc115bdc05bab860d3173c2c73f78.png" class="w-30 justify-center"></smart-image>
|
||||
</p>
|
||||
|
||||
while I adopt absolute subjective yet objective perspectives on the individual viewpoints towards the MIIT department of each country those of which applies the internet regulatory services within the national range for avoiding pitfalls on misleading information brought by cross-border influences; meanwhile regardlessly such measures are still facing controversial debates amongst publics that vastly limits the independent freedom rights, though advantages must not be underestimated, still.
|
||||
while I adopt absolute subjective yet objective perspectives on the individual viewpoints towards the MIIT department of each country those of which applies the internet regulatory services within the national range for avoiding pitfalls on misleading information brought by cross-border influences; meanwhile regardlessly such measures are still facing controversial debates amongst publics that vastly limits the independent freedom rights, though advantages must not be underestimated, still.
|
||||
|
||||
## 2. The Major Issue
|
||||
|
||||
@ -246,4 +246,4 @@ ssh -o ProxyCommand='socat - "PROXY:%h:%p|tcp:myproxy:80"' user@host
|
||||
- https://askubuntu.com/questions/583797/how-to-set-a-proxy-for-terminal
|
||||
- https://zhuanlan.zhihu.com/p/357875811
|
||||
- https://askubuntu.com/questions/158557/setting-proxy-for-apt-from-terminal
|
||||
</blog-notification>
|
||||
</blog-notification>
|
||||
|
||||
@ -24,8 +24,7 @@ export default Vue.extend({
|
||||
},
|
||||
head() {
|
||||
const title = "Toshiki's Blog"
|
||||
const description =
|
||||
"Real life stories anecdotes & developmental journeys for embarking your inspirations."
|
||||
const description = 'Real life stories anecdotes & developmental journeys for embarking your inspirations.'
|
||||
|
||||
return {
|
||||
title: 'Blog',
|
||||
|
||||
@ -58,7 +58,7 @@ export default Vue.extend({
|
||||
head() {
|
||||
const title = 'Donate'
|
||||
const description =
|
||||
'Support our mission and make a difference by contributing to our future developments and researches with a tip with a slight caffeinated boost via monster'
|
||||
'Support our mission and make a difference by contributing to our future developments and researches with a tip with a slight caffeinated boost via monster.'
|
||||
|
||||
return {
|
||||
title,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user